├── README.md ├── demos_inference.py ├── llm_utils.py ├── mixed_preprocessing.py ├── pics └── overview.png ├── requirements.txt ├── run.py └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anni-Zou/Meta-CoT/HEAD/README.md -------------------------------------------------------------------------------- /demos_inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anni-Zou/Meta-CoT/HEAD/demos_inference.py -------------------------------------------------------------------------------- /llm_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anni-Zou/Meta-CoT/HEAD/llm_utils.py -------------------------------------------------------------------------------- /mixed_preprocessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anni-Zou/Meta-CoT/HEAD/mixed_preprocessing.py -------------------------------------------------------------------------------- /pics/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anni-Zou/Meta-CoT/HEAD/pics/overview.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anni-Zou/Meta-CoT/HEAD/requirements.txt -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anni-Zou/Meta-CoT/HEAD/run.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anni-Zou/Meta-CoT/HEAD/utils.py --------------------------------------------------------------------------------