PulseAugur
实时 09:15:39

新研究解决 LLM 的多样性、效率和训练稳定性问题

新研究探索了增强大型语言模型 (LLM) 功能和效率的方法。一篇论文介绍了“口头化采样” (Verbalized Sampling),通过提示模型口头化概率分布来减轻模式崩溃并增加 LLM 输出的多样性。另一项研究提出了“原地分词器扩展” (In-Place Tokenizer Expansion),以提高训练数据中代表性较低的语言的效率,可能加快解码速度。此外,关于“稳定原生低秩 LLM 预训练” (Stabilizing Native Low-Rank LLM Pretraining) 的研究提出了一种仅使用低秩权重从头开始训练模型而不牺牲性能的方法,而另一篇论文“PolyQ”则专注于通过新颖的量化框架优化边缘 CPU 上的 LLM 推理。最后,一项关于“预算子集精炼” (Budgeted Subset Refinement) 的研究旨在通过战略性地分配精炼工作来提高 LLM 生成的研究创意的质量和多样性。 AI

影响 这些多样化的研究工作旨在提高 LLM 的效率、输出质量和训练稳定性,有望带来更强大、更易于访问的 AI 系统。

排序理由 多篇关于 LLM 研究的 arXiv 论文,包括新的训练、推理和评估技术。

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 47 个来源。 我们如何撰写摘要 →

新研究解决 LLM 的多样性、效率和训练稳定性问题

