PulseAugur
EN
LIVE 18:52:39

New research tackles LLM diversity, efficiency, and training stability

New research explores methods to enhance Large Language Model (LLM) capabilities and efficiency. One paper introduces "Verbalized Sampling" to mitigate mode collapse and increase diversity in LLM outputs by prompting models to verbalize probability distributions. Another study proposes "In-Place Tokenizer Expansion" to improve efficiency for languages with less representation in training data, potentially speeding up decoding. Additionally, research on "Stabilizing Native Low-Rank LLM Pretraining" presents a method to train models from scratch using exclusively low-rank weights without sacrificing performance, while another paper, "PolyQ," focuses on optimizing LLM inference on edge CPUs through a novel quantization framework. Finally, a study on "Budgeted Subset Refinement" aims to improve the quality and diversity of LLM-generated research ideas by strategically allocating refinement effort. AI

IMPACT These diverse research efforts aim to improve LLM efficiency, output quality, and training stability, potentially leading to more capable and accessible AI systems.

RANK_REASON Multiple arXiv papers on LLM research, including new techniques for training, inference, and evaluation.

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 50 sources. How we write summaries →

New research tackles LLM diversity, efficiency, and training stability

COVERAGE [50]

  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.AI TIER_1 English(EN) · Ely Hahami, Ishaan Sinha, Lavik Jain ·

    Introspection Fine-Tuning (IFT): Training Small LLMs to Introspect

    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…

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

    Stabilizing Native Low-Rank LLM Pretraining

    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,…

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

    PolyQ: Codesigning End-to-End Quantization Framework for Scalable Edge CPU LLM Inference

    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…

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

    Budgeted Subset Refinement for Execution-Aware LLM Research Ideation

    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 …

  6. 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: How to Mitigate Mode Collapse and Unlock LLM Diversity

    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…

  7. 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 ·

    In-Place Tokenizer Expansion for Pre-trained LLMs

    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…

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

    Simplicity Paradox: Debunking myths about prompting and datasets for LLM evaluation

    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…

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

    Tracing LLM Behavior to the Training Data with Empirical Next-Token Distributions

    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…

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

    In-Place Tokenizer Expansion for Pre-trained LLMs

    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: Codesigning End-to-End Quantization Framework for Scalable Edge CPU LLM Inference

    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) · Zhengbo Jiao, Hongyu Xian, Qinglong Wang, Yunpu Ma, Zhebo Wang, Zifan Zhang, Dezhang Kong, Meng Han ·

    Policy of Thoughts: Scaling Test-Time Training for LLM Reasoning via Online Policy Evolution

    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 …

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

    Value Drifts: Tracing Value Alignment During LLM Post-Training

    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) · Hironao Nakamura ·

    Interventional Grounding Audits: Black-Box Premise-Dependency Tests for LLM Chain-of-Thought via Predicate Substitution

    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…

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

    Adaptive Filtering of the KV Cache: Diagnosing and Correcting Structural-Role Bias in LLM Inference

    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. …

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

    Data-Efficient Adaptation of LLMs via Attention Head Reweighting

    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…

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

    Data-Efficient Adaptation of LLMs via Attention Head Reweighting

    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 ·

    Adaptive Filtering of the KV Cache: Diagnosing and Correcting Structural-Role Bias in LLM Inference

    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: A Knowledge Only LLM Inference Engine Generator SKILL Toolbox

    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) · Pei Guo, Enjie Liu, Yunzhi Tan, Mochi Gao, Jianxin Zhang, Ruichao Zhong, Juntao Li, Bo Hu, Zang Li ·

    ProgramTab: Boosting Table Reasoning of LLMs via Programmatic Paradigm

    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…

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

    LLMs as a Jury: Cross-Model Consensus Can Outperform Process Reward Models for LLM Reasoning

    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…

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

    Depth-Entropy Guided Sampling for Training-Free LLM Reasoning

    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 …

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

    Device-Cloud Collaborative LLM Inference with Multi-Modal, Multi-Task, Multi-Turn Conversations

    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…

  24. 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 ·

    Extending LLM Context via Associative Recurrent Memory

    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…

  25. 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 ·

    Proxy Exploration and Reusable Guidance: A Modular LLM Post-Training Paradigm via Proxy-Guided Update Signals

    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…

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

    Enhancing Reasoning for Diffusion LLMs via Distribution Matching Policy Optimization

    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…

  27. 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 ·

    Beyond Na\"ive Prompting: Strategies for Improved Context-aided Forecasting with LLMs

    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,…

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

    Silent Failures in Quantized LLM Reasoning: A Taxonomy-Based Analysis of Hollow Convergence and Failure Mode Shifts

    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$ …

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

    Extending LLM Context via Associative Recurrent Memory

    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 ·

    Proxy Exploration and Reusable Guidance: A Modular LLM Post-Training Paradigm via Proxy-Guided Update Signals

    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) ·

    Proxy Exploration and Reusable Guidance: A Modular LLM Post-Training Paradigm via Proxy-Guided Update Signals

    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: Boosting Table Reasoning of LLMs via Programmatic Paradigm

    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. Hugging Face Daily Papers TIER_1 English(EN) ·

    ProgramTab: Boosting Table Reasoning of LLMs via Programmatic Paradigm

    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…

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

    Amplitude-Only FFN Intervention for Tool-Structured LLM Inference Method: Gated Evaluation Protocol, and Cross-Model Empirical Results

    Large language models increasingly operate as tool-using agents, where small format, argument, or function-call errors can invalidate otherwise plausible responses. We study inference-time feed-forward network (FFN) intervention for improving structured outputs without retraining…

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

    GrAInS: Gradient-based Attribution for Inference-Time Steering of LLMs and VLMs

    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. arXiv cs.CL TIER_1 English(EN) · Xingshuai Huang, Derek Li, Bahareh Nikpour, Parsa Omidi ·

    Hierarchical Chain-of-Thought: Enhancing LLM Reasoning Performance and Efficiency

    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…

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

    CogniConsole: Externalizing Inference-Time Control as a Formal Abstraction for Reliable LLM Interactions

    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…

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

    MILES: Modular Instruction Memory with Learnable Selection for Self-Improving LLM Reasoning

    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…

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

    Akashic: A Low-Overhead LLM Inference Service with MemAttention

    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, …

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

    Unlocking Multilingual Reasoning Capability of LLMs and LVLMs through Representation Engineering

    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…

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

    From Prompt Engineering to Fine-Tuning: Building Domain-Specific LLMs Step by Step

    <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…

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

    The Complete Guide to Local LLM Inference Tools in July 2026: llama.cpp, Ollama, vLLM, SGLang, and Beyond

    <p><em>Nine tools, three layers, one decision framework. Everything you need to run open-source models in 2026.</em></p> <h2> Why This Guide Exists </h2> <p>The local LLM inference ecosystem has quietly matured into one of the most consequential layers of the open-source AI stack…

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

    Constrained Decoding vs Post-hoc Validation: Production LLM Extraction Needs Both

    <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…

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

    Stop Wasting Your LLM Context Window: A Practical Strategy

    <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> …

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

    Deep Interaction: A Novel Approach to Correcting LLM Reasoning Errors

    <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…

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

    LLM Fine-Tuning Guide: Full Fine-Tuning, LoRA, Learning Rate, and 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…

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

    Building a Terminal Based LLM Inference Internals Explorer - Part 2

    <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…

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

    Bonsai-27B: A 1-Bit LLM for On-Device Inference with Llama.cpp and MLX

    <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…

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

    MiniCPM5-1B-Claude-Opus-Fable5-Thinking: A Compact LLM for Enhanced Coding and Instruction Following

    <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…

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

    Building a Terminal Based LLM Inference Internals Explorer

    <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…