* Mistral 7b: https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2
	* Apache License 2.0
* Llama 2: https://huggingface.co/meta-llama/Llama-2-7b-chat-hf
	* Llama 2 license: https://huggingface.co/meta-llama/Llama-2-7b-chat-hf/blob/main/LICENSE.txt
* Llama 3: https://huggingface.co/meta-llama/Meta-Llama-3-8B
	* Llama 3 license: https://www.llama.com/llama3/license/
* TinyLlama: https://github.com/jzhang38/TinyLlama
	* Apache License 2.0
* Needle_in_Haystack: https://github.com/gkamradt/LLMTest_NeedleInAHaystack
	* MIT License
* lm-evaluation-harness: https://github.com/EleutherAI/lm-evaluation-harness
	* MIT License
* PASTA: https://github.com/QingruZhang/PASTA
	* MIT License

Usage of all these assets are properly respected and used in academic research only.
Licenses of code packages that are used or partially used in our experiments are included in the submitted code.