报道来源 [47]

  1. Ahead of AI (Sebastian Raschka) TIER_1 English(EN) · Sebastian Raschka, PhD ·

    Controlling Reasoning Effort in LLMs

    How LLMs Learn Low-, Medium-, and High-Effort Reasoning Modes

  2. arXiv cs.LG TIER_1 English(EN) · Paul Janson, Edouard Oyallon, Eugene Belilovsky ·

    稳定原生低秩LLM预训练

    arXiv:2602.12429v2 Announce Type: replace Abstract: Foundation models have achieved remarkable success, yet their growing parameter counts pose significant computational and memory challenges. Low-rank factorization offers a promising route to reduce training and inference costs,…

  3. arXiv cs.LG TIER_1 English(EN) · Hyunwoo Oh, Suyeon Jang, Hanning Chen, KyungIn Nam, Sanggeon Yun, Ryozo Masukawa, Mohsen Imani ·

    PolyQ:为可扩展边缘CPU LLM推理进行端到端量化框架的联合设计

    arXiv:2607.14618v1 Announce Type: new Abstract: CPUs are the most universal target for on-device LLM inference, but existing low-bit quantization methods offer either coarse operating points or fine-grained mixed precision that is difficult to execute efficiently on CPUs. We pres…

  4. arXiv cs.CL TIER_1 English(EN) · Micah Zhang ·

    面向执行的LLM研究构思的预算子集精炼

    arXiv:2607.14118v1 Announce Type: new Abstract: Large language models (LLMs) can generate research ideas that appear novel to expert reviewers, but recent work also shows that such ideas often lack diversity, are difficult for LLMs to evaluate reliably, and may fail to translate …

  5. arXiv cs.AI TIER_1 English(EN) · Jiayi Zhang, Simon Yu, Derek Chong, Anthony Sicilia, Michael R. Tomz, Christopher D. Manning, Weiyan Shi ·

    Verbalized Sampling:如何缓解模式崩溃并解锁 LLM 的多样性

    arXiv:2510.01171v4 Announce Type: replace-cross Abstract: Post-training alignment often reduces LLM diversity, leading to a phenomenon known as mode collapse. Unlike prior work that attributes this effect to algorithmic limitations, we identify a fundamental, pervasive data-level…

  6. arXiv cs.AI TIER_1 English(EN) · Jimmy T. H. Smith, Tarek Dakhran, Alberto Cabrera, Simon S. Lee, Paul Pak, Aditya Tadimeti, Tim Seyde, Maxime Labonne, Alexander Amini, Mathias Lechner ·

    预训练大模型的原地分词器扩展

    arXiv:2607.15232v1 Announce Type: cross Abstract: A tokenizer fixed at the start of pre-training allocates vocabulary in proportion to the pre-training corpus, reflecting the deployment priorities at that time. When those priorities shift, languages added later are split into man…

  7. arXiv cs.AI TIER_1 English(EN) · Ely Hahami, Ishaan Sinha, Lavik Jain ·

    内省微调 (IFT):训练小型 LLM 进行内省

    arXiv:2607.14111v1 Announce Type: cross Abstract: Can small language models detect and report on perturbations their own internal activations? We investigate this question through the lens of activation steering: injecting concept vectors into a model's residual stream and measur…

  8. arXiv cs.AI TIER_1 English(EN) · Zachary Izzo ·

    通过经验性下一个词元分布追踪大型语言模型行为至训练数据

    arXiv:2607.14306v1 Announce Type: new Abstract: In this paper, we study the connection between an LLM's output distribution and the data used to train it. Specifically, we study the degree to which an LLM's next-token distribution agrees with the empirical next-token distribution…

  9. arXiv cs.AI TIER_1 English(EN) · Inder Preet, Shuxin Lin, Dhaval Patel ·

    Simplicity Paradox:揭秘LLM评估中的提示词与数据集迷思

    arXiv:2607.14109v1 Announce Type: cross Abstract: Probing the capabilities of Large Language Models (LLMs) and building robust solutions for Multiple-Choice Question Answering (MCQA) remain central challenges in natural language understanding. Furthermore, the rapid proliferation…

  10. arXiv cs.LG TIER_1 English(EN) · Mathias Lechner ·

    预训练大模型的原地分词器扩展

    A tokenizer fixed at the start of pre-training allocates vocabulary in proportion to the pre-training corpus, reflecting the deployment priorities at that time. When those priorities shift, languages added later are split into many more tokens per word, which can raise latency, c…

  11. arXiv cs.LG TIER_1 English(EN) · Mohsen Imani ·

    PolyQ:为可扩展边缘CPU LLM推理进行端到端量化框架的联合设计

    CPUs are the most universal target for on-device LLM inference, but existing low-bit quantization methods offer either coarse operating points or fine-grained mixed precision that is difficult to execute efficiently on CPUs. We present PolyQ, a CPU-oriented compiler/quantization …

  12. arXiv cs.AI TIER_1 English(EN) · Tuomas Oikarinen, Zixiao Chen, Charlotte Siska, Tsui-Wei Weng, Chandan Singh, Jianfeng Gao ·

    通过注意力头重加权实现LLM的数据高效适应

    arXiv:2607.13425v1 Announce Type: cross Abstract: Learning effectively from limited data is critical in domains like security where labeled examples are scarce. Large language models (LLMs) have demonstrated some capabilities for data-efficient learning, especially through parame…

  13. arXiv cs.LG TIER_1 English(EN) · Mehar Bhatia, Shravan Nayak, Gaurav Kamath, Marius Mosbach, Karolina Sta\'nczak, Vered Shwartz, Siva Reddy ·

    价值漂移:追踪LLM训练后价值对齐

    arXiv:2510.26707v2 Announce Type: replace-cross Abstract: As LLMs occupy an increasingly important role in society, they are more and more confronted with questions that require them not only to draw on their general knowledge but also to align with certain human value systems. T…

  14. arXiv cs.AI TIER_1 English(EN) · Zhengbo Jiao, Hongyu Xian, Qinglong Wang, Yunpu Ma, Zhebo Wang, Zifan Zhang, Dezhang Kong, Meng Han ·

    Policy of Thoughts: 通过在线策略演化扩展LLM推理的测试时训练

    arXiv:2601.20379v2 Announce Type: replace Abstract: Large language models (LLMs) struggle with complex, long-horizon reasoning due to instability caused by their frozen policy assumption. Current test-time scaling methods treat execution feedback merely as an external signal for …

  15. arXiv cs.AI TIER_1 English(EN) · Hironao Nakamura ·

    干预式接地审计:通过谓词替换对 LLM 思维链进行黑盒前提依赖性测试

    arXiv:2607.13069v1 Announce Type: new Abstract: Large language models produce chain-of-thought (CoT) reasoning that appears logically sound yet may not genuinely depend on its stated premises. We introduce interventional grounding audits, a black-box, step-level test of premise d…

  16. arXiv cs.AI TIER_1 English(EN) · Soumil Mandal ·

    KV缓存的自适应过滤:诊断和纠正LLM推理中的结构-角色偏差

    arXiv:2607.13205v1 Announce Type: cross Abstract: Attention-based KV cache eviction (H2O and its descendants) compresses the memory-constrained state of a long-context model by ranking tokens on accumulated attention mass, treated here as signal energy, and keeping the heaviest. …

  17. arXiv cs.AI TIER_1 English(EN) · Jianfeng Gao ·

    通过注意力头重加权实现 LLMs 的数据高效适应

    Learning effectively from limited data is critical in domains like security where labeled examples are scarce. Large language models (LLMs) have demonstrated some capabilities for data-efficient learning, especially through parameter-efficient adaptation methods, but continue to …

  18. arXiv cs.CL TIER_1 English(EN) · Soumil Mandal ·

    KV缓存的自适应过滤:诊断和纠正LLM推理中的结构-角色偏差

    Attention-based KV cache eviction (H2O and its descendants) compresses the memory-constrained state of a long-context model by ranking tokens on accumulated attention mass, treated here as signal energy, and keeping the heaviest. On schema-dense input streams such as nested JSON,…

  19. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Mingheng Mi ·

    MetaInfer:一个仅知识的LLM推理引擎生成器SKILL工具箱

    As LLM technology advances, the space of model families, compute hardware, quantization schemes, parallelization strategies, and specialized optimization kernels continues to expand, sharply increasing the code complexity and maintenance cost of general-purpose inference framewor…

  20. arXiv cs.AI TIER_1 English(EN) · Ning Liu ·

    大型语言模型作为陪审团:跨模型共识可超越过程奖励模型以提升大型语言模型推理能力

    arXiv:2607.10139v1 Announce Type: cross Abstract: Selecting the correct answer from a pool of candidate reasoning chains is the engine of test-time scaling, yet the standard selectors each carry a cost: self-consistency inherits the errors of the single model it resamples, and tr…

  21. arXiv cs.AI TIER_1 English(EN) · Zibin Meng, Peng Xie, Kani Chen ·

    用于无训练大型语言模型推理的深度熵引导采样

    arXiv:2607.09693v1 Announce Type: cross Abstract: Reinforcement learning (RL) has become the dominant paradigm for improving the reasoning capabilities of large language models, but it requires expensive training, curated data, and reward signals. Recent work shows that sampling …

  22. arXiv cs.AI TIER_1 English(EN) · Gleb Kuzmin, Ivan Rodkin, Aydar Bulatov, Yuri Kuratov, Lyudmila Rvanova, Mikhail Katkov, Ilia Sochenkov, Misha Tsodyks, Timothy Baldwin, Mikhail Burtsev, Artem Shelmanov ·

    通过联想循环记忆扩展LLM上下文

    arXiv:2607.11614v1 Announce Type: cross Abstract: Extending the context length of large language models (LLMs) is critical for many real-world applications, yet standard transformers remain constrained by quadratic compute and linear memory scaling. In this work, we investigate t…

  23. arXiv cs.AI TIER_1 English(EN) · Arjun Ashok, Andrew Robert Williams, Vincent Zhihao Zheng, Irina Rish, Nicolas Chapados, \'Etienne Marcotte, Valentina Zantedeschi, Alexandre Drouin ·

    超越朴素提示:利用LLM改进上下文辅助预测的策略

    arXiv:2508.09904v3 Announce Type: replace-cross Abstract: Real-world forecasting requires models to integrate not only historical data but also relevant contextual information provided in textual form. While large language models (LLMs) show promise for context-aided forecasting,…

  24. arXiv cs.CL TIER_1 English(EN) · Renuka Oladri, Mohan Vamsi Varadaraju Priya, Jerry Wu ·

    量化大语言模型推理中的静默故障:基于分类法的空洞收敛与故障模式转移分析

    arXiv:2607.09999v1 Announce Type: new Abstract: We show that post-training quantization can silently alter how large language models reason even when task accuracy is preserved. Using a six-category failure taxonomy validated by two independent human annotators (Cohen's $\kappa$ …

  25. arXiv cs.LG TIER_1 English(EN) · Yuchen Zhu, Wei Guo, Jaemoo Choi, Petr Molodyk, Bo Yuan, Molei Tao, Yongxin Chen ·

    通过分布匹配策略优化增强扩散式大语言模型的推理能力

    arXiv:2510.08233v3 Announce Type: replace Abstract: Diffusion large language models (dLLMs) are promising alternatives to autoregressive large language models (AR-LLMs), as they potentially allow higher inference throughput. Reinforcement learning (RL) is crucial to enabling dLLM…

  26. arXiv cs.LG TIER_1 English(EN) · Liangqi Yuan, Dong-Jun Han, Shiqiang Wang, Christopher G. Brinton ·

    设备-云协同多模态、多任务、多轮对话大语言模型推理

    arXiv:2502.11007v5 Announce Type: replace Abstract: Compared to traditional machine learning models, recent large language models (LLMs) can exhibit multi-task-solving capabilities through multi-modal data sources and multi-turn conversations. These unique characteristics of LLMs…

  27. arXiv cs.AI TIER_1 English(EN) · Daocheng Fu, Rong Wu, Yu Yang, Xuemeng Yang, Jianbiao Mei, Licheng Wen, Pinlong Cai, Yong Liu, Botian Shi, Yu Qiao ·

    代理探索与可复用引导:通过代理引导更新信号的模块化大模型训练后范式

    arXiv:2607.11505v1 Announce Type: cross Abstract: Post-training is essential for refining the domain-specific capabilities of large language models (LLMs), yet existing reward optimization and distribution matching methods tightly couple policy exploration with distribution align…

  28. arXiv cs.AI TIER_1 English(EN) · Pei Guo, Enjie Liu, Yunzhi Tan, Mochi Gao, Jianxin Zhang, Ruichao Zhong, Juntao Li, Bo Hu, Zang Li ·

    ProgramTab:通过程序化范式提升LLM的表格推理能力

    arXiv:2607.11207v1 Announce Type: cross Abstract: Table-based reasoning with large language models (LLMs), which requires reasoning based on natural language questions and structured tabular data, has gained widespread attention. However, a series of issues still constrain the ap…

  29. arXiv cs.AI TIER_1 English(EN) · Artem Shelmanov ·

    通过联想循环记忆扩展LLM上下文

    Extending the context length of large language models (LLMs) is critical for many real-world applications, yet standard transformers remain constrained by quadratic compute and linear memory scaling. In this work, we investigate the Associative Recurrent Memory Transformer (ARMT)…

  30. arXiv cs.AI TIER_1 English(EN) · Yu Qiao ·

    代理探索与可复用引导:通过代理引导更新信号的模块化LLM训练后范式

    Post-training is essential for refining the domain-specific capabilities of large language models (LLMs), yet existing reward optimization and distribution matching methods tightly couple policy exploration with distribution alignment. This coupling forces expensive exploration d…

  31. Hugging Face Daily Papers TIER_1 English(EN) ·

    代理探索与可复用引导:通过代理引导更新信号的模块化大模型训练后范式

    Post-training is essential for refining the domain-specific capabilities of large language models (LLMs), yet existing reward optimization and distribution matching methods tightly couple policy exploration with distribution alignment. This coupling forces expensive exploration d…

  32. arXiv cs.CL TIER_1 English(EN) · Zang Li ·

    ProgramTab:通过程序化范式提升LLM的表格推理能力

    Table-based reasoning with large language models (LLMs), which requires reasoning based on natural language questions and structured tabular data, has gained widespread attention. However, a series of issues still constrain the application of this task. The previous approaches su…

  33. arXiv cs.CL TIER_1 English(EN) · Xingshuai Huang, Derek Li, Bahareh Nikpour, Parsa Omidi ·

    分层思维链:提升大语言模型推理性能与效率

    arXiv:2604.00130v2 Announce Type: replace Abstract: Chain-of-Thought (CoT) prompting has significantly improved the reasoning capabilities of large language models (LLMs). However, conventional CoT often relies on unstructured, flat reasoning chains that suffer from redundancy an…

  34. arXiv cs.AI TIER_1 English(EN) · Vanessa Figueiredo, Wilter Franceschi ·

    CogniConsole:将推理时控制外部化为可靠 LLM 交互的形式化抽象

    arXiv:2607.08774v1 Announce Type: new Abstract: Reliability in large language model (LLM) systems is typically framed as a function of model capability. We challenge this by demonstrating that reliability is significantly influenced by \emph{inference-time control} -- the computa…

  35. arXiv cs.AI TIER_1 English(EN) · Duy Nguyen, Archiki Prasad, Elias Stengel-Eskin, Mohit Bansal ·

    GrAInS:基于梯度的归因,用于LLM和VLM的推理时引导

    arXiv:2507.18043v2 Announce Type: replace-cross Abstract: Inference-time steering methods offer a lightweight alternative to fine-tuning large language models (LLMs) and vision-language models (VLMs) by modifying internal activations at test time without updating model weights. H…

  36. Hugging Face Daily Papers TIER_1 English(EN) ·

    MILES:用于自改进 LLM 推理的模块化指令记忆与可学习选择

    Large language models (LLMs) increasingly improve their reasoning at test time via additional computation, yet most existing works treat each problem in isolation. When problems arrive sequentially, accumulating reusable experience across them can further improve performance. Exi…

  37. Hugging Face Daily Papers TIER_1 English(EN) ·

    Akashic:一种具有 MemAttention 的低开销 LLM 推理服务

    Recent LLM-based agent systems continuously accumulate context across multi-turn interactions, tool invocations, and cross-session workflows. Replaying the full history for every request quickly becomes impractical: long contexts increase prefill cost, may exceed context limits, …

  38. arXiv cs.CV TIER_1 English(EN) · Qiming Li, Xiaocheng Feng, Yixuan Ma, Zekai Ye, Ruihan Chen, Xiachong Feng, Bing Qin ·

    通过表示工程解锁LLM和LVLM的多语言推理能力

    arXiv:2511.23231v2 Announce Type: replace Abstract: Large Language Models (LLMs) and Large Vision-Language Models (LVLMs) demonstrate strong reasoning capabilities, yet their performance in English significantly outperforms that in low-resource languages, raising fairness concern…

  39. Medium — fine-tuning tag TIER_1 English(EN) · Neha Khan • AI & Software Engineer ·

    从提示工程到微调:一步步构建领域专用大模型

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/from-prompt-engineering-to-fine-tuning-building-domain-specific-llms-step-by-step-94e44a929014?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1536/1*s_5Yj9o…

  40. dev.to — LLM tag TIER_1 English(EN) · Hitarth Desai ·

    约束解码与事后验证:生产环境 LLM 提取两者皆需

    <p>Constrained decoding and post-hoc validation solve different problems.</p> <p>Constrained decoding is generation-time control:</p> <ul> <li>fewer malformed payloads</li> <li>less wrapper text</li> <li>better adherence to schema/tool shape</li> </ul> <p>Post-hoc validation is t…

  41. dev.to — LLM tag TIER_1 English(EN) · Learn AI Resource ·

    停止浪费你的LLM上下文窗口:一个实用的策略

    <p>You've got 200k tokens. So why do you keep running out of room halfway through your API call?</p> <p>Most developers treat context like a gas tank—fill it up and hope you don't run empty. That's the wrong mental model. Context is inventory. You need to <em>manage</em> it.</p> …

  42. dev.to — LLM tag TIER_1 English(EN) · Pneumetron ·

    深度交互:纠正LLM推理错误的新方法

    <h2> What Changed </h2> <p>The emergence of Chain-of-Thought (CoT) reasoning has significantly advanced the capability of large language models (LLMs) to handle complex, multi-step tasks. However, a persistent challenge in human-AI interaction with these models has been the ineff…

  43. dev.to — LLM tag TIER_1 English(EN) · Bahadir Kusat ·

    LLM 微调指南:全参数微调、LoRA、学习率和 VRAM

    <p>From data preparation and tokenizer selection to pretraining, LoRA, RLHF, evaluation, and production monitoring, this guide covers the major stages involved in training an AI model.</p> <p>Training an artificial intelligence model is not simply a matter of loading a dataset on…

  44. dev.to — LLM tag TIER_1 English(EN) · mayankpallai ·

    构建基于终端的大型语言模型推理内部机制探索器 - 第二部分

    <h2> Part 2: The Attention Sink Detector </h2> <p><em>Part 2 of a 4-part series on system-level LLM inference internals. Part 1 built the entropy tracker; this one looks one step earlier in the pipeline — at prefill, before a single token is generated.</em></p> <h2> Where This Fi…

  45. dev.to — LLM tag TIER_1 English(EN) · Pneumetron ·

    Bonsai-27B:用于 Llama.cpp 和 MLX 的设备端推理的 1 位 LLM

    <h2> What Changed </h2> <p>Prism ML has introduced Bonsai-27B, a 27B-class language model that leverages binary transformer weights, achieving a deployed footprint of approximately 3.9 GB. This represents a significant reduction in size, roughly 14.2 times smaller than its FP16 c…

  46. dev.to — LLM tag TIER_1 English(EN) · Pneumetron ·

    MiniCPM5-1B-Claude-Opus-Fable5-Thinking:一款用于增强编码和指令遵循的小型语言模型

    <h2> What Changed </h2> <p>GnLOLot has introduced the MiniCPM5-1B-Claude-Opus-Fable5-Thinking model, a specialized 1-billion parameter language model designed to enhance coding and instruction-following performance. This new model is a fine-tuned version of the <code>openbmb/Mini…

  47. dev.to — LLM tag TIER_1 English(EN) · mayankpallai ·

    构建一个基于终端的LLM推理内部机制探索器

    <h2> Part 1: The Entropy Tracker </h2> <p><em>Part 1 of a 4-part series on system-level LLM inference internals.</em></p> <h2> What This Series Builds </h2> <p>Most LLM tooling treats inference as a black box. Hosted APIs make this worse; they strip away logits, attention weights…