{"data":{"slug":"crazyofapple-reading-groups","name":"Reading_groups","tagline":"资源整理和追踪大规模预训练语言模型相关文章","github_url":"https://github.com/crazyofapple/Reading_groups","owner":"crazyofapple","repo":"Reading_groups","owner_avatar_url":"https://avatars.githubusercontent.com/u/3351073?v=4","primary_language":null,"stars":202,"forks":7,"topics":["chatgpt","gpt-3","gpt-4","large-language-models","llm","llms","natural-language-processing","nlp"],"archived":false,"github_pushed_at":"2023-08-08T06:07:36+00:00","maintenance_label":"Dormant","url":"https://www.graphcanon.com/tools/crazyofapple-reading-groups","markdown_url":"https://www.graphcanon.com/tools/crazyofapple-reading-groups.md","api_url":"https://www.graphcanon.com/api/graphcanon/tools/crazyofapple-reading-groups","graph_url":"https://www.graphcanon.com/api/graphcanon/graph?tool=crazyofapple-reading-groups","description":"A paper & resource list of large language models, including course, paper, demo, figures ","homepage_url":null,"license":null,"open_issues":0,"watchers":4,"ai_summary":"包含了关于大型语言模型（LLM）的论文列表、课程材料、实验演示以及重要图示等内容，涵盖领域包括但不限于模型训练与优化、原理分析、技术改进等。","readme_excerpt":"# **大规模预训练语言模型相关热点方向资源整理**\n\n\n\n**计算的力量**： 很多证据表明，机器学习的进步很大程度上是由计算驱动的，而不是研究，请参考：\"[The Bitter Lesson](http://www.incompleteideas.net/IncIdeas/BitterLesson.html)\"，而且往往会出现[Emergence和Homogenization](https://arxiv.org/abs/2108.07258)现象。\n有研究表明，[人工智能计算使用量大约每3.4个月翻一番，而效率提升每16个月才翻一番](https://openai.com/blog/)。其中计算使用量主要由计算力驱动，而效率则由研究驱动。 \n这意味着计算增长在历史上主导了机器学习和其子领域的进步。 **[GPT-4](https://cdn.openai.com/papers/gpt-4.pdf)的出现更加证明了这一点。** 尽管如此，未来是否有更颠覆Transformer的架构仍需要我们重视，比如说[S4](https://hazyresearch.stanford.edu/blog/2022-01-14-s4-1)。\n目前的NLP研究热点大部分基于更先进的LLM （~100B, $10^{23}$ FLOPs）。尤其是ChatGPT通过[Alignment](https://www.cs.princeton.edu/courses/archive/fall22/cos597G/lectures/lec22.pdf)技术利用少于预训练几十倍的计算（4.9+60 petaflops/s-days vs 3640 petaflops/s-days）和人类反馈（500k美元, 20k小时，13+33+31k数据，相比于GPT-3的12000k美元\n）释放了GPT大模型对话能力并火出圈。所以本库对大规模预训练语言模型LLM相关文章进行追踪和归类，更能让我们把握前沿，看清方向。当然除了【大算力技术基础】，还有其他方面：【大模型技术突破】、【大数据质量提升】、【开放的创新生态环境】、【紧密的团队协作】、【强大的工程能力】等等\n\n关于LLM更多topics的论文请参考[这里](https://self-supervised.cs.jhu.edu/fa2022/)和[这里](https://www.cs.princeton.edu/courses/archive/fall22/cos597G/)。\n\n--- \n**论文** (*粗糙类别*)\n- [模型训练、测试和优化](#大模型训练和优化)\n- [应用与LLM+](#应用与llm)\n- [原理分析](#原理分析)\n- [技术改进](#技术改进-如生成技术prompt工程指标可信等)\n- [Survey和数据集](#survey和数据集)\n\n**资源**\n- [LLM课程](course.md)\n- [重要的图](figures.md)\n- [LLM Demo](demo.md)\n- [重要的博客与自选文章](custom.md)\n- 训练，推理，应用工具 (未整理)\n---\n## **大模型训练和优化**\n\n【对GPT-4的测试，limitation】Sparks of Artificial General Intelligence: Early experiments with GPT-4 \n- [Model Card](https://cdn.openai.com/papers/gpt-4-system-card.pdf)\n- [Video](https://www.youtube.com/watch?v=qbIk7-JPB2c)\n\n【InstructGPT论文，包括sft,ppo等，最重要的文章之一】Training language models to follow instructions with human feedback\n\n【scalable oversight: 人类在模型超过自己的任务后怎么持续的提升模型？】Measuring Progress on Scalable Oversight for Large Language Models\n\n- Self-critiquing models for assisting human evaluators\n- 定义：以标签、奖励信号或批评的形式向模型提供可靠监督的能力，这种监督在模型开始达到广泛的人类水平表现之后仍将保持有效。\n- Scalable oversight技术可以提升模型的容量和对齐（即以人类期待的方式进行应用和实现目标）。\n- 如果我们能找到在现有模型（水平在非专家之上，专家之下）的基础上，找到一个监督学习的范式，能够提升模型答案的正确性，那我们不再依赖专家就能获得一个超越专家的系统。\n- 另一个角度想法是通过使用多种提示和策略来提示模型，并仅接受模型在一致且合理的证据的基础上一致给出的答案。但这个角度的技术可能扩展性不足。 当然，任何能够以高可靠性解决此类挑战的技术都可能代表可扩展监督方面的重要进展。\n- 现有解决方案：让现有模型辅助人类获取知识来让人类产出高质量的监督，考虑到AlaphZero的成功，自我博弈也很有前景。\n\n【Alignment的定义，deepmind出品】Alignment of Language Agents\n\nA General Language Assistant as a Laboratory for Alignment\n\n【RETRO论文，利用CCA+检索的模型】Improving language models by retrieving from trillions of tokens\n\nFine-Tuning Language Models from Human Preferences\n\nTraining a Helpful and Harmless Assistant with Reinforcement Learning from Human Feedback\n\n【中英文的大模型，超过GPT-3】GLM-130B: An Open Bilingual Pre-trained Model\n\n【预训练目标优化】UL2: Unifying Language Learning Paradigms\n\n【Alignment新的基准，模型库和新方法】Is Reinforcement Learning (Not) for Natural Language Processing?: Benchmarks, Baselines, and Building Blocks for Natural Language Policy Optimization\n\n【通过技术不使用[MASK]标记进行MLM】Representation Deficiency in Masked Language Modeling\n\n【文字转为图像训练，缓解了Vocabulary的需要并抗某些攻击】Language Modelling with Pixels\n\nLexMAE: Lexicon-Bottlenecked Pretraining for Large-Scale Retrieval\n\nInCoder: A Generative Model for Code Infilling and Synthesis\n\n【检索Text相关图像进行语言模型预训练】Visually-Augmented Language Modeling\n\nA Non-monotonic Self-terminating Language Model\n\n【通过prompt设计进行负面反馈比较微调】Chain of Hindsight Aligns Language Models with Feedback\n\n- 相关文章：The Wisdom of Hindsight Makes Language Models Better Instruction Followers\n\n【Sparrow模型】Improving alignment of dialogue agents via targeted human judgements\n\n【用小模型参数加速大模型训练过程（不从头）】Learning to Grow Pretrained Models for Efficient Transformer Training\n\n【多种知识源MoE半参数知识融合模型】Knowledge-in-Context: Towards Knowledgeable Semi-Parametric Language Models\n\n【不同数据集上的多个已训练模型合并方法】Dataless Knowledge Fusion by Merging Weights of Language Models\n\n【很有启发，检索机制代替 Transformer 中的 FFN 的通用架构(×2.54 time)，以便解耦存储在模型参数中的知识】Language model with Plug-in Knowldge Memory\n\n【自动生成Instruction tuning的数据用于GPT-3的训练】Self-Instruct: Aligning Language Model with Self Generated Instructions\n\n- 【和yizhong wang那篇类似自动生成Instru","github_created_at":"2022-05-10T08:29:05+00:00","created_at":"2026-07-11T10:31:31.863834+00:00","updated_at":"2026-07-11T11:31:02.193172+00:00","categories":[{"slug":"llm-frameworks","name":"LLM Frameworks","url":"https://www.graphcanon.com/categories/llm-frameworks","markdown_url":"https://www.graphcanon.com/categories/llm-frameworks.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/llm-frameworks"},{"slug":"model-training","name":"Model Training","url":"https://www.graphcanon.com/categories/model-training","markdown_url":"https://www.graphcanon.com/categories/model-training.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/model-training"},{"slug":"developer-tools","name":"Developer Tools","url":"https://www.graphcanon.com/categories/developer-tools","markdown_url":"https://www.graphcanon.com/categories/developer-tools.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/developer-tools"},{"slug":"evaluation-observability","name":"Evaluation & Observability","url":"https://www.graphcanon.com/categories/evaluation-observability","markdown_url":"https://www.graphcanon.com/categories/evaluation-observability.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/evaluation-observability"}],"tags":[{"slug":"gpt-3","name":"gpt-3"},{"slug":"llms","name":"llms"},{"slug":"llm","name":"llm"},{"slug":"nlp","name":"nlp"},{"slug":"large-language-models","name":"large-language-models"},{"slug":"gpt-4","name":"gpt-4"},{"slug":"natural-language-processing","name":"natural-language-processing"},{"slug":"chatgpt","name":"chatgpt"}],"trust":{"provenance":{"is_fork":false,"github_id":490608425,"owner_type":"User","methodology":"github_public_v1","parent_repo":null,"near_duplicate_slugs":[]},"computed_at":"2026-07-11T10:31:38.812Z","maintenance":{"label":"Dormant","score":18,"methodology":"github_public_v1","releases_90d":0,"days_since_push":1068,"last_release_at":null},"security_summary":{"status":"no_lockfile","scanner":null,"low_count":0,"high_count":0,"last_scan_at":"2026-07-11T10:31:40.210Z","medium_count":0,"scan_profile":"none","critical_count":0}},"capability_facts":{"scan":{"source":"repo_scan","observed_at":"2026-07-11T11:30:29.445Z"}},"decision_facts":{"hosting":null,"pricing":null,"requirements":null,"constraints":null,"when_to_use":["您想深入理解特定的大规模预训练语言模型（如GPT-4）、其性能测试及其局限性时","当需要参考具体的技术改进细节，比如生成技术、prompt工程和评估指标等情况下","探索针对大模型的数据集选择、应用与优化策略，并获取前沿技术知识以推动自身项目的进展"],"when_not_to_use":["如果您主要关注软件层面的开发工具或特定框架的具体实现代码时。Reading_groups专注于论文资源和理论方向，而不是具体实现技巧","当您寻求快速入门基础NLP概念或者新手向教程支持时，该库更倾向于高级研究与前沿议题","需要深入对比分析S4等颠覆型架构细节，因为此仓库主要关注现有大规模预训练语言模型的演进步骤和技术迭代"],"source":"enrich:decision_facts","observed_at":"2026-07-11T11:31:01.775Z"},"constraint_facets":null,"decision_summary":[{"label":"Adopt for","value":"用于跟踪、整理和学习大规模语言模型相关的文章、课程材料和实验演示，适用于希望了解最新技术进展、优化策略、应用案例以及深度分析的研究者。"}]}}