LLMSurvey
A comprehensive collection of papers and resources related to Large Language Models.
GraphCanon updated 4d · GitHub synced 4d
Decision brief
LLMSurvey is a comprehensive resource center dedicated to large language model research, collecting and organizing scholarly materials and resources relevant to chain-of-thought reasoning, in-context learning, RLHF, and训
Good fit when
- You should use LLMSurvey if you are seeking deep insights into specific advancements such as long chain-of-thought (CoT) reasoning approaches used by DeepSeek-R1 or OpenAI's o-series models.
- If your research involves recent trends in the technical evolution of large language models, particularly GPT-series advancements, LLMSurvey can provide valuable perspectives.
Avoid when
- You might not want to use LLMSurvey if you prefer tools that offer practical implementation details over a survey-style summary and organization of research papers.
- Consider other resources if your focus is on hands-on development rather than deep academic exploration, as LLMSurvey provides extensive academic coverage but fewer direct coding or implementation how
- Pricing:
- freemium - Since no detailed pricing plan was specified in the repository contents, it can be inferred that access to the materials and resources of LLMSurvey might be free; however, specific details about usage
Observed Jul 11, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Dormant (523d since push)
- As of 4d
- Provenance
- Not a fork · Organization account
- As of 4d
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install LLMSurvey PyPIHow it fits your stack(12)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Related
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Collects research and materials focused on large language models, providing insights into topics like chain-of-thought reasoning, in-context learning, instruction tuning, and reinforcement learning with human feedback (RLHF).
Capability facts
- Languages
- python
Source: github.language · Aug 17, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 17, 2026)
in the research progress of LLMs. A sharp increase occurs after the release of ChatGPT: the average number of published arXiv papers that contain “large language modeSource link
Tags
README
LLMSurvey
A collection of papers and resources related to Large Language Models.
The organization of papers refers to our survey "A Survey of Large Language Models".
Please let us know if you find out a mistake or have any suggestions by e-mail: batmanfly@gmail.com
(we suggest ccing another email francis_kun_zhou@163.com meanwhile, in case of any unsuccessful delivery issue.)
If you find our survey useful for your research, please cite the following paper:
@article{LLMSurvey,
title={A Survey of Large Language Models},
author={Zhao, Wayne Xin and Zhou, Kun and Li, Junyi and Tang, Tianyi and Wang, Xiaolei and Hou, Yupeng and Min, Yingqian and Zhang, Beichen and Zhang, Junjie and Dong, Zican and Du, Yifan and Yang, Chen and Chen, Yushuo and Chen, Zhipeng and Jiang, Jinhao and Ren, Ruiyang and Li, Yifan and Tang, Xinyu and Liu, Zikang and Liu, Peiyu and Nie, Jian-Yun and Wen, Ji-Rong},
year={2023},
journal={arXiv preprint arXiv:2303.18223},
url={http://arxiv.org/abs/2303.18223}
}
🚀(New) We have released the Chinese book of our survey!
The Chinese book focuses on providing explanations for beginners in the field of LLMs, aiming to present a comprehensive framework and roadmap for LLMs. This book is suitable for senior undergraduate students and junior graduate students with a foundation in deep learning and can serve as an introductory technical book. You can download the Chinese book at https://llmbook-zh.github.io/.
Here is our Chinese book sales page.
🚀(New) The content about long CoT reasoning
In our latest version, we add new content of the recent popular reasoning paradigm by allocating more time to thinking before responding to a problem. We focus on long CoT reasoning which is the mainstream approach taken by recent LLMs, such as DeepSeek-R1 and OpenAI's o-series models. We first discuss the reasoning patterns and advantages of the long CoT paradigm. Then we present the construction approaches of long CoT data, including data distillation, search-based data synthesis, and multi-agent collaboration. Moreover, we introduce the commonly-used two training methods: long CoT instruction tuning and scaling reinforcement learning training. Finally, we conduct a in-depth discussion about recent test-time scaling efforts for LLMs.
The trends of the number of papers related to LLMs on arXiv
Here are the trends of the cumulative numbers of arXiv papers that contain the keyphrases “language model” (since June 2018) and “large language model” (since October 2019), respectively.
The statistics are calculated using exact match by querying the keyphrases in title or abstract by months. We set different x-axis ranges for the two keyphrases, because “language models” have been explored at an earlier time. We label the points corresponding to important landmarks in the research progress of LLMs. A sharp increase occurs after the release of ChatGPT: the average number of published arXiv papers that contain “large language model” in title or abstract goes from 0.40 per day to 8.58 per day.
Technical Evolution of GPT-series Models
A brief illustration for the technical evolution of GPT-series models. We plot this figure mainly based on the papers, blog articles and official APIs from OpenAI. Here, solid lines denote that there exists an explicit evidence (e.g., the official statement that a new model is developed based on a base model) on the evolution path between two models, while dashed lines denote a relatively weaker evolution relation.
Evolutionary Graph of LLaMA Family
An evolutionary graph of the research work conducted on LLaMA. Due to the huge number, we cannot include all the LLaMA variants in this figure, even much excellent work.
To support
For agents
This page has a .md twin and JSON over the API.