├── README.md ├── bibtex.bib ├── config.py ├── related_works.json ├── res ├── Chain of Thought Prompting for Large Language Model Reasoning.pdf ├── 久谦:ChatGPT纪要分享.pdf ├── 哈尔滨工业大学:ChatGPT调研报告.pdf └── 国泰君安ChatGPT研究框架.pdf ├── scripts ├── config.py ├── run.py ├── svg │ ├── copy.png │ └── copy_icon.png └── utils.py └── taxonomy ├── README.md ├── author └── README.md ├── techniques └── README.md ├── time └── README.md └── venue └── README.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEU-COIN/LLMPapers/HEAD/README.md -------------------------------------------------------------------------------- /bibtex.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEU-COIN/LLMPapers/HEAD/bibtex.bib -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEU-COIN/LLMPapers/HEAD/config.py -------------------------------------------------------------------------------- /related_works.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEU-COIN/LLMPapers/HEAD/related_works.json -------------------------------------------------------------------------------- /res/Chain of Thought Prompting for Large Language Model Reasoning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEU-COIN/LLMPapers/HEAD/res/Chain of Thought Prompting for Large Language Model Reasoning.pdf -------------------------------------------------------------------------------- /res/久谦:ChatGPT纪要分享.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEU-COIN/LLMPapers/HEAD/res/久谦:ChatGPT纪要分享.pdf -------------------------------------------------------------------------------- /res/哈尔滨工业大学:ChatGPT调研报告.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEU-COIN/LLMPapers/HEAD/res/哈尔滨工业大学:ChatGPT调研报告.pdf -------------------------------------------------------------------------------- /res/国泰君安ChatGPT研究框架.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEU-COIN/LLMPapers/HEAD/res/国泰君安ChatGPT研究框架.pdf -------------------------------------------------------------------------------- /scripts/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEU-COIN/LLMPapers/HEAD/scripts/config.py -------------------------------------------------------------------------------- /scripts/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEU-COIN/LLMPapers/HEAD/scripts/run.py -------------------------------------------------------------------------------- /scripts/svg/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEU-COIN/LLMPapers/HEAD/scripts/svg/copy.png -------------------------------------------------------------------------------- /scripts/svg/copy_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEU-COIN/LLMPapers/HEAD/scripts/svg/copy_icon.png -------------------------------------------------------------------------------- /scripts/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEU-COIN/LLMPapers/HEAD/scripts/utils.py -------------------------------------------------------------------------------- /taxonomy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEU-COIN/LLMPapers/HEAD/taxonomy/README.md -------------------------------------------------------------------------------- /taxonomy/author/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEU-COIN/LLMPapers/HEAD/taxonomy/author/README.md -------------------------------------------------------------------------------- /taxonomy/techniques/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEU-COIN/LLMPapers/HEAD/taxonomy/techniques/README.md -------------------------------------------------------------------------------- /taxonomy/time/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEU-COIN/LLMPapers/HEAD/taxonomy/time/README.md -------------------------------------------------------------------------------- /taxonomy/venue/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SEU-COIN/LLMPapers/HEAD/taxonomy/venue/README.md --------------------------------------------------------------------------------