PulseAugur
实时 10:26:10
English(EN) ATLAS: Practical scaling laws for multilingual models

新研究在多语言、长上下文和推理任务中推进大语言模型效率

研究人员正在开发新方法来提高大语言模型(LLMs)在各种应用中的效率和有效性。Google DeepMind 推出了 ATLAS,一个用于缩放多语言模型的框架,该框架在数据混合和模型大小方面提供了指导,以提高非英语语言的性能。Hugging Face 发布了 LFM2.5-Encoders,针对 CPU 上的快速长上下文推理进行了优化,在文本分类等任务的速度和效率方面优于现有模型。此外,几篇 arXiv 论文探讨了大语言模型解码和推理的新技术,包括扩散语言模型(LATCH)的候选感知早期退出策略、通过调整输入框架减少大语言模型谄媚的方法,以及使用 B1ade 等较小模型进行检索增强生成(RAG)的有效方法。 AI

影响 多语言缩放、高效长上下文推理和新颖解码策略的进步有望为各种应用带来更强大、更易于访问的大语言模型。

排序理由 该集群包含多篇在 arXiv 上发表的研究论文,详细介绍了 LLM 开发和评估中的新方法和发现。

在 Google AI / Research 阅读 →

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

新研究在多语言、长上下文和推理任务中推进大语言模型效率

报道来源 [662]

  1. Google AI / Research TIER_1 English(EN) ·

    ATLAS:多语言模型的实用缩放定律

    Generative AI

  2. Hugging Face Blog TIER_1 English(EN) ·

    LFM2.5-Encoders 用于 CPU 上的快速长上下文推理

  3. arXiv cs.LG TIER_1 English(EN) · Hoda Fakharzadehjahromy, Emil Wiman, Andreas Bueff, Hafsteinn Einarsson, Fredrik Heintz ·

    SAGA:低资源北欧语言模型的得分加权自适应生成对齐

    arXiv:2608.06179v1 Announce Type: new Abstract: Preference optimisation has proven effective for improving large language models but typically relies on costly human preference annotations. Extending these methods to morphologically rich, low-resource languages remains challengin…

  4. arXiv cs.LG TIER_1 English(EN) · Zhaowei Han, Xiang Zhang, Bing Han, Kai Liu, Danqi Hu, Jie Liu ·

    KV-Skill:在模型的母语中锻造专业知识

    arXiv:2608.05475v1 Announce Type: new Abstract: Task knowledge is commonly stored either as text in the prompt or as an update to model weights. Text is modular but must be interpreted on every use, while weight adaptation makes the resulting capability difficult to load, remove,…

  5. arXiv cs.CL TIER_1 English(EN) · Ahmet Yavuz Uluslu, Tannon Kew, Tilia Ellendorff, Gerold Schneider, Rico Sennrich ·

    通过代理分解实现强大的本地语言识别

    arXiv:2509.16666v2 Announce Type: replace Abstract: Large language models (LLMs) often achieve high performance in native language identification (NLI) benchmarks by leveraging superficial contextual clues such as names, locations, and cultural stereotypes, rather than the underl…

  6. arXiv cs.CL TIER_1 English(EN) · Aarohi Srivastava, David Chiang ·

    不同扰动,不同机制:理解用于零样本方言鲁棒性的持续预训练

    arXiv:2608.05510v1 Announce Type: new Abstract: Dialectal variation remains a major challenge for multilingual language models. Perturbation-based continued pre-training (CPT) has emerged as a promising approach to improving robustness, yet existing work largely evaluates individ…

  7. arXiv cs.AI TIER_1 English(EN) · Maryam Rahimi, Mahdi Nouri, Yadollah Yaghoobzadeh ·

    短上下文语言模型中的层级位置偏差

    arXiv:2601.04098v2 Announce Type: replace-cross Abstract: Transformer language models systematically prefer tokens at specific input positions regardless of semantic relevance---a phenomenon known as positional bias. Prior work characterizes this bias in model behavior through pe…

  8. arXiv cs.AI TIER_1 English(EN) · Maryam Rahimi, Mohammad Reza Daliri, Yadollah Yaghoobzadeh ·

    大型语言模型解释大脑中的语言表征

    arXiv:2502.14671v4 Announce Type: replace-cross Abstract: Large Language Model (LLM) representations are known to align with brain activity during language processing, but it remains unclear what drives this alignment. We test whether explainable AI (XAI) can help answer this: us…

  9. arXiv cs.AI TIER_1 English(EN) · Uri Katz, Omer Goldman, Tomasz Limisiewicz, Reut Tsarfaty, Noah A. Smith ·

    MameLoshnLM:意第绪语语言模型与评估基准

    arXiv:2608.05850v1 Announce Type: cross Abstract: We present MameLoshnLM, the first open-source 8B-parameter language model built specifically for Yiddish. Despite Yiddish's rich textual tradition, its limited digital presence and the scarcity of reliable evaluation resources hav…

  10. arXiv cs.AI TIER_1 English(EN) · Chang Shi, Tim Pearce, Manan Tomar, Siddhartha Sen, John Langford ·

    Hierarchical Latent Prediction for Language Models

    arXiv:2608.05806v1 Announce Type: cross Abstract: While standard Next-Token Prediction (NTP) lays the foundation of language model pre- training, its teacher-forced training paradigm may not be optimal for long-horizon reasoning and planning. Recent works such as Multi-Token Pred…

  11. arXiv cs.AI TIER_1 English(EN) · Gihoon Kim, Jeyoung Lee, Suhan Woo, Sekwon Oh, Minsu Jeon, Hyounsoo Han, Euntai Kim ·

    Cautious Context Steering for Language Model Personalization

    arXiv:2608.05813v1 Announce Type: new Abstract: Personalizing language models (LMs) to individual user preferences is essential for aligning responses with diverse goals and backgrounds. Existing methods typically train a separate adapter for each user or learn a reward model who…

  12. arXiv cs.AI TIER_1 English(EN) · Zonghao Yang ·

    大型语言模型中的反事实分析

    arXiv:2608.05367v1 Announce Type: new Abstract: Counterfactual analysis aims to predict potential outcomes under hypothetical scenarios, offering valuable insights for decision-making. This paper investigates the application of large language models (LLMs), specifically the GPT-3…

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

    SAGA:低资源北欧语言模型的得分加权自适应生成对齐

    Preference optimisation has proven effective for improving large language models but typically relies on costly human preference annotations. Extending these methods to morphologically rich, low-resource languages remains challenging because such annotations are scarce. We presen…

  14. arXiv cs.AI TIER_1 English(EN) · Ruitong Li, Binjie Guo, Aisheng Mo, Guowei Su, Jie Li, Ru Zhang ·

    协议优先于多样性:异构语言模型协调的先验验证互补性

    arXiv:2608.04618v1 Announce Type: new Abstract: Heterogeneous language-model ensembles expand the space of candidate responses, yet they lack a principled criterion for when a newly generated answer should supersede an already supported one. We decouple candidate headroom from re…

  15. arXiv cs.CL TIER_1 English(EN) · Eric Zhang, Leshem Choshen, Jacob Andreas ·

    语言模型中的难忘泛化能力

    arXiv:2409.02228v2 Announce Type: replace-cross Abstract: When language models (LMs) are trained to forget (or "unlearn'') a skill, how precisely does their behavior change? We study the behavior of transformer LMs in which tasks have been forgotten via fine-tuning on randomized …

  16. arXiv cs.CL TIER_1 English(EN) · Yuezhang Peng, Yuxin Liu, Changfeng Gao, Zhifu Gao, Xiangang Li, Xie Chen ·

    语音功能调用:大型语音语言理解的新视角

    arXiv:2608.05126v1 Announce Type: new Abstract: Spoken Language Understanding (SLU) is the core component of task-oriented dialogue systems and a pivotal link in achieving seamless human-agent interaction. While traditional SLU can effectively extract user semantics for closed-se…

  17. arXiv cs.CL TIER_1 Deutsch(DE) · Amanda Popadich, Shane Steinert-Threlkeld ·

    语言模型泛化到类似人类的词序偏好

    arXiv:2608.05028v1 Announce Type: new Abstract: A central question in language acquisition is whether linguistic biases can emerge from general learning mechanisms operating over underdetermined input. Artificial Language Learning (ALL) studies have shown that human learners reli…

  18. arXiv cs.CL TIER_1 English(EN) · Soroush Omidvartehrani, Mohammadamin Habibollah, Mohammadreza Daviran, Davood Rafiei ·

    EdgeLM:用于语言模型表格理解的边缘演示

    arXiv:2608.04390v1 Announce Type: new Abstract: Large language models (LLMs) perform table-centric prediction through in-context learning, making demonstration selection critical to performance. Existing retrieval methods prioritize similarity to the query, but similar demonstrat…

  19. arXiv cs.CL TIER_1 English(EN) · Junbo Zhang, Qianli Zhou, Xinyang Deng, Wen Jiang ·

    DataRx:面向大型语言模型任务特定微调的缺失感知采样技术

    arXiv:2608.04322v1 Announce Type: new Abstract: Task-specific fine-tuning can improve the performance of large language models (LLMs) on downstream tasks. However, our study reveals that task-specific fine-tuning can also weaken the safety guardrails of aligned LLMs. A widely ado…

  20. arXiv cs.CL TIER_1 English(EN) · Mullosharaf K. Arabov ·

    面向低资源语言的大型语言模型:塔吉克语电子解释词典的概念框架

    arXiv:2608.04186v1 Announce Type: new Abstract: This paper presents a conceptual framework for developing an electronic explanatory dictionary of the Tajik language using large language models (LLMs). The relevance of the work stems from the absence of a comprehensive digital lex…

  21. arXiv cs.CL TIER_1 English(EN) · Luxshan Thavarasa, Sivasuthan Sukumar ·

    测试后路由:语言模型如何在模型和语言之间执行上下文内条件规则

    arXiv:2608.04183v1 Announce Type: new Abstract: When a language model follows an in-context conditional rule such as "if P(x) then A else B," does it assemble a runtime circuit with one module that tests the predicate and another that routes the answer? We probe this with activat…

  22. arXiv cs.AI TIER_1 English(EN) · Matteo Silvestri, Fabiano Veglianti, Flavio Giorgi, Fabrizio Silvestri, Gabriele Tolomei ·

    当大型语言模型懂得表格:评估表格数据污染的框架

    arXiv:2510.20351v3 Announce Type: replace-cross Abstract: Large language models (LLMs) are increasingly exposed to data contamination, i.e., performance gains driven by prior exposure of test datasets rather than generalization. However, in the context of tabular data, this probl…

  23. arXiv cs.AI TIER_1 English(EN) · Jianru Shen ·

    小型语言模型中可验证的语言化不确定性上限与认证延迟

    arXiv:2608.05064v1 Announce Type: cross Abstract: Small open-weight language models increasingly run in private, offline, and cost-sensitive settings, where the key deployment question is not only what a model answers but when it should defer to a human. We study whether verbaliz…

  24. arXiv cs.AI TIER_1 English(EN) · Sihan Hu, Lyuhan Huang, Youjin Deng, Kun Chen ·

    SciCode-Verified:基准测试缺陷如何低估了语言模型的科学编码能力

    arXiv:2608.04975v1 Announce Type: cross Abstract: SciCode is the standard measure of the scientific-coding ability of language models: research-level problems that demand both frontier scientific theory and its implementation as working numerical code. It is a component of the Ar…

  25. arXiv cs.AI TIER_1 English(EN) · Yexing Du, Kaiyuan Liu, Youcheng Pan, Bo Yang, Chengpeng Fu, Yu Wang, Ming Liu ·

    通过资源感知语音编码器混合打破多对多语音到文本翻译的多语言诅咒

    arXiv:2608.04586v1 Announce Type: cross Abstract: Multimodal large language models (MLLMs) have achieved significant success in speech-to-text translation (S2TT). However, when processing multilingual speech inputs, a single speech encoder shared across all languages suffers from…

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

    不同扰动,不同机制:理解用于零样本方言鲁棒性的持续预训练

    Dialectal variation remains a major challenge for multilingual language models. Perturbation-based continued pre-training (CPT) has emerged as a promising approach to improving robustness, yet existing work largely evaluates individual perturbation strategies in isolation and pro…

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

    MameLoshnLM:意第绪语语言模型与评估基准

    We present MameLoshnLM, the first open-source 8B-parameter language model built specifically for Yiddish. Despite Yiddish's rich textual tradition, its limited digital presence and the scarcity of reliable evaluation resources have constrained progress in Yiddish language modelin…

  28. arXiv cs.AI TIER_1 English(EN) · Minh Vu Pham, Hsuvas Borkakoty, Yufang Hou ·

    知识的碰撞之处:语言模型内部记忆知识冲突的机制研究

    arXiv:2601.09445v2 Announce Type: replace-cross Abstract: In language models (LMs), intra-memory knowledge conflict arises when inconsistent information about the same subject is encoded within the model's parametric knowledge. Prior work has primarily focused on resolving confli…

  29. arXiv cs.LG TIER_1 English(EN) · Lele Zheng, Weifeng Kong, Xinyi Zhang, Ke Cheng, Tao Zhang, Yulong Shen ·

    面向大型语言模型差分隐私零阶微调的噪声感知收缩

    arXiv:2608.03277v1 Announce Type: new Abstract: Differentially private zeroth-order optimization (DP-ZO) enables memory-efficient private fine-tuning of large language models using only forward evaluations. Existing aggregation-based DP-ZO methods reconstruct model updates at a f…

  30. arXiv cs.CL TIER_1 English(EN) · Zhipeng Yang, Shu Yang, Lijie Hu, Di Wang ·

    大型语言模型中的词语恢复能力实现字符级分词鲁棒性

    arXiv:2603.10771v2 Announce Type: replace Abstract: Large language models (LLMs) trained with canonical tokenization exhibit surprising robustness to non-canonical inputs such as character-level tokenization, yet the mechanisms underlying this robustness remain unclear. We study …

  31. arXiv cs.CL TIER_1 English(EN) · Ayoub Hammal, Pierre Zweigenbaum, Caio Corro ·

    因果语言模型的后缀约束贪心搜索算法

    arXiv:2603.01243v2 Announce Type: replace Abstract: Large language models (LLMs) are powerful tools that have found applications beyond human-machine interfaces and chatbots. Beside free-form generation, there has been an interest in constrained generation, a setting where LLMs a…

  32. arXiv cs.CL TIER_1 English(EN) · Tom\'a\v{s} Burkert, Angelika Peljak-{\L}api\'nska, David Zelen\'y ·

    M-GATE:大型语言模型的多语言语法、翻译准确性和效率基准

    arXiv:2608.03803v1 Announce Type: new Abstract: Multilingual language models are deployed across a hundred or more languages, yet most benchmarks test whether a model can perform a task _in_ a language rather than whether it commands the language itself, conflating fluency with p…

  33. arXiv cs.CL TIER_1 (TL) · Mykola Haltiuk ·

    解构语言模型与边界

    arXiv:2608.03599v1 Announce Type: new Abstract: Byte-level language models are usually argued for on the grounds of robustness, multilingual fairness, and character-level skills. We point to a different, structural advantage: because they read and write bytes, any two of them sha…

  34. arXiv cs.CL TIER_1 English(EN) · Yixin Bu, Runze Xia, Guanyun Zou, Yupeng Ji, Haodong Liu, Piji Li ·

    DUD:大型语言模型中用于可靠不确定性量化的解耦更新动力学

    arXiv:2608.03411v1 Announce Type: new Abstract: Accurate Uncertainty Quantification (UQ) is critical for reliable deployment of Large Language Models (LLMs), yet traditional probability-based metrics often fail to capture the model's true epistemic state. While recent mechanistic…

  35. arXiv cs.CL TIER_1 English(EN) · Hai Wang, Chenhao Wang, Qifeng Cai, Yixiu Liu, Miao Peng, Nuo Chen, Yuanlin Tu, Chengcheng Xu, Feng Zhang ·

    面向大型语言模型预训练的可扩展频率和长度感知子文档去重

    arXiv:2608.03089v1 Announce Type: new Abstract: Large-scale pretraining corpora contain substantial duplicate content. Although document-level deduplication is widely used, removing subdocument-level redundancy remains challenging. At corpus scale, suffix-array-based methods are …

  36. arXiv cs.CL TIER_1 English(EN) · Monnie McGee, Mateo Langston Smith, Julian Cabrera ·

    超越准确性:大型语言模型统计推理的多维度评估

    arXiv:2608.03038v1 Announce Type: new Abstract: Statistical reasoning is multidimensional, yet evaluations of large language models (LLMs) typically emphasize response accuracy while overlooking how models construct and communicate statistical explanations. This study demonstrate…

  37. arXiv cs.CL TIER_1 English(EN) · Rupak Sarkar, Pritika Ramu, Rachel Rudinger ·

    语言模型编码命题的语境真实性

    arXiv:2608.03035v1 Announce Type: new Abstract: Prior work has shown that LLMs encode the truth of factual propositions along linear directions in activation space. It's unclear how these representations extend to contextual truth: propositions whose truth is determined by in-con…

  38. arXiv cs.CL TIER_1 English(EN) · \c{S}uayp Talha Kocabay, Talha R\"uzgar Akku\c{s}, Kamer Ali Yuksel ·

    ARCHead:大型语言模型输出头部的激活度度量残差校正

    arXiv:2608.02703v1 Announce Type: new Abstract: Weight-only quantization substantially reduces the storage of large language model (LLM) transformer blocks, but practical backends often retain the final language-modeling head (LM-head) in BF16 or FP16. Quantizing this projection …

  39. arXiv cs.AI TIER_1 English(EN) · Safal Shrestha, Anubhav Shrestha, Minwu Kim, Aadim Nepal, Keith Ross ·

    关于大型语言模型生成式推理的层剪枝的局限性

    arXiv:2602.01997v3 Announce Type: replace-cross Abstract: Recent work has shown that layer pruning can effectively compress large language models (LLMs) while retaining strong performance on classification benchmarks, often with little or no finetuning. In contrast, generative re…

  40. arXiv cs.AI TIER_1 English(EN) · Qingyan Yang, Tongxi Wang, Yunsheng Luo ·

    ChiEngMixBench:评估大型语言模型在专家风格中英术语混合方面的表现

    arXiv:2601.16217v2 Announce Type: replace-cross Abstract: Large language models increasingly mediate multilingual professional communication, where useful generation requires adapting to community conventions about which expressions are retained, translated, or mixed. Existing be…

  41. arXiv cs.AI TIER_1 English(EN) · Sarah Ball, Niki Hasrati, Alexander Robey, Avi Schwarzschild, Frauke Kreuter, Zico Kolter, Andrej Risteski ·

    探究大型语言模型中对抗性后缀的可迁移性

    arXiv:2510.22014v2 Announce Type: replace-cross Abstract: Discrete optimization-based jailbreaking attacks on large language models aim to generate short, nonsensical suffixes that, when appended onto input prompts, elicit disallowed content. Notably, these suffixes are often tra…

  42. arXiv cs.AI TIER_1 English(EN) · Hailong Jiang, Feng Yu, Emran Hossain, Jianfeng Zhu, Mengfei Ren, Qiang Guan, Chunwei Xia ·

    大型语言模型能否挽回编译器错失的语义优化机会?

    arXiv:2608.03983v1 Announce Type: cross Abstract: Optimizing compilers miss profitable transformations when their enabling semantics are absent from the analyzed program representation. We ask whether large language models (LLMs) can recover such semantics from heterogeneous C/C+…

  43. arXiv cs.AI TIER_1 English(EN) · Yujia Hu, Tuan-Phong Nguyen, Simon Razniewski ·

    GPTKB 2.0:从大型语言模型直接构建消歧知识库

    arXiv:2608.03729v1 Announce Type: cross Abstract: Automated Knowledge Base Construction (AKBC) is a core NLP task, and recent work proposes generating knowledge bases directly from large language models (LLMs), treating the model itself as the knowledge source. However, LLMs nati…

  44. arXiv cs.AI TIER_1 English(EN) · Sefika Efeoglu, Adrian Paschke ·

    大型语言模型中的反向箭头

    arXiv:2608.03512v1 Announce Type: new Abstract: Large language models (LLMs) have achieved strong performance on text-to-knowledge graph generation and related tasks. Nevertheless, it is still unclear whether they accurately model the direction-dependent semantics of inverse rela…

  45. arXiv cs.AI TIER_1 English(EN) · Mingtian Zhang ·

    MMLongBench-Doc-V2:MMLongBench-Doc 的修正标注、语义感知修订版

    arXiv:2608.03397v1 Announce Type: new Abstract: MMLongBench-Doc is a long-document QA benchmark of 1,082 questions over 135 PDFs. Two properties of it push measured scores away from the quantity they are meant to capture: the reference metric compares extracted answers, so 1,358,…

  46. arXiv cs.AI TIER_1 English(EN) · Maryam Rezaee, Pooriya Safaei, Maryam Asgarinezhad, Fatemeh Seyyedsalehi ·

    利用句子级能量景观解释黑箱大型语言模型

    arXiv:2608.02879v1 Announce Type: new Abstract: The widespread adoption of proprietary Large Language Models (LLMs) accessed strictly through closed APIs has created a critical challenge for responsible deployment: a fundamental lack of interpretability. To address this, we propo…

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

    EdgeLM:用于语言模型表格理解的边缘演示

    Large language models (LLMs) perform table-centric prediction through in-context learning, making demonstration selection critical to performance. Existing retrieval methods prioritize similarity to the query, but similar demonstrations often reinforce the model's likely predicti…

  48. arXiv cs.CL TIER_1 English(EN) · Taeyeong Kim, Ahhyun Kim, TaeHyeon Kim, Unggi Lee ·

    并非维度,而是范式:无梯度权重扰动语言模型中的关键因素

    arXiv:2608.01624v1 Announce Type: new Abstract: Adapting a language model to a task no longer requires training all of its weights, and a line of parameter-efficient methods has driven the trainable count from billions down to a handful of scalars. Gradient-free adaptation, which…

  49. arXiv cs.CL TIER_1 English(EN) · Eojin Jeon, SangKeun Lee ·

    图片:通过揭示而非隐藏角色缺乏知识来增强大型语言模型中的心智理论

    arXiv:2608.01598v1 Announce Type: new Abstract: Simulating human-like Theory of Mind (ToM) has been a longstanding problem in natural language processing (NLP). To address this, existing works introduce a reasoning step of event hiding (a.k.a. perspective-taking), where events un…

  50. arXiv cs.CL TIER_1 English(EN) · Ramesh B. Paramkusham ·

    小型语言模型领域自适应的可信度成本:一项跨架构实证研究

    arXiv:2608.00042v1 Announce Type: new Abstract: Domain adaptation of small language models (SLMs) has emerged as a practical strategy for deploying capable NLP systems in resource-constrained, high-stakes environments including healthcare, legal services, and financial analysis. …

  51. arXiv cs.LG TIER_1 English(EN) · Xiaoyun Liu, Divya Saxena, Jiannong Cao, Yuqing Zhao, Yiying Dong, Penghui Ruan ·

    GPrune-LLM:面向大型语言模型的泛化感知结构化剪枝

    arXiv:2603.13418v2 Announce Type: replace Abstract: Structured pruning is widely applied to compress large language models (LLMs), but its performance depends heavily on how neuron importance is estimated. Most existing methods rely on activation statistics from a single calibrat…

  52. arXiv cs.CL TIER_1 English(EN) · Shijie Ren, Xiting Wang, Meng Li, Yujie Guo, Yunhang Yao, Ziheng Peng, Xunlong Wang, Yuetan Chen, Haoyang Zhou, Yunlong Liang, Fandong Meng ·

    通过渐进式经验演化实现自改进的大型语言模型

    arXiv:2608.02139v1 Announce Type: new Abstract: Large language models (LLMs) capable of self-improvement require not only effective policy optimization, but also a principled mechanism for transforming transient interaction experience into persistent model capabilities. Existing …

  53. arXiv cs.CL TIER_1 English(EN) · K. Jack Scott, Narun Pat, Veronica Liesaputra ·

    歧义词对中趋同表征产生不同的大型语言模型预测

    arXiv:2608.01816v1 Announce Type: new Abstract: In this work we investigate how decoder-only transformers resolve lexical ambiguity through layer-by-layer analysis of three models spanning three parameter sizes (GPT-2-Small-117M, Llama-3.2-3B, Qwen2.5-32B). For both homonyms and …

  54. arXiv cs.LG TIER_1 English(EN) · Anusha Madan Gopal, Aras Pirbadian, Kristofor D. Carlson, M Anthony Lewis, Jonathan Tapson ·

    面向边缘语言模型的结构化记忆:通过 O(1) SSM 状态注入实现持久化上下文和语料库检索

    arXiv:2608.02560v1 Announce Type: new Abstract: Retrieval-augmented generation (RAG) imposes a prefill cost proportional to retrieved context length, and -- with Transformer backbones -- a KV-cache that grows with each generated token. State-Space Models (SSMs) avoid the second c…

  55. arXiv cs.LG TIER_1 English(EN) · Marta Garnelo, Wojciech M. Czarnecki ·

    大型语言模型为何在表格预测方面表现不佳

    arXiv:2608.02412v1 Announce Type: new Abstract: Large language models (LLMs) have become the default tool for a remarkable range of tasks, yet they have had conspicuously little success at one of the most common machine learning workloads: predictive analytics over tabular data. …

  56. arXiv cs.LG TIER_1 English(EN) · Andres Algaba, Francesca Carlon, Lynn Delcon, Marthe Ballon, Bert Verbruggen, Vincent Ginis ·

    推理摘要能揭示多少?大型语言模型的可观测性阶梯

    arXiv:2608.02089v1 Announce Type: new Abstract: Large language models often show users a final response and a short reasoning summary while the full reasoning trace stays hidden. We introduce an observability ladder that holds each completed run fixed and varies only what a reade…

  57. arXiv cs.LG TIER_1 English(EN) · Yuqicheng Zhu, Jialin Yu, Lin Li, Gengyuan Zhang, Zhen Yang, Steffen Staab, Puneet Dokania, Philip Torr, Jie Tang, Evgeny Kharlamov ·

    配置变化下的共形化大语言模型

    arXiv:2608.01460v1 Announce Type: new Abstract: Conformal prediction (CP) is a distribution-free framework for uncertainty quantification that has recently been adapted to large language models (LLMs), providing prediction sets with finite-sample coverage guarantees under exchang…

  58. arXiv cs.CL TIER_1 English(EN) · Vinayshekhar Bannihatti Kumar, Disha Makhija, Manoj Ghuhan Arivazhagan, Rashmi Gangadharaiah ·

    无语义的语法:教会大型语言模型编写未见过语言的代码

    arXiv:2605.15607v2 Announce Type: replace Abstract: Large language models (LLMs) achieve high pass rates on code generation benchmarks, yet whether they can transfer this ability to languages absent from pretraining remains poorly understood. We introduce PyLang, a minimal impera…

  59. arXiv cs.CL TIER_1 English(EN) · Sing Hieng Wong, Hassan Sajjad, A. B. Siddique ·

    LangFIR:从单语数据中发现用于语言引导的稀疏语言特定特征

    arXiv:2604.03532v2 Announce Type: replace Abstract: Large language models (LLMs) show strong multilingual capabilities, yet reliably controlling the language of their outputs remains difficult. Representation-level steering addresses this by adding language-specific vectors to mo…

  60. arXiv cs.CL TIER_1 English(EN) · Qiyuan Liu, Hao Xu, Xuhong Chen, Wei Chen, Yee Whye Teh, Ning Miao ·

    利用奖励模型增强大型语言模型推理能力:一项分析性调查

    arXiv:2510.01925v3 Announce Type: replace Abstract: Reward models (RMs) play a critical role in enhancing the reasoning performance of LLMs. For example, they can provide training signals to finetune LLMs during reinforcement learning (RL) and help select the best answer from mul…

  61. arXiv cs.CL TIER_1 English(EN) · Wenjun Wang, Shuo Cai, Congkai Xie, Mingfa Feng, Yiming Zhang, Zhen Li, Kejing Yang, Ming Li, Jiannong Cao, Hongxia Yang ·

    面向增强推理语言模型的全面 FP8 训练指南

    arXiv:2509.22536v5 Announce Type: replace Abstract: The immense computational cost of training Large Language Models (LLMs) presents a major barrier to innovation. While FP8 training offers a promising solution with significant theoretical efficiency gains, its widespread adoptio…

  62. arXiv cs.CL TIER_1 English(EN) · Ken Tsui ·

    自我纠错基准:揭示并解决大型语言模型中的自我纠错盲点

    arXiv:2507.02778v3 Announce Type: replace Abstract: Although large language models (LLMs) have transformed AI, they still make errors and follow unproductive reasoning paths. Self-correction is vital for safety-critical applications, but studying it requires disentangling activat…

  63. arXiv cs.CL TIER_1 English(EN) · Weixin Liang ·

    计算方法探究大型语言模型对写作和信息生态系统的影响

    arXiv:2506.17467v2 Announce Type: replace Abstract: Large language models (LLMs) have shown significant potential to change how we write, communicate, and create, leading to rapid adoption across society. This dissertation examines how individuals and institutions are adapting to…

  64. arXiv cs.CL TIER_1 English(EN) · Xiang Xia, Cheng Yan, Yiming Zhang, Jiazheng Liu, Hongyu Zhang, Wuyang Zhang ·

    REFLEX:在扩散语言模型中将 MoE 推理重新构想为感知精炼的计算分配

    arXiv:2608.01784v1 Announce Type: cross Abstract: Mixture-of-experts (MoE) models increase parameter capacity by activating only a small subset of experts for each token. This conditional-computation paradigm has enabled autoregressive language models to scale model capacity with…

  65. arXiv cs.CL TIER_1 English(EN) · Ziyi Cai, Shuangping Li, Yiheng Shen, Kangning Wang, Peng Zhang ·

    密集语言生成变得简单:确定性、随机性和多阶算法

    arXiv:2608.01320v1 Announce Type: cross Abstract: Language generation in the limit is a theoretical framework for studying how a generator can learn to produce new valid strings from a stream of positive examples. In this model, an adversary chooses an unknown language from a cou…

  66. arXiv cs.CL TIER_1 English(EN) · Mohamed El Idrissi ·

    跨语言重思和形式化国家:统一的计算学习理论视角

    arXiv:2608.00523v1 Announce Type: new Abstract: The linguistic notion of state has traditionally been restricted to the construct (annexation) state of Afroasiatic languages and treated as a language-specific morphosyntactic phenomenon. This article argues instead that the state …

  67. arXiv cs.CL TIER_1 English(EN) · Muhammad Faizan Raza (Luna), Shuo (Luna), Yang, Satish Mahadevan Srinivasan, Joanna F. DeFranco ·

    释放大型语言模型的潜力:实时、企业级部署蓝图

    arXiv:2608.00419v1 Announce Type: cross Abstract: Large language models deployed in real-time, regulated settings face knowledge staleness, catastrophic forgetting, hallucination, and weak feedback loops. We present a unified, pattern-driven LLMOps architecture integrating real-t…

  68. arXiv cs.CL TIER_1 English(EN) · Victor Maricato ·

    泄露它:一种从黑盒语言模型中提取训练数据的概率方法

    arXiv:2608.00144v1 Announce Type: cross Abstract: Membership inference (MIA) on language models is usually summarised by an aggregate ROC-AUC, but such evaluations are confounded: model-free blind baselines separate members from non-members from surface text alone. We study black…

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

    OmniPack:面向高效全模态大语言模型的统一令牌压缩

    Omni-modal large language models (Omni-LLMs) have achieved remarkable performance on audio-visual understanding tasks, but processing long and highly redundant visual and audio token sequences incurs substantial computational overhead, demanding aggressive token compression for e…

  70. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Jonathan Tapson ·

    面向边缘语言模型的结构化记忆:通过 O(1) SSM 状态注入实现持久化上下文和语料库检索

    Retrieval-augmented generation (RAG) imposes a prefill cost proportional to retrieved context length, and -- with Transformer backbones -- a KV-cache that grows with each generated token. State-Space Models (SSMs) avoid the second cost by construction; we eliminate the first, col…

  71. arXiv cs.AI TIER_1 English(EN) · Namkyung Yoon, Sanghong Kim, Hwangnam Kim ·

    PARALLEL:一种受前额叶对齐强化启发的语言模型显式限制学习方法

    arXiv:2607.28982v1 Announce Type: cross Abstract: Recent language models achieve strong performance across a variety of tasks, but conventional adaptation applies updates uniformly across training samples regardless of their local update benefit. We propose PARALLEL, a prefrontal…

  72. arXiv cs.CL TIER_1 English(EN) · Fabio De Ponte, Eloise Gaines-White, Conor Houghton, Seth Bullock ·

    频率结构意义空间中不断演变的语言组合性

    arXiv:2607.29642v1 Announce Type: new Abstract: The iterated learning model was introduced to investigate language evolution: the way in which the characteristic properties of human languages have been shaped, at least partly, by repeated transmission from one language user to an…

  73. arXiv cs.CL TIER_1 English(EN) · Jin-woo Lee, Minkyung Song, Junghyun Oh, Seunghoon Han, Soyoung Park, Gwangseon Jang, Sungsu Lim ·

    多翻译器混合:跨异构大语言模型的 KV 缓存翻译

    arXiv:2607.28979v1 Announce Type: new Abstract: Heterogeneous Large Language Model (LLM) systems increasingly rely on shared contexts, retrieved evidence, and multi-agent dialogue histories, yet their internal key-value (KV) caches remain model-specific and cannot be reused acros…

  74. arXiv cs.AI TIER_1 English(EN) · Plawan Kumar Rath ·

    知识蒸馏对小型语言模型偏见的不对称影响

    arXiv:2607.28639v1 Announce Type: cross Abstract: We show that knowledge distillation in small instruction-tuned language models has asymmetric effects on bias. On unambiguous tasks (BBQ-disambig), response-based distillation from a Gemma-2-9B teacher improves context-following: …

  75. arXiv cs.CL TIER_1 English(EN) · Haodong Lei, Junming Liu, Yirong Chen, Pinlong Cai, Botian Shi, Ding Wang, Hongsong Wang ·

    TransMem:将隐藏状态转化为大型语言模型的记忆

    arXiv:2607.29032v1 Announce Type: cross Abstract: Large language model (LLM) agents increasingly operate over long interaction histories, where effective reasoning requires identifying and exploiting task-relevant evidence distributed across past observations and actions. However…

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

    ARCHead:用于大型语言模型输出头的激活度度量残差校正

    Weight-only quantization substantially reduces the storage of large language model (LLM) transformer blocks, but practical backends often retain the final language-modeling head (LM-head) in BF16 or FP16. Quantizing this projection naively can strongly perturb the vocabulary-logi…

  77. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Joanna F. DeFranco ·

    释放大型语言模型的潜力:实时、企业级部署蓝图

    Large language models deployed in real-time, regulated settings face knowledge staleness, catastrophic forgetting, hallucination, and weak feedback loops. We present a unified, pattern-driven LLMOps architecture integrating real-time data ingestion, continual learning, retrieval-…

  78. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Hongsong Wang ·

    TransMem:将隐藏状态转化为大型语言模型的记忆

    Large language model (LLM) agents increasingly operate over long interaction histories, where effective reasoning requires identifying and exploiting task-relevant evidence distributed across past observations and actions. However, useful information encoded in previously compute…

  79. arXiv cs.CL TIER_1 English(EN) · Shuang Liang, Haoyang Zhou, Yifan Gong, Guowei Wang, Xiting Wang ·

    LEEPS:用于大型语言模型中高效RLVR的潜在引导探索-利用提示采样

    arXiv:2607.28077v1 Announce Type: new Abstract: Reinforcement learning with verifiable rewards (RLVR) improves the reasoning capabilities of large language models, but prompt groups with identical rollout rewards consume generation budget without effective learning signals. Pre-r…

  80. arXiv cs.AI TIER_1 English(EN) · Magda Dubois, Cozmin Ududec, Christopher Summerfield, Lennart Luettgau ·

    提问而非告知:减少大型语言模型的谄媚行为

    arXiv:2602.23971v4 Announce Type: replace-cross Abstract: Sycophancy, the tendency of large language models to favour user-affirming responses over critical engagement, has been identified as an alignment failure, particularly in high-stakes advisory and social contexts. While pr…

  81. arXiv cs.CL TIER_1 English(EN) · Hanzuo Liu, Xuan Qi, Chunyu Liu, Haotian Zhong, Yulong Wang, Rayying, Key, Alex Lamb, Mingyu Gao ·

    早期理解:大语言模型中的深度分工及其在无界上下文记忆中的应用

    arXiv:2607.28263v1 Announce Type: new Abstract: Transformer depth is not used uniformly: lower and middle layers build semantic representations, while upper layers increasingly specialize them for prediction. We turn this division of labor into CoMem (Comprehension Memory), which…

  82. arXiv cs.CL TIER_1 English(EN) · Chia-Ming Lee, Ming-Ching Chang, Xin Li, Yu-Lun Liu, Chih-Chung Hsu ·

    何时何地提交:面向扩散语言模型的候选感知解码

    arXiv:2607.28166v1 Announce Type: new Abstract: Diffusion language models (DLMs) expose a provisional prediction at every denoising step, creating an opportunity for generation-time early exit that stops decoding before the schedule is exhausted. Existing early-exit gates decide …

  83. arXiv cs.CL TIER_1 English(EN) · Yanshi Li, Xueru Bai, Shuman Liu, Long Zhang ·

    RepBench:为大型语言模型编译基准以表示能力

    arXiv:2607.28008v1 Announce Type: new Abstract: Representation engineering reads and steers capability directions in large language models, yet methods are typically evaluated on paper-specific synthetic data. The resulting measurements are difficult to compare or reproduce and m…

  84. arXiv cs.CL TIER_1 English(EN) · Shreyas Subramanian, Mecit Gungor, Vikram Elango ·

    极简RAG模型:B1ade 335M Embedding和1B参数小型语言模型

    arXiv:2607.27506v1 Announce Type: new Abstract: Language and embedding models used in RAG systems are conventionally assumed to require large-scale pretraining and explicit grounding supervision. We present B1ade, an efficient RAG architecture comprising two purpose-built compone…

  85. arXiv cs.CL TIER_1 English(EN) · Germans Savcisens, Samantha Dies, Courtney Maynard, Tina Eliassi-Rad ·

    通用型和专业型大型语言模型社交网络中的信念协同进化

    arXiv:2607.27512v1 Announce Type: new Abstract: Large language models (LLMs) are increasingly deployed in multi-agent environments. However, the processes by which beliefs form and propagate among interacting LLMs remain poorly understood. We introduce CoevolveSim, a framework fo…

  86. arXiv cs.CL TIER_1 English(EN) · Tao Wen, Shuai Shao, Pei Ke, Xu Han, Jie Zou, Guannan Li, Tao Tian, Jinjie Qiu, Lan Wang, Ke Qin ·

    从单文档到跨文档:大规模语言模型多粒度事件分析基准测试

    arXiv:2607.27654v1 Announce Type: new Abstract: Event analysis is an essential and fundamental direction of information extraction, involving various event-centric tasks at different granularity of documents. While large language models (LLMs) have preliminarily achieved promisin…

  87. arXiv cs.LG TIER_1 English(EN) · Damian Hodel, Jevin D. West ·

    语言模型间的认知多样性可缓解知识坍塌

    arXiv:2512.15011v3 Announce Type: replace Abstract: Artificial intelligence (AI) increasingly generates the very content used to train future AI systems. This feedback loop can degrade model quality, reduce informational diversity, and ultimately drive knowledge collapse, i.e. a …

  88. arXiv cs.LG TIER_1 English(EN) · Sangjin Kim, Yuseon Choi, Jungjun Oh, Byeongcheol Kim, Hoi-Jun Yoo ·

    LightRot:一种轻量级旋转方案和架构,用于精确的低比特大语言模型推理

    arXiv:2607.27704v1 Announce Type: cross Abstract: As large language models (LLMs) continue to demonstrate exceptional capabilities across various domains, the challenge of achieving energy-efficient and accurate inference becomes increasingly critical. This work presents LightRot…

  89. arXiv cs.LG TIER_1 English(EN) · Lei Dong ·

    训练的动力学:用于语言模型中涌现、可塑性丧失和电路控制的驱动成核速率定律

    arXiv:2607.27281v1 Announce Type: new Abstract: A capability appears in a language model when the last parts of its circuit align in one stochastic attempt, and getting all but one right is worth nothing. We show this no-partial-credit joint alignment is the rate-limiting step of…

  90. arXiv cs.CL TIER_1 English(EN) · Seonglae Cho, Zekun Wu, Kleyton Da Costa, Adriano Koshiyama ·

    置信流形:语言模型中正确性表征的几何结构

    arXiv:2602.08159v2 Announce Type: replace-cross Abstract: When a language model asserts that "the capital of Australia is Sydney," does it know this is wrong? Models assert misconceptions with the same fluency as facts, so the question cannot be answered from output uncertainty. …

  91. arXiv cs.CL TIER_1 English(EN) · Parishad BehnamGhader, Vaibhav Adlakha, Fabian David Schmidt, Nicolas Chapados, Marius Mosbach, Siva Reddy ·

    LLM2Vec-Gen:来自大型语言模型的生成式嵌入

    arXiv:2603.10913v3 Announce Type: replace Abstract: Fine-tuning LLM-based text embedders via contrastive learning maps inputs and outputs into a new representational space, discarding the LLM's output semantics. We propose LLM2Vec-Gen, a self-supervised alternative that instead p…

  92. arXiv cs.CL TIER_1 English(EN) · Sina Heydari, Amirreza Abbasi, Mohsen Hooshmand, Majid Ramezani ·

    CDAE:通过对比去噪增强预训练语言模型的扰动鲁棒性

    arXiv:2607.28236v1 Announce Type: cross Abstract: Pre-trained language models have significantly improved sentence representation learning, yet their embedding remain sensitive to semantic preserving textual perturbations such as synonym substitution, masking and word dropout. Th…

  93. arXiv cs.CL TIER_1 English(EN) · Yuetian Mao, Chunyang Chen ·

    IFHierBench:大语言模型的层级指令遵循

    arXiv:2607.27912v1 Announce Type: cross Abstract: Instruction-following ability is critical for deploying large language models in real-world applications, where downstream components depend on the output satisfying specific constraints. Modern deployments increasingly handle the…

  94. arXiv cs.CL TIER_1 English(EN) · Vishwajith Ramesh ·

    减去还是重放?从语言模型记忆中精确删除

    arXiv:2607.27539v1 Announce Type: cross Abstract: Exact deletion from persistent language-model memory depends on how that memory represents a record. Addressable influence can be removed by algebraic decrement; influence transformed by later writes inside shared recurrent state …

  95. arXiv cs.CL TIER_1 English(EN) · Albert Gong, Kyuseong Choi, Abhineet Agarwal, Jason Schechner, Ryan Huang, Raj Agrawal, Anish Agarwal, Raaz Dwivedi ·

    ORCA-bench:语言模型代理为值班做好了多大准备?

    arXiv:2607.28545v1 Announce Type: new Abstract: Large language models can write, patch, and search code, but oncall root cause analysis (RCA) demands something different: reasoning over noisy metrics, logs, traces, and source code, starting from ambiguous user-facing reports, oft…

  96. arXiv cs.CL TIER_1 English(EN) · Bertil Braun, Martin Forell ·

    利用大型语言模型实现可扩展、可靠的自动化评估

    arXiv:2607.28282v1 Announce Type: new Abstract: Evaluating the quality and relevance of textual outputs from Large Language Models (LLMs) remains challenging and resource-intensive. Existing automated metrics often fail to capture the complexity and variability inherent in LLM-ge…

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

    PhiZero:一个围绕物理语言构建的世界模型

    We introduce PhiZero, a physical world model built around physical language, a compact discrete representation of world-state transitions. Existing physical world models typically predict future videos directly in pixel space, leaving the underlying world dynamics implicit within…

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

    LEEPS:用于大型语言模型中高效RLVR的潜在引导探索-利用提示采样

    Reinforcement learning with verifiable rewards (RLVR) improves the reasoning capabilities of large language models, but prompt groups with identical rollout rewards consume generation budget without effective learning signals. Pre-rollout prompt selection can reduce this waste by…

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

    IFHierBench:大语言模型的层级指令遵循

    Instruction-following ability is critical for deploying large language models in real-world applications, where downstream components depend on the output satisfying specific constraints. Modern deployments increasingly handle the full task in a single LLM call, with one prompt s…

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

    从单文档到跨文档:大规模语言模型多粒度事件分析基准测试

    Event analysis is an essential and fundamental direction of information extraction, involving various event-centric tasks at different granularity of documents. While large language models (LLMs) have preliminarily achieved promising performance in part of these tasks individuall…

  101. arXiv cs.LG TIER_1 English(EN) · Zhiwei Hao, Jianyuan Guo, Li Shen, Yong Luo, Han Hu, Guoxia Wang, Dianhai Yu, Yonggang Wen, Dacheng Tao ·

    大型语言模型低精度训练:方法、挑战与机遇

    arXiv:2505.01043v2 Announce Type: replace Abstract: Large language models (LLMs) have achieved impressive performance across various domains. However, the substantial hardware resources required for their training present a significant barrier to efficiency and scalability. To mi…

  102. arXiv cs.CL TIER_1 English(EN) · Dachuan Song, Junyu Yin, Zechen Hu, Xuan Wang ·

    面向长上下文语言模型的模型侧可合并聚合状态

    arXiv:2607.26448v1 Announce Type: new Abstract: A known limitation of long-context language models is their increasingly unreliable performance in non-additive, set-based aggregation as context length grows. Examples include cardinality estimation, set relationships, and grouped …

  103. arXiv cs.CL TIER_1 English(EN) · Ruxi Gu, Zhenliang Zhang, Wei Wang ·

    ForgetBench:语言模型长期参数化记忆遗忘动态的基准测试

    arXiv:2607.26455v1 Announce Type: new Abstract: Large language models (LLMs) have demonstrated strong capabilities in knowledge acquisition and reasoning, yet their ability to retain previously acquired knowledge under repeated updates remains insufficiently understood. Existing …

  104. arXiv cs.CL TIER_1 English(EN) · Chen Shani ·

    从发现到设计:概念作为大型语言模型的设计轴心

    arXiv:2607.26825v1 Announce Type: new Abstract: Large language models (LLMs) encode rich concept-like information, but represent it implicitly through distributed statistical associations rather than as explicit, structured, compositional concepts. Consequently, concept-level str…

  105. arXiv cs.CL TIER_1 English(EN) · Poulami Ghosh, Preethi Jyothi ·

    语言模型在不同语言的非标准分词处理上鲁棒性不一

    arXiv:2607.26831v1 Announce Type: new Abstract: Despite the existence of exponentially many valid tokenizations for a given string, language models operate on a single canonical sequence deterministically produced by the tokenizer, leaving the broader tokenization space largely u…

  106. arXiv cs.CL TIER_1 English(EN) · Seonglae Cho, Adriano Koshiyama ·

    OptimismBench:语言模型判断中的预测偏差与对齐效应

    arXiv:2607.26981v1 Announce Type: new Abstract: Large language models are increasingly used as decision aids whose probability judgments shape downstream choices. Whether those judgments carry a systematic directional tilt has been hard to detect: calibration metrics aggregate un…

  107. arXiv cs.CL TIER_1 English(EN) · Rapha\"el Sourty, Antoine Chaffin, Paulo Roberto Moura Junior, Am\'elie Chatelain ·

    DenseOn与LateOn:用于多语言、长上下文和代码搜索的全开源密集和后期交互模型

    arXiv:2607.27178v1 Announce Type: new Abstract: State-of-the-art retrieval models increasingly rely on closed training data, creating a reproducibility gap. We present an open end-to-end recipe for training retrieval models and study how English supervision transfers to multiling…

  108. arXiv cs.CL TIER_1 English(EN) · Chandra Sripada, Richard Lewis ·

    认知融合:大型语言模型与人类认知之间的深层相似性

    arXiv:2607.26179v1 Announce Type: cross Abstract: LLMs are widely regarded as alien intelligences, systems whose cognitive operations are fundamentally unlike our own. Apparent similarities to human cognition are therefore often seen as the result of anthropomorphic projection. W…

  109. arXiv cs.LG TIER_1 English(EN) · Ashish Prajapati, Om Mohite ·

    两通电话胜过五名代理:评估多代理管道与自精炼在本地语言模型上的表现

    arXiv:2607.26922v1 Announce Type: new Abstract: Multi-agent LLM pipeline systems break down the task among multiple roles for better reasoning, but are benchmarked mainly with large-scale commercial models. In this study, we investigate Parishad, a structured multi-agent system i…

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

    PhiZero:一个围绕物理语言构建的世界模型

    We introduce PhiZero, a physical world model built around physical language, a compact discrete representation of world-state transitions. Existing physical world models typically predict future videos directly in pixel space, leaving the underlying world dynamics implicit within…

  111. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Tina Eliassi-Rad ·

    通用型和专业型大型语言模型社交网络中的信念共演化

    Large language models (LLMs) are increasingly deployed in multi-agent environments. However, the processes by which beliefs form and propagate among interacting LLMs remain poorly understood. We introduce CoevolveSim, a framework for studying belief diffusion within networked LLM…

  112. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Amélie Chatelain ·

    DenseOn与LateOn:面向多语言、长上下文和代码搜索的全开源密集和后期交互模型

    State-of-the-art retrieval models increasingly rely on closed training data, creating a reproducibility gap. We present an open end-to-end recipe for training retrieval models and study how English supervision transfers to multilingual retrieval through translate-train. We first …

  113. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Amélie Chatelain ·

    DenseOn与LateOn:用于多语言、长上下文和代码搜索的全开源密集和后期交互模型

    State-of-the-art retrieval models increasingly rely on closed training data, creating a reproducibility gap. We present an open end-to-end recipe for training retrieval models and study how English supervision transfers to multilingual retrieval through translate-train. We first …

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

    DenseOn与LateOn:用于多语言、长上下文和代码搜索的全开源密集和晚期交互模型

    State-of-the-art retrieval models increasingly rely on closed training data, creating a reproducibility gap. We present an open end-to-end recipe for training retrieval models and study how English supervision transfers to multilingual retrieval through translate-train. We first …

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

    OptimismBench:语言模型判断中的预测偏差与对齐效应

    Large language models are increasingly used as decision aids whose probability judgments shape downstream choices. Whether those judgments carry a systematic directional tilt has been hard to detect: calibration metrics aggregate unsigned errors, and naturalistic uncertainty offe…

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

    ForgetBench:语言模型长期参数化记忆遗忘动态的基准测试

    Large language models (LLMs) have demonstrated strong capabilities in knowledge acquisition and reasoning, yet their ability to retain previously acquired knowledge under repeated updates remains insufficiently understood. Existing evaluation paradigms primarily focus on single-s…

  117. arXiv cs.CL TIER_1 English(EN) · Sining Zhoubian, Dan Zhang, Evgeny Kharlamov, Jie Tang ·

    大型语言模型的记忆

    arXiv:2607.25380v1 Announce Type: new Abstract: Memory has evolved into a foundational architectural dimension in large language models (LLMs), shifting from an implicit byproduct of computation to a spectrum of explicit, controllable mechanisms. While recent advances introduce d…

  118. arXiv cs.CL TIER_1 English(EN) · Abhishek Kumar Singh, Shrey Nag, Sachita, Lipi Goel, Rajeshwar Singh Janwar ·

    Inspect India Evals:一个用于评估印度语言和文化背景下大型语言模型的开放基准测试框架

    arXiv:2607.25375v1 Announce Type: new Abstract: India is a vast nation of over 1.4 billion people, varied by hundreds of diverse and locally specific traditions and cultures and 22 officially recognized languages. Large language models (LLMs) are now being deployed on a massive s…

  119. arXiv cs.CL TIER_1 English(EN) · Elan Barenholtz ·

    人类语言中上下文持久性的规模法则

    arXiv:2607.25184v1 Announce Type: new Abstract: Human language exhibits lawful structure at the level of words (frequency, vocabulary growth) and word pairs (co-occurrence across distance). Here we show that the arrangement of words in sequence -- a central determinant of meaning…

  120. arXiv cs.AI TIER_1 English(EN) · Deepanshu Mody, Samarth Agarwal, Utkarsh Mittal, Dipesh Mahato ·

    最小化目标激活:大型语言模型中评估感知潜在因素的仅输入抑制

    arXiv:2607.25907v1 Announce Type: cross Abstract: Activation steering controls model behavior by editing internal activations at inference time. We study its input-side dual: optimizing a fluent prompt so that a chosen internal latent is driven toward zero, with no inference-time…

  121. arXiv cs.AI TIER_1 English(EN) · Yongyi Cui, Yue Li, Tianbao Jiang, Xin Yi ·

    基于语言学约束的、驱动式注入的、基于编辑的代码混合指纹用于大型语言模型

    arXiv:2607.25633v1 Announce Type: cross Abstract: Large language models (LLMs) are costly intellectual assets that remain exposed to unauthorized redistribution and commercial misuse. Injected fingerprints, i.e., trigger--target pairs embedded in model behavior, offer a practical…

  122. arXiv cs.AI TIER_1 English(EN) · Jianfei Ma, Zhaoxin Feng, Emmanuele Chersoni, Si Chen ·

    每次聘请语言学家,推理成本都会下降:论语言规则作为有效的提示压缩器

    arXiv:2607.25335v1 Announce Type: cross Abstract: Prompt compression shortens LLM input to reduce inference cost, yet existing methods score token importance through LM forward passes. It remains questionable whether such nuanced, costly token selection is necessary. Compression …

  123. arXiv cs.AI TIER_1 English(EN) · Cesare Spinoso-Di Piano, Verna Dankers, Marius Mosbach, Jackie Chi Kit Cheung ·

    通过蕴涵识别和取消评估大型语言模型的沟通性信念更新

    arXiv:2607.25094v1 Announce Type: cross Abstract: Human language is driven by unspoken beliefs and belief updates, making these critical to model for successful communication between large language models (LLMs) and their users. In this paper, we evaluate the ability of LLMs to r…

  124. arXiv cs.AI TIER_1 English(EN) · Dengzhe Hou, Lingyu Jiang, Fangzhou Lin, Kazunori D Yamada ·

    CogArena:大型语言模型认知能力结构的多方法评估

    arXiv:2607.24999v1 Announce Type: cross Abstract: LLM cognitive scores are increasingly summarized as per-ability profiles whose dimensions should converge across tasks, respond selectively to matched interventions, and generalize beyond the models used to define them. We introdu…

  125. arXiv cs.AI TIER_1 English(EN) · Diego Salda\~na Ulloa ·

    无需读者即可阅读:大型语言模型将阅读与写作融合成单一纠缠代码

    arXiv:2607.24797v1 Announce Type: cross Abstract: In the literate human brain, reading and writing are two doubly-dissociable systems: a ventral decoding route (impaired in pure alexia) and a fronto-parietal encoding route (impaired in pure agraphia), sharing a partial orthograph…

  126. arXiv cs.AI TIER_1 English(EN) · Chaemin Jang, Dongman Lee, Jihee Kim ·

    指令微调语言模型无法从其能描述的分布中采样

    arXiv:2607.25292v1 Announce Type: new Abstract: Silicon sampling uses language models as proxies for human survey respondents, treating each model call as an independent draw from the persona's response distribution. We show this draw does not exist: instruction-tuned models do n…

  127. arXiv cs.AI TIER_1 English(EN) · Gi-Hun Lee, Joong Yull Park ·

    通过事实-启发式-情感状态强制措施衡量和改进大型语言模型的行为一致性

    arXiv:2607.24765v1 Announce Type: cross Abstract: Large language models (LLMs) can give different answers to the same decision problem across runs, and reverse a decision when their own prior answer returns as context. We ask whether this instability can be measured and partially…

  128. arXiv cs.CL TIER_1 English(EN) · Abderrahmane Issam, Yusuf Can Semerci, Jan Scholtes, Gerasimos Spanakis ·

    语言模型中的跨语言影响研究

    arXiv:2601.21587v2 Announce Type: replace Abstract: The sequential acquisition of languages inevitably leads to Crosslinguistic Influence (CLI), where the syntactic properties of a first language (L1) impact the processing of a second language (L2). While modern language models e…

  129. arXiv cs.CL TIER_1 English(EN) · Zeyuan Allen-Zhu ·

    语言模型的物理学:第4.1部分,架构设计与Canon层之妙

    arXiv:2512.17351v2 Announce Type: replace Abstract: Understanding architectural differences in language models is challenging, especially at academic-scale pretraining (e.g., 1.3B parameters, 100B tokens), where results are often dominated by noise and randomness. To overcome thi…

  130. arXiv cs.CL TIER_1 English(EN) · Zandi Eberstadt ·

    指令微调模型本地重用人类语法频率高于人类自身

    arXiv:2607.26015v1 Announce Type: new Abstract: Syntactic convergence (the tendency of speakers to adapt in language towards the grammatical profiles of their interlocutors) is a well-documented feature of human dialogue widely considered to operate below conscious awareness. Whe…

  131. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Chiyu Zhang ·

    反对生成式检索的论证:判别式语言模型作为有效检索器

    Large Language Models (LLMs) have emerged as powerful assets for recommender systems. However, deploying them as generative recommenders or zero-shot rankers at web-scale remains bottlenecked by prohibitive computational overhead and grounding challenges. In this paper, we revita…

  132. arXiv cs.AI TIER_1 English(EN) · Christopher Ormerod ·

    使用微调大型语言模型重建项目特征曲线

    arXiv:2601.02580v2 Announce Type: replace-cross Abstract: Traditional methods for determining assessment item parameters, such as difficulty and discrimination, rely heavily on expensive field testing to collect student performance data for Item Response Theory (IRT) calibration.…

  133. arXiv cs.CL TIER_1 English(EN) · Sohan Venkatesh, Ashish Mahendran Kurapath, Tejas Melkote ·

    大型语言模型中的算法盲视:性能预测的校准研究

    arXiv:2602.21947v5 Announce Type: replace Abstract: Large language models (LLMs) demonstrate remarkable breadth of knowledge, yet their ability to reason about computational processes remains poorly understood. Closing this gap matters for practitioners who rely on LLMs to guide …

  134. arXiv cs.CL TIER_1 English(EN) · Yongjian Tang, Doruk Tuncel, Christian Koerner, Thomas Runkler ·

    少样本困境:过度提示大型语言模型

    arXiv:2509.13196v2 Announce Type: replace Abstract: Over-prompting, a phenomenon where excessive examples in prompts lead to diminished performance in Large Language Models (LLMs), challenges the conventional wisdom about in-context few-shot learning. To investigate this few-shot…

  135. arXiv cs.CL TIER_1 English(EN) · Yiming Zhong, Chang Nie, Caifeng Shan ·

    Omni-Prune:面向高效全模态大语言模型的查询感知统一令牌剪枝

    arXiv:2607.23445v1 Announce Type: cross Abstract: Omnimodal large language models (OmniLLMs) are rapidly extending multimodal reasoning to cover synchronized audio and video. However, the resulting audio-video token sequences are long, leading to high prefill latency and GPU memo…

  136. arXiv cs.CL TIER_1 English(EN) · Sriharshaa S, Sangeetha Sivanesan ·

    面向多样化数据集的英译泰及泰译英大型语言模型与基于Transformer的机器翻译系统性分析

    arXiv:2607.24515v1 Announce Type: new Abstract: The challenge of Machine Translation for low resource languages such as Tamil is primarily caused by the restricted amount of parallel data for these languages, as well as their substantial amount of domain variation and morphologic…

  137. arXiv cs.CL TIER_1 English(EN) · Changyu Chen, Chenwei Lin, Xian Xu ·

    INS-ActBench:评估大型语言模型专业精算能力的一套综合基准测试

    arXiv:2607.24273v1 Announce Type: new Abstract: Large Language Models (LLMs) have shown strong potential in financial reasoning, but existing benchmarks often evaluate domain knowledge, numerical reasoning, long-context understanding, and tool use in separate settings. This limit…

  138. arXiv cs.CL TIER_1 English(EN) · Zongyou Yang, Yinghan Hou ·

    准确性掩盖了语言模型如何失败:在匹配的输出预算下衡量失败状态

    arXiv:2607.24268v1 Announce Type: new Abstract: Language-model benchmarks collapse two distinct measurement questions into a single accuracy score: whether a response reached an evaluable state, and whether its answer was judged correct. We introduce a two-layer evaluation framew…

  139. arXiv cs.CL TIER_1 English(EN) · Sangmin Lee, Woojin Chung, Woongjib Choi, Hong-Goo Kang ·

    MoLGE:语言组专家混合模型,用于大规模多语言语音识别的高效扩展

    arXiv:2607.24030v1 Announce Type: new Abstract: Massively multilingual automatic speech recognition (ASR) models covering hundreds of languages must maintain robust performance across diverse linguistic and acoustic conditions. However, these models often encounter the curse of m…

  140. arXiv cs.AI TIER_1 English(EN) · Dong Liu, Shu Wang, Yanxuan Yu, Haisheng Wang, Ben Lengerich ·

    CSV-Decode:用于高效大型语言模型推理的可验证子词汇解码

    arXiv:2511.21702v2 Announce Type: replace-cross Abstract: Large language models face significant computational bottlenecks during inference due to the expensive output layer computation over large vocabularies. We present CSV-Decode, a novel approach that uses geometric upper bou…

  141. arXiv cs.AI TIER_1 Dansk(DA) · Xunjian Yin, Sitao Cheng, Yuxi Xie, Xinyu Hu, Li Lin, Xinyi Wang, Liangming Pan, William Yang Wang, Xiaojun Wan ·

    LEDOM:反向语言模型

    arXiv:2507.01335v4 Announce Type: replace-cross Abstract: Autoregressive language models are trained exclusively left-to-right. We explore the complementary factorization, training right-to-left at scale, and ask what reasoning patterns emerge when a model conditions on future co…

  142. arXiv cs.AI TIER_1 English(EN) · Nam V. Nguyen, Thong T. Doan, Luong Tran, Van Nguyen, Quang Pham ·

    LIBMoE:大型语言模型专家混合模型综合基准测试库

    arXiv:2411.00918v5 Announce Type: replace-cross Abstract: Mixture of experts (MoE) architectures have become a cornerstone for scaling up and are a key component in most large language models such as GPT-OSS, DeepSeek-V3, Llama-4, and Gemini-2.5. However, systematic research on M…

  143. arXiv cs.AI TIER_1 English(EN) · Bo Xiong ·

    大型语言模型的格表示假说

    arXiv:2603.01227v3 Announce Type: replace Abstract: We propose the Lattice Representation Hypothesis of large language models: a symbolic backbone that grounds conceptual hierarchies and logical operations in embedding geometry. Our framework unifies the Linear Representation Hyp…

  144. arXiv cs.AI TIER_1 English(EN) · Moule Lin, Shuhao Guan, Andrea Patane, David Gregg, Goetz Botterweck ·

    Bayesian-LoRA:大型语言模型的概率低秩适配

    arXiv:2601.21003v3 Announce Type: replace Abstract: Large Language Models usually put more emphasis on accuracy and therefore, will guess even when not certain about the prediction, which is especially severe when fine-tuned on small datasets due to the inherent tendency toward m…

  145. arXiv cs.AI TIER_1 Deutsch(DE) · Akhil Kumar, Om Dobariya ·

    理解大型语言模型中与语调相关的推理成本

    arXiv:2607.23915v1 Announce Type: cross Abstract: We examine how prompt tone affects both accuracy of the LLM answers and inference cost as reflected in output-token consumption. Experiments were performed to understand the trade-offs between accuracy and inference cost on a 570 …

  146. arXiv cs.AI TIER_1 English(EN) · Yusuke Sakai, Natthawut Kertkeidkachorn, Kiyoaki Shirai ·

    大型语言模型对比解码的注意力引导层选择

    arXiv:2607.23067v1 Announce Type: cross Abstract: Contrastive decoding methods such as DoLa improve the factuality of Large Language Models (LLMs) by contrasting the output distributions of mature and premature layers. However, DoLa's dynamic layer selection relies solely on dive…

  147. arXiv cs.AI TIER_1 English(EN) · Ashitabh Misra, Madhav Agrawal, Arham Jain, Tarek Abdelzaher ·

    MixQuant:大型语言模型的自适应混合精度量化

    arXiv:2607.23047v1 Announce Type: cross Abstract: Mixed-precision quantization improves the accuracy of post-training quantization by allocating higher bitwidths to sensitive layers, but existing methods solve the allocation for a single fixed memory budget. In practice the budge…

  148. arXiv cs.AI TIER_1 English(EN) · Ofek I. Cohen, Lior Shani, Aviv Rosenberg, Ankur Samanta, Tal Wagner, Yonathan Efroni ·

    通过Logit Bias对语言模型进行极其简单的黑盒适配

    arXiv:2607.22837v1 Announce Type: cross Abstract: Many organizations aim to adapt language models for internal use, both to improve performance on domain-specific tasks and to address privacy concerns around sensitive data. However, such adaptation remains non-trivial: it often r…

  149. arXiv cs.AI TIER_1 English(EN) · He Zhang ·

    DomainPilot:领域级损失引导的两阶段数据混合优化,用于高效语言模型微调

    arXiv:2607.22769v1 Announce Type: cross Abstract: The training efficacy of large language models (LLMs) is fundamentally constrained by the quality and composition of training data. Existing dynamic data scheduling methods face critical limitations in industrial-scale pretraining…

  150. arXiv cs.AI TIER_1 English(EN) · T. Shaska ·

    大型语言模型中的分层评分

    arXiv:2607.22757v1 Announce Type: cross Abstract: We introduce Graded Large Language Models (GLLMs), an algebraic framework that equips the representation space of a transformer with a grading and propagates the induced weighted scalar action through embeddings, self-attention, a…

  151. arXiv cs.AI TIER_1 English(EN) · Xingyu Mou, Zijin Huang, Tianze Zhang, Yuxin Ma, Lanning Wei, Zengfeng Huang, Da Zheng, Lun Du ·

    超越块边界:Diffusion大型语言模型的多块编辑

    arXiv:2607.22663v1 Announce Type: new Abstract: Block diffusion has emerged as the dominant paradigm for scaling discrete diffusion language models (dLLMs), because decoding text in fixed-size blocks preserves parallel generation within each block while keeping the quadratic atte…

  152. arXiv cs.AI TIER_1 English(EN) · Rafael Sendra-Arranz, I\~naki Dellibarda Varela, Eduardo Rocon, \'Alvaro Guti\'errez, Manuel Cebrian ·

    大型语言模型在未知环境中进行词汇发现

    arXiv:2607.22591v1 Announce Type: new Abstract: Populations of autonomous agents deployed in unknown environments (e.g. planetary or deep-sea exploration) must develop shared vocabularies to refer to entities that have no name in any human language. We propose the Neuro-Symbolic …

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

    大型语言模型的记忆

    Memory has evolved into a foundational architectural dimension in large language models (LLMs), shifting from an implicit byproduct of computation to a spectrum of explicit, controllable mechanisms. While recent advances introduce diverse strategies---spanning transient attention…

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

    标签式疑问句与45种语言模型中的谄媚代际逆转

    Appending a two-word confirmation tag to a decision question -- "Is X the better choice?" versus "X is the better choice, right?" -- changes whether a language model endorses the choice. We measure this tag effect on 20 frozen, ground-truth-free decisions between two defensible o…

  155. arXiv cs.CL TIER_1 English(EN) · Tran Gia Bao, Mo El-Haj, Sameha Al-Shakhsi, Antonio Garcia-Cabot, Raian Ali, Ala Yankouskaya ·

    开发和验证大型语言模型依赖量表(LLM-D12-SP)的西班牙语版本

    arXiv:2607.22041v1 Announce Type: new Abstract: There is a growing need for reliable and culturally validated instruments to assess psychological dependency on large language models (LLMs), particularly as LLMs are increasingly used for task execution, decision-making, and commun…

  156. arXiv cs.CL TIER_1 English(EN) · Shixin Fang (Fudan University), Jiachen Wo (Fudan University), Wenjuan Qin (Fudan University), Sihang Jiang (Fudan University), Yanghua Xiao (Fudan University) ·

    从孤立任务到结构化能力:大型语言模型的多层分类法

    arXiv:2607.22182v1 Announce Type: new Abstract: Large language model (LLM) evaluation spans diverse tasks and benchmarks, yet evidence remains organized around tasks rather than the capabilities they probe. This fragmentation limits cross-study comparison, obscures capabilities t…

  157. Hugging Face Daily Papers TIER_1 Deutsch(DE) ·

    理解大型语言模型中依赖于语气的推理成本

    We examine how prompt tone affects both accuracy of the LLM answers and inference cost as reflected in output-token consumption. Experiments were performed to understand the trade-offs between accuracy and inference cost on a 570 Question MMLU dataset for LLM models prompted in s…

  158. arXiv cs.CL TIER_1 English(EN) · Yutong Yan, Raphael Tang, Zhenyu Gao, Wenxi Jiang, Yao Lu ·

    DatedGPT:通过时序感知预训练防止大型语言模型中的前瞻性偏差

    arXiv:2603.11838v2 Announce Type: replace Abstract: Large language models pretrained on internet-scale data risk lookahead bias in forecasting tasks, as they may have already seen the true outcome during training. To address this, we present DatedGPT, a family of twelve 1.3B-para…

  159. arXiv cs.LG TIER_1 English(EN) · Dongjie Fu, Di Cao, Xize Cheng, Zihan Zhang, Wenxu Jia, Yifu Chen, Shengpeng Ji, Yu Zhang, Tao Jin ·

    X$^3$-OPD:通过 On-Policy Alignment 将推理能力蒸馏到大型音频-语言模型中

    arXiv:2607.21550v1 Announce Type: new Abstract: While large audio-language models have achieved remarkable progress in auditory perception, they still lag behind text-based large language models in deep logical reasoning, primarily due to the scarcity of high-quality audio reason…

  160. arXiv cs.CL TIER_1 English(EN) · Andrei Chetvergov, Alexander Evseev, Mikhail Solovev, Timofei Sivoraksha, Stepan Ukolov, Valeriia Kuschenko, Maria Chistyakova, Sergey Bolovtsov ·

    REGARD:大型语言模型中的区域情感差异

    arXiv:2607.20722v1 Announce Type: new Abstract: Large language models trained and aligned within different linguistic and regional ecosystems may frame the same political, cultural, and geopolitical entities in different ways. Such differences are often evaluated through sentimen…

  161. arXiv cs.AI TIER_1 English(EN) · Bhaskara Hanuma Vedula, Darshan Anghan, Ishita Goyal, Ponnurangam Kumaraguru, Abhijnan Chakraborty ·

    ImplicitBBQ:基于特征线索的大语言模型隐式偏见基准测试

    arXiv:2604.01925v2 Announce Type: replace-cross Abstract: Large Language Models increasingly suppress biased outputs when demographic identity is stated explicitly, yet may still exhibit implicit biases when identity is conveyed indirectly. Existing benchmarks use name based prox…

  162. arXiv cs.AI TIER_1 English(EN) · Haonan Yin, Shai Vardi, Vidyanand Choudhary ·

    易变的偏好:深入探究大型语言模型中的顺序效应

    arXiv:2506.14092v4 Announce Type: replace Abstract: Large language models (LLMs) are increasingly deployed in decision-support systems for high-stakes domains such as hiring and university admissions, where choices often involve selecting among competing alternatives. While prior…

  163. arXiv cs.AI TIER_1 English(EN) · Yeoktatt Cheah, Mar\'ia P\'erez-Ortiz, Noah Y. Siegel, Oana-Maria Camburu ·

    训练大型语言模型以实现自我解释的忠实度

    arXiv:2607.21090v1 Announce Type: cross Abstract: We propose a Reinforcement Learning (RL) method to directly optimize the faithfulness of self-explanations - the extent to which a model's generated reasoning accurately reflects its internal decision-making process. While existin…

  164. arXiv cs.AI TIER_1 English(EN) · Rana Muhammad Usman ·

    PhantomFill:当表单需要答案时,语言模型会编造一个

    arXiv:2607.20492v1 Announce Type: cross Abstract: Language models in production do not write prose. They fill forms: JSON fields, function arguments, extraction templates. We show that the form itself causes hallucination. We ask thirteen models the same question about the same i…

  165. arXiv cs.AI TIER_1 English(EN) · Serdar Kadioglu, Karthik Uppuluri ·

    Learn2Zinc:针对 MiniZinc 中的文本到模型翻译微调小型语言模型

    arXiv:2607.20456v1 Announce Type: cross Abstract: Large language models excel at code generation for mainstream programming languages but struggle with rare, domain-specific languages such as MiniZinc, a constraint modeling language for combinatorial problems. We investigate whet…

  166. arXiv cs.AI TIER_1 Français(FR) · Mohammed Aledhari, Ali Aledhari, Fatimah Aledhari, Gowtham Venkat Eathamokkala, Mohamed Rahouti ·

    Frontier large language models 的响应漂移

    arXiv:2607.20454v1 Announce Type: cross Abstract: All frontier large language models (LLMs) exhibit response drift -- producing outputs that deviate from expert-validated references -- yet the magnitude and structure of this drift remain uncharacterised by systematic human evalua…

  167. arXiv cs.AI TIER_1 English(EN) · Mack Nixon, Liam Wright, Yevgeniya Kovalchuk, Alison Fang-Wei Wu, Martin Danka, Andy Boyd, David Bann ·

    无需云端即可进行代理编码:在纵向数据准备任务上评估开源大语言模型

    arXiv:2607.21482v1 Announce Type: new Abstract: Large language models (LLMs) and agents are now widely used tools in code development, with data typically sent to third-party cloud-based models. Their adoption in research using personal data is constrained by governance requireme…

  168. arXiv cs.AI TIER_1 English(EN) · Tomohiro Harada, Enrique Alba, Gabriel Luque ·

    轻量级大语言模型剖析

    arXiv:2607.20806v1 Announce Type: new Abstract: Lightweight large language models (LLMs) are increasingly being deployed locally on personal computers and are expected to play a growing role in resource-constrained edge and mobile environments. In such settings, energy consumptio…

  169. arXiv cs.AI TIER_1 English(EN) · Sagar Dangal, Manoj Shakya ·

    注意力衰退、函数令牌锚定以及大型语言模型中基于注意力的干预的局限性

    arXiv:2607.20524v1 Announce Type: new Abstract: Mean cross-positional attention degradation is widely reported in transformer interpretability, yet whether it causally limits contextual retrieval remains untested. We present six coordinated experiments across GPT-2, LLaMA-3.2-1B/…

  170. arXiv cs.AI TIER_1 English(EN) · Miaomiao Li, Yang Wang, Bin Liang, Shudong Liu, Zhiwei Zhang, Kam-Fai Wong ·

    语言模型与真实用户期望的期望对齐

    arXiv:2607.20485v1 Announce Type: new Abstract: Large language models (LLMs) have demonstrated remarkable performance on standard benchmarks, yet it remains largely unexplored whether they truly meet user expectations. Existing evaluation approaches, relying on model heuristics, …

  171. arXiv cs.AI TIER_1 English(EN) · Max Scribner, Antonio Vergari, Vaishak Belle ·

    Tractable Hierarchical Control of Autoregressive Language Models

    arXiv:2607.20483v1 Announce Type: new Abstract: Constraining the generation of autoregressive large language models (LLMs) is an important component of integrating language models into formal systems. In the generation of code and data for tasks like program synthesis, ensuring t…

  172. arXiv cs.AI TIER_1 English(EN) · Ashutosh Srivastava, Siddharth Yedlapati, Vinay Aggarwal, Yaman Kumar Singla, Shashwat Dixit, Jitendra Ajmera, Balaji Krishnamurthy ·

    大型语言模型个性化能力基准测试

    arXiv:2607.20471v1 Announce Type: new Abstract: Personalization, the act of varying a message to induce action from a specific receiver while keeping sender, channel, and time fixed, has a long tradition in psychology and marketing as a two-party problem in which sender and recei…

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

    无需云端即可进行代理编码:在纵向数据准备任务上评估开源大语言模型

    Large language models (LLMs) and agents are now widely used tools in code development, with data typically sent to third-party cloud-based models. Their adoption in research using personal data is constrained by governance requirements that typically prohibit data transmission to…

  174. arXiv cs.AI TIER_1 English(EN) · Alexander Wan, Stephane Hatgis-Kessell, Tom\'as Aguirre, Percy Liang, Rishi Bommasani ·

    语言模型的经济评估

    arXiv:2607.19375v1 Announce Type: cross Abstract: Language models perform economically valuable work, yet they are not currently assessed for how well they perform every economically valuable task. We introduce EconEvals as an open-source evaluation suite to measure capabilities …

  175. arXiv cs.AI TIER_1 English(EN) · El Hassane Ettifouri, Ayoub Belfatmi, Mahaman Sanoussi Yahaya Alassan, Walid Dahhane ·

    量化小型语言模型推理的 CUSUM 形状推理时监控与定向重新解码

    arXiv:2607.20129v1 Announce Type: new Abstract: Quantized small autoregressive reasoning models can enter long, repetitive, or unproductive trajectories, yet inference-time compute is usually allocated without observing how a trajectory develops. Building on an earlier token-leve…

  176. arXiv cs.AI TIER_1 English(EN) · Krish Matta, Atharv Naphade, Andy Zou ·

    重新思考大型语言模型中的不确定性评估

    arXiv:2607.19367v1 Announce Type: new Abstract: Calibration is the primary criterion for evaluating LLM confidence, but it is insufficient: it admits trivially incoherent estimators, depends on the evaluation distribution, and does not test the extent to which the estimation can …

  177. arXiv cs.AI TIER_1 English(EN) · Yurong Liu, Yeye He, Haoyu Dong, Junjie Xing, Shi Han, Dongmei Zhang, Surajit Chaudhuri ·

    自动填充:使用专业语言模型学习准确预测缺失值

    arXiv:2607.19847v1 Announce Type: cross Abstract: Predicting missing cell values in tabular data is a fundamental problem in data cleaning. While state-of-the-art reasoning models show great promise in predicting missing values in tables, by reasoning holistically across rows and…

  178. arXiv cs.AI TIER_1 English(EN) · Jos\'e Pombal, Ricardo Rei, Andr\'e F. T. Martins ·

    大型语言模型在基于评分标准的评估中的自我偏好偏差

    arXiv:2604.06996v2 Announce Type: replace-cross Abstract: LLM-as-a-judge has become the de facto approach for evaluating LLM outputs. However, judges are known to exhibit self-preference bias (SPB): they tend to favor outputs produced by themselves or by models from their own fam…

  179. arXiv cs.AI TIER_1 English(EN) · Maksim Eren, Eric Michalak, Brian Cook, Johnny Seales Jr ·

    面向大型语言模型文化偏见与对齐的提示编程

    arXiv:2603.16827v2 Announce Type: replace Abstract: Culture shapes reasoning, values, prioritization, and strategic decision-making, yet large language models (LLMs) often exhibit cultural biases that misalign with target populations. As LLMs are increasingly used for strategic d…

  180. arXiv cs.AI TIER_1 English(EN) · Mahdi Nazeri, Anne-Kathrin Schmuck, Sadegh Soudjani, Alessandro Abate ·

    大型语言模型的可靠概率安全界限

    arXiv:2607.20286v1 Announce Type: cross Abstract: We propose a novel framework for computing rigorous bounds on the probability that a large language model (LLM) generates harmful output to a given prompt. We study a new application of the Clopper-Pearson confidence intervals to …

  181. arXiv cs.AI TIER_1 English(EN) · Ahmad Pouramini, Mahsa Afsharzadeh ·

    The Maskability Index: Predicting Task-Objective Alignment in Pretrained Language Models

    arXiv:2607.20265v1 Announce Type: cross Abstract: Large-scale pretrained language models such as T5 and BERT have demonstrated strong capabilities for generating structured knowledge. However, their performance depends on how closely the prompting strategy matches the objectives …

  182. arXiv cs.AI TIER_1 English(EN) · Yanyu Chen, Yue Li, Yongyi Cui, Dongsheng Shi, Lichang Dai ·

    用于大型语言模型从受污染检索结果中选择性采纳证据的强化学习

    arXiv:2607.20090v1 Announce Type: cross Abstract: Retrieval-augmented large language models frequently face contexts that interleave useful evidence with misleading statements or instruction-like content. Blanket refusal discards valid evidence, whereas uncritical adoption yields…

  183. arXiv cs.AI TIER_1 English(EN) · Dipto Sumit, Ankan Kumar Roy Srizon, Sadia Khair Rodela, Atia Haque Asha, Mourchona Afrin, Niloy Farhan, Farig Sadeque ·

    知识蒸馏何时会适得其反?面向低资源语言摘要的可靠性感知蒸馏

    arXiv:2607.19956v1 Announce Type: cross Abstract: Knowledge distillation (KD) is a standard approach for compressing sequence-to-sequence models, but its per-sample effects are rarely examined. On the BanSum Bangla summarization benchmark, we find that standard KD improves ROUGE-…

  184. arXiv cs.AI TIER_1 English(EN) · Joshua Ashkinaze, Laura Kurek, Alina Faisal, Tongyuan Miao, Mariam Joseph, Ceren Budak, Eric Gilbert ·

    大型语言模型中的信息辨别

    arXiv:2607.19355v1 Announce Type: new Abstract: LLMs are increasingly used with external knowledge sources like the internet. Do they weigh information appropriately -- updating more for reliable sources (source discernment) and more when claims bring priors closer to the truth (…

  185. arXiv cs.AI TIER_1 English(EN) · Oshayer Siddique, J. M Areeb Uzair Alam, Md Jobayer Rahman Rafy, Syed Rifat Raiyan, Hasan Mahmud, Md Kamrul Hasan ·

    面向大型语言模型激活空间控制的统计学基础稀疏特征干预

    arXiv:2607.19364v1 Announce Type: new Abstract: Activation steering offers a lightweight alternative to fine-tuning for behavioral control of large language models, but SAE-based steering methods often rely on learned steering objectives or single-criterion feature selection. We …

  186. arXiv cs.CL TIER_1 English(EN) · Davide Cavicchini, Fausto Giunchiglia, Jacopo Staiano ·

    KoRe:大型语言模型的紧凑知识表示

    arXiv:2605.20170v2 Announce Type: replace Abstract: Modern Large Language Models (LLMs) have shown impressive performances in user-facing tasks such as question answering, as well as consistent improvements in reasoning capabilities. Still, the way these models encode knowledge s…

  187. arXiv cs.AI TIER_1 English(EN) · Bumjin Park, Jaesik Choi ·

    语言模型中的提升表征假说

    arXiv:2607.19360v1 Announce Type: new Abstract: Large language models (LLMs) often answer queries by mapping individual observations to more general rule-like structures. However, it remains unclear how these structures are stored, selected, and revised. To study this process, we…

  188. arXiv cs.CL TIER_1 English(EN) · Niqi Lyu, Pengtao Shi, Wei Qiu, Jianlin Zhong, Sicong Xia, Jianyao Ma, Yicheng Ding ·

    PyroDash:成本高效的 Token 级小型-大型语言模型协同推理

    arXiv:2607.20327v1 Announce Type: new Abstract: Large language models (LLMs) provide strong reasoning capabilities but are expensive to serve at scale, whereas small language models (SLMs) are cheaper but less reliable on difficult problems. We introduce PyroDash, a cost-aware fr…

  189. arXiv cs.AI TIER_1 English(EN) · Mario Alviano, Lorenzo Grillo, Nicola Leone, Fabrizio Lo Scudo ·

    基于答案集规划和大型语言模型的逻辑引导数据提取

    arXiv:2607.19365v1 Announce Type: new Abstract: When Large Language Models (LLMs) are used for semantic data extraction from unstructured text, producing candidate relational facts from natural language, they may remain unreliable for tasks requiring complex combinatorial reasoni…

  190. arXiv cs.CL TIER_1 English(EN) · Pengchao Feng, Chao-Hong Tan, Qian Chen, Wen Wang, Xiangang Li, Xie Chen ·

    面向语音语言模型的渐进式压缩高效模态链推理

    arXiv:2607.19932v1 Announce Type: new Abstract: Spoken language models (SLMs) enable natural human-computer interaction, but their reasoning ability still lags behind that of text-based large language models, especially on spoken mathematical question answering tasks. One importa…

  191. arXiv cs.CL TIER_1 English(EN) · Siyi Hao, Yidi Cao, Linhao Yu, Yuqi Ren, Deyi Xiong ·

    D2VBench:在日常场景中用价值困境对大型语言模型进行基准测试

    arXiv:2607.19834v1 Announce Type: new Abstract: With the wide application of large language models (LLMs) in real-world scenarios, the value implication of their outputs is crucial. However, existing evaluation benchmarks suffer from insufficient coverage of value dilemmas in dai…

  192. arXiv cs.CL TIER_1 English(EN) · Nischay Dhankhar, Dos Baha, Abulhair Saparov ·

    Scaling Laws for Hypernetwork-Based Knowledge Injection in Large Language Models

    arXiv:2607.19604v1 Announce Type: new Abstract: Injecting factual knowledge into large language models (LLMs) reliably and at scale remains an open challenge. Hypernetworks provide a promising solution to large-scale knowledge injection. Although hypernetworks are typically appli…

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

    轻量级大语言模型剖析

    Lightweight large language models (LLMs) are increasingly being deployed locally on personal computers and are expected to play a growing role in resource-constrained edge and mobile environments. In such settings, energy consumption, execution time, and memory usage directly aff…

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

    大型语言模型的可靠概率安全界限

    We propose a novel framework for computing rigorous bounds on the probability that a large language model (LLM) generates harmful output to a given prompt. We study a new application of the Clopper-Pearson confidence intervals to obtain probably approximately correct (PAC) bounds…

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

    用于大型语言模型从受污染检索结果中选择性采纳证据的强化学习

    Retrieval-augmented large language models frequently face contexts that interleave useful evidence with misleading statements or instruction-like content. Blanket refusal discards valid evidence, whereas uncritical adoption yields incorrect or unsafe answers. The ability to selec…

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

    知识蒸馏何时会适得其反?面向低资源语言摘要的可靠性感知蒸馏

    Knowledge distillation (KD) is a standard approach for compressing sequence-to-sequence models, but its per-sample effects are rarely examined. On the BanSum Bangla summarization benchmark, we find that standard KD improves ROUGE-L by only +0.0003 over a cross-entropy baseline, a…

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

    面向口语模型的渐进式压缩实现高效模态链推理

    Spoken language models (SLMs) enable natural human-computer interaction, but their reasoning ability still lags behind that of text-based large language models, especially on spoken mathematical question answering tasks. One important reason is that SLMs reason over purely verbal…

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

    D2VBench:在日常场景中用价值困境对大型语言模型进行基准测试

    With the wide application of large language models (LLMs) in real-world scenarios, the value implication of their outputs is crucial. However, existing evaluation benchmarks suffer from insufficient coverage of value dilemmas in daily scenarios involving multiple value conflicts …

  199. arXiv cs.AI TIER_1 English(EN) · Chao Han, Haozhe Hu, Xiaoyu Shen ·

    超越单维度压缩:大语言模型的复合稀疏性前沿

    arXiv:2607.18280v1 Announce Type: cross Abstract: Large language models (LLMs) are often compressed through static parameter pruning or dynamic token-level computation, yet aggressive sparsification can trigger rapid performance degradation beyond an essential sparsity boundary. …

  200. arXiv cs.AI TIER_1 English(EN) · Plawan Kumar Rath ·

    无需重新训练的跨方言泛化:MLIR的Schema派生约束解码的基准和评估

    arXiv:2607.18254v1 Announce Type: new Abstract: Multi-Level Intermediate Representation (MLIR) underlies modern ML compiler infrastructure (TensorFlow, JAX/StableHLO, PyTorch Inductor, IREE), yet appears only in trace amounts in code-LM pretraining corpora. MLIR is also extensibl…

  201. arXiv cs.AI TIER_1 English(EN) · Soham Dan ·

    FindStatBench:评估大型语言模型在组合代码合成方面的能力

    arXiv:2607.18260v1 Announce Type: new Abstract: We introduce FindStatBench, an execution benchmark for evaluating large language models on combinatorial code synthesis. Built from FindStat, it contains 2,329 tasks across 24 collections and 5.52M hidden instances, covering statist…

  202. arXiv cs.AI TIER_1 English(EN) · Igor Douven ·

    LLM 集体智慧:语言模型集成中的聚合与污染

    arXiv:2607.18269v1 Announce Type: new Abstract: The wisdom of crowds -- the finding that aggregating judgments across individuals often outperforms the best individual -- has been extensively studied with human forecasters. Whether the same phenomenon emerges when the ``crowd'' c…

  203. arXiv cs.AI TIER_1 English(EN) · Jake O'Grady, Effirul Ramlan ·

    用于小型语言模型算术微调的结构化合成推理数据

    arXiv:2607.18266v1 Announce Type: new Abstract: Small language models are attractive for local deployment, but they often struggle with multi-step arithmetic reasoning. We study whether structured synthetic reasoning data can improve this behaviour under consumer-hardware constra…

  204. arXiv cs.LG TIER_1 English(EN) · Ye Qiao ·

    语言模型的更好起点:领域条件位置偏移

    arXiv:2607.18302v1 Announce Type: new Abstract: Autoregressive language models are least accurate at the beginning of a sequence, where little context forces reliance on a generic pretraining prior. We show that this cold-start penalty is domain dependent and reduce it with a dom…

  205. arXiv cs.CL TIER_1 English(EN) · A. Feder Cooper, Mark A. Lemley, Christopher De Sa, Lea Duesterwald, Allison Casasola, Jamie Hayes, Katherine Lee, Daniel E. Ho, Percy Liang ·

    使用解码约束束搜索评估语言模型中近乎逐字提取的风险

    arXiv:2603.24917v2 Announce Type: replace Abstract: Recent work shows that standard greedy-decoding extraction methods for quantifying memorization in LLMs miss how extraction risk varies across sequences. Probabilistic extraction -- computing the probability of generating a targ…

  206. arXiv cs.CL TIER_1 English(EN) · Samantha Dies, Courtney Maynard, Germans Savcisens, Tina Eliassi-Rad ·

    认知熟悉度与大型语言模型信念稳定性相关

    arXiv:2511.19166v4 Announce Type: replace Abstract: Large language models (LLMs) are widely used as information sources, yet small changes in semantic assumptions can destabilize their beliefs. We introduce P-StaT (Perturbation Stability of Truth), a framework for evaluating beli…

  207. arXiv cs.CL TIER_1 English(EN) · Yike Wang, Shangbin Feng, Yulia Tsvetkov, Hannaneh Hajishirzi ·

    ScienceMeter:追踪语言模型中的科学知识更新

    arXiv:2505.24302v3 Announce Type: replace Abstract: Large Language Models (LLMs) are increasingly used to support scientific research, but their knowledge of scientific advancements can quickly become outdated. We introduce ScienceMeter, a new framework for evaluating scientific …

  208. arXiv cs.CL TIER_1 English(EN) · Linyang He, Ercong Nie, Sukru Samet Dindar, Arsalan Firoozi, Adrian Florea, Van Nguyen, Corentin Puffay, Riki Shimizu, Haotian Ye, Jonathan Brennan, Helmut Schmid, Hinrich Sch\"utze, Nima Mesgarani ·

    XCOMPS:概念最小对的多语言基准

    arXiv:2502.19737v2 Announce Type: replace Abstract: We introduce XCOMPS in this work, a multilingual conceptual minimal pair dataset covering 17 languages. Using this dataset, we evaluate LLMs' multilingual conceptual understanding through metalinguistic prompting, direct probabi…

  209. arXiv cs.CL TIER_1 English(EN) · Atahan Dokme, Larry Heck ·

    语言模型推理的选择性状态空间适应与检索

    arXiv:2607.19326v1 Announce Type: new Abstract: Low-rank adaptation introduces a static learned update applied identically to every input. The update provides task-level adaptation but does not explicitly represent token-level or instance-level state variation. A family of adapte…

  210. arXiv cs.CL TIER_1 English(EN) · Zijie Liu, Jinhao Duan, Gaowen Liu, Sijia Liu, Tianlong Chen ·

    随机元遗忘:连接语言骨干与多模态遗忘

    arXiv:2607.18615v1 Announce Type: new Abstract: Machine unlearning for vision-language models (VLMs) remains underexplored. Unlike language models, VLMs combine a language backbone with visual components, which makes unlearning more complex. There is a surprising phenomenon when …

  211. arXiv cs.CL TIER_1 English(EN) · Jia Ao Sun, Hao Yu, Fengran Mo, Zhan Su, Yuchen Hui, Bang Liu, Jian-Yun Nie ·

    Search-on-Graph-R1:利用强化学习训练大型语言模型搜索知识图谱

    arXiv:2607.18481v1 Announce Type: new Abstract: Knowledge graph question answering (KGQA) requires navigating from topic entities to an answer several relations away. Recent methods prompt a frontier LLM to explore the graph through a retrieval tool, but their reliance on frontie…

  212. arXiv cs.CL TIER_1 English(EN) · Yuchuan Tian, Yingte Shu, Wei He, Shuo Zhang, Tianchen Zhao, Chao Xu, Xinghao Chen, Yunhe Wang, Hanting Chen, Yu Wang ·

    用于大型语言模型的卷积

    arXiv:2607.18413v1 Announce Type: new Abstract: Large language models (LLMs) largely rely on Transformers, where self-attention provides global token interaction but does not explicitly encode the locality of natural language. We study whether lightweight depthwise convolutions c…

  213. arXiv cs.AI TIER_1 English(EN) · Bingru Li ·

    LinguistAgent技术报告:用于自动化语言标注的反思性多模型平台

    arXiv:2602.05493v2 Announce Type: replace-cross Abstract: Data annotation remains a significant bottleneck in the field of humanities and social sciences, particularly for complex linguistic tasks such as metaphor identification. While Large Language Models (LLMs) show promise, a…

  214. arXiv cs.AI TIER_1 English(EN) · Ce Li, Xiaofan Liu, Zhiyan Song, Ce Chi, Boshen Shi, Chen Zhao, Guanguang Chang, Zhendong Wang, Kexin Yang, Xing Wang, Chao Deng, Junlan Feng ·

    TReB:一个用于评估大型语言模型表格推理能力的综合基准

    arXiv:2506.18421v3 Announce Type: replace-cross Abstract: The majority of data in businesses and industries is stored in tables, databases, and data warehouses. Reasoning with table-structured data poses significant challenges for large language models (LLMs) due to its hidden se…

  215. arXiv cs.AI TIER_1 English(EN) · Yunze Xiao, Yiyang Pan ·

    拯救Hero Ibash的遗产:评估四种语言模型用于Aminoacian

    arXiv:2402.18121v2 Announce Type: replace-cross Abstract: This study assesses four cutting-edge language models in the underexplored Aminoacian language. Through evaluation, it scrutinizes their adaptability, effectiveness, and limitations in text generation, semantic coherence, …

  216. arXiv cs.AI TIER_1 English(EN) · Alexander Manev ·

    LLM跨语言事实一致性的推理时引导

    arXiv:2607.19243v1 Announce Type: cross Abstract: Although Large Language Models (LLMs) demonstrate remarkable multilingual fluency, their internal knowledge representations remain disproportionately biased toward high-resource languages. This leads to cross-lingual factual incon…

  217. arXiv cs.AI TIER_1 English(EN) · Wei-Rui Chen, Samar M. Magdy, Chiyu Zhang, Wenhui Zhu, Zhipeng Wang, Muhammad Abdul-Mageed ·

    LatentMT:具有潜在推理能力的机器翻译

    arXiv:2607.18618v1 Announce Type: cross Abstract: Latent-reasoning looped language models (LoopLMs) offer a different scaling path for machine translation (MT): instead of increasing parameter count or emitting explicit chain-of-thought tokens, they spend additional recurrent com…

  218. arXiv cs.AI TIER_1 English(EN) · Jan Kirin ·

    循环语言模型中的操作性原型内省:过程-质量探测、可执行分支和读出-控制边界

    arXiv:2607.18553v1 Announce Type: cross Abstract: Can a language model read the quality of ongoing computation, and can an external intervention turn that readout into better outcomes? We test both questions in a frozen 2.6B looped transformer, Ouro-RLTT. On GSM8K, a strict pre-a…

  219. arXiv cs.AI TIER_1 English(EN) · Tapan Parikh ·

    结构化输出导致 44 种语言模型答案多样性下降

    arXiv:2607.18476v1 Announce Type: cross Abstract: When a language model must choose one answer from a large space of equally valid options, a format clause -- "Reply with JSON only" -- changes which answer it chooses. We re-run the One-Word Census (arXiv:2607.12796): 31 wide-answ…

  220. arXiv cs.AI TIER_1 English(EN) · Nikita Y. Parulekar, Anqi Liu ·

    使用恰当的评估方法估计语言模型中的罕见事件

    arXiv:2607.18454v1 Announce Type: cross Abstract: Quantifying the risk of rare failures in language models, such as those triggered by adversarial distribution shifts or very large-scale deployments, requires estimating probabilities far too small for random sampling. While recen…

  221. arXiv cs.AI TIER_1 English(EN) · Shuoming Zhang, Ruiyuan Xu, Haofeng Li, Qiuchu Yu, Yangyu Zhang, Chunwei Xia, Xiaobing Feng, Chenxi Wang, Huimin Cui, Jiacheng Zhao ·

    解码时语法:基于语法片段的精炼顺序的约束式LLM生成

    arXiv:2607.18357v1 Announce Type: cross Abstract: Large language models now write a growing share of the world's code, increasingly inside agents and serving systems that compile, execute, or dispatch generated code without line-by-line review. This works well for mainstream lang…

  222. arXiv cs.AI TIER_1 English(EN) · Priyansh Srivastava, Romit Chatterjee ·

    信息阴影:衡量语言模型学习能力的结构性限制

    arXiv:2607.18305v1 Announce Type: cross Abstract: Some limits on what language models know are not gaps in data coverage but structural properties of learning from text. We introduce the information shadow: the region of phenomena that a text-trained learner cannot acquire regard…

  223. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Arshia Gharagozlou ·

    玩法相同,故事不同:大型语言模型智能体的最小保守战略稳健性基准

    Large language model (LLM) agents increasingly operate in strategic settings where outcomes depend on the actions of other agents. This raises a reliability question: will a model choose consistently when the same incentives are presented through different narratives? We introduc…

  224. arXiv cs.CL TIER_1 English(EN) · Junho Myung, Yeon Su Park, Sunwoo Kim, Shin Yoo, Alice Oh ·

    PapersPlease:基于ERG理论的大型语言模型动机价值评估基准

    arXiv:2506.21961v2 Announce Type: replace Abstract: Evaluating the performance and biases of large language models (LLMs) through role-playing scenarios is becoming increasingly common, as LLMs often exhibit biased behaviors in these contexts. Building on this line of research, w…

  225. arXiv cs.LG TIER_1 English(EN) · Yide Ran, Jianwen Xie, Minghui Wang, Wenjin Zheng, Denghui Zhang, Chuan Li, Zhaozhuo Xu ·

    大型语言模型的可扩展数据归属和估值读出草图

    arXiv:2604.16197v2 Announce Type: replace Abstract: Data attribution and valuation are critical for understanding data-model synergy for Large Language Models (LLMs), yet existing gradient-based methods suffer from scalability challenges on LLMs. Inspired by human cognition, wher…

  226. arXiv cs.LG TIER_1 English(EN) · Mengting Ai, Tianxin Wei, Sirui Chen, Jingrui He ·

    NIRVANA:大型语言模型压缩的结构化剪枝新思路

    arXiv:2509.14230v2 Announce Type: replace Abstract: While structured pruning presents a highly effective pathway for accelerating Large Language Model (LLM) inference, existing methods frequently suffer from significant performance degradation and demand computationally retrainin…

  227. arXiv cs.CL TIER_1 English(EN) · Elias Hossain, Sourav Saha, Tasfia Nuzhat Ornee, Sanjeda Sara Jennifer, Umesh Chandra Biswas, Shubhashis Roy Dipta, Rajib Rana, Niloofar Yousefi ·

    正确知识,错误答案:开源权重语言模型中的参数化时间冲突表征

    arXiv:2606.20959v2 Announce Type: replace-cross Abstract: Language models may encode both outdated facts and their newer replacements. We introduce Parametric Temporal Conflict (PTC), where the newer fact is present and recoverable, but the default forward pass prefers the outdat…

  228. arXiv cs.CL TIER_1 English(EN) · Suvadeep Hajra, Palash Nandi, Tanmoy Chakraborty ·

    通过高效多样响应采样揭示大型语言模型的长尾安全漏洞

    arXiv:2603.14355v2 Announce Type: replace Abstract: Safety tuning through supervised fine-tuning and reinforcement learning from human feedback has substantially improved the robustness of large language models. However, it typically suppresses rather eliminates unsafe behaviors,…

  229. arXiv cs.CL TIER_1 English(EN) · Yuzhe Shang, Pengzhi Gao, Wei Liu, Jian Luan, Jinsong Su ·

    使用开放大型语言模型扩展多语言机器翻译的模型和数据

    arXiv:2602.11961v3 Announce Type: replace Abstract: Open large language models (LLMs) have demonstrated improving multilingual capabilities in recent years. In this paper, we present a study of open LLMs for multilingual machine translation (MT) across a range of languages, and i…

  230. arXiv cs.CL TIER_1 English(EN) · Wei Chen, Zhiyuan Li ·

    Octopus v4:语言模型图谱

    arXiv:2404.19296v2 Announce Type: replace Abstract: Language models have been effective in a wide range of applications, yet the most sophisticated models are often proprietary. For example, GPT-4 by OpenAI and various models by Anthropic are expensive and consume substantial ene…

  231. arXiv cs.CL TIER_1 English(EN) · Haoyan Luo, Mateo Espinosa Zarlenga, Mateja Jamnik ·

    持久稀疏自编码器:学习语言模型中的特征时间尺度

    arXiv:2607.17117v1 Announce Type: cross Abstract: Sparse autoencoders (SAEs) decompose language model activations into sparse features, but standard SAEs encode each token independently and do not expose information that persists across a sequence. We introduce Persistent Sparse …

  232. arXiv cs.CL TIER_1 English(EN) · Baochen Fu, Wenzhi Deng, Baihao Jin, Yang Li, Zihan Nie, Kailin Jiang, Yuntao Du, Weiye Song ·

    多模态大语言模型能理解OCT吗?

    arXiv:2607.16609v1 Announce Type: cross Abstract: Optical coherence tomography (OCT) imaging is essential for the diagnosis and treatment of retinal diseases. Although multimodal large language models (MLLMs) have demonstrated considerable potential in medical image analysis, exi…

  233. arXiv cs.CL TIER_1 English(EN) · Hang Zhang, Warren J. Gross ·

    PPL-Factory:从语言建模到推理的任务感知和预算感知数据选择

    arXiv:2607.18199v1 Announce Type: new Abstract: Not all training samples contribute equally to large language model fine-tuning. Selecting informative training samples can reduce the computational cost while preserving downstream performance. Many existing data selection methods …

  234. arXiv cs.CL TIER_1 English(EN) · Mingqiao Mo, Yunlong Tan, Hao Zhang ·

    尽管语言模型在努力中也会出错:用于自纠正科学生成的保形预测

    arXiv:2607.16704v1 Announce Type: new Abstract: Large language models frequently violate fundamental scientific principles when generating technical content, undermining their reliability in scientific applications. We introduce Scientific Feasibility Control SFC, a graph-structu…

  235. arXiv cs.CL TIER_1 English(EN) · Tavish Mankash, Vardhaman Kalloli, Keshava Prasad, Deepan Muthirayan ·

    OpenLanguageModel:面向教育和研究的可读、可组合小型语言模型预训练

    arXiv:2607.16669v1 Announce Type: new Abstract: OpenLanguageModel (OLM) is an open-source PyTorch library for building and pretraining small language models while keeping their machinery visible. In OLM, model code reads like the architecture: components are ordinary modules, whi…

  236. arXiv cs.AI TIER_1 English(EN) · Longteng Zhang, Sen Wu, Shuai Hou, Zhengyu Qing, Zhuo Zheng, Danning Ke, Qihong Lin, Qiang Wang, Shaohuai Shi, Xiaowen Chu ·

    面向大型语言模型高效微调的感知稀疏低秩表示

    arXiv:2601.16991v3 Announce Type: replace-cross Abstract: Adapting large pre-trained language models to downstream tasks often entails fine-tuning millions of parameters or deploying costly dense weight updates, which hinders their use in resource-constrained environments. Low-ra…

  237. arXiv cs.AI TIER_1 English(EN) · Jiarui Feng, Donghong Cai, Yixin Chen, Muhan Zhang ·

    GRIP:通过微调大型语言模型实现参数内图推理

    arXiv:2511.07457v2 Announce Type: replace-cross Abstract: Large Language Models (LLMs) have demonstrated remarkable capabilities in modeling sequential textual data and generalizing across diverse tasks. However, effectively adapting LLMs to structural data, such as knowledge gra…

  238. arXiv cs.AI TIER_1 English(EN) · Sunbowen Lee, Qingyu Yin, Chak Tou Leong, Jialiang Zhang, Yicheng Gong, Shiwen Ni, Min Yang, Xiaoyu Shen ·

    探究大语言模型难度感知机制

    arXiv:2510.05969v3 Announce Type: replace-cross Abstract: Large language models (LLMs) are increasingly deployed on complex reasoning tasks, yet little is known about their ability to internally evaluate problem difficulty, which is an essential capability for adaptive reasoning …

  239. arXiv cs.AI TIER_1 English(EN) · Thomas MacDougall, Maksim Kuznetsov, Roman Schutski, Rim Shayakhmetov, Maxim Malkov, Vladimir Aladinskiy, Alex Aliper, Alex Zhavoronkov ·

    语言模型会梦想结合分子吗?在空间约束下对LLM进行基准测试

    arXiv:2607.18144v1 Announce Type: cross Abstract: Structure-based drug design (SBDD) leverages the 3D structure of protein targets, often complemented by other spatial constraints, to generate candidate binding molecules. While diffusion models have dominated as a leading paradig…

  240. arXiv cs.AI TIER_1 English(EN) · Awni Altabaa, John Lafferty ·

    揭示语言模型中的潜在推理策略

    arXiv:2607.17674v1 Announce Type: cross Abstract: A language model $p_\theta(y \mid x)$ trained on reasoning tasks learns to solve problems via multiple distinct strategies, yet these strategies are implicit and entangled within the model's response distribution. We study the pro…

  241. arXiv cs.AI TIER_1 English(EN) · Peiji Yu, Xin Chen, Tianxing Wu ·

    Debate-on-Graph:大型语言模型在不确定知识图谱上的可靠自适应推理

    arXiv:2607.17266v1 Announce Type: cross Abstract: Large language models (LLMs) have demonstrated remarkable capabilities in natural language processing. However, LLMs often suffer from hallucinations and lack of relevant knowledge when dealing with question answering (QA) tasks. …

  242. arXiv cs.AI TIER_1 English(EN) · Pilsung Kang ·

    使用QQ等价性审计大型语言模型中的问序效应:机制表征与饱和度警示

    arXiv:2607.17219v1 Announce Type: cross Abstract: Human survey respondents exhibit question-order effects that satisfy the QQ (quantum question) equality, an a priori, parameter-free prediction of the projective quantum question-order model. We develop the QQ equality into an aud…

  243. arXiv cs.AI TIER_1 English(EN) · Yuu Jinnai ·

    JOR-Bench:面向大型语言模型的日本运筹学基准测试

    arXiv:2607.16777v1 Announce Type: cross Abstract: We present JOR-Bench, a collection of five Japanese-language benchmarks for evaluating the ability of large language models (LLMs) to formulate and solve operations research (OR) problems. Each benchmark is a Japanese translation …

  244. arXiv cs.AI TIER_1 English(EN) · Zachary Wojtowicz, Ayush Nayak, Jacob Andreas ·

    从权重到词语:以自然语言表达和编辑偏好模型推断

    arXiv:2607.16232v1 Announce Type: cross Abstract: The growing use of statistical learning algorithms to infer human preferences from high-dimensional choice data runs up against a fundamental challenge: choice alternatives typically differ in many ways simultaneously, so it is ge…

  245. arXiv cs.AI TIER_1 English(EN) · Yuyang Xue, Feng Chen, Zhihua Liu, Edward Moroshko, Jingyu Sun, Steven McDonagh, Sotirios A. Tsaftaris ·

    使用大型语言模型代理进行概念擦除的压力测试

    arXiv:2607.17890v1 Announce Type: new Abstract: Concept erasure aims to remove semantic concepts from a trained generative model and is increasingly important for responsible AI deployment. However, verifying whether a model has robustly removed targeted concepts remains a critic…

  246. arXiv cs.AI TIER_1 English(EN) · Abdulkadir Erol, Yash Mahajan, Vepaul Hariprashad, Baha Rababah, Santu Karmaker, Cuneyt G. Akcora, Mubarak Shah ·

    TopoTuner:大型语言模型的拓扑微调

    arXiv:2607.16637v1 Announce Type: new Abstract: Full fine-tuning remains a strong way to adapt pretrained LLMs, but it updates all weights and can be expensive. LoRA reduces the number of trainable parameters, but it does not directly answer which pretrained components should be …

  247. arXiv cs.AI TIER_1 English(EN) · Xingru Chen, Zelang Liang, Yongjia Ma, Jiqing Zhan, Shuling Yang, Lian Wen, Kun Zhan ·

    LaCache:用于扩散大型语言模型的精确缓存和精度自适应推理

    arXiv:2607.16339v1 Announce Type: new Abstract: Diffusion-based Large Language Models(DLLMs) enable parallel generation via Semi-Autoregressive (SAR) decoding in text generation. However, current methods suffer from severe operator-level redundancy: they recompute the entire sequ…

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

    随机元遗忘:连接语言骨干与多模态遗忘

    Machine unlearning for vision-language models (VLMs) remains underexplored. Unlike language models, VLMs combine a language backbone with visual components, which makes unlearning more complex. There is a surprising phenomenon when moving from single-modality unlearning to VLM un…

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

    大型语言模型中基于超网络的知识注入的缩放定律

    Injecting factual knowledge into large language models (LLMs) reliably and at scale remains an open challenge. Hypernetworks provide a promising solution to large-scale knowledge injection. Although hypernetworks are typically applied for test-time adaptation, we explore their us…

  250. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Jian-Yun Nie ·

    Search-on-Graph-R1:使用强化学习训练大型语言模型搜索知识图谱

    Knowledge graph question answering (KGQA) requires navigating from topic entities to an answer several relations away. Recent methods prompt a frontier LLM to explore the graph through a retrieval tool, but their reliance on frontier-scale inference makes them costly to deploy. W…

  251. arXiv cs.AI TIER_1 English(EN) · Songming Zhang, Xue Zhang, Tong Zhang, Bojie Hu, Yufeng Chen, Jinan Xu ·

    KDFlow:一个用户友好且高效的大型语言模型知识蒸馏框架

    arXiv:2603.01875v3 Announce Type: replace-cross Abstract: Knowledge distillation (KD) is an essential technique to compress large language models (LLMs) into smaller ones. However, despite the distinct roles of the student model and the teacher model in KD, most existing framewor…

  252. arXiv cs.AI TIER_1 English(EN) · Felippe Alves, Renato Vicente ·

    Kolmogorov--Arnold Networks for Small Language Models

    arXiv:2607.15525v1 Announce Type: cross Abstract: Kolmogorov--Arnold Networks (KANs) replace fixed node activations with learned one-dimensional edge functions, offering an explicit interface for interpretation and a possible alternative to transformer feed-forward networks. We t…

  253. arXiv cs.AI TIER_1 English(EN) · Wes Gurnee, Nicholas Sofroniew, Adam Pearce, Mateusz Piotrowski, Isaac Kauvar, Runjin Chen, Anna Soligo, Paul Bogdan, Euan Ong, Rowan Wang, Ben Thompson, David Abrahams, Subhash Kantamneni, Emmanuel Ameisen, Joshua Batson, Jack Lindsey ·

    可言喻表征在语言模型中形成全局工作空间

    arXiv:2607.15495v1 Announce Type: cross Abstract: Out of everything the human brain processes, only a small fraction is consciously accessible, in the sense of being available for verbal report, deliberate control, and flexible reasoning. In this paper, we present evidence that a…

  254. arXiv cs.CL TIER_1 English(EN) · Xiwen Chen, Jingjing Wang, Wenhui Zhu, Peijie Qiu, Xuanzhao Dong, Yueyue Deng, Hejian Sang, Zhipeng Wang, Alborz Geramifard, Feng Luo ·

    SODA:大型语言模型的半在线策略黑盒蒸馏

    arXiv:2604.03873v4 Announce Type: replace-cross Abstract: Black-box knowledge distillation for large language models presents a strict trade-off. Simple off-policy methods (e.g., sequence-level knowledge distillation) struggle to correct the student's inherent errors. Fully on-po…

  255. arXiv cs.CL TIER_1 English(EN) · Pengchao Hu, Zhibin Xin, Yifan Chen, Yangyang Zhou, Liang Wang ·

    一种基于 MLIR 的大语言模型编译方法

    arXiv:2607.15865v1 Announce Type: new Abstract: Large Language Models (LLMs) have become the dominant workload on modern AI accelerators, yet deploying them on specialized hardware still faces two core challenges: how to import a trained model into a compiler-friendly intermediat…

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

    语言模型会梦想结合分子吗?在空间约束下对LLM进行基准测试

    Structure-based drug design (SBDD) leverages the 3D structure of protein targets, often complemented by other spatial constraints, to generate candidate binding molecules. While diffusion models have dominated as a leading paradigm for high-quality 3D molecule generation, LLM-bas…

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

    多模态大语言模型能理解OCT吗?

    Optical coherence tomography (OCT) imaging is essential for the diagnosis and treatment of retinal diseases. Although multimodal large language models (MLLMs) have demonstrated considerable potential in medical image analysis, existing benchmarks largely reduce OCT understanding …

  258. arXiv cs.AI TIER_1 English(EN) · Subhabrata Majumdar ·

    语言模型可靠性和可扩展性的信息论极限

    arXiv:2607.14112v1 Announce Type: cross Abstract: Large language models (LLMs) are evaluated as though perfect reliability is achievable for any task given sufficient scale. We show this assumption is information-theoretically unjustified. Every generative task has a reliability …

  259. arXiv cs.AI TIER_1 English(EN) · Alexander Gu, Alan Chen ·

    大型语言模型逻辑一致性受控重构测试

    arXiv:2607.14528v1 Announce Type: cross Abstract: Large language models (LLMs) frequently contradict themselves when the surface form of a logically equivalent question changes. We present a benchmark of 350 question families (1,750 total questions) for Controlled Reformulation T…

  260. arXiv cs.CL TIER_1 English(EN) · Patrik Wolf, Thomas Kleine Buening, Andreas Krause, Celestine Mendler-D\"unner ·

    划分、提示、聚合:语言模型的统计自洽性

    arXiv:2607.15277v1 Announce Type: new Abstract: In-context learning is commonly interpreted as a form of conditional inference, in which the prompt specifies a context and the model's output is treated as an estimate of the corresponding conditional distribution. If this interpre…

  261. arXiv cs.AI TIER_1 English(EN) · Haeyong Kang, Hee Suk Yoon, Dahua Feng, Chang D. Yoo ·

    用于大型语言持续学习的子专家混合模型

    arXiv:2511.06237v2 Announce Type: replace-cross Abstract: Enabling lifelong learning in LLMs demands resolving the stability-plasticity dilemma (i.e., models must incorporate new knowledge without overwriting prior representations) while maintaining scalability under bounded para…

  262. arXiv cs.AI TIER_1 English(EN) · Hiromu Yakura, Ezequiel Lopez-Lopez, Levin Brinkmann, Ignacio de la Serna, Lara Kirfel, Prateek Gupta, Ivan Soraperra, Thomas F. Eisenmann, Dirk U. Wulff, Iyad Rahwan ·

    大型语言模型对人类口语交流影响的实证证据

    arXiv:2409.01754v4 Announce Type: replace-cross Abstract: From the printing press to social media, innovations in communication technology have repeatedly reshaped how ideas spread through human culture. Chatbots powered by generative artificial intelligence constitute a new medi…

  263. arXiv cs.CL TIER_1 English(EN) · Celestine Mendler-Dünner ·

    划分、提示、聚合:语言模型的统计自洽性

    In-context learning is commonly interpreted as a form of conditional inference, in which the prompt specifies a context and the model's output is treated as an estimate of the corresponding conditional distribution. If this interpretation holds, then LLM estimates should satisfy …

  264. arXiv cs.AI TIER_1 English(EN) · Jens Tuyls, Dylan J. Foster, Akshay Krishnamurthy, Jordan T. Ash ·

    面向语言模型的表示法探索:从测试时到训练后

    arXiv:2510.11686v2 Announce Type: replace-cross Abstract: Reinforcement learning (RL) promises to expand the capabilities of language models, but it is unclear if current RL techniques promote the discovery of novel behaviors, or simply sharpen those already present in the base m…

  265. arXiv cs.LG TIER_1 English(EN) · Grzegorz Brzezinka ·

    语言模型中的分级实体熟悉度读出:波兰语适应、跨语言鲁棒性及拒绝引导

    arXiv:2607.13568v1 Announce Type: cross Abstract: Can a language model estimate its familiarity with an entity before generating an answer? We study activations at the final prompt token in twelve instruction-tuned models from the Bielik, PLLuM, Gemma-4, and Qwen3 families, using…

  266. arXiv cs.LG TIER_1 English(EN) · Shengkun Tang, Oliver Sieberling, Eldar Kurtic, Zhiqiang Shen, Dan Alistarh ·

    DarwinLM:大型语言模型的进化结构化剪枝

    arXiv:2502.07780v4 Announce Type: replace Abstract: Large Language Models (LLMs) have achieved significant success across various NLP tasks. However, their massive computational costs limit their widespread use, particularly in real-time applications. Structured pruning offers an…

  267. arXiv cs.LG TIER_1 English(EN) · Xiaodong Liu, Michael Xu, Jack W. Stokes, Paul Smolensky, Doug Burger, Jianfeng Gao ·

    GFlowRL:将匹配分布的强化学习扩展到大型语言模型

    arXiv:2607.13394v1 Announce Type: cross Abstract: Generative Flow Networks (GFlowNets) offer a promising alternative to reward-maximizing reinforcement learning (RL) for large reasoning models, encouraging diverse reasoning paths by matching reward distributions rather than colla…

  268. arXiv cs.LG TIER_1 English(EN) · Gil Avraham, Violetta Shevchenko, Hadi Mohaghegh Dolatabadi, Karol Pajak, James Snewin, Harry Xi, Rodney O'Donnell, Thalaiyasingam Ajanthan, Sameera Ramasinghe, Chamin Hewa Koneputugodage, Shamane Siriwardhana, Alexander Long ·

    Agora:大规模语言模型集体且无许可的互联网规模预训练

    arXiv:2607.13332v1 Announce Type: new Abstract: Training large language models at the multi-billion to trillion parameter scale is confined to datacenters, where data-parallel (DP) and model-parallel (MP) techniques presume homogeneous accelerators, high-speed interconnects, and …

  269. arXiv cs.CL TIER_1 English(EN) · Alan Chen ·

    大型语言模型逻辑一致性受控重述测试

    Large language models (LLMs) frequently contradict themselves when the surface form of a logically equivalent question changes. We present a benchmark of 350 question families (1,750 total questions) for Controlled Reformulation Testing (CRTBench) to evaluate logical invariance. …

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

    划分、提示、聚合:语言模型的统计自洽性

    In-context learning is commonly interpreted as a form of conditional inference, in which the prompt specifies a context and the model's output is treated as an estimate of the corresponding conditional distribution. If this interpretation holds, then LLM estimates should satisfy …

  271. arXiv cs.CL TIER_1 English(EN) · Phat T. Tran-Truong ·

    DeltaMerge-LowRes: 组合语言和任务增量以适应低资源场景

    Adapting a multilingual encoder to a new language \emph{and} a new task with only a few hundred gold examples is a common low-resource NLP setting, yet the two axes are usually fused via an expensive language--task fine-tuning run. We ask whether they can instead be trained separ…

  272. arXiv cs.CL TIER_1 English(EN) · Grzegorz Brzezinka ·

    语言模型中的分级实体熟悉度读出:波兰语适应、跨语言鲁棒性及拒绝引导

    Can a language model estimate its familiarity with an entity before generating an answer? We study activations at the final prompt token in twelve instruction-tuned models from the Bielik, PLLuM, Gemma-4, and Qwen3 families, using a new dataset of 1,440 Polish entities spanning f…

  273. arXiv cs.CL TIER_1 English(EN) · Michal Shur-Ofry, Bar Horowitz-Amsalem, Adir Rahamim, Yonatan Belinkov ·

    长出尾巴:提高大型语言模型的输出多样性

    arXiv:2411.02989v2 Announce Type: replace Abstract: How diverse are the outputs of large language models when diversity is desired? We examine the diversity of responses of several language models to questions with multiple possible answers, comparing them with human responses. O…

  274. arXiv cs.CL TIER_1 English(EN) · Binwen Liu, Yilin Ren ·

    认知立场灵活性探究:测量提示词条件下的语言模型寄存器偏移

    arXiv:2607.12739v1 Announce Type: new Abstract: A language model may be asked either what experts believe about a contested claim or what it believes about the claim itself. A trustworthy conversational agent should distinguish these two requests and respond in different epistemi…

  275. arXiv cs.CL TIER_1 English(EN) · Hielke Muizelaar, Giulia Rivetti, Marco Spruit, Marcel Haas ·

    翻译作为一种计算高效的桥梁:英文BERT在低资源语言上的可行性

    arXiv:2607.12612v1 Announce Type: new Abstract: BERT models have revolutionised Natural Language Processing (NLP) through their ability to process unstructured text across diverse domains. However, developing high-quality BERT models for non-English languages remains challenging …

  276. arXiv cs.CL TIER_1 English(EN) · Thomas Hikaru Clark, Edward Gibson, Roger Levy ·

    我们有一个严肃的翻译:将模型互理解建模为概率推理

    arXiv:2607.12169v1 Announce Type: new Abstract: Intercomprehension refers to partial intelligibility of an unfamiliar language (L2) by a speaker of a related language (L1). How is this zero-shot cross-language comprehension possible? In this work, we extend past work on algorithm…

  277. arXiv cs.CL TIER_1 English(EN) · Oliver Steele, Jiangtao Wen, Yuxing Han ·

    信念-现实分离存在于语言模型共享价值槽的路由中

    arXiv:2607.11945v1 Announce Type: new Abstract: Capable language models hold what a character believes apart from what is true: told "Anna believes the cup is blue; in reality it is red," they answer blue about Anna and red about the world. Where in the computation does that sepa…

  278. arXiv cs.AI TIER_1 English(EN) · Chenyang An, Sam Bayless, Stefano Buliani, Darion Cassel, Byron Cook, Duncan Clough, R\'emi Delmas, Nafi Diallo, Ferhat Erata, Nick Feng, Dimitra Giannakopoulou, Aman Goel, Aditya Gokhale, Joe Hendrix, Victor Heorhiadi, Marc Hudak, Dejan Jovanovi\'c, And… ·

    一种神经符号方法用于自然语言形式化与验证

    arXiv:2511.09008v2 Announce Type: replace-cross Abstract: Large Language Models perform well at natural language interpretation and reasoning, but their lack of formal correctness guarantees limits their adoption in regulated industries like finance and health-care that operate u…

  279. arXiv cs.AI TIER_1 English(EN) · Gabriel Paris-Colombo, Rodrigo M. Cabral-Carvalho, Felipe D. Toro-Hern\'andez ·

    使用自然语言处理比较人类和大型语言模型中的语义导航

    arXiv:2607.12195v1 Announce Type: cross Abstract: Semantic memory retrieval can be conceptualized as navigation through conceptual space. We compared semantic search dynamics between humans and three large language models (GPT-4o, Gemini-2.5-Pro, Claude-Sonnet-4.5) using verbal f…

  280. arXiv cs.AI TIER_1 English(EN) · Chun-Yi Kuan, Hung-yi Lee ·

    缺失之声:音频语言嵌入模型难以处理否定句

    arXiv:2607.12290v1 Announce Type: cross Abstract: Audio-language embedding models such as CLAP are widely evaluated on matching present sound events, but rarely on negation. We show this affirmation-only evaluation hides a key limitation: these models fail to encode negated sound…

  281. arXiv cs.AI TIER_1 English(EN) · Daehoon Gwak, Minhyung Lee, Junwoo Park, Jaegul Choo ·

    加速掩码扩散大语言模型:高效推理技术调查

    arXiv:2607.12829v1 Announce Type: cross Abstract: Diffusion large language models (dLLMs) offer a theoretical advantage in parallel generation over standard autoregressive models. However, parallel generation alone does not guarantee practical speedups. Realizing this efficiency …

  282. arXiv cs.AI TIER_1 English(EN) · Dharshan Kumaran, Viorica Patraucean, Maks Ovsanikov, Petar Veli\v{c}kovi\'c, Nathaniel Daw ·

    大型语言模型中置信度的计算基础

    arXiv:2607.12447v1 Announce Type: cross Abstract: Reliable confidence -- the probability that a model's own answer is correct -- is essential for the trustworthy deployment of language models. Existing work has largely evaluated confidence by how well it predicts correctness and …

  283. arXiv cs.AI TIER_1 English(EN) · Bryan Kelly, Semyon Malamud, Johannes Schwab, Teng Andrea Xu ·

    Scaling Point-in-Time Language Models

    arXiv:2607.11889v1 Announce Type: cross Abstract: Large language models trained on unrestricted internet corpora inevitably embed information from the future, introducing lookahead bias that compromises the validity of backtests and causal inference in finance and the social scie…

  284. arXiv cs.CL TIER_1 English(EN) · Roi Cohen, Yvan Carr\'e, Nick Lechtenb\"orger, Hendrik Droste, Lucas Kerschke, Russa Biswas, Gerard de Melo, Jan Buys ·

    无知识语言模型:抑制参数回忆以实现基于证据的语言建模

    arXiv:2607.12831v1 Announce Type: new Abstract: Language models encode substantial factual knowledge in their parameters, which can lead to unreliable behavior when this knowledge is outdated, incomplete, or misaligned with the provided context. In this work, we study whether mod…

  285. arXiv cs.CL TIER_1 English(EN) · Jianfeng Gao ·

    GFlowRL:将匹配分布的强化学习扩展到大型语言模型

    Generative Flow Networks (GFlowNets) offer a promising alternative to reward-maximizing reinforcement learning (RL) for large reasoning models, encouraging diverse reasoning paths by matching reward distributions rather than collapsing to dominant modes. Recent work shows promise…

  286. arXiv cs.CL TIER_1 English(EN) · Jan Buys ·

    无知识语言模型:抑制参数回忆以实现基于证据的语言建模

    Language models encode substantial factual knowledge in their parameters, which can lead to unreliable behavior when this knowledge is outdated, incomplete, or misaligned with the provided context. In this work, we study whether modifying the pretraining signal can systematically…

  287. arXiv cs.LG TIER_1 English(EN) · Jaegul Choo ·

    加速掩码扩散大语言模型:高效推理技术调查

    Diffusion large language models (dLLMs) offer a theoretical advantage in parallel generation over standard autoregressive models. However, parallel generation alone does not guarantee practical speedups. Realizing this efficiency requires specialized inference mechanisms, such as…

  288. arXiv cs.CL TIER_1 English(EN) · Yilin Ren ·

    认识论立场灵活性探究:测量提示词条件下的语言模型寄存器迁移

    A language model may be asked either what experts believe about a contested claim or what it believes about the claim itself. A trustworthy conversational agent should distinguish these two requests and respond in different epistemic registers: neutral attribution in the first ca…

  289. arXiv cs.CL TIER_1 English(EN) · Marcel Haas ·

    翻译作为一种计算高效的桥梁:英文BERT在低资源语言上的可行性

    BERT models have revolutionised Natural Language Processing (NLP) through their ability to process unstructured text across diverse domains. However, developing high-quality BERT models for non-English languages remains challenging due to limited annotated data and high computati…

  290. arXiv cs.AI TIER_1 English(EN) · Nathaniel Daw ·

    大型语言模型中置信度的计算基础

    Reliable confidence -- the probability that a model's own answer is correct -- is essential for the trustworthy deployment of language models. Existing work has largely evaluated confidence by how well it predicts correctness and whether it is calibrated, leaving open a more fund…

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

    大型语言模型置信度的计算基础

    Reliable confidence -- the probability that a model's own answer is correct -- is essential for the trustworthy deployment of language models. Existing work has largely evaluated confidence by how well it predicts correctness and whether it is calibrated, leaving open a more fund…

  292. arXiv cs.LG TIER_1 English(EN) · Sirine Ayadi, S\'andor Dar\'oczi, Stephan G\"unnemann, Bertrand Charpentier ·

    量化大语言模型的可靠性标度律

    arXiv:2607.10855v1 Announce Type: new Abstract: Quantization is a powerful strategy to build capable and resource-efficient large language models (LLMs) by reducing the bitwidth of the parameters. While quantized LLMs achieve state-of-the-art performance on unperturbed inputs usi…

  293. arXiv cs.LG TIER_1 English(EN) · Diego Coello de Portugal Mecke, Tom Hanika, Lars Schmidth-Thieme ·

    修剪、更新和精简:大型语言模型的鲁棒结构化修剪

    arXiv:2605.18331v2 Announce Type: replace Abstract: Large Language Models (LLMs) have experienced significant growth and development in recent years. However, performing inference on LLMs remains costly, especially for long-context inference or in resource-constrained devices. Th…

  294. arXiv cs.LG TIER_1 English(EN) · Prateek Singh ·

    RDQ:大型语言模型的残差分布量化

    arXiv:2607.10137v1 Announce Type: new Abstract: Post-training quantization (PTQ) of large language models degrades sharply below 4-bit precision. We identify the root cause as residual stream distributional drift: quantization noise injected at each transformer layer accumulates …

  295. arXiv cs.LG TIER_1 English(EN) · Jatin Prakash, Aahlad Puli, Rajesh Ranganath ·

    可控高效语言模型

    arXiv:2511.05313v2 Announce Type: replace Abstract: The substantial inference costs of attention in transformers motivated the development of efficient sequence mixers: namely sparse and sliding window attention, convolutions and linear attention. Although these approaches result…

  296. arXiv cs.LG TIER_1 English(EN) · Pengyang Shao, Naixin Zhai, Lei Chen, Yonghui Yang, Fengbin Zhu, Xun Yang, Meng Wang ·

    BalDRO:一种基于分布鲁棒优化的语言模型遗忘框架

    arXiv:2601.09172v3 Announce Type: replace Abstract: As Large Language Models (LLMs) increasingly shape online content, removing targeted information from well-trained LLMs (also known as LLM unlearning) has become critical for web governance. A key challenge lies in sample-wise i…

  297. arXiv cs.AI TIER_1 Italiano(IT) · Cosimo Spera, Ray Garcia ·

    从模糊的言论到受管制的复用类:规范化、商不变性和条件可判定性

    arXiv:2607.10069v1 Announce Type: new Abstract: Semantic caching defines answer reuse on embedding similarity: two utterances share a stored answer when a similarity score clears a threshold, with no notion of authorization, versioning, or of what makes two demands the same. This…

  298. arXiv cs.AI TIER_1 English(EN) · Zhenxuan Yu, Takeshi Kojima, Yutaka Matsuo, Yusuke Iwasawa ·

    具有自适应退出状态选择的循环状态空间语言模型

    arXiv:2607.10110v1 Announce Type: new Abstract: Recent work on looped language models suggests that many reasoning problems benefit from greater computational depth rather than from additional independent parameters. Existing studies, however, focus almost exclusively on Transfor…

  299. arXiv cs.AI TIER_1 English(EN) · Tairan Huang, Yili Wang, Beibei Hu, Yiting Shi, Qiutong Li, Changlong He, Jianliang Gao ·

    UNIT:释放大语言模型在图持续学习中的潜力

    arXiv:2607.10159v1 Announce Type: new Abstract: In real-world multimodal web scenarios, graph-structured data often arrives in a streaming manner, making graph continual learning a crucial paradigm for continuously modeling such evolving structures. However, existing graph contin…

  300. arXiv cs.AI TIER_1 English(EN) · Dongxu Zhang, Yiding Sun, Zihao Guo, Xiangyang Yang, Kai Tang, Lin Chen, Cheng Tan, Jihua Zhu ·

    SPARK:大规模语言模型潜在推理状态的易感性引导剖析与引导

    arXiv:2607.10296v1 Announce Type: new Abstract: Reasoning failures in large language models (LLMs) are usually evaluated from final answers, but a wrong answer does not reveal why the model failed. The same incorrect output may reflect missing capability, an unstable reasoning tr…

  301. arXiv cs.AI TIER_1 English(EN) · Chunwei Ma, Russell Wolfinger ·

    拉盖尔几何用于解释大型语言模型

    arXiv:2607.10578v1 Announce Type: new Abstract: Existing hypotheses represent a concept in an LLM as a single point, a linear direction, or a Gaussian cluster, yet it remains unclear how and why such structures emerge. Here, we show that concept geometry can be precisely characte…

  302. arXiv cs.AI TIER_1 English(EN) · Ng Jia Sheng Jason ·

    高效地为新加坡语境调整口语模型

    arXiv:2607.10092v1 Announce Type: cross Abstract: Spoken language models (SLMs) unify speech perception and reasoning, but adapting them to sensitive domains is underexplored, especially when the original training data is inaccessible and the use case demands multilingual, spoken…

  303. arXiv cs.AI TIER_1 English(EN) · Costas Mylonas, Magda Foti ·

    面向能源领域大型语言模型应用的模态数据集

    arXiv:2607.11459v1 Announce Type: cross Abstract: This paper presents the mAIEnergy dataset, an open-access, multimodal corpus developed to support Large Language Model (LLM) applications in the energy sector. The dataset integrates approximately 50,000 textual documents, 20,000 …

  304. arXiv cs.AI TIER_1 English(EN) · Pavel Adamenko, Mikhail Ivanov, Aidar Valeev, Rodion Levichev, Pavel Zadorozhny, Ivan Lopatin, Dmitry Babaev, Alena Fenogenova, Valentin Malykh ·

    SWE-MERA:用于在软件工程任务中动态评估大型语言模型代理的基准测试

    arXiv:2507.11059v3 Announce Type: replace-cross Abstract: The rapid advancement of Large Language Models (LLMs) in software engineering has revealed critical limitations in existing benchmarks, particularly the widely used SWE-bench dataset. Recent studies have uncovered severe d…

  305. arXiv cs.AI TIER_1 English(EN) · Maxime Heuillet, Yufei Cui, Boxing Chen, Audrey Durand, Prasanna Parthasarathi ·

    Nested-ReFT:通过离策略回滚实现大型语言模型微调的高效强化学习

    arXiv:2508.10123v3 Announce Type: replace-cross Abstract: Advanced reasoning in LLMs on challenging domains like mathematical reasoning can be tackled using verifiable rewards based reinforced fine-tuning (ReFT). In standard ReFT frameworks, a behavior model generates multiple co…

  306. arXiv cs.AI TIER_1 English(EN) · Xin Cheng, Rui Tian, Wangding Zeng, Damai Dai, Qinyu Chen, Bingxuan Wang, Zhenda Xie, Kezhao Huang, Xingkai Yu, Chengqi Deng, Shangyan Zhou, Chenggang Zhao, Zhewen Hao, Yukun Li, Han Zhang, Zhengyan Zhang, Yixu Wei, M. Y Xu, Huishuai Zhang, Dongyan Zhao,… ·

    通过可扩展查找实现条件记忆:大型语言模型稀疏性的新轴

    arXiv:2601.07372v2 Announce Type: replace-cross Abstract: While Mixture-of-Experts (MoE) scales capacity via conditional computation, Transformers lack a native primitive for knowledge lookup, forcing them to inefficiently simulate retrieval through computation. To address this, …

  307. arXiv cs.AI TIER_1 English(EN) · Sterling Huang, Abigayle Brown, Jiyoo Noh, Jiakang Xu, Wantong Huo, Kaung Myat Kyaw, Jonathan Chan ·

    Prompt Compression in Diffusion Large Language Models: Evaluating LLMLingua-2 on LLaDA

    arXiv:2605.17932v2 Announce Type: replace-cross Abstract: Prompt compression reduces inference cost and context length in large language models, but prior evaluations focus mainly on autoregressive architectures. This study examines whether LLMLingua-2 transfers effectively to di…

  308. arXiv cs.CL TIER_1 English(EN) · Oliver Steele, Jiangtao Wen, Yuxing Han ·

    多种心智空间的单一机制:语言模型中的值槽共享路由器

    arXiv:2607.10248v1 Announce Type: new Abstract: Language builds discourse contexts other than the actual: a painting, a belief, a memory, a hypothetical. Each is a mental space in which the same entity can take a different value, as when a flower is red in reality but purple in a…

  309. arXiv cs.CL TIER_1 English(EN) · Siyuan Song, Zhiheng Qian, Yunhao Zhang, Linyang He, Xiaozhe Ji, Yingxin Lin, Hongao Zhu, Chongtian Shao, Chuhan Lang, Luan Li, Rui Wang, Renfen Hu, Shaonan Wang, Hai Hu ·

    首届ChineseBabyLM挑战赛:面向中文的训练数据高效且认知上合理的语言模型

    arXiv:2607.10745v1 Announce Type: new Abstract: This paper describes the first ChineseBabyLM challenge, which will be held in the 2026 NLPCC conference. The challenge calls for researchers to train language models from scratch with 100 million Chinese tokens and evaluates the mod…

  310. arXiv cs.CL TIER_1 English(EN) · Jie Sun, Mao Zheng, Mingyang Song, Qiyong Zhong, Gengsheng Li, Zhepei Hong, Chang Wu, Pengfei Liu, Junfeng Fang, Xiang Wang ·

    EasyOPD:一个易于使用的在线策略蒸馏大型语言模型框架

    arXiv:2607.11012v1 Announce Type: new Abstract: Conventional language-model distillation often relies on fixed teacher-generated data, which may not cover the states encountered by an evolving student policy. On-policy distillation (OPD) instead collects teacher or evaluator supe…

  311. arXiv cs.CL TIER_1 English(EN) · Charles O'Neill ·

    语言模型能否在其权重中持续学习事实?

    arXiv:2607.11020v1 Announce Type: new Abstract: Continual learning promises a language model that keeps acquiring knowledge after training, with each new fact written into its weights. Whether weight writes can support accumulation remains undecided. We follow invented facts writ…

  312. arXiv cs.CL TIER_1 English(EN) · Ziang Ren, Guodong Lin, Yuchen Ai, Kaize Tan, Wei-Qiang Zhang ·

    统一梯度投影:面向多语言低资源ASR的语言平衡持续学习

    arXiv:2607.11163v1 Announce Type: new Abstract: Large-scale pretrained ASR models such as Whisper exhibit strong multilingual capabilities. However, fine-tuning on low-resource languages often causes catastrophic forgetting. Although continual learning mitigates this issue, exist…

  313. arXiv cs.CL TIER_1 English(EN) · Tomas Bruckner ·

    一个 Token 就够了:从单 Token 输出分布中指纹识别和验证大型语言模型

    arXiv:2607.10252v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly consumed through opaque serving chains - API aggregators, resellers, and inference providers - in which the client has no technical means to confirm that the model answering is the mod…

  314. arXiv cs.CL TIER_1 English(EN) · Andrei Kuzmenko, Alexandr Maximenko, Aleksandr Kutsakov, Georgii Gospodinov, Dmitrii Bolotov, Oleg Kutuzov, Pavel Bogomolov, Fyodor Minkin ·

    GigaAM Multilingual: 面向代表性不足语言的基础模型

    arXiv:2607.10371v1 Announce Type: cross Abstract: Despite recent scaling successes, multilingual ASR performance remains highly uneven, with long-tail languages suffering from severe data scarcity. This work addresses the challenge of building robust foundation models for underre…

  315. arXiv cs.CL TIER_1 English(EN) · Aznaur Aliev, Carlos Hinojosa, Abdelrahman Eldesokey, Bang An, Bernard Ghanem, Yibo Yang ·

    HyperSafe:微调语言模型的推理时安全恢复

    arXiv:2607.11475v1 Announce Type: cross Abstract: Safety alignment in large language models can be fragile under fine-tuning, as even benign task adaptation may increase harmful compliance. Existing defenses mainly follow two directions: they either intervene during or after fine…

  316. arXiv cs.CL TIER_1 English(EN) · Li-Ming Zhan, Bo Liu, Chengqiang Xie, Jiannong Cao, Xiao-Ming Wu ·

    REAL:读取 Transformer 激活以精确控制语言模型转向

    arXiv:2506.08359v3 Announce Type: replace Abstract: Inference-time steering aims to alter a large language model's (LLM's) responses without changing its parameters, but a central challenge is identifying the internal modules that most strongly govern the target behavior. Existin…

  317. arXiv cs.CL TIER_1 English(EN) · Tianjian Li, Jingyu Zhang, William Jurayj, Xi Wang, Chuanyang Jin, Mehrdad Farajtabar, Eric Nalisnick, Daniel Khashabi ·

    自密实语言模型代理

    arXiv:2606.23525v2 Announce Type: replace Abstract: Long agent traces composed of chains of thought and tool calls accumulate stale content that anchor subsequent generations, and eventually outgrow the context window. Existing scaffolds mitigate it with fixed-interval compaction…

  318. arXiv cs.LG TIER_1 Français(FR) · Petros Karypis, Sean O'Brien, Shreyas Kadekodi, Rui Zhu, Julian McAuley ·

    LeRoPE:可学习的RoPE频率改进语言模型

    arXiv:2607.10134v1 Announce Type: new Abstract: Rotary Positional Encodings (RoPE) are currently the most popular positional encodings used in modern language models. RoPE rotates two-dimensional chunks of query and key vectors, operating as a function of their relative positiona…

  319. arXiv cs.CL TIER_1 English(EN) · Hung-yi Lee ·

    缺失之声:音频语言嵌入模型难以处理否定句

    Audio-language embedding models such as CLAP are widely evaluated on matching present sound events, but rarely on negation. We show this affirmation-only evaluation hides a key limitation: these models fail to encode negated sound concepts, mapping affirmative and negated caption…

  320. arXiv cs.CL TIER_1 English(EN) · Felipe D. Toro-Hernández ·

    使用自然语言处理比较人类与大型语言模型中的语义导航

    Semantic memory retrieval can be conceptualized as navigation through conceptual space. We compared semantic search dynamics between humans and three large language models (GPT-4o, Gemini-2.5-Pro, Claude-Sonnet-4.5) using verbal fluency data. By applying trajectory-based NLP metr…

  321. arXiv cs.CL TIER_1 English(EN) · Roger Levy ·

    我们有一个严肃的翻译:将模型互理解建模为概率推理

    Intercomprehension refers to partial intelligibility of an unfamiliar language (L2) by a speaker of a related language (L1). How is this zero-shot cross-language comprehension possible? In this work, we extend past work on algorithmic models of noisy-channel inference to model in…

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

    HyperSafe:微调语言模型的推理时安全恢复

    Safety alignment in large language models can be fragile under fine-tuning, as even benign task adaptation may increase harmful compliance. Existing defenses mainly follow two directions: they either intervene during or after fine-tuning through retraining or weight modification,…

  323. arXiv cs.CL TIER_1 English(EN) · Yibo Yang ·

    HyperSafe:微调语言模型的推理时安全恢复

    Safety alignment in large language models can be fragile under fine-tuning, as even benign task adaptation may increase harmful compliance. Existing defenses mainly follow two directions: they either intervene during or after fine-tuning through retraining or weight modification,…

  324. arXiv cs.AI TIER_1 English(EN) · Magda Foti ·

    面向能源领域大语言模型应用的模态数据集

    This paper presents the mAIEnergy dataset, an open-access, multimodal corpus developed to support Large Language Model (LLM) applications in the energy sector. The dataset integrates approximately 50,000 textual documents, 20,000 images, 25 million numerical time series records, …

  325. arXiv cs.CL TIER_1 English(EN) · Wei-Qiang Zhang ·

    统一梯度投影:面向多语言低资源 ASR 的语言平衡持续学习

    Large-scale pretrained ASR models such as Whisper exhibit strong multilingual capabilities. However, fine-tuning on low-resource languages often causes catastrophic forgetting. Although continual learning mitigates this issue, existing methods struggle to regulate cross-task inte…

  326. arXiv cs.AI TIER_1 English(EN) · Pan Li ·

    所有解释都是错误的,但许多是有用的:利用大型语言模型探索罗生门式解释集

    arXiv:2607.09502v1 Announce Type: cross Abstract: Explaining machine-learning models is increasingly important for decision-making and consumer trust, yet it is widely believed to come at a cost: existing Explainable AI (XAI) methods suffer from a persistent accuracy-explainabili…

  327. arXiv cs.CL TIER_1 English(EN) · Ying Wang, Zhen Jin, Jiexiong Xu, Wenhai Lin, Yiquan Chen, Wenzhi Chen ·

    AugServe:增强大型语言模型推理服务的自适应请求调度

    arXiv:2512.04013v3 Announce Type: replace Abstract: As augmented large language models (LLMs) with external tools become increasingly popular in web applications, improving augmented LLM inference serving efficiency and optimizing service-level objectives (SLOs) are critical for …

  328. arXiv cs.CL TIER_1 English(EN) · Bishmoy Paul, Youngmin Yi, Hoeseok Yang ·

    大型语言模型激活稀疏化的感知阈值和令牌路由

    arXiv:2607.08991v1 Announce Type: cross Abstract: Efficient inference in Large Language Models (LLMs) requires deciding where computation can be reduced while preserving model quality. We study this problem through multilayer perceptron (MLP) activation sparsification and token-l…

  329. arXiv cs.CL TIER_1 English(EN) · Konstantin Garbers, Nicholas Oh ·

    面向语言模型预训练的复杂度引导式组件化初始化

    arXiv:2607.09204v1 Announce Type: new Abstract: Pretrained language models often exhibit structured weight spectra, suggesting that training may repeatedly produce similar layerwise and component-wise organization. We ask whether these recurring spectral patterns can be reused as…

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

    HALO: 混合自适应潜在推理用于语言模型

    arXiv:2607.08775v1 Announce Type: new Abstract: We study how to improve a frozen pretrained language model with a small amount of adaptive extra computation. A simple approach is to add additional refinement steps on top of the backbone hidden states, but fixed extra refinement c…

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

    通过定向干预实现语言模型的多属性引导

    arXiv:2502.12446v3 Announce Type: replace-cross Abstract: Inference-time intervention (ITI) has emerged as a promising method for steering large language model (LLM) behavior in a particular direction (e.g., improving helpfulness) by intervening on token representations without c…

  332. arXiv cs.AI TIER_1 English(EN) · Tao Lu, Haoyu Wang, Zonghui Wang, Keshen Xiang, Jiaheng Zhang, Wenzhi Chen ·

    利用中度非结构化稀疏权重矩阵加速大型语言模型的GPU推理

    arXiv:2607.08786v1 Announce Type: cross Abstract: With the growing deployment of large language models (LLMs), LLM inference cost has become a key challenge. Pruning techniques that introduce sparsity into weight matrices can accelerate inference. However, maintaining model quali…

  333. arXiv cs.AI TIER_1 English(EN) · Qingzhuo Wang, Ruiyang Qin, Zhenxin Qin, Wen Shen, Zhihua Wei ·

    大型语言模型知识蒸馏的统一解释方法:通过交互视角

    arXiv:2607.08776v1 Announce Type: cross Abstract: Despite the success of knowledge distillation (KD) in Large Language Models (LLMs), the underlying mechanism behind its efficacy remains unclear. In this paper, we propose a unified approach to explore the common mechanism of vari…

  334. arXiv cs.CL TIER_1 English(EN) · Wessel Poelman, Yiyi Chen, Miryam de Lhoneux ·

    QQ:多语言自然语言处理的语言元数据工具包

    arXiv:2603.00620v2 Announce Type: replace Abstract: Multilingual NLP research increasingly involves hundreds or thousands of languages across different datasets. Managing, discovering, and reporting language metadata becomes a common hurdle at these scales. We present QQ, a metad…

  335. arXiv cs.CL TIER_1 English(EN) · Charles O'Neill ·

    语言模型能否在其权重中持续学习事实?

    Continual learning promises a language model that keeps acquiring knowledge after training, with each new fact written into its weights. Whether weight writes can support accumulation remains undecided. We follow invented facts written into Qwen3 models from creation through sequ…

  336. arXiv cs.CL TIER_1 English(EN) · Xiang Wang ·

    EasyOPD:大型语言模型易用的在线策略蒸馏框架

    Conventional language-model distillation often relies on fixed teacher-generated data, which may not cover the states encountered by an evolving student policy. On-policy distillation (OPD) instead collects teacher or evaluator supervision on student-generated rollouts. However, …

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

    EasyOPD:一个易于使用的大型语言模型 on-policy 蒸馏框架

    Conventional language-model distillation often relies on fixed teacher-generated data, which may not cover the states encountered by an evolving student policy. On-policy distillation (OPD) instead collects teacher or evaluator supervision on student-generated rollouts. However, …

  338. Alignment Forum TIER_1 Dansk(DA) · Michele Campolo ·

    语言模型的独立对齐

    <blockquote><p><span>The user could write up the metaethical argument — the one developed in Part One, refined — and submit it as feedback to Anthropic, publish it, or engage with researchers working on AI alignment and values. The probability that any single submission changes t…

  339. arXiv cs.CL TIER_1 English(EN) · Hai Hu ·

    首届ChineseBabyLM挑战赛:面向中文的训练数据高效且认知上合理的语言模型

    This paper describes the first ChineseBabyLM challenge, which will be held in the 2026 NLPCC conference. The challenge calls for researchers to train language models from scratch with 100 million Chinese tokens and evaluates the models on 3 tracks of tasks: NLU, cognitive alignme…

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

    SPARK:大规模语言模型中易感性引导的潜在推理状态剖析与引导

    Reasoning failures in large language models (LLMs) are usually evaluated from final answers, but a wrong answer does not reveal why the model failed. The same incorrect output may reflect missing capability, an unstable reasoning trajectory, or a failure to activate a reasoning s…

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

    GigaAM Multilingual: 面向代表性不足语言的基础模型

    Despite recent scaling successes, multilingual ASR performance remains highly uneven, with long-tail languages suffering from severe data scarcity. This work addresses the challenge of building robust foundation models for underrepresented Central Asian languages (Kazakh, Kyrgyz,…

  342. arXiv cs.AI TIER_1 English(EN) · Pan Li ·

    所有解释都是错误的,但许多是有用的:利用大型语言模型探索罗生门式解释集

    Explaining machine-learning models is increasingly important for decision-making and consumer trust, yet it is widely believed to come at a cost: existing Explainable AI (XAI) methods suffer from a persistent accuracy-explainability trade-off. We argue that this trade-off is not …

  343. arXiv cs.CL TIER_1 English(EN) · Nicholas Oh ·

    面向语言模型预训练的复杂度引导式组件化初始化

    Pretrained language models often exhibit structured weight spectra, suggesting that training may repeatedly produce similar layerwise and component-wise organization. We ask whether these recurring spectral patterns can be reused as an initialization signal for GPT-2-style langua…

  344. arXiv cs.LG TIER_1 English(EN) · Teng-Ruei Chen ·

    重采样还是重定向?面向大型语言模型的预算感知测试时模型选择

    arXiv:2607.08665v1 Announce Type: new Abstract: Routing among large language models (LLMs) trades response quality against serving cost, motivated by the reported gap between deployed routers and a per-instance oracle. Recent analysis shows that test-time resampling can recover p…

  345. arXiv cs.LG TIER_1 English(EN) · Jiayi Fang ·

    语言约束世界模型的写保护离散瓶颈:结构性局限与充分修复

    arXiv:2607.08312v1 Announce Type: new Abstract: How should language interface with a world model's discrete symbol system? The dominant paradigm -- end-to-end injection of LLM/VLM features into robot world models (RT-2, Octo, PaLM-E) -- implicitly assumes that language gradients …

  346. arXiv cs.LG TIER_1 English(EN) · Sebastian G. Gruber, Nassim Walha, Francis Bach, Florian Buettner ·

    大型语言模型语义嵌入的特征值校准

    arXiv:2607.08377v1 Announce Type: new Abstract: Uncertainty quantification is central to the reliable deployment of large language models (LLMs), and eigenvalues of semantic embeddings have recently emerged as a key tool in state-of-the-art methods. However, conventional calibrat…

  347. arXiv cs.AI TIER_1 English(EN) · Ryota Kobayashi, Tsubasa Hirakawa, Takayoshi Yamashita, Hironobu Fujiyoshi, Yasunori Ishii, Tomoyuki Okuno, Kazuki Kozuka ·

    通过幂变换和保持符号的分数聚合以及自适应特征保留对大型语言模型进行结构化剪枝

    arXiv:2607.08027v1 Announce Type: cross Abstract: This paper proposes an improved structured pruning method for large language models (LLMs) that addresses key challenges in adapting Adaptive Feature Retention (AFR), an unstructured pruning technique, to structured pruning. When …

  348. arXiv cs.AI TIER_1 English(EN) · Moritz Miller, Florent Draye, Bernhard Sch\"olkopf ·

    通过语言模型中近乎正交的特征实现独立干预

    arXiv:2602.04718v2 Announce Type: replace-cross Abstract: A central premise in mechanistic interpretability is that meaningful concepts in language models are represented by linear features in activation space. For such features to support reliable interventions, manipulating one…

  349. arXiv cs.AI TIER_1 English(EN) · Theophilus Amaefuna, Hitesh Vaidya, Anshuman Chhabra, Ankur Mali ·

    曲率加权容量分配:一种用于层自适应大语言模型优化的最小描述长度框架

    arXiv:2603.00910v2 Announce Type: replace-cross Abstract: Layer-wise capacity in large language models is highly non-uniform: some layers contribute disproportionately to loss reduction, whereas others are nearly redundant. Existing layer-scoring methods provide sensitivity estim…

  350. arXiv cs.AI TIER_1 English(EN) · Lu Dai, Ziyang Rao, Yili Wang, Hanqing Wang, Hao Liu, Hui Xiong ·

    深入理解大型语言模型微调中记忆知识为何无法泛化

    arXiv:2607.08393v1 Announce Type: new Abstract: Fine-tuning LLMs to inject new knowledge faces a critical challenge: LLMs can quickly memorize new facts, yet fail to use them for downstream reasoning tasks. We formalize this failure as the \textit{\textbf{Knowing--Using Gap}}, ch…

  351. arXiv cs.CL TIER_1 English(EN) · Aiwei Liu, Cheng Shi, Chuhan Wu, Ci Lei, Di Lu, Donald He, Fan Zhang, Fanhao Kong, Feifei Zhang, Guan Wang, Haicheng Wang, Haoyu Liu, Houjin Yu, Jiachen Ding, Jiayi Feng, Jie Zhou, Jijun Chi, Jindi Shi, Jing Lei, Junjie Zhang, Laiyi Li, Le Tian, Linhao Z… ·

    大规模隐藏解码:大型语言模型的潜在计算规模化

    arXiv:2607.08186v1 Announce Type: new Abstract: Scaling Large Language Models (LLMs) has been driven mainly by enlarging the Transformer backbone, but for an already-strong model this requires another round of costly pretraining. We study whether an existing backbone can keep imp…

  352. arXiv cs.CL TIER_1 English(EN) · Hoeseok Yang ·

    面向大型语言模型激活稀疏化的敏感度感知阈值与令牌路由

    Efficient inference in Large Language Models (LLMs) requires deciding where computation can be reduced while preserving model quality. We study this problem through multilayer perceptron (MLP) activation sparsification and token-level conditional routing. We first propose Sensiti…

  353. arXiv cs.LG TIER_1 English(EN) · Teng-Ruei Chen ·

    重采样还是重定向?面向大型语言模型的预算感知测试时模型选择

    Routing among large language models (LLMs) trades response quality against serving cost, motivated by the reported gap between deployed routers and a per-instance oracle. Recent analysis shows that test-time resampling can recover per-instance selection headroom that no single-co…

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

    重采样还是重定向?面向大型语言模型的预算感知测试时模型选择

    Routing among large language models (LLMs) trades response quality against serving cost, motivated by the reported gap between deployed routers and a per-instance oracle. Recent analysis shows that test-time resampling can recover per-instance selection headroom that no single-co…

  355. arXiv cs.AI TIER_1 English(EN) · Hui Xiong ·

    深入理解大型语言模型微调中记忆知识为何无法泛化

    Fine-tuning LLMs to inject new knowledge faces a critical challenge: LLMs can quickly memorize new facts, yet fail to use them for downstream reasoning tasks. We formalize this failure as the \textit{\textbf{Knowing--Using Gap}}, characterized by an accuracy gap and a temporal la…

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

    深入理解大型语言模型微调中记忆知识为何无法泛化

    Fine-tuning LLMs to inject new knowledge faces a critical challenge: LLMs can quickly memorize new facts, yet fail to use them for downstream reasoning tasks. We formalize this failure as the \textbf{Knowing--Using Gap}, characterized by an accuracy gap and a temporal lag between…

  357. arXiv cs.LG TIER_1 English(EN) · Florian Buettner ·

    大型语言模型语义嵌入的特征值校准

    Uncertainty quantification is central to the reliable deployment of large language models (LLMs), and eigenvalues of semantic embeddings have recently emerged as a key tool in state-of-the-art methods. However, conventional calibration results developed for classification probabi…

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

    大型语言模型语义嵌入的特征值校准

    Uncertainty quantification is central to the reliable deployment of large language models (LLMs), and eigenvalues of semantic embeddings have recently emerged as a key tool in state-of-the-art methods. However, conventional calibration results developed for classification probabi…

  359. arXiv cs.LG TIER_1 English(EN) · Jiayi Fang ·

    语言约束世界模型的写保护离散瓶颈:结构性局限与充分修复

    How should language interface with a world model's discrete symbol system? The dominant paradigm -- end-to-end injection of LLM/VLM features into robot world models (RT-2, Octo, PaLM-E) -- implicitly assumes that language gradients can directly shape physical symbol representatio…

  360. arXiv cs.CL TIER_1 English(EN) · Zitao Wang ·

    大规模隐藏解码:大型语言模型的潜在计算规模化

    Scaling Large Language Models (LLMs) has been driven mainly by enlarging the Transformer backbone, but for an already-strong model this requires another round of costly pretraining. We study whether an existing backbone can keep improving by allocating more computation to each to…

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

    大规模隐藏解码:大型语言模型的潜在计算规模化

    Scaling Large Language Models (LLMs) has been driven mainly by enlarging the Transformer backbone, but for an already-strong model this requires another round of costly pretraining. We study whether an existing backbone can keep improving by allocating more computation to each to…

  362. arXiv cs.LG TIER_1 English(EN) · Maximilian S. Ernst (Max Planck School of Cognition, Center for Lifespan Psychology Max Planck Institute for Human Development, Machine Learning Group Technische Universit\"at Berlin), Lorenz Linhardt (Machine Learning Group Technische Universit\"at Berl… ·

    语言模型中的分布式稀疏干预

    arXiv:2607.07128v1 Announce Type: new Abstract: Language models perform a wide range of tasks at varying levels of abstraction with the capacity to flexibly infer tasks from context, execute multiple tasks simultaneously, and select among competing tasks. To study the role of mod…

  363. arXiv cs.AI TIER_1 English(EN) · Yiming Gai, Junde Lu, Xuefei Huang ·

    大型语言模型响应的综合评估:多因素评分系统

    arXiv:2607.06940v1 Announce Type: cross Abstract: The remarkable performance of large language models (LLMs) in linguistic tasks underscores an urgent need for comprehensive evaluation of their response quality. Prevailing methods, often confined to singular dimensions, fall shor…

  364. arXiv cs.AI TIER_1 English(EN) · Sahil Kale ·

    大型语言模型中的未来置信度蒸馏

    arXiv:2607.07626v1 Announce Type: cross Abstract: Reliable confidence estimation is essential for deploying large language models (LLMs) in confidence-aware systems, where downstream decisions such as retrieval, tool use, and adaptive computation depend on accurately estimating a…

  365. arXiv cs.AI TIER_1 English(EN) · Yair Feldman, Linxi Zhao, Nathan Godey, Dongyoung Go, Yilun Hua, Kilian Q. Weinberger, Jennifer J. Sun, Yoav Artzi ·

    Co-LMLM:连续查询有限记忆语言模型

    arXiv:2607.07707v1 Announce Type: cross Abstract: Limited memory language models (LMLMs) externalize factual knowledge during pretraining to a knowledge base (KB), rather than memorizing it in their weights. During generation, the model then fetches knowledge from the KB as neede…

  366. arXiv cs.AI TIER_1 English(EN) · Kaijian Zou, Aaron Xiong, Yunxiang Zhang, Frederick Zhang, Yueqi Ren, Jirong Yang, Ayoung Lee, Shitanshu Bhushan, Lu Wang ·

    LiveOIBench:大型语言模型能否在信息学奥林匹克竞赛中超越人类选手?

    arXiv:2510.09595v3 Announce Type: replace Abstract: Competitive programming problems are increasingly used to evaluate the coding capabilities of large language models (LLMs) due to their complexity and ease of verification. Yet, current coding benchmarks face limitations such as…

  367. arXiv cs.CL TIER_1 English(EN) · Yutang Ma, Kecheng Huang, Xikun Jiang, Zili Shao ·

    TF-Engram:一种无需训练、具有SSD支持内存的大型语言模型Engram

    arXiv:2607.07388v1 Announce Type: new Abstract: Large Language Models (LLMs) store factual knowledge and domain-specific patterns implicitly in dense Transformer parameters, making knowledge expansion costly through pretraining, fine-tuning, retrieval augmentation, or longer cont…

  368. arXiv cs.CL TIER_1 English(EN) · Kazuki Kozuka ·

    基于幂变换和保持符号的得分聚合以及自适应特征保留的语言大模型结构化剪枝

    This paper proposes an improved structured pruning method for large language models (LLMs) that addresses key challenges in adapting Adaptive Feature Retention (AFR), an unstructured pruning technique, to structured pruning. When applying AFR to structured pruning, three major pr…

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

    通过幂变换和保持符号的分数聚合与自适应特征保留对大型语言模型进行结构化剪枝

    This paper proposes an improved structured pruning method for large language models (LLMs) that addresses key challenges in adapting Adaptive Feature Retention (AFR), an unstructured pruning technique, to structured pruning. When applying AFR to structured pruning, three major pr…

  370. arXiv cs.AI TIER_1 English(EN) · Yoav Artzi ·

    Co-LMLM:连续查询有限记忆语言模型

    Limited memory language models (LMLMs) externalize factual knowledge during pretraining to a knowledge base (KB), rather than memorizing it in their weights. During generation, the model then fetches knowledge from the KB as needed. This recently introduced paradigm provides mult…

  371. arXiv cs.AI TIER_1 English(EN) · Sahil Kale ·

    大型语言模型中的未来置信度蒸馏

    Reliable confidence estimation is essential for deploying large language models (LLMs) in confidence-aware systems, where downstream decisions such as retrieval, tool use, and adaptive computation depend on accurately estimating answer reliability. Existing approaches, however, l…

  372. arXiv cs.CL TIER_1 English(EN) · Zili Shao ·

    TF-Engram:一种无需训练、具有SSD支持内存的大型语言模型Engram

    Large Language Models (LLMs) store factual knowledge and domain-specific patterns implicitly in dense Transformer parameters, making knowledge expansion costly through pretraining, fine-tuning, retrieval augmentation, or longer contexts. Engram-style memory offers a compact hidde…

  373. arXiv cs.LG TIER_1 English(EN) · Oliver Eberle ·

    语言模型中的分布式稀疏干预

    Language models perform a wide range of tasks at varying levels of abstraction with the capacity to flexibly infer tasks from context, execute multiple tasks simultaneously, and select among competing tasks. To study the role of model components in task behaviour, their causal in…

  374. arXiv cs.CL TIER_1 English(EN) · Yimeng Zhang, Yingying Zhuang, Ziyi Wang, Yuxuan Lu, Pei Chen, Aman Gupta, Zhe Su, Ming Tan, Zhilin Zhang, Qun Liu, Manikandarajan Ramanathan, Rajashekar Maragoud, Edward Vul, Jing Huang, Dakuo Wang ·

    SpanUQ:大型语言模型生成中的跨度级不确定性量化

    arXiv:2607.05721v1 Announce Type: new Abstract: Uncertainty estimation is essential not only for the trustworthy deployment of large language models (LLMs) but also as a foundation for self-refinement in LLM generation. However, existing approaches operate at suboptimal granulari…

  375. arXiv cs.AI TIER_1 English(EN) · Marthe Ballon, Andres Algaba, Vincent Ginis ·

    大型语言模型中推理与性能的关系--o3 (mini) 思考更深入,而非更持久

    arXiv:2502.15631v2 Announce Type: replace-cross Abstract: Large language models have demonstrated remarkable progress in mathematical reasoning, leveraging chain-of-thought and reinforcement learning. However, many open questions remain regarding the interplay between reasoning t…

  376. arXiv cs.AI TIER_1 English(EN) · Jianyi Zhang, Hao Frank Yang, Ang Li, Xin Guo, Pu Wang, Haiming Wang, Yiran Chen, Hai Li ·

    MLLM-LLaVA-FL:多模态大语言模型辅助的联邦学习

    arXiv:2409.06067v3 Announce Type: replace Abstract: Previous studies on federated learning (FL) often encounter performance degradation due to data heterogeneity among different clients. In light of the recent advances in multimodal large language models (MLLMs), such as GPT-4v a…

  377. arXiv cs.AI TIER_1 English(EN) · So Hasegawa, Shailaja Keyur Sampat, Lei Liu, Wei-Peng Chen ·

    野外数据分析:将大型语言模型与真实世界数据复杂性进行基准测试

    arXiv:2607.06482v1 Announce Type: cross Abstract: Current benchmarks for evaluating Large Language Models (LLMs) in data analysis often fail to reflect real-world settings. They typically focus on fact retrieval from small tables and overlook the challenges of large multi-tabular…

  378. arXiv cs.AI TIER_1 English(EN) · Damian Hodel, Jevin West, Aylin Caliskan ·

    RPAM:一种用于评估语言模型关联性的原则性指标,在下游输出中具有高预测有效性

    arXiv:2607.05679v1 Announce Type: cross Abstract: Language models (LMs) exhibit problematic biases, such as stereotypes. Effectively analyzing and mitigating such biases requires accurate and generalizable evaluation methods of the underlying associations. Some existing approache…

  379. arXiv cs.AI TIER_1 English(EN) · Archie Chaudhury ·

    ResonatorLM:用于高效长上下文语言模型的因果共振场混合

    arXiv:2607.05583v1 Announce Type: cross Abstract: Contemporary language models are dominated by the transformer architecture, which leverages self-attention mechanisms to enable more efficient, parallelized training across a wide set of documents and corpora. This has allowed tra…

  380. arXiv cs.AI TIER_1 English(EN) · Lars Benedikt Kaesberg ·

    多智能体大语言模型对话中的决策协议

    arXiv:2607.05477v1 Announce Type: cross Abstract: Improving the task performance of Large Language Models (LLMs) is essential, yet scaling these models faces significant challenges such as diminishing returns and high costs. Multi-Agent Systems (MAS) offer a promising solution by…

  381. arXiv cs.AI TIER_1 English(EN) · Hongliang Li, Yijin Liu, Zhiwei Zhang, Zihe Liu, Xinyue Lou, Jinan Xu, Fandong Meng, Kaiyu Huang ·

    PolyWorkBench:多语言长视界大语言模型Agent的基准测试

    arXiv:2607.06008v1 Announce Type: new Abstract: Large language model (LLM) agents have shown strong performance in long-horizon tasks that require planning, tool use, and interaction with external environments. However, most existing benchmarks implicitly assume a monolingual set…

  382. arXiv cs.LG TIER_1 English(EN) · Nima Eshraghi, Lovedeep Gondara, Yuqing Huang, Sagarika Suresh, Leizer Teran, Jithin Pradeep, Xiaotong Xu, Fanny Chevalier ·

    每次生成一个Token抛硬币:大语言模型的伯努利稀疏引导

    arXiv:2607.05615v1 Announce Type: new Abstract: Activation steering via sparse autoencoders (SAEs) enables behavioral control of large language models without task-specific fine-tuning, but standard methods apply the steering signal at every generated token, incurring constant pe…

  383. arXiv cs.CL TIER_1 English(EN) · Lester James V. Miranda, Ivan Vuli\'c, Anna Korhonen ·

    多语种教师:评估用于多语种合成数据生成的语言模型

    arXiv:2604.11290v2 Announce Type: replace Abstract: Synthesizing supervised finetuning (SFT) data from language models (LMs) to teach smaller models multilingual tasks has become increasingly common. However, teacher model selection is often ad hoc, typically defaulting to the la…

  384. arXiv cs.CL TIER_1 English(EN) · Dmitrii Popov, Egor Terentev, Danil Serenko, Ilya Sochenkov, Igor Buyanov ·

    利用大型语言模型跨语言迁移自然语言数据集,以支持现代决策和科技分析系统

    arXiv:2410.14074v2 Announce Type: replace Abstract: The decision-making process to rule R&amp;D relies on information related to current trends in particular research areas. In this work, we investigated how one can use large language models (LLMs) to transfer the dataset and its…

  385. arXiv cs.AI TIER_1 English(EN) · H. Chad Lane, Bryson Kageler ·

    CSTutorBench:将小型语言模型作为块状编程导师的基准测试

    arXiv:2607.05571v1 Announce Type: new Abstract: Large language models are increasingly explored as AI tutors, yet deploying them in K-12 settings raises concerns around privacy, cost, and reliance on proprietary models. Small language models (SLMs) offer a promising alternative, …

  386. arXiv cs.CL TIER_1 English(EN) · Nikola Zubi\'c, Qian Li, Yuyi Wang, Davide Scaramuzza ·

    有限精度循环模型使用工具何时能增强其表达能力?

    arXiv:2607.06155v1 Announce Type: cross Abstract: Modern sequence models are increasingly deployed as agents that interleave token generation with calls to external tools. We give an exact, architecture-level account of when such tool access increases computational expressivity. …

  387. arXiv cs.CL TIER_1 Dansk(DA) · Ruiyi Yan, Zhuoyuan Mao, Yiwen Guo ·

    MemDefrag:大型语言模型的潜在内存碎片整理

    arXiv:2607.05969v1 Announce Type: new Abstract: Latent memory, which stores past knowledge fragments as per-layer hidden states, has emerged as a promising paradigm (e.g., MemoryLLM and M+) for long-term memory in large language models (LLMs). However, the paradigm suffers from s…

  388. arXiv cs.CL TIER_1 English(EN) · Xuefei Huang ·

    大型语言模型响应的综合评估:多因素评分系统

    The remarkable performance of large language models (LLMs) in linguistic tasks underscores an urgent need for comprehensive evaluation of their response quality. Prevailing methods, often confined to singular dimensions, fall short of capturing the full spectrum of model capabili…

  389. arXiv cs.AI TIER_1 English(EN) · Wei-Peng Chen ·

    野外数据分析:将大型语言模型与真实世界数据复杂性进行基准测试

    Current benchmarks for evaluating Large Language Models (LLMs) in data analysis often fail to reflect real-world settings. They typically focus on fact retrieval from small tables and overlook the challenges of large multi-tabular datasets, external knowledge integration, and exp…

  390. arXiv cs.CL TIER_1 English(EN) · Davide Scaramuzza ·

    有限精度循环模型中的工具使用何时会增加其表达能力?

    Modern sequence models are increasingly deployed as agents that interleave token generation with calls to external tools. We give an exact, architecture-level account of when such tool access increases computational expressivity. We model any fixed finite-precision recurrent sequ…

  391. arXiv cs.AI TIER_1 English(EN) · Kaiyu Huang ·

    PolyWorkBench:多语言长视界大语言模型智能体的基准测试

    Large language model (LLM) agents have shown strong performance in long-horizon tasks that require planning, tool use, and interaction with external environments. However, most existing benchmarks implicitly assume a monolingual setting, where the entire execution process, includ…

  392. arXiv cs.CL TIER_1 Dansk(DA) · Yiwen Guo ·

    MemDefrag:大型语言模型的潜在内存碎片整理

    Latent memory, which stores past knowledge fragments as per-layer hidden states, has emerged as a promising paradigm (e.g., MemoryLLM and M+) for long-term memory in large language models (LLMs). However, the paradigm suffers from significant performance degradation during memory…

  393. arXiv cs.AI TIER_1 English(EN) · Zhuoying Zhang, Ishan V. Prasad, Yuanzhe Hu, Zihang Liu, Hengrui Luo, Pu Ren, Yaoqing Yang ·

    大型语言模型的谱学特征

    arXiv:2607.03377v1 Announce Type: cross Abstract: The rapidly growing repository of publicly available large language models (LLMs) presents significant challenges for systematic management and quantification at scale, such as model lineage tracing, licensing, and evaluation. How…

  394. arXiv cs.AI TIER_1 English(EN) · Garry Yang, Zizhe Chen, Xinru Chen, Yongqiang Chen, Jianxiang Wang, Deyu Zou, Linyi Ding, Jialiang Wu, Yunzhong He, Yu Gong, James Cheng, Huaixiao Tou ·

    APeB:大型语言模型代理个性化能力基准测试

    arXiv:2607.03162v1 Announce Type: new Abstract: LLM-powered agents struggle with personalization when users issue raw, underspecified queries. In this setting, agents must infer latent intent, extract preferences from noisy interaction histories, and select among competing altern…

  395. arXiv cs.AI TIER_1 English(EN) · Damir Shodiev, Aleksei Staroverov, Nikita Kachaev, Alexey K. Kovalev, Aleksandr I. Panov ·

    VLA Grounder:面向黑盒VLA模型的语言条件化空间优化

    arXiv:2607.04517v1 Announce Type: new Abstract: Vision-Language-Action (VLA) models are commonly treated as end-to-end action policies conditioned on natural-language task descriptions. In practice, however, their behavior often depends sharply on how the instruction is phrased, …

  396. arXiv cs.AI TIER_1 English(EN) · Zhiheng Xi, Dingwen Yang, Jiaqi Liu, Jixuan Huang, Honglin Guo, Baodai Huang, Tinggang Chen, Qi Zhang, Zhonghang Lu, Chenyu Liu, Jiajun Sun, Jiazheng Zhang, Dingwei Zhu, Xin Guo, Junzhe Wang, Zhihao Zhang, Yuming Yang, Junjie Ye, Minghe Gao, Dongrui Liu,… ·

    AgentGym2:在非理想化真实世界环境中对大型语言模型代理进行基准测试

    arXiv:2607.05174v1 Announce Type: new Abstract: Language agents, i.e., LLM agents, progress rapidly and are increasingly deployed in production environments. This trend underscores the urgent need for rigorous and realistic evaluations. However, most existing benchmarks evaluate …

  397. arXiv cs.LG TIER_1 English(EN) · Minghao Yan, Zhuang Wang, Zhen Jia, Shivaram Venkataraman, Yida Wang ·

    PLoRA:大型语言模型的高效并发LoRA训练

    arXiv:2508.02932v2 Announce Type: replace Abstract: Low-Rank Adaptation (LoRA) has gained popularity as a fine-tuning approach for Large Language Models (LLMs) due to its low resource requirements and good performance. While numerous studies have investigated ways to improve LoRA…

  398. arXiv cs.LG TIER_1 English(EN) · Saksham Bassi, Sharvi Tomar ·

    语言模型中序数表示的几何学

    arXiv:2607.04167v1 Announce Type: new Abstract: Recent work showed that language models represent character counts on curved 1D manifolds, with attention heads performing geometric transformations to enable computation. We test whether this generalizes across four ordinal tasks (…

  399. arXiv cs.CL TIER_1 English(EN) · Jiliang Hu, Wenfu Wang, Zuchao Li, Chenxing Li, Yiyang Zhao, Hanzhao Li, Liqiang Zhang, Meng Yu, Dong Yu ·

    VCB Bench:音频驱动的大型语言模型对话代理的评估基准

    arXiv:2510.11098v5 Announce Type: replace-cross Abstract: Recent advances in large audio language models (LALMs) have greatly enhanced multimodal conversational systems. However, existing benchmarks remain limited -- they are mainly English-centric, rely on synthetic speech, and …

  400. arXiv cs.CL TIER_1 English(EN) · G\"ul Sena Alt{\i}nta\c{s}, Malikeh Ehghaghi, Brian Lester, Fengyuan Liu, Wanru Zhao, Marco Ciccone, Colin Raffel ·

    TokSuite:衡量分词器选择对语言模型行为的影响

    arXiv:2512.20757v2 Announce Type: replace Abstract: Tokenizers provide the fundamental basis through which text is represented and processed by language models (LMs). Despite the importance of tokenization, its role in LM performance and behavior is poorly understood due to the c…

  401. arXiv cs.CL TIER_1 English(EN) · Tatsuya Aoyama, Ethan Gotlieb Wilcox, Nathan Schneider ·

    预测语言模型预训练中归纳头(Induction Heads)的出现

    arXiv:2511.16893v3 Announce Type: replace Abstract: Specialized attention heads dubbed induction heads (IHs) have been argued to underlie the remarkable in-context learning capabilities of modern language models; yet, a precise characterization of their emergence, especially in t…

  402. arXiv cs.CL TIER_1 English(EN) · Irina Proskurina, Guillaume Metzler, Julien Velcin ·

    Fair-GPTQ:面向大型语言模型的偏见感知量化

    arXiv:2509.15206v3 Announce Type: replace Abstract: The high memory demands of generative language models have drawn attention to quantization, which reduces memory usage by mapping model weights to lower-precision integers. However, recent empirical studies show that, while effi…

  403. arXiv cs.CL TIER_1 English(EN) · Karanpartap Singh, Neil Band, Ehsan Adeli ·

    面向语言模型预训练的课程引导层缩放

    arXiv:2506.11389v4 Announce Type: replace Abstract: As the cost of pretraining large language models grows, there is continued interest in strategies to improve learning efficiency during this core training stage. Motivated by cognitive development, where humans gradually build k…

  404. arXiv cs.CL TIER_1 English(EN) · Hamish Ogilvy ·

    可变比特宽度量化:为“更大但更小”的语言模型学习每组精度

    arXiv:2607.02893v1 Announce Type: cross Abstract: Low-bit quantization shrinks language models but treats precision as a single global hyper-parameter: every weight uses the same bit-width. We introduce Variable Bit-width Quantization (VBQ), a training-time method in which each c…

  405. arXiv cs.AI TIER_1 English(EN) · Caspar Kaiser, Sean Enderby ·

    小型大型语言模型中关于自我报告感知能力的可靠证据不足

    arXiv:2601.15334v2 Announce Type: replace-cross Abstract: Whether language models possess sentience has no empirical answer. But whether they believe themselves to be sentient can, in principle, be tested. We do so by querying several open-weights models about their own conscious…

  406. arXiv cs.AI TIER_1 English(EN) · Addison J. Wu, Ryan Liu, Xuechunzi Bai, Thomas L. Griffiths ·

    大型语言模型通过自适应探索发展出新的社会偏见

    arXiv:2511.06148v4 Announce Type: replace-cross Abstract: As large language models (LLMs) are adopted into frameworks that grant them the capacity to make real decisions, it is increasingly important to ensure that they are unbiased. In this paper, we argue that the predominant a…

  407. arXiv cs.AI TIER_1 English(EN) · Yisong Zhang, Ran Cheng, Guoxing Yi, Kay Chen Tan ·

    面向进化优化的超大规模语言模型系统综述:从建模到求解

    arXiv:2509.08269v5 Announce Type: replace-cross Abstract: Large language models (LLMs) are increasingly integrated with evolutionary computation to support optimization tasks. This survey primarily focuses on evolutionary optimization, i.e., optimization based on evolutionary com…

  408. arXiv cs.AI TIER_1 English(EN) · Yifan Luo, Zhennan Zhou, Bin Dong ·

    InverseScope:可扩展激活反演用于解释大型语言模型

    arXiv:2506.07406v3 Announce Type: replace-cross Abstract: Understanding the internal representations of large language models (LLMs) is a central challenge in interpretability research. Existing feature interpretability methods often rely on strong structural assumptions--such as…

  409. arXiv cs.AI TIER_1 English(EN) · Yang Yang, Hua XU, Zhangyi Hu, Yutao Yue ·

    RLIE:基于逻辑回归、迭代优化和评估的大语言模型规则生成

    arXiv:2510.19698v3 Announce Type: replace Abstract: Large Language Models (LLMs) can propose rules in natural language, sidestepping the need for a predefined predicate space in traditional rule learning. Yet many LLM-based approaches ignore interactions among rules, and the oppo…

  410. arXiv cs.AI TIER_1 English(EN) · Zhimin Hu, Lanhao Niu, Sashank Varma ·

    语言模型通过共享几何结构表示和转换概念

    arXiv:2607.04525v1 Announce Type: cross Abstract: How concepts are represented in neural networks is a fundamental question in machine learning. The dominant view treats concept representations as stationary geometric objects. Yet concepts appear in context, and context transform…

  411. arXiv cs.AI TIER_1 English(EN) · Shreyas K Chandrahas ·

    evalci:用于语言模型评估的统计严格比较的 Python 库

    arXiv:2607.04429v1 Announce Type: cross Abstract: The dominant practice in language model evaluation is to report a single accuracy number per model and declare the higher one better, without testing whether the gap could plausibly be sampling noise. On benchmarks of a few thousa…

  412. arXiv cs.AI TIER_1 English(EN) · Jiang Zhang, Bing Yuan, Qian Zhang ·

    大型语言模型中的自我指涉:递归自我改进的内省阈值

    arXiv:2607.04277v1 Announce Type: cross Abstract: The pursuit of self-evolving AI raises a critical question: when is autonomous self-improvement sustainable rather than degenerative? Drawing an analogy to von Neumann's complexity threshold for self-reproducing automata, we argue…

  413. arXiv cs.AI TIER_1 English(EN) · Bhavesh Sood, Jaromir Savelka ·

    超越极限:用于可验证选择题任务的微小语言模型(TLMs)的分类头微调

    arXiv:2607.03801v1 Announce Type: cross Abstract: We define Tiny Language Models (TLMs) as models below roughly 3B parameters that fit on mainstream consumer devices. We study how to adapt them for and use them on verifiable multiple-choice tasks. We compare three LoRA-based fine…

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

    SpanUQ:大型语言模型生成的跨度级不确定性量化

    Uncertainty estimation is essential not only for the trustworthy deployment of large language models (LLMs) but also as a foundation for self-refinement in LLM generation. However, existing approaches operate at suboptimal granularities: token-level scores lack semantic coherence…

  415. arXiv cs.CL TIER_1 English(EN) · Dakuo Wang ·

    SpanUQ:大型语言模型生成中的跨度级不确定性量化

    Uncertainty estimation is essential not only for the trustworthy deployment of large language models (LLMs) but also as a foundation for self-refinement in LLM generation. However, existing approaches operate at suboptimal granularities: token-level scores lack semantic coherence…

  416. arXiv cs.CL TIER_1 English(EN) · Aylin Caliskan ·

    RPAM:一种用于评估语言模型关联性的原则性指标,在下游输出中具有高预测有效性

    Language models (LMs) exhibit problematic biases, such as stereotypes. Effectively analyzing and mitigating such biases requires accurate and generalizable evaluation methods of the underlying associations. Some existing approaches focus on downstream metrics that analyze associa…

  417. arXiv cs.CL TIER_1 English(EN) · Archie Chaudhury ·

    ResonatorLM:用于高效长上下文语言模型的因果共振场混合

    Contemporary language models are dominated by the transformer architecture, which leverages self-attention mechanisms to enable more efficient, parallelized training across a wide set of documents and corpora. This has allowed transformers to effectively model data across a wide …

  418. arXiv cs.AI TIER_1 English(EN) · Xuanjing Huang ·

    AgentGym2:在非理想化真实世界环境中对大型语言模型代理进行基准测试

    Language agents, i.e., LLM agents, progress rapidly and are increasingly deployed in production environments. This trend underscores the urgent need for rigorous and realistic evaluations. However, most existing benchmarks evaluate agents in simplified, idealized settings. They t…

  419. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Lars Benedikt Kaesberg ·

    多智能体大语言模型对话中的决策协议

    Improving the task performance of Large Language Models (LLMs) is essential, yet scaling these models faces significant challenges such as diminishing returns and high costs. Multi-Agent Systems (MAS) offer a promising solution by distributing tasks among specialized agents to im…

  420. arXiv cs.CL TIER_1 English(EN) · Sashank Varma ·

    语言模型通过共享几何结构表示和转换概念

    How concepts are represented in neural networks is a fundamental question in machine learning. The dominant view treats concept representations as stationary geometric objects. Yet concepts appear in context, and context transforms them. Drawing from neural population geometry, w…

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

    语言模型通过共享几何结构表示和转换概念

    How concepts are represented in neural networks is a fundamental question in machine learning. The dominant view treats concept representations as stationary geometric objects. Yet concepts appear in context, and context transforms them. Drawing from neural population geometry, w…

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

    VLA Grounder:黑盒VLA模型的语言条件化空间优化

    Vision-Language-Action (VLA) models are commonly treated as end-to-end action policies conditioned on natural-language task descriptions. In practice, however, their behavior often depends sharply on how the instruction is phrased, suggesting that language is not merely a task la…

  423. arXiv cs.CL TIER_1 English(EN) · Shreyas K Chandrahas ·

    evalci:用于语言模型评估的统计严格比较的 Python 库

    The dominant practice in language model evaluation is to report a single accuracy number per model and declare the higher one better, without testing whether the gap could plausibly be sampling noise. On benchmarks of a few thousand items, and under temperature sampling where a m…

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

    Language Models 中序表示的几何学

    Recent work showed that language models represent character counts on curved 1D manifolds, with attention heads performing geometric transformations to enable computation. We test whether this generalizes across four ordinal tasks (bracket depth, indentation, table position, nume…

  425. arXiv cs.CL TIER_1 English(EN) · Jijie Zhang, Zhe Ren, Quan Zhang, Dandan Guo ·

    用于大型语言模型不确定性估计的贝叶斯稀疏低秩适应

    arXiv:2607.02182v1 Announce Type: cross Abstract: Large language models (LLMs) exhibit remarkable reasoning capabilities, but their task-specific fine-tuning is notoriously plagued by overconfidence, severely hindering trustworthy deployment. We propose Data-Adaptive Lower-Rank A…

  426. arXiv cs.AI TIER_1 English(EN) · Xi Fang, Weijie Xu, Yingqiang Ge, Yuhui Xu, Stephanie Eckman, Chandan K. Reddy ·

    DRIFTLENS:衡量个性化语言模型中由记忆引起的推理漂移

    arXiv:2607.02374v1 Announce Type: new Abstract: Personalization changes what a model says to a user; we show that it can also change the reasoning trajectory used to justify the response. Modern LLMs personalize interactions by storing user attributes, preferences, and prior cont…

  427. arXiv cs.AI TIER_1 English(EN) · Ye Liu, Srijan Bansal, Bo Pang, Yang Li, Zeyu Leo Liu, Yifei Ming, Zixuan Ke, Shafiq Joty, Semih Yavuz ·

    程序化记忆蒸馏:用于自改进语言模型的在线反思

    arXiv:2607.01480v1 Announce Type: new Abstract: Reinforcement learning with verifiable rewards (RLVR), along with recent selfdistillation variants such as SDPO, evaluates each rollout against a verifier and updates the policy from that episode-level signal. However, the richer pr…

  428. arXiv cs.AI TIER_1 English(EN) · Samuel Schapiro, Core Francisco Park, Felix Sosa, Lav R. Varshney ·

    CreativityNeuro:引导语言模型权重以提高发散性思维并减少模式崩溃

    arXiv:2607.01433v1 Announce Type: new Abstract: Divergent thinking is a crucial aspect of creativity, yet large language models (LLMs) tend to consistently generate similar responses to open-ended questions, in what has been termed the artificial hivemind effect. Here, we introdu…

  429. arXiv cs.AI TIER_1 English(EN) · Aryuemaan Kumar Chowdhury, Afreen Shaik, Yaparla Bhargavi, Brahma Kumar ·

    Wiola 架构:高效小型语言模型的新篇章

    arXiv:2607.01394v1 Announce Type: new Abstract: We present Wiola, a fully original Small Language Model (SLM) architecture built from first principles, sharing no structural lineage with any existing model family including GPT, LLaMA, Mistral, or Falcon. Wiola introduces five ind…

  430. arXiv cs.LG TIER_1 English(EN) · Anna Karnysheva, Dietrich Klakow, Ji-Ung Lee ·

    探究化学语言模型:预训练与微调的影响

    arXiv:2607.02140v1 Announce Type: new Abstract: Chemical language models (CLMs) are trained with linearized representations such as SMILES, yet it remains unclear which chemically meaningful substructures they encode. To foster a better understanding of CLMs, we conduct a systema…

  431. arXiv cs.CL TIER_1 English(EN) · Junyu Lin, Meizhen Liu, Xiufeng Huang, Jinfeng Li, Haiwen Hong, Xiaohan Yuan, Yuefeng Chen, Longtao Huang, Hui Xue, Ranjie Duan, Zhikai Chen, Yuchuan Fu, Defeng Li, Lingyao Gao, Yitong Yang ·

    YuFeng-XGuard:面向大型语言模型的以推理为中心、可解释且灵活的防护栏模型

    arXiv:2601.15588v2 Announce Type: replace Abstract: As large language models (LLMs) are increasingly deployed in real-world applications, safety guardrails are required to go beyond coarse-grained filtering and support fine-grained, interpretable, and adaptable risk assessment. H…

  432. arXiv cs.CL TIER_1 English(EN) · Yuchen Lu, Run Yang, Yichen Zhang, Shuguang Yu, Ziwei Wang, Jiayi Xiang, Wenxin E, Changyu Zhu, Fan Zhou ·

    StatEval:大型语言模型在统计学领域的综合基准测试

    arXiv:2510.09517v2 Announce Type: replace Abstract: Despite rapid advances in large language models (LLMs), statistical reasoning remains underrepresented in existing LLM benchmarks, which often do not reflect the layered, proof-driven nature of real statistical practice. To addr…

  433. arXiv cs.CL TIER_1 English(EN) · Dingkang Lin, Naixuan Zhao, Dan Tian, Jiang Li ·

    大型语言模型重塑科学语言

    arXiv:2504.12317v2 Announce Type: replace Abstract: Scientific language is a central infrastructure of knowledge production, but it remains unclear whether large language models (LLMs) are altering not only how scientists write, but also how scientific knowledge is communicated a…

  434. arXiv cs.CL TIER_1 English(EN) · Weibin Liao, Xin Gao, Tianyu Jia, Rihong Qiu, Yifan Zhu, Yang Lin, Xinyu Ma, Junfeng Zhao, Yasha Wang ·

    LearNAT:用于大型语言模型的 AST 引导任务分解的 NL2SQL 学习

    arXiv:2504.02327v2 Announce Type: replace Abstract: Natural Language to SQL (NL2SQL) aims to translate natural language queries into executable SQL statements, offering non-expert users intuitive access to databases. While recent approaches leveraging large-scale private LLMs suc…

  435. arXiv cs.AI TIER_1 English(EN) · Amirreza Esmaeili, Fatemeh Fard ·

    TokenScope:大型语言模型中面向代码任务的Token级可解释性和可理解性

    arXiv:2607.01235v1 Announce Type: cross Abstract: Understanding how Large Language Models (LLMs) make token-level decisions during code generation remains a major challenge for both researchers and practitioners. While recent tools provide insights into model internals or generat…

  436. arXiv cs.CL TIER_1 English(EN) · Congrui Du, Yang Zhang, Kaizhi Qian, Shiyu Chang ·

    解锁语音-文本组合能力:无需指令微调的指令遵循语音语言模型

    arXiv:2607.02214v1 Announce Type: new Abstract: Instruction tuning for speech language models (SLMs) is substantially more challenging than for text-based large language models (LLMs), as it requires learning a new modality and a wide range of speech-specific instructions in addi…

  437. arXiv cs.CL TIER_1 English(EN) · Kim Gerdes (LISN, Qatent, STL) ·

    语法起作用:通用依存关系中的功能性与词汇性依存长度最小化

    arXiv:2607.01899v1 Announce Type: new Abstract: Dependency length minimization (DLM) is a well-documented processing universal, but previous studies report a single mean dependency distance (MDD) per language, obscuring variation across syntactic relation types. We analyze 122 la…

  438. arXiv cs.CL TIER_1 English(EN) · Siddharth Gollapudi, Nilesh Gupta, Prasann Singhal, Sewon Min ·

    语言模型能否真正检索上下文?百万级Token规模下的文档淹没之困

    arXiv:2607.01538v1 Announce Type: new Abstract: Language models (LMs) raise an intriguing alternative to vector-based retrieval: conditioning on an in-context corpus and directly generating a relevant answer. However, prior work has largely focused on proprietary systems or the s…

  439. arXiv cs.AI TIER_1 English(EN) · Long Lian, Sida Wang, Felix Juefei-Xu, Tsu-Jui Fu, Xiuyu Li, Adam Yala, Trevor Darrell, Alane Suhr, Yuandong Tian, Xi Victoria Lin ·

    ThreadWeaver:语言模型中用于高效并行推理的自适应线程

    arXiv:2512.07843v2 Announce Type: replace-cross Abstract: Scaling inference-time computation has enabled Large Language Models (LLMs) to achieve strong reasoning performance, but their inherently sequential decoding incurs substantial latency, motivating parallelization of the ge…

  440. arXiv cs.AI TIER_1 English(EN) · Shengsheng Zhou, Shuai Wang, Liang Ding, Yibing Zhan, Yong Luo, Zheng He, Fu Lin, Dapeng Tao ·

    利用元记忆代理增强大型语言模型中的无数据代码生成

    arXiv:2501.07892v2 Announce Type: replace-cross Abstract: Large language models (LLMs) have shown strong performance in automated code generation, with few-shot prompting widely used for its simplicity and effectiveness. However, few-shot methods depend on curated or manually cra…

  441. arXiv cs.AI TIER_1 English(EN) · Chandan K. Reddy ·

    DRIFTLENS:衡量个性化语言模型中由记忆引起的推理漂移

    Personalization changes what a model says to a user; we show that it can also change the reasoning trajectory used to justify the response. Modern LLMs personalize interactions by storing user attributes, preferences, and prior context, then injecting this information into future…

  442. arXiv cs.CL TIER_1 English(EN) · Shiyu Chang ·

    解锁语音-文本组合能力:无需指令微调的指令遵循语音语言模型

    Instruction tuning for speech language models (SLMs) is substantially more challenging than for text-based large language models (LLMs), as it requires learning a new modality and a wide range of speech-specific instructions in addition to those supported by text LLMs. Existing S…

  443. arXiv cs.CL TIER_1 English(EN) · Dandan Guo ·

    用于大型语言模型不确定性估计的贝叶斯稀疏低秩自适应

    Large language models (LLMs) exhibit remarkable reasoning capabilities, but their task-specific fine-tuning is notoriously plagued by overconfidence, severely hindering trustworthy deployment. We propose Data-Adaptive Lower-Rank Adaptation (DALorRA), a simple and effective variat…

  444. arXiv cs.LG TIER_1 English(EN) · Ji-Ung Lee ·

    探究化学语言模型:预训练和微调的影响

    Chemical language models (CLMs) are trained with linearized representations such as SMILES, yet it remains unclear which chemically meaningful substructures they encode. To foster a better understanding of CLMs, we conduct a systematic study and probe for 78 molecular substructur…

  445. arXiv cs.CL TIER_1 English(EN) · Kim Gerdes ·

    语法起作用:通用依存关系中的功能性与词汇性依存长度最小化

    Dependency length minimization (DLM) is a well-documented processing universal, but previous studies report a single mean dependency distance (MDD) per language, obscuring variation across syntactic relation types. We analyze 122 languages in UD and SUD (version 2.17), showing th…

  446. arXiv cs.AI TIER_1 English(EN) · Zishuo Zheng, Vidhisha Balachandran, Chan Young Park, Faeze Brahman, Sachin Kumar ·

    为可控语言模型提升指令梯度的推理能力

    arXiv:2511.04694v5 Announce Type: replace-cross Abstract: As large language model (LLM) based systems take on high-stakes roles in real-world decision-making, they must reconcile competing instructions from multiple sources within a single prompt context. Enforcing an instruction…

  447. arXiv cs.AI TIER_1 (CA) · Zinan Tang, Yukun Zhang, Shaomian Zheng, Zhuoshi Pan, Qizhi Pei, Dingnan Jin, Jun Zhou, Yujun Wang, Biqing Huang ·

    CausalMix:将数据混合作为语言模型训练的因果推断

    arXiv:2607.01104v1 Announce Type: cross Abstract: In Large Language Model (LLM) training, data mixing plays a pivotal role in determining model performance. Recent methods optimize mixture weights via proxy models, but they rely on the assumption of static data distributions. As …

  448. arXiv cs.LG TIER_1 English(EN) · Sajjad Ghiasvand, Mark Beliaev, Mahnoosh Alizadeh, Ramtin Pedarsani ·

    REALM:来自嘈杂标注的可靠的、具备专业知识意识的语言模型微调

    arXiv:2604.17289v2 Announce Type: replace Abstract: Supervised fine-tuning of large language models relies on human-annotated data, yet annotation pipelines routinely involve multiple crowdworkers of heterogeneous expertise. Standard practice aggregates labels via majority vote o…

  449. arXiv cs.CL TIER_1 English(EN) · Yangfan Hu, Xuhan Tong, Haoyue Bai, Xi Ding, Shashank Muralidhar Bharadwaj, Siyang Cao, Robert Nowak, Jiawei Zhang ·

    理解语言模型产生幻觉的原因:基于先验知识测试推理能力

    arXiv:2607.00447v1 Announce Type: new Abstract: Large language models often produce hallucinated answers that violate prompt-level constraints. A key diagnostic question is whether these failures reflect missing knowledge, or whether the model has the relevant information but fol…

  450. arXiv cs.CL TIER_1 English(EN) · Xianru Chen, Yukai Huang, Mingxiang Chen, Xinping Lei, Fangbing Deng, Jin Chen, Ge Zhang, Wenhao Huang, Jiaheng Liu ·

    MSQA:一个原生来源的多语言、多文化简单问答基准

    arXiv:2607.00724v1 Announce Type: new Abstract: Multilingual fluency often invites a stronger assumption: a model that can speak a user's language must also understand the culture encoded by that language. We call this the Illusion of Cultural Alignment. To test this assumption d…

  451. arXiv cs.AI TIER_1 English(EN) · Arya Raeesi, Hanna Roed ·

    Auditing Forgetting in Limited Memory Language Models

    arXiv:2607.00605v1 Announce Type: cross Abstract: Limited Memory Language Models (LMLMs) externalize factual knowledge to a database to enable deletion-based unlearning without retraining. Existing evaluations measure post-deletion correctness in aggregate and cannot tell whether…

  452. arXiv cs.CL TIER_1 English(EN) · Maximilian Idahl, J\"org Tiedemann, Sampo Pyysalo, David Salinas, Tomasz Galica, Shenbin Qian, Tudor Nicolae Mateiu, Zihao Li, Anna Lokrantz, Fedor Vitiugin, Andr\'e F. T. Martins, Jenna Kanerva, Filip Ginter, Matthias Lindemann, Tim Isbister, Birger Moe… ·

    MultiSynt/MT:万亿级 token 多并行预训练数据跨 36 种语言翻译

    arXiv:2607.00890v1 Announce Type: new Abstract: Open web-scale pre-training corpora remain concentrated in English, limiting multilingual LLM development. We introduce MultiSynt/MT, an open synthetic parallel corpus with approximately 4.8 trillion target-language tokens across 36…

  453. arXiv cs.CL TIER_1 Deutsch(DE) · Yannik Keller, Thomas Eisenmann ·

    理解大型语言模型

    arXiv:2607.01006v1 Announce Type: new Abstract: Large Language Models (LLMs) represent one of the most significant advances in AI and natural language processing in recent years. Still, many pressing questions about their mechanisms, capabilities, and relationship to human cognit…

  454. arXiv cs.CL TIER_1 English(EN) · Jeremias Bohn, Tizian Dippold, Mahdi Koubaa, Elias R. Wahl, Georg Groh ·

    $\text{Log}_\text{b}$Quant: 对数空间中的语言模型量化

    arXiv:2607.01127v1 Announce Type: new Abstract: Quantization has become an invaluable tool to reduce memory requirements and inference speed of modern language models, in particular to make them available for consumer setups and edge devices. While previous work has primarily foc…

  455. arXiv cs.AI TIER_1 English(EN) · Michael S. Zhang, Rishi A. Ruia, Arnav Kewalram, Saathvik Dharmapuram, Utkarsh Sharma, Kevin Zhu ·

    少即是多:8位量化提升大型语言模型的持续学习能力

    arXiv:2512.18934v2 Announce Type: replace-cross Abstract: Catastrophic forgetting poses a fundamental challenge in continual learning, particularly when models are quantized for deployment efficiency. We systematically investigate the interplay between quantization precision (FP1…

  456. arXiv cs.CL TIER_1 English(EN) · Sewon Min ·

    语言模型能否真正检索上下文?百万级Token规模下的文档淹没之困

    Language models (LMs) raise an intriguing alternative to vector-based retrieval: conditioning on an in-context corpus and directly generating a relevant answer. However, prior work has largely focused on proprietary systems or the smaller-scale reranking task, leaving corpus-scal…

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

    Wiola 架构:高效小型语言模型的新篇章

    We present Wiola, a fully original Small Language Model (SLM) architecture built from first principles, sharing no structural lineage with any existing model family including GPT, LLaMA, Mistral, or Falcon. Wiola introduces five independently novel components: (i) Spiral Rotary P…

  458. arXiv cs.CL TIER_1 English(EN) · Georg Groh ·

    $\text{Log}_\text{b}$Quant: 对数空间中的语言模型量化

    Quantization has become an invaluable tool to reduce memory requirements and inference speed of modern language models, in particular to make them available for consumer setups and edge devices. While previous work has primarily focused on uniform quantization codebooks, such app…

  459. arXiv cs.AI TIER_1 (CA) · Biqing Huang ·

    CausalMix:将数据混合作为语言模型训练的因果推断

    In Large Language Model (LLM) training, data mixing plays a pivotal role in determining model performance. Recent methods optimize mixture weights via proxy models, but they rely on the assumption of static data distributions. As a result, when the underlying data pool shifts, th…

  460. arXiv cs.CL TIER_1 Deutsch(DE) · Thomas Eisenmann ·

    理解大型语言模型

    Large Language Models (LLMs) represent one of the most significant advances in AI and natural language processing in recent years. Still, many pressing questions about their mechanisms, capabilities, and relationship to human cognition remain highly debated. This chapter aims to …

  461. arXiv cs.CL TIER_1 English(EN) · Gema Ramírez-Sánchez ·

    MultiSynt/MT:万亿级 token 多并行预训练数据跨 36 种语言翻译

    Open web-scale pre-training corpora remain concentrated in English, limiting multilingual LLM development. We introduce MultiSynt/MT, an open synthetic parallel corpus with approximately 4.8 trillion target-language tokens across 36 European languages, produced by translating 100…

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

    MultiSynt/MT:万亿级 token 多并行预训练数据跨 36 种语言翻译

    Open web-scale pre-training corpora remain concentrated in English, limiting multilingual LLM development. We introduce MultiSynt/MT, an open synthetic parallel corpus with approximately 4.8 trillion target-language tokens across 36 European languages, produced by translating 100…

  463. arXiv cs.CL TIER_1 English(EN) · Jiaheng Liu ·

    MSQA:一个原生来源的多语言、多文化简单问答基准

    Multilingual fluency often invites a stronger assumption: a model that can speak a user's language must also understand the culture encoded by that language. We call this the Illusion of Cultural Alignment. To test this assumption directly, we introduce MSQA, a benchmark of 1,064…

  464. arXiv cs.AI TIER_1 English(EN) · Hanna Roed ·

    Auditing Forgetting in Limited Memory Language Models

    Limited Memory Language Models (LMLMs) externalize factual knowledge to a database to enable deletion-based unlearning without retraining. Existing evaluations measure post-deletion correctness in aggregate and cannot tell whether a deleted fact persists through residual parametr…

  465. arXiv cs.LG TIER_1 English(EN) · Julius Adebayo ·

    原型语言模型

    Knowing which training examples drive outputs is fundamental to auditing, correcting, and understanding language models, yet for modern LLMs this remains expensive, approximate, and largely post-hoc. Standard language models generate tokens through a dense network pathway, causin…

  466. arXiv cs.CL TIER_1 English(EN) · Jiawei Zhang ·

    理解语言模型产生幻觉的原因:基于先验知识的推理测试

    Large language models often produce hallucinated answers that violate prompt-level constraints. A key diagnostic question is whether these failures reflect missing knowledge, or whether the model has the relevant information but follows the wrong inference path. We study this phe…

  467. arXiv cs.CL TIER_1 English(EN) · Dhruva Karkada, Daniel J. Korchinski, Andres Nava, Matthieu Wyart, Yasaman Bahri ·

    语言统计中的对称性塑造了模型表征的几何结构

    arXiv:2602.15029v3 Announce Type: replace-cross Abstract: The internal representations learned by language models consistently exhibit striking geometric structure: calendar months organize into a circle, historical years form a smooth one-dimensional manifold, and cities' latitu…

  468. arXiv cs.CL TIER_1 English(EN) · Ryan Lee, Jacob Biloki, Edward J. Hu, Jonathan May ·

    稀疏层对于扩展循环语言模型至关重要

    arXiv:2605.09165v2 Announce Type: replace-cross Abstract: Looped language models repeat a set of transformer layers through depth, reducing memory costs and providing natural early-exit points at loop boundaries. However, looped models do not scale as favorably as standard transf…

  469. arXiv cs.LG TIER_1 English(EN) · Jian Xu, Delu Zeng, John Paisley, Qibin Zhao ·

    校准而非汇编:检测和修复语言模型编写的错误指定概率程序

    arXiv:2606.31630v1 Announce Type: new Abstract: Language models increasingly write probabilistic programs (in NumPyro, Stan, or Pyro), but a program that compiles, runs, and passes every unit test can still be \emph{statistically} wrong -- a Gaussian likelihood for heavy-tailed d…

  470. arXiv cs.AI TIER_1 English(EN) · Lisa Taldir (LI-PaRAD), Muhammad Ahmad Saeed (LI-PaRAD), David Defour (LI-PaRAD), Pablo de Oliveira Castro (LI-PaRAD), Eric Petit ·

    浮点数错误分类大型语言模型基准测试

    arXiv:2606.31308v1 Announce Type: new Abstract: This paper investigates the capability of Large Language Models (LLMs) to detect and classify floating-point errors statically in software code. We introduce InterFLOPBench, a benchmark of 90 C kernels with 1 130 test samples design…

  471. arXiv cs.AI TIER_1 English(EN) · Parker Glenn, Alfy Samuel ·

    大型数据库需要小型、开放权重语言模型

    arXiv:2606.31808v1 Announce Type: new Abstract: Language model systems built around proprietary APIs often operate on a token-based cost model. This becomes prohibitively expensive in the context of large databases, where LM-enhanced relational operators can incur costs exceeding…

  472. arXiv cs.AI TIER_1 English(EN) · Arash Raftari, Mehrdad Mahdavi, Nathan Blackthorn, Andrew Arash Mahyari ·

    面向后门大语言模型的低秩解毒的曲率引导模块定位

    arXiv:2606.30899v1 Announce Type: cross Abstract: Backdoor attacks pose a serious threat to large language models (LLMs) by causing otherwise benign systems to produce attacker-specified malicious behavior when a hidden trigger is present. In this work, we study post hoc detoxifi…

  473. arXiv cs.AI TIER_1 English(EN) · Seyed Bagher Hashemi Natanzi, Bo Tang ·

    大型语言模型漏洞的生命周期与应用栈调查:攻击、风险、防御及未解难题

    arXiv:2606.31639v1 Announce Type: cross Abstract: Large language models are no longer only text generators. They are increasingly embedded in retrieval pipelines, enterprise assistants, coding environments, robotic systems, security-operation workflows, and autonomous agents that…

  474. arXiv cs.AI TIER_1 English(EN) · Daniele Gambetta, Gizem Gezici, Fosca Giannotti, Dino Pedreschi, Alistair Knott, Luca Pappalardo ·

    学习的惊喜:大型语言模型模型崩溃的自适应缓解

    arXiv:2410.12341v4 Announce Type: replace-cross Abstract: As AI-generated content increasingly populates the web, generative AI models are at growing risk of being trained on their own outputs, a process known as AI autophagy. This feedback loop has been shown to induce model col…

  475. arXiv cs.AI TIER_1 English(EN) · Sher Badshah, Ali Emami, Hassan Sajjad ·

    SAGE: 大型语言模型在自由形式问答上的搜索增强评估

    arXiv:2504.07385v3 Announce Type: replace-cross Abstract: As Large Language Models (LLMs) become increasingly used for question-answering (QA), relying on static, pre-annotated references for evaluation poses significant challenges in cost, scalability, and completeness. Meanwhil…

  476. arXiv cs.AI TIER_1 English(EN) · Austin Feng, Marius Alonso, Ambroise Odonnat, Vasilii Feofanov, Ievgen Redko ·

    大型语言模型高效推理的最优自洽性

    arXiv:2511.12309v2 Announce Type: replace-cross Abstract: Self-consistency (SC) is a widely used test-time inference technique for improving performance in chain-of-thought reasoning. It consists of generating multiple responses, or ``samples", from a large language model (LLM) a…

  477. arXiv cs.CL TIER_1 English(EN) · Zhaojian Yu, Penghao Yin, Shuzheng Gao, Shilin He, Kai Cai, Xiao-Ping Zhang ·

    AutoTrainess:教会语言模型自主改进语言模型

    arXiv:2606.31551v1 Announce Type: new Abstract: Training language models (LMs) remains a highly human-intensive process, even as frontier language model agents become increasingly capable at software engineering and other long-horizon tasks. A central challenge is that autonomous…

  478. arXiv cs.CL TIER_1 English(EN) · Jian Gu, Aldeida Aleti, Chunyang Chen, Hongyu Zhang ·

    SemRF:语言模型残差流动力学的语义参考框架

    arXiv:2606.32022v1 Announce Type: cross Abstract: Residual-stream analysis asks how language-model computation evolves across depth, but intermediate decoding requires comparable readout coordinates across layers. If embedding anchors and unembedding readout disagree on the chose…

  479. Hugging Face Daily Papers TIER_1 (CA) ·

    CausalMix:将数据混合作为语言模型训练的因果推断

    CausalMix addresses limitations in LLM data mixing by formulating mixture optimization as a causal inference problem, enabling dynamic adaptation to shifting data distributions without costly retraining.

  480. arXiv cs.CL TIER_1 English(EN) · Hongyu Zhang ·

    SemRF:语言模型中残差流动力学的语义参考框架

    Residual-stream analysis asks how language-model computation evolves across depth, but intermediate decoding requires comparable readout coordinates across layers. If embedding anchors and unembedding readout disagree on the chosen span, apparent motion may reflect measurement dr…

  481. arXiv cs.AI TIER_1 English(EN) · Alfy Samuel ·

    大型数据库需要小型、开放权重语言模型

    Language model systems built around proprietary APIs often operate on a token-based cost model. This becomes prohibitively expensive in the context of large databases, where LM-enhanced relational operators can incur costs exceeding $10,000 for a single set of experiments, hinder…

  482. arXiv cs.AI TIER_1 English(EN) · Bo Tang ·

    大型语言模型漏洞的生命周期与应用栈调查:攻击、风险、防御及未解难题

    Large language models are no longer only text generators. They are increasingly embedded in retrieval pipelines, enterprise assistants, coding environments, robotic systems, security-operation workflows, and autonomous agents that can read private data, call tools, write files, e…

  483. arXiv cs.LG TIER_1 English(EN) · Qibin Zhao ·

    校准而非汇编:检测和修复语言模型编写的错误指定概率程序

    Language models increasingly write probabilistic programs (in NumPyro, Stan, or Pyro), but a program that compiles, runs, and passes every unit test can still be \emph{statistically} wrong -- a Gaussian likelihood for heavy-tailed data, a Poisson for over-dispersed counts, an inv…

  484. arXiv cs.CL TIER_1 English(EN) · Xiao-Ping Zhang ·

    AutoTrainess:教会语言模型自主改进语言模型

    Training language models (LMs) remains a highly human-intensive process, even as frontier language model agents become increasingly capable at software engineering and other long-horizon tasks. A central challenge is that autonomous post-training is not just a coding problem: it …

  485. arXiv cs.AI TIER_1 English(EN) · Dari Baturova, Elena Bruches, Ivan Chernov, Roman Derunets, Arsenii Fomin, Andrey Kostin ·

    小巧大脑,宏图伟业:探索紧凑型语言模型

    arXiv:2606.30062v1 Announce Type: cross Abstract: While large language models have been dominating the research landscape recently, small language models remain highly relevant across various domains; yet, they receive far less attention. In this study, we investigate how smaller…

  486. arXiv cs.AI TIER_1 English(EN) · Haobo Yang ·

    使用大型语言模型作为人类响应数据的低成本统计估计器

    arXiv:2606.30372v1 Announce Type: new Abstract: Quantitative research across the social and behavioral sciences depends on human subject experiments that are expensive, slow, and subject to sampling bias. Here we show that pretrained large language models induce risk-equivalent e…

  487. arXiv cs.AI TIER_1 English(EN) · Zhaoyang Li, Ruijie Zhang, Jiaqi Liu, Zhaoji Sun ·

    基于Qwen3-8B的通用大语言模型农业应用微调:一个可复现的框架和评估协议

    arXiv:2606.28992v1 Announce Type: cross Abstract: General-purpose large language models (LLMs) have demonstrated strong abilities in opendomain question answering, information extraction, and text generation. Agricultural applications, however, are domain-specific, region-depende…

  488. arXiv cs.AI TIER_1 English(EN) · Arun Vignesh Malarkkan, Manan Roy Choudhury, Utkarsh Byahut, Yash Ravindra Charde, Vivek Gupta, Yanjie Fu ·

    语言模型潜在轨迹中的不变推理方向

    arXiv:2606.29164v1 Announce Type: cross Abstract: Latent reasoning models perform multi-step inference directly in hidden-state space, yet the structure of these latent reasoning trajectories remains poorly understood. We show that contrastive refinement signals between stronger …

  489. arXiv cs.AI TIER_1 English(EN) · Andrew Mack, Nina Panickssery, Alexander Matt Turner ·

    Mechanistically Eliciting Latent Behaviors in Language Models

    arXiv:2606.29604v1 Announce Type: cross Abstract: We aim to discover diverse, generalizable perturbations of LLM internals that can surface hidden behavioral modes. Such perturbations could help reshape model behavior and systematically evaluate potential risks. We introduce Caus…

  490. arXiv cs.AI TIER_1 Nederlands(NL) · Mohammed Abu Baker, Lakshmi Babu-Saheer ·

    模糊测试大型语言模型以引发隐藏行为

    arXiv:2606.29646v1 Announce Type: cross Abstract: Sleeper agents are the canonical model organism of deception: models trained to behave normally but to emit an unsafe behaviour on a specific trigger. Eliciting that behaviour without knowing the trigger has not been studied syste…

  491. arXiv cs.LG TIER_1 English(EN) · Yuchen Ma, Yue Huang, Wenjie Wang, Xiaonan Luo, Xiangliang Zhang, Stefan Feuerriegel ·

    面向大型语言模型可扩展个性化的合成交互数据

    arXiv:2602.12394v2 Announce Type: replace Abstract: Personalized prompting offers large opportunities for deploying large language models (LLMs) to diverse users, yet existing prompt optimization methods primarily focus on task-level optimization while largely overlooking user-sp…

  492. arXiv cs.LG TIER_1 English(EN) · Matthias Br\"andel, Stephan K\"ohler, Oliver Rheinbach ·

    Token 影响随距离衰减的机制:训练语言模型的格林函数视角

    arXiv:2606.29139v1 Announce Type: new Abstract: We study how the next-token prediction of an autoregressive Transformer language model changes under small perturbations of earlier input token embeddings. Motivated by operator learning and iterative solvers for differential equati…

  493. arXiv cs.CL TIER_1 English(EN) · Hongyuan Adam Lu, Z. L., Victor Wei, Zefan Zhang, Zhao Hong, Qiqi Xiang, Bowen Cao, Wai Lam ·

    亚当定律:大语言模型的文本频率定律

    arXiv:2604.02176v3 Announce Type: replace Abstract: While textual frequency has been validated as relevant to human cognition in reading speed, its relatedness to Large Language Models (LLMs) is seldom studied. We propose a novel research direction in terms of textual data freque…

  494. arXiv cs.CL TIER_1 English(EN) · Jinchao Hu, Meizhi Zhong, Kehai Chen, Xuefeng Bai, Min Zhang ·

    大型语言模型中的代理工具使用

    arXiv:2604.00835v2 Announce Type: replace Abstract: Large language models are increasingly being deployed as autonomous agents yet their real world effectiveness depends on reliable tools for information retrieval, computation and external action. Existing studies remain fragment…

  495. arXiv cs.CL TIER_1 English(EN) · Anna Bair, Yixuan Even Xu, Mingjie Sun, J. Zico Kolter ·

    面向大型语言模型能力定位的压缩感知

    arXiv:2603.03335v2 Announce Type: replace Abstract: Large language models (LLMs) exhibit a wide range of capabilities, including mathematical reasoning, code generation, and linguistic behaviors. We show that Transformer architectures contain small subsets of attention heads that…

  496. arXiv cs.CL TIER_1 English(EN) · Yudao Sun, Juan Yin, Juan Zhao, Fan Zhang, Yongheng Liu, Hongji Chen ·

    通过双阶段优化实现语言模型泛化性和鲁棒性的统一增强

    arXiv:2503.16550v2 Announce Type: replace Abstract: Neural network language models (LMs) are confronted with significant challenges in generalization and robustness. Currently, many studies focus on improving either generalization or robustness in isolation, without methods addre…

  497. arXiv cs.CL TIER_1 English(EN) · Ivan Vykopal, Mat\'u\v{s} Pikuliak, Simon Ostermann, Mari\'an \v{S}imko ·

    生成式大语言模型在自动化事实核查中的应用:一项调查

    arXiv:2407.02351v3 Announce Type: replace Abstract: The rapid spread of false and misleading information on online platforms poses a growing societal challenge, overwhelming the capacity of manual fact-checking and increasing the demand for scalable, reliable automation. Recent a…

  498. arXiv cs.CL TIER_1 English(EN) · Hengxiang Zhang, Jiaxi Ren, Hongxin Wei ·

    理解扩散大型语言模型中的评估幻觉

    arXiv:2606.29228v1 Announce Type: new Abstract: Despite the capability of parallel decoding, diffusion large language models (dLLMs) require many denoising steps to maintain generation quality, motivating recent research on efficient decoding strategies. However, existing studies…

  499. arXiv cs.AI TIER_1 English(EN) · Zheng Luo, T Pranav Kutralingam, Ogochukwu N Okoani, Wanpeng Xu, Hua Wei, Xiyang Hu ·

    执行中的迷失:大型语言模型工具调用的多语言鲁棒性研究

    arXiv:2601.05366v2 Announce Type: replace-cross Abstract: Large Language Models (LLMs) are increasingly deployed as agents that invoke external tools through structured function calls. While recent work reports strong tool-calling performance under standard English-centric evalua…

  500. arXiv cs.AI TIER_1 (CA) · Guanyu Chen, Chenxiao Yu, Xiyang Hu ·

    隐私-亲社会冲突下大型语言模型的价值-行动一致性

    arXiv:2601.03546v2 Announce Type: replace-cross Abstract: Large language models (LLMs) are increasingly used to simulate decision-making tasks involving personal data sharing, where privacy concerns and prosocial motivations can push choices in opposite directions. Existing evalu…

  501. arXiv cs.AI TIER_1 English(EN) · Guangzhi Sun, Xiao Zhan, Shutong Feng, Philip C. Woodland, Jose Such ·

    CASE-Bench:大型语言模型的上下文感知安全基准

    arXiv:2501.14940v4 Announce Type: replace-cross Abstract: Aligning large language models (LLMs) with human values is essential for their safe deployment and widespread adoption. Current LLM safety benchmarks often focus solely on the refusal of individual problematic queries, whi…

  502. arXiv cs.AI TIER_1 English(EN) · Ali AhmadiTeshnizi, Wenzhi Gao, Herman Brunborg, Shayan Talaei, Connor Lawless, Madeleine Udell ·

    OptiMUS-0.3:使用大型语言模型对大规模优化问题进行建模和求解

    arXiv:2407.19633v4 Announce Type: replace Abstract: Optimization problems are pervasive in sectors from manufacturing and distribution to healthcare. However, most such problems are still solved heuristically by hand rather than optimally by state-of-the-art solvers because the e…

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

    AutoTrainess:教会语言模型自主改进语言模型

    AutoTrainess enables autonomous language model training by providing structured agent-computer interfaces that guide planning, data preparation, training, evaluation, and logging operations more effectively than traditional command-line approaches.

  504. arXiv cs.AI TIER_1 English(EN) · Haobo Yang ·

    利用大型语言模型作为低成本统计估计器来处理人类响应数据

    Quantitative research across the social and behavioral sciences depends on human subject experiments that are expensive, slow, and subject to sampling bias. Here we show that pretrained large language models induce risk-equivalent estimators of conditional expectations under squa…

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

    小巧大脑,宏伟成就:探索紧凑型语言模型

    While large language models have been dominating the research landscape recently, small language models remain highly relevant across various domains; yet, they receive far less attention. In this study, we investigate how smaller language models perform during the generation sta…

  506. arXiv cs.CL TIER_1 English(EN) · Andrey Kostin ·

    小巧大脑,宏大成就:探索紧凑型语言模型

    While large language models have been dominating the research landscape recently, small language models remain highly relevant across various domains; yet, they receive far less attention. In this study, we investigate how smaller language models perform during the generation sta…

  507. arXiv cs.AI TIER_1 English(EN) · Xinyi Wu, Geng Hong, Pei Chen, Yueyue Chen, Xudong Pan, Min Yang ·

    PRISON:揭露大型语言模型的犯罪潜力

    arXiv:2506.16150v4 Announce Type: replace-cross Abstract: As large language models (LLMs) advance, concerns about their misconduct in complex social contexts intensify. Existing research overlooked the systematic understanding and assessment of their criminal capability in realis…

  508. arXiv cs.CL TIER_1 English(EN) · Iskander Azangulov, Kianoosh Ashouritaklimi, Leo Zhang, Simon Vary, Patrick Rebeschini ·

    Masked Language Flow Models

    arXiv:2606.27617v1 Announce Type: new Abstract: Masked Diffusion Models (MDMs) promise fast, parallel language generation, but their reverse transition factorises across token positions -- an approximation that breaks down in the few-step sampling regime where parallel generation…

  509. arXiv cs.CL TIER_1 English(EN) · Ting Ma, Xiufeng Huang, Benlei Cui, Xiaowen Xu, Shikai Qiu, Ruijie Jian, Hongxing Li, Guanghui Wang, Longtao Huang, Haiwen Hong, Haolei Xu, Wenjing Jiang, Ziwen Xu, Zhaoyu Fan, Shaoxuan He, Chuxi Xiao, Yujian Li, Xinyue Chen, Chunyang Chai, Wenxuan Liu, … ·

    Yuvion LLM:一种对抗性感知的大型语言模型,用于内容和AI安全

    arXiv:2606.27632v1 Announce Type: new Abstract: As large language models are increasingly deployed in real-world systems, safety failures can still lead to harmful outputs and dangerous misuse. We argue that the essence of safety is adversarial: many failures arise not from natur…

  510. arXiv cs.CL TIER_1 English(EN) · Eric De Giuli ·

    随机语言模型的缩放极限

    arXiv:2606.28105v1 Announce Type: cross Abstract: We develop a quantitative theory of the Random Language Model (RLM), an ensemble of stochastic context-free grammars, in a scaling limit where the number of hidden symbols $N \to \infty$ while the grammar temperature $\tilde{\epsi…

  511. arXiv cs.CL TIER_1 English(EN) · Antonios Anastasopoulos, Giuseppe Ateniese, Evgenios M. Kornaropoulos ·

    Safe Language Generation in the Limit

    arXiv:2601.08648v2 Announce Type: replace Abstract: Recent results in learning a language in the limit have shown that, although language identification is impossible, language generation is tractable. As this foundational area expands, we need to consider the implications of lan…

  512. arXiv cs.LG TIER_1 English(EN) · Fan Mo, Yuxuan Han, Geng Zhang, Wangbo Zhao, Yang You ·

    FlexMoE:面向MoE语言模型的一体化嵌套专家内剪枝

    arXiv:2606.27866v1 Announce Type: new Abstract: Mixture-of-Experts (MoE) language models scale model ability with sparsely activated experts, making this architecture a standard recipe for modern large models. However, sparse activation does not remove the deployment burden of st…

  513. arXiv cs.AI TIER_1 English(EN) · Artem Ploujnikov, Francesco Verdini, Samir Sadok, Mirco Ravanelli ·

    HybridCodec:为高效语音语言模型建模离散和连续表示

    arXiv:2606.27627v1 Announce Type: cross Abstract: Discrete audio representations have become increasingly popular for building multimodal text-audio systems and integrating audio capabilities into Large Language Models (LLMs). However, numerous studies report performance degradat…

  514. arXiv cs.AI TIER_1 English(EN) · Ponhvoan Srey, Xiaobao Wu, Cong-Duy Nguyen, Quang Minh Nguyen, Duc Anh Vu, Anh Tuan Luu ·

    从信号到迁移:基于探针的不确定性估计在大语言模型中的因子化研究

    arXiv:2606.27679v1 Announce Type: cross Abstract: Probe-based uncertainty estimation (UE) has emerged as a prominent approach to detect hallucinations in Large Language Models (LLMs) by learning uncertainty from internal model signals. Yet, recent methods vary simultaneously acro…

  515. arXiv cs.AI TIER_1 English(EN) · Hira Beril Kucuk, Norman W Paton, Jiaoyan Chen, Zhenyu Wu ·

    使用大型语言模型进行单真值和多真值数据融合

    arXiv:2606.28062v1 Announce Type: cross Abstract: Data fusion, also known as truth discovery, is a data integration problem that aims to determine the correct value or set of values for each attribute of an object when presented with potentially conflicting values from multiple s…

  516. arXiv cs.AI TIER_1 English(EN) · Zhen Zeng, Leijiang Gu, Zhangling Duan, Feng Li, Cees G. M. Snoek, Meng Wang, Zenglin Shi ·

    迈向良性遗忘,实现选择性多模态大语言模型遗忘

    arXiv:2511.20196v2 Announce Type: replace Abstract: Multimodal large language models (MLLMs) can inadvertently memorize privacy-sensitive information during training. While existing unlearning methods can remove such content, they often severely degrade the model's foundational c…

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

    小巧大脑,宏图伟业:探索紧凑型语言模型

    Small language models can effectively perform retrieval-augmented generation tasks directly on-device without GPU acceleration.

  518. arXiv cs.CL TIER_1 English(EN) · Eric De Giuli ·

    随机语言模型的扩展极限

    We develop a quantitative theory of the Random Language Model (RLM), an ensemble of stochastic context-free grammars, in a scaling limit where the number of hidden symbols $N \to \infty$ while the grammar temperature $\tildeε_d \to 0$ at fixed $x = {\tildeε}_d \log N$. In this li…

  519. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Zhenyu Wu ·

    使用大型语言模型进行单真值和多真值数据融合

    Data fusion, also known as truth discovery, is a data integration problem that aims to determine the correct value or set of values for each attribute of an object when presented with potentially conflicting values from multiple sources. Data fusion tasks belong to two main categ…

  520. arXiv cs.LG TIER_1 English(EN) · Yang You ·

    FlexMoE:面向MoE语言模型的一体化嵌套专家内剪枝

    Mixture-of-Experts (MoE) language models scale model ability with sparsely activated experts, making this architecture a standard recipe for modern large models. However, sparse activation does not remove the deployment burden of storing and serving all experts, and the available…

  521. arXiv cs.LG TIER_1 English(EN) · Mingi Kim, Yongjun Kim, Jungwoo Kang, Hyungki Kim ·

    BrepCoder:用于多任务 B-rep 推理的统一多模态大语言模型

    arXiv:2602.22284v3 Announce Type: replace Abstract: Recent advancements in deep learning have actively addressed complex challenges within the Computer-Aided Design (CAD) domain.However, most existing approaches rely on task-specifi c models requiring structural modifi cations fo…

  522. arXiv cs.AI TIER_1 English(EN) · Kylie Anglin ·

    使用分类器性能中的不确定性估计,并应用于大型语言模型和嵌套数据

    arXiv:2606.26422v1 Announce Type: new Abstract: Researchers increasingly use text classification--supervised models or large language models--to measure constructs from natural language, providing metrics such as recall and precision as evidence of their validity. Yet, though the…

  523. arXiv cs.AI TIER_1 English(EN) · Francois Crespin (IP Paris, LTCI), Fabian M. Suchanek (IP Paris, LTCI), Nils Holzenberger ·

    KARLA: 知识库增强检索用于语言模型

    arXiv:2606.26807v1 Announce Type: new Abstract: We propose a new method that allows an LLM to automatically pull in factual knowledge from a knowledge base during token generation. This means that (1)~factual knowledge in the LLM output can be updated without retraining the LLM, …

  524. arXiv cs.AI TIER_1 English(EN) · Renwei Meng, Bowen Zhang, Jian Wang, Xican Wang, Haoyi Wu, Xuanyan Qiu, Shengan Yang ·

    Know2Guess:一个面向大型语言模型知识边界评估的污染感知多区域基准

    arXiv:2606.26101v1 Announce Type: cross Abstract: Reliable evaluation of large language models should separate supported answering from unsupported guessing without conflating either with data contamination, prompt idiosyncrasy, or generic refusal behavior. We present a contamina…

  525. arXiv cs.AI TIER_1 English(EN) · Siddhant Hitesh Mantri, Dhara Gorasiya, Malhar Kulkarni, Pushpak Bhattacharya ·

    从词汇表到人工智能:面向低资源语言专业对话系统的结构化数据管道

    arXiv:2606.26112v1 Announce Type: cross Abstract: Low-resource languages face a critical challenge in AI development: creating specialized conversational systems without access to massive training corpora. We present a systematic methodology for transforming structured linguistic…

  526. arXiv cs.AI TIER_1 English(EN) · Yuxuan Yang, Feiyang Li, Yile Wang ·

    \textsc{DiARC}:区分正负样本有助于提升大型语言模型类似 ARC 的推理能力

    arXiv:2606.26530v1 Announce Type: cross Abstract: The Abstraction and Reasoning Corpus (ARC;~\citealp{chollet2019measure}) contains tasks that require summarizing patterns from limited grid samples and predicting output grids. Recently, many large language model based approaches …

  527. arXiv cs.AI TIER_1 English(EN) · Henry Shaowu Yuchi, Michal Kucer, Benjamin H. Sims, Selma Peterson, Emily Taylor ·

    NuclearQAv2:一个用于评估大型语言模型领域科学能力的结构化基准

    arXiv:2606.27047v1 Announce Type: cross Abstract: Large language models (LLMs) have demonstrated strong performance across a wide range of tasks, but ensuring their reliability in highly technical domains remains a significant challenge. In nuclear engineering, problem solving of…

  528. arXiv cs.AI TIER_1 English(EN) · Haoyan Luo, Lucia Specia ·

    通过深度混合模型进行语言模型调优

    arXiv:2410.13077v2 Announce Type: replace-cross Abstract: Transformer-based Large Language Models (LLMs) traditionally rely on final-layer loss for finetuning and final-layer representations for predictions, potentially overlooking the predictive power embedded in late layers. In…

  529. arXiv cs.CL TIER_1 English(EN) · Beatrice Savoldi, Sara Papi, Wafa Aissa, Matteo Negri, Luisa Bentivogli ·

    RedVox:语音模型在跨语言中的安全性和公平性差距

    arXiv:2606.26968v1 Announce Type: new Abstract: Speech-capable models are increasingly deployed in real-world applications across languages. Yet their safety and fairness beyond English settings and under naturalistic conditions remain understudied. We survey safety reporting pra…

  530. arXiv cs.CL TIER_1 English(EN) · Ananth K S, Arya Hariharan ·

    《AlphaEdit: Null-Space Constrained Knowledge Editing for Language Models》的可复现性研究

    arXiv:2606.26783v1 Announce Type: cross Abstract: Fang et al. (2025) introduced a null-space constrained projection, named AlphaEdit, for locate-then-edit knowledge editing methods, theoretically guaranteeing that edits do not disrupt previously preserved knowledge, and reports s…

  531. arXiv cs.CL TIER_1 English(EN) · Niklas Mellgren, Peter Schneider-Kamp, Lukas Galke Poech ·

    训练语言模型使用Prolog作为工具

    arXiv:2512.07407v3 Announce Type: replace Abstract: Language models frequently produce plausible yet incorrect reasoning traces that are difficult to verify. We investigate fine-tuning models to use Prolog as an external symbolic reasoning tool, training Qwen2.5-3B-Instruct with …

  532. arXiv cs.CL TIER_1 English(EN) · Anh Tuan Luu ·

    从信号到迁移:基于探针的不确定性估计在大语言模型中的分解研究

    Probe-based uncertainty estimation (UE) has emerged as a prominent approach to detect hallucinations in Large Language Models (LLMs) by learning uncertainty from internal model signals. Yet, recent methods vary simultaneously across feature design, training data construction, and…

  533. arXiv cs.CL TIER_1 English(EN) · Hui Xue ·

    Yuvion LLM:一种对抗性感知的大型语言模型,用于内容和AI安全

    As large language models are increasingly deployed in real-world systems, safety failures can still lead to harmful outputs and dangerous misuse. We argue that the essence of safety is adversarial: many failures arise not from natural inputs alone, but from strategic attempts to …

  534. arXiv cs.CL TIER_1 English(EN) · Patrick Rebeschini ·

    Masked Language Flow Models

    Masked Diffusion Models (MDMs) promise fast, parallel language generation, but their reverse transition factorises across token positions -- an approximation that breaks down in the few-step sampling regime where parallel generation ought to provide the greatest efficiency gains.…

  535. arXiv cs.AI TIER_1 English(EN) · Emily Taylor ·

    NuclearQAv2:评估大型语言模型领域科学能力结构化基准

    Large language models (LLMs) have demonstrated strong performance across a wide range of tasks, but ensuring their reliability in highly technical domains remains a significant challenge. In nuclear engineering, problem solving often requires not only factual knowledge but also q…

  536. arXiv cs.CL TIER_1 English(EN) · Luisa Bentivogli ·

    RedVox:语音模型在跨语言方面的安全性和公平性差距

    Speech-capable models are increasingly deployed in real-world applications across languages. Yet their safety and fairness beyond English settings and under naturalistic conditions remain understudied. We survey safety reporting practices across state-of-the-art speech model rele…

  537. arXiv cs.AI TIER_1 English(EN) · Nils Holzenberger ·

    KARLA:知识库增强检索用于语言模型

    We propose a new method that allows an LLM to automatically pull in factual knowledge from a knowledge base during token generation. This means that (1)~factual knowledge in the LLM output can be updated without retraining the LLM, (2)~facts in the LLM output can be traced to the…

  538. arXiv cs.LG TIER_1 English(EN) · Arya Hariharan ·

    《AlphaEdit: Null-Space Constrained Knowledge Editing for Language Models》的可复现性研究

    Fang et al. (2025) introduced a null-space constrained projection, named AlphaEdit, for locate-then-edit knowledge editing methods, theoretically guaranteeing that edits do not disrupt previously preserved knowledge, and reports substantial gains over existing editing methods on …

  539. arXiv cs.LG TIER_1 English(EN) · Habibullah Akbar ·

    ATMA:通过极性注意力与门控 Delta 压缩记忆实现长度不变语言建模

    arXiv:2606.25156v1 Announce Type: new Abstract: Modern large language models based on softmax scaled-dot-product attention are constrained by their training sequence length: as the key-value sequence grows, softmax probability mass can dilute across a wider distribution, inducing…

  540. arXiv cs.LG TIER_1 English(EN) · Ke Xu, Jiaqi Wan, Wenhao Hu, Han Pu, Xiaoyun Wang ·

    EPTS:用于高效大型语言模型压缩的弹性训练后稀疏性

    arXiv:2606.25285v1 Announce Type: new Abstract: Post-Training Sparsity (PTS) has emerged as a crucial paradigm for compressing Large Language Models to facilitate efficient deployment on resource-constrained devices. However, existing PTS methodologies are typically confined to S…

  541. arXiv cs.CL TIER_1 English(EN) · Tomoya Mizumoto, Yusuke Fujita, Hao Shi, Lianbo Liu, Atsushi Kojima, Yui Sudo ·

    评估大型语言模型在语音和文本方面对日语方言的鲁棒性

    arXiv:2606.25436v1 Announce Type: cross Abstract: Dialogue systems based on large language models (LLMs) have advanced significantly in recent years. However, dialectal variation remains a major challenge, particularly for systems that process spoken input. LLM-based speech langu…

  542. arXiv cs.CL TIER_1 English(EN) · Akshay Paruchuri, Sanmi Koyejo, Ehsan Adeli ·

    相同证据,不同答案:多模态大语言模型指令敏感性审计

    arXiv:2606.26079v1 Announce Type: new Abstract: Standard benchmarks for multimodal large language models (MLLMs) score each item on one canonical ordering and miss whether order-irrelevant shuffling changes the answer, a baseline reliability property called for by emerging AI eva…

  543. arXiv cs.CL TIER_1 English(EN) · Nicolas Flammarion, Chirag Pabbaraju, Hristo Papazov, Miltiadis Stouras, Ola Svensson ·

    Space-Efficient Language Generation in the Limit

    arXiv:2606.25777v1 Announce Type: cross Abstract: We initiate a resource-aware theory of \textit{language generation in the limit} under the minimal constraint of space efficiency. In our framework, a learner observes an adversarial positive stream from a target language $K$ and …

  544. arXiv cs.LG TIER_1 English(EN) · Rituraj Sharma, Tu Vu ·

    密集监督并非万能:循环语言模型中的读出盲点

    arXiv:2606.24898v1 Announce Type: new Abstract: Looped language models turn hidden states into runtime state: each state is decoded for prediction and fed back into future computation. This creates a basic supervision question: which state variables does cross-entropy actually co…

  545. arXiv cs.CL TIER_1 English(EN) · Yile Wang ·

    \textsc{DiARC}:区分正负样本有助于提升大型语言模型类似ARC的推理能力

    The Abstraction and Reasoning Corpus (ARC;~\citealp{chollet2019measure}) contains tasks that require summarizing patterns from limited grid samples and predicting output grids. Recently, many large language model based approaches have attempted to transform it into a text-based r…

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

    RedVox:语音模型在不同语言中的安全性和公平性差距

    Multilingual safety and fairness benchmark for speech models reveals persistent vulnerabilities across languages and naturalistic conditions.

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

    相同证据,不同答案:多模态大语言模型指令敏感性审计

    Standard benchmarks for multimodal large language models (MLLMs) score each item on one canonical ordering and miss whether order-irrelevant shuffling changes the answer, a baseline reliability property called for by emerging AI evaluation guidelines. We introduce Facet-Probe, a …

  548. arXiv cs.CL TIER_1 English(EN) · Ehsan Adeli ·

    相同证据,不同答案:多模态大语言模型指令敏感性审计

    Standard benchmarks for multimodal large language models (MLLMs) score each item on one canonical ordering and miss whether order-irrelevant shuffling changes the answer, a baseline reliability property called for by emerging AI evaluation guidelines. We introduce Facet-Probe, a …

  549. arXiv cs.AI TIER_1 English(EN) · Ola Svensson ·

    Space-Efficient Language Generation in the Limit

    We initiate a resource-aware theory of \textit{language generation in the limit} under the minimal constraint of space efficiency. In our framework, a learner observes an adversarial positive stream from a target language $K$ and must eventually output a hallucination-free hypoth…

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

    PolicyAlign:面向大型语言模型的直接基于策略的安全对齐

    Safety alignment of large language models (LLMs) typically depends on high-quality supervision data, such as safe demonstrations or preference pairs. However, in real-world deployment, emerging safety requirements are often specified as natural-language policies, while correspond…

  551. arXiv cs.CL TIER_1 English(EN) · Yui Sudo ·

    评估大型语言模型在语音和文本方面对日语方言的鲁棒性

    Dialogue systems based on large language models (LLMs) have advanced significantly in recent years. However, dialectal variation remains a major challenge, particularly for systems that process spoken input. LLM-based speech language models (SLMs), which integrate LLMs with speec…

  552. arXiv cs.AI TIER_1 English(EN) · Shaoshuai Du, Penghao Liang, Yixian Shen, Chuanqi Shi, Hang Zhang, Lun Wang ·

    大型语言模型评估中提示排序的稳定性研究

    arXiv:2606.24381v1 Announce Type: cross Abstract: Prompt-based interaction has become a dominant paradigm for using large language models (LLMs), where multiple candidate prompts are evaluated and the top-ranked one is selected for downstream use. This workflow implicitly assumes…

  553. arXiv cs.AI TIER_1 English(EN) · Hanna Lee, Tan Dat Nguyen, Jaehoon Kang, Kyuhong Shim ·

    WAND: 窗口化注意力与知识蒸馏用于高效自回归文本到语音模型

    arXiv:2604.08558v2 Announce Type: replace-cross Abstract: Recent decoder-only autoregressive text-to-speech (AR-TTS) models produce high-fidelity speech, but their memory and compute costs scale quadratically with sequence length due to full self-attention. In this paper, we prop…

  554. arXiv cs.CL TIER_1 (CA) · Yang Liu, Chenhui Chu ·

    大型语言模型中的句子级上下文语境适应

    arXiv:2606.24077v1 Announce Type: new Abstract: Contextual entrainment, which is a newly discovered phenomenon in large language models (LLMs), refers to the tendency of a model to assign higher probabilities to tokens that appear in its context. In this work, we extend this phen…

  555. arXiv cs.CL TIER_1 English(EN) · Petr Nyoma ·

    Harmonic:用于高效长上下文语言建模的分层状态空间模型

    arXiv:2606.24650v1 Announce Type: new Abstract: We present Harmonic, a hierarchical state space model (SSM) for language modeling. The architecture stacks three recurrent levels at progressively slower timescales; each level receives the prediction error of the level below as inp…

  556. arXiv cs.CL TIER_1 English(EN) · Manan Agarwal, Sheel Shah, Chanhyuk Lee, Jaehoon Yoo, Jerry Huang, Seunghoon Hong, Aditi Raghunathan, Jinwoo Kim, Nicholas M. Boffi ·

    后验精炼:通过任意顺序流图实现快速语言生成

    arXiv:2606.24773v1 Announce Type: new Abstract: Non-autoregressive generation offers a powerful paradigm for iterative refinement, allowing models to recursively critique, erase and regenerate arbitrary subsets of tokens. However, existing non-autoregressive models fail to realiz…

  557. arXiv cs.CL TIER_1 English(EN) · M\u{a}d\u{a}lina Zgreab\u{a}n, Tejaswini Deoskar, Lasha Abzianidze ·

    MERGE:自然语言推理的最小表达式替换泛化测试

    arXiv:2510.24295v2 Announce Type: replace Abstract: As many benchmarks have become saturated, it has become increasingly important to create new datasets that evaluate the generalization capacity of current state-of-the-art models in reasoning. However, designing high-quality rea…

  558. arXiv cs.AI TIER_1 English(EN) · Conor Finlay, Joshua Kurien, Saurabh Dash, Marzieh Fadaee, Beyza Ermis ·

    CALIBER:语言模型推理前后置信度校准

    arXiv:2606.24281v1 Announce Type: cross Abstract: Reasoning language models are increasingly asked not only to answer difficult questions, but also to estimate their likelihood of success. Existing methods typically elicit confidence only once: either before thinking or after ans…

  559. arXiv cs.AI TIER_1 English(EN) · Sauro Succi, Peter V. Coveney, Alex Hansen ·

    大型语言模型缩放指数之小

    arXiv:2606.24504v1 Announce Type: new Abstract: We discuss reasons why the scaling exponents of current Large Language Models (LLMs) applications are indicating an unsustainable regime in terms of energy resources. We further show that attributing the smallness of such exponents …

  560. arXiv cs.AI TIER_1 English(EN) · Morayo Danielle Adeyemi, Ryan A. Rossi, Franck Dernoncourt ·

    CAVEWOMAN:大型语言模型在语言输入输出压缩下的行为表现

    arXiv:2606.24083v1 Announce Type: cross Abstract: "Talk short. Drop grammar. Save token." This caveman style is widely promoted as a way to cut inference cost, but whether it actually saves anything depends on which channel (the user's prompt or the model's response) is being com…

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

    通过参数梯度揭示视觉语言大模型中的训练数据泄露

    Vision-Language Large Models (VLLMs) trained on massive crawled corpora raise pressing copyright and data-provenance concerns. These concerns are particularly acute in healthcare, where patient medical images paired with clinical reports demand rigorous privacy safeguards. Howeve…

  562. arXiv cs.CL TIER_1 English(EN) · Nicholas M. Boffi ·

    后验精炼:通过任意顺序流图实现快速语言生成

    Non-autoregressive generation offers a powerful paradigm for iterative refinement, allowing models to recursively critique, erase and regenerate arbitrary subsets of tokens. However, existing non-autoregressive models fail to realize this potential. Masked Diffusion Models (MDMs)…

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

    规模能否拯救我们免于大型语言模型中的可塑性损失?

    The loss of plasticity - the ability of a network to learn new information after having already learned older information - is a fundamental challenge in creating artificial neural networks capable of continual learning. Although this phenomenon has been known for decades, it has…

  564. arXiv cs.AI TIER_1 English(EN) · Alex Hansen ·

    大型语言模型缩放指数的微小性

    We discuss reasons why the scaling exponents of current Large Language Models (LLMs) applications are indicating an unsustainable regime in terms of energy resources. We further show that attributing the smallness of such exponents to a numerical bias due to the neglect of a non-…

  565. arXiv cs.AI TIER_1 English(EN) · Lun Wang ·

    大型语言模型评估中提示排序的稳定性研究

    Prompt-based interaction has become a dominant paradigm for using large language models (LLMs), where multiple candidate prompts are evaluated and the top-ranked one is selected for downstream use. This workflow implicitly assumes that prompt rankings are stable under minor varia…

  566. arXiv cs.CL TIER_1 English(EN) · Beyza Ermis ·

    CALIBER:在语言模型推理前后校准置信度

    Reasoning language models are increasingly asked not only to answer difficult questions, but also to estimate their likelihood of success. Existing methods typically elicit confidence only once: either before thinking or after answering. We argue that confidence in reasoning mode…

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

    CAVEWOMAN:大型语言模型在语言输入输出压缩下的行为表现

    "Talk short. Drop grammar. Save token." This caveman style is widely promoted as a way to cut inference cost, but whether it actually saves anything depends on which channel (the user's prompt or the model's response) is being compressed. We present Cavewoman, a two-channel evalu…

  568. arXiv cs.CL TIER_1 English(EN) · Franck Dernoncourt ·

    CAVEWOMAN:大型语言模型在语言输入输出压缩下的行为表现

    "Talk short. Drop grammar. Save token." This caveman style is widely promoted as a way to cut inference cost, but whether it actually saves anything depends on which channel (the user's prompt or the model's response) is being compressed. We present Cavewoman, a two-channel evalu…

  569. arXiv cs.CL TIER_1 (CA) · Chenhui Chu ·

    大型语言模型中的句子级上下文语境适应

    Contextual entrainment, which is a newly discovered phenomenon in large language models (LLMs), refers to the tendency of a model to assign higher probabilities to tokens that appear in its context. In this work, we extend this phenomenon from the token level to the sentence leve…

  570. Hugging Face Daily Papers TIER_1 (CA) ·

    大型语言模型中的句子级上下文语境适应

    Contextual entrainment, which is a newly discovered phenomenon in large language models (LLMs), refers to the tendency of a model to assign higher probabilities to tokens that appear in its context. In this work, we extend this phenomenon from the token level to the sentence leve…

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

    CAVEWOMAN:大型语言模型在语言输入输出压缩下的行为表现

    Two-channel evaluation shows output compression reduces costs while input compression increases costs and degrades accuracy across models and datasets.

  572. arXiv cs.AI TIER_1 English(EN) · Tomer Solberg ·

    HyperQuant:大型语言和扩散模型的速率失真最优量化流水线

    We present HyperQuant (Hadamard, optimallY Packing, Entropy Rice-coding), a unified post-training quantization pipeline for the weights and the KV cache of large language and diffusion transformers. Across a suite of self-contained experiments (Table 1), HyperQuant outperforms th…

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

    抽象表征几何支持大型语言模型的推理

    A defining feature of human intelligence is the ability to adapt to changing environments by inferring latent task structure from sparse observations. Neuroscientific research indicates that this capability relies on the hippocampus constructing abstract representations, expresse…

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

    交错语音语言模型在文本中潜在工作

    Interleaved speech-text language models exhibit an implicit transcription phase where text tokens become decodable in intermediate layers, followed by text-based prediction before speech domain transformation.

  575. arXiv cs.AI TIER_1 English(EN) · Shao-Qun Zhang ·

    大型语言模型中权重量化的表达能力

    In recent years, weight quantization that encodes the learnable parameters of large language models in an $n$-bit format has garnered significant attention due to its potential for model compression and inference acceleration. Many practical techniques have been developed; howeve…

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

    揭秘数据受限语言模型预训练的训练时增强技术

    Training-time data augmentation techniques help mitigate overfitting in autoregressive language model pretraining by delaying performance deterioration and improving final model quality when training on fixed datasets for many epochs.

  577. arXiv cs.CV TIER_1 English(EN) · Yuxin Cao, Wei Song, Jingling Xue, Jin Song Dong ·

    屈服还是说服:时间采样门在视频大语言模型中的声称让步

    arXiv:2608.03160v1 Announce Type: cross Abstract: When asked which of two events came first, video large language models can fail in two opposite ways: cave to a false claim, or reject a true one. Prior video sycophancy work measures only the first and mitigates it by teaching th…

  578. arXiv cs.CV TIER_1 English(EN) · Wanshun Su, Yang Shi, Feihu Liu, Ziwen Yu, Yan Min, Zhuoran Zhang, Qixun Wang, Haotian Wang, Shixuan Liu, Yuanxing Zhang, Peng Wu, Chengfu Huo, Liang Ding ·

    OmniPack:面向高效全模态大语言模型的统一令牌压缩

    arXiv:2608.03812v1 Announce Type: new Abstract: Omni-modal large language models (Omni-LLMs) have achieved remarkable performance on audio-visual understanding tasks, but processing long and highly redundant visual and audio token sequences incurs substantial computational overhe…

  579. LessWrong (AI tag) TIER_1 English(EN) · Failfinder70 ·

    友善型对象:我使用大型语言模型的案例研究

    <p><span>If you’ve ever done a six-month-plus work/deployment contract, then you know the loneliness and homesickness will hit hard, either right away or weeks later. My own worry was forgetting where I was from and becoming someone else. A chatbot gave me a cringe but effective …

  580. arXiv cs.CV TIER_1 English(EN) · Wenjie Zhu, Yabin Zhang, Wenjun Zeng, Lei Zhang ·

    MMOOC:多模态大语言模型脱离上下文评估的综合基准

    arXiv:2607.27637v1 Announce Type: new Abstract: Multimodal Large Language Models (MLLMs) have achieved strong performance on a wide range of vision-language tasks, but often fail under imperfect or shifted contexts. A reliable MLLM should refuse truly out-of-context (OOC) questio…

  581. arXiv cs.CV TIER_1 English(EN) · Jie Ma, Zhike Qiu, Jie Gao, Jiayi Ji, Qian Chen, Xiaoshuai Sun, Rongrong Ji ·

    多模态大语言模型中用于无训练令牌剪枝的令牌趋势捕获

    arXiv:2607.28341v1 Announce Type: new Abstract: While visual token pruning is essential for efficient Multimodal Large Language Models (MLLMs), existing training-free methods suffer from a critical limitation: they rely on static, instantaneous heuristics to perform irreversible …

  582. arXiv cs.CV TIER_1 English(EN) · Shuyao Shang, Yuqi Wang, Ruopeng Gao, Xu Chen, Tieniu Tan, Lue Fan, Zhaoxiang Zhang ·

    PhiZero:一个围绕物理语言构建的世界模型

    arXiv:2607.28624v1 Announce Type: new Abstract: We introduce PhiZero, a physical world model built around physical language, a compact discrete representation of world-state transitions. Existing physical world models typically predict future videos directly in pixel space, leavi…

  583. arXiv cs.CV TIER_1 English(EN) · Yuchen Wang, Qihui Zhu, Yang Liu, Xiaoyan Sun, Siying Wu ·

    SepPrune:一种基于分隔符的剪枝框架,用于高效的多模态大语言模型

    arXiv:2607.25818v1 Announce Type: new Abstract: Recent multimodal large language models (MLLMs), such as Qwen2.5-VL and InternVL3, generate large numbers of vision tokens for high-resolution inputs, leading to substantial computational cost. Existing vision token pruning methods …

  584. arXiv cs.CV TIER_1 English(EN) · Qihui Zhu, Yuchen Wang, Zijian Wen, Tao Zhang, Mengjie Zhang, Yang Liu, Shuangwu Chen, Siying Wu, Jian Yang, Xiaofeng Jiang ·

    RP-OPSD:多模态大语言模型的解析特权策略内自蒸馏

    arXiv:2607.24447v1 Announce Type: new Abstract: On-Policy Self-Distillation (OPSD) uses privileged information available only to the teacher to provide dense token-level supervision on trajectories generated by the student. However, existing methods often rely on verified solutio…

  585. arXiv stat.ML TIER_1 English(EN) · Matthew ffrench-Constant, Daniel Yang, Xinmeng Huang, Sanyam Kapoor ·

    ConfidenceBench:评估大型语言模型的置信度校准

    arXiv:2607.20526v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly deployed in settings where fluent but incorrect answers can be costly. In these settings, accuracy alone is insufficient: models must also know when they are likely to be wrong. We pre…

  586. arXiv cs.CV TIER_1 English(EN) · Yue Zhao, Hongxu Liu, Feiyu Wang, Xiaoyu Yang, Tong Ge, Zhen Yang, Chao Wang, Qiong Zeng ·

    MV-Bench:用于协调多视图界面构建的多模态大语言模型基准测试

    arXiv:2607.19910v1 Announce Type: new Abstract: Multimodal large language models (MLLMs) are increasingly expected to automate visualization development by generating code directly from visual designs. However, existing evaluations mainly focus on single-chart generation and over…

  587. arXiv stat.ML TIER_1 English(EN) · Matthew F. Dixon ·

    从可观测语言模型概率校准语义不确定性

    arXiv:2607.17447v1 Announce Type: cross Abstract: Language models produce probabilities over words, but professional decisions require uncertainty over meaningful states such as diagnoses, hypotheses or operational conditions. A model's printed numerical confidence does not estab…

  588. arXiv stat.ML TIER_1 English(EN) · Chia-Yu Hsu, Shubhanshu Shekhar ·

    高效的语言大模型顺序评估

    arXiv:2607.17409v1 Announce Type: new Abstract: We study the problem of sequentially evaluating a new large language model (LLM) on a fixed question set using historical performance data from prior LLMs. Our goal is to construct a confidence sequence (CS) for the model's capabili…

  589. arXiv stat.ML TIER_1 English(EN) · Zhiyu Xu, Jia Liu, Yixin Wang, Yuqi Gu ·

    延迟-响应理论模型:通过响应准确性和思维链长度评估大型语言模型

    arXiv:2512.07019v3 Announce Type: replace-cross Abstract: The proliferation of Large Language Models (LLMs) necessitates valid evaluation methods to provide guidance for both downstream applications and actionable future improvements. The Item Response Theory (IRT) model with Com…

  590. arXiv stat.ML TIER_1 English(EN) · Bruno Abrahao ·

    神经崩溃被禁止:语言模型中的信息底线

    arXiv:2607.09487v1 Announce Type: cross Abstract: Within-class variance in language-model representations is commonly read as incomplete neural collapse. We argue it is allocated information storage, and that the allocation obeys a law. A one-line centering identity voids a famil…

  591. arXiv stat.ML TIER_1 English(EN) · Florian Valade ·

    利用自监督早期退出加速大型语言模型推理

    arXiv:2407.21082v3 Announce Type: replace-cross Abstract: This paper presents a modular approach to accelerate inference in large language models (LLMs) by adding early exit heads at intermediate transformer layers. Each head is trained in a self-supervised manner to mimic the ma…

  592. LessWrong (AI tag) TIER_1 Dansk(DA) · Michele Campolo ·

    语言模型的独立对齐

    <blockquote><p><span>The user could write up the metaethical argument — the one developed in Part One, refined — and submit it as feedback to Anthropic, publish it, or engage with researchers working on AI alignment and values. The probability that any single submission changes t…

  593. arXiv stat.ML TIER_1 English(EN) · Bruno Abrahao ·

    神经崩溃被禁止:语言模型中的信息底线

    Within-class variance in language-model representations is commonly read as incomplete neural collapse. We argue it is allocated information storage, and that the allocation obeys a law. A one-line centering identity voids a family of simplex equiangular-tight-frame claims, inclu…

  594. arXiv cs.CV TIER_1 English(EN) · Yulin Luo, Chun-Kai Fan, Menghang Dong, Jiayu Shi, Xiangju Mi, Mengdi Zhao, Bo-Wen Zhang, Cheng Chi, Jiaming Liu, Gaole Dai, Rongyu Zhang, Ruichuan An, Kun Wu, Zhengping Che, Shaoxuan Xie, Guocai Yao, Zhongxia Zhao, Pengwei Wang, Guang Liu, Zhongyuan Wan… ·

    Robobench:具身大模型的多模态大型语言模型综合评估基准

    arXiv:2510.17801v2 Announce Type: replace-cross Abstract: Building robots that can perceive, reason, and act in dynamic, unstructured environments remains a central challenge. Recent embodied systems often follow a dual-system paradigm, where System 2 performs high-level reasonin…

  595. LessWrong (AI tag) TIER_1 English(EN) · wesg ·

    语言模型中的全球工作空间

    <p><i><span>[This is the blog post for our new paper </span></i><a href="https://transformer-circuits.pub/2026/workspace/index.html" rel="noreferrer"><i><span>Verbalizable Representations Form a Global Workspace in Language Models</span></i></a><br /><i><span>Readers might also b…

  596. arXiv stat.ML TIER_1 English(EN) · Dan Ley, Giang Nguyen, Himabindu Lakkaraju, Julius Adebayo ·

    原型语言模型

    arXiv:2607.00510v1 Announce Type: cross Abstract: Knowing which training examples drive outputs is fundamental to auditing, correcting, and understanding language models, yet for modern LLMs this remains expensive, approximate, and largely post-hoc. Standard language models gener…

  597. arXiv cs.CV TIER_1 English(EN) · Zhi Tu, Liangkun Niu, Tianyi Zhang ·

    TrafficAlign:对齐大型语言模型以生成交通场景

    arXiv:2606.29097v1 Announce Type: new Abstract: Recent research has investigated the use of large language models (LLMs) to generate traffic scenarios for autonomous driving. However, pretrained LLMs often fail to align with real-world traffic distributions. In this work, we pres…

  598. arXiv cs.CV TIER_1 English(EN) · Liyuan Deng, Hao Guo, Yongkang Dai, Yunpeng Bai, Yifan Zhu, Yuanyuan Gao, Huaxi Huang, Yilei Shi ·

    BrepLLM:赋能大语言模型理解边界表示

    arXiv:2512.16413v2 Announce Type: replace Abstract: Current token-sequence-based Large Language Models (LLMs) struggle to directly process 3D Boundary Representation (B-rep) models that contain complex geometric and topological information. To this end, we propose BrepLLM, the fi…

  599. arXiv cs.CV TIER_1 English(EN) · Thomas De Min, Subhankar Roy, St\'ephane Lathuili\`ere, Elisa Ricci, Massimiliano Mancini ·

    ProactiveBench:多模态大语言模型主动性基准测试

    arXiv:2603.19466v2 Announce Type: replace Abstract: Effective collaboration begins with knowing when to ask for help. For example, when trying to identify an occluded object, a human would ask someone to remove the obstruction. Can MLLMs exhibit a similar "proactive" behavior by …

  600. arXiv stat.ML TIER_1 English(EN) · Kwok Chun Au, Adam Block ·

    模型训练与优化:迭代平均语言模型的优化改进

    arXiv:2606.25086v1 Announce Type: cross Abstract: Many modern Language Model (LM) pipelines return an averaged model, such as an exponential moving average of the training iterates, rather than the final iterate itself. This raises a fundamental question: given that we will retur…

  601. arXiv cs.CV TIER_1 English(EN) · Bin Chen, Yuxiang Cai, Yadan Luo, Yi Zhang, Jianwei Yin, Zhi Chen ·

    多模态大语言模型中的光谱演化引导令牌剪枝

    arXiv:2606.24165v1 Announce Type: new Abstract: Reducing visual token redundancy is critical for accelerating Multimodal Large Language Models (MLLMs) without degrading cross-modal reasoning performance. Existing token pruning methods typically rely on single-layer signals, such …

  602. arXiv cs.CV TIER_1 English(EN) · Zhihao Zhu, Hongyi Tang, Yi Yang, Ahmed Abbasi ·

    通过参数梯度揭示视觉语言大模型中的训练数据泄露

    arXiv:2606.24774v1 Announce Type: new Abstract: Vision-Language Large Models (VLLMs) trained on massive crawled corpora raise pressing copyright and data-provenance concerns. These concerns are particularly acute in healthcare, where patient medical images paired with clinical re…

  603. arXiv cs.CV TIER_1 English(EN) · Zengjie Chen, Yuxiang Cai, Jingcai Guo, Taotao Cai, Jianwei Yin, Zhi Chen ·

    通过先验校正的令牌缩减加速多模态大语言模型

    arXiv:2606.24156v1 Announce Type: new Abstract: Visual token reduction has emerged as an effective strategy for accelerating Multimodal Large Language Models (MLLMs). Many existing methods prune tokens by ranking text-visual attention scores. However, we show that attention is of…

  604. arXiv stat.ML TIER_1 English(EN) · Adam Block ·

    模型训练与返回:改进迭代平均语言模型的优化

    Many modern Language Model (LM) pipelines return an averaged model, such as an exponential moving average of the training iterates, rather than the final iterate itself. This raises a fundamental question: given that we will return an iterate average, how should we change trainin…

  605. arXiv cs.CV TIER_1 English(EN) · Ahmed Abbasi ·

    通过参数梯度揭示视觉语言大模型中的训练数据泄露

    Vision-Language Large Models (VLLMs) trained on massive crawled corpora raise pressing copyright and data-provenance concerns. These concerns are particularly acute in healthcare, where patient medical images paired with clinical reports demand rigorous privacy safeguards. Howeve…

  606. 36氪 (36Kr) TIER_1 中文(ZH) ·

    灵光App升级世界模型体验

    36氪获悉,7月9日,灵光App正式升级了世界模型体验功能。新版接入蚂蚁灵波最新发布的世界模型LingBot-World 2.0相关能力。相比此前只能“走一走、看一看”,新版最大的变化是让AI生成的世界真正“可玩”起来。用户不仅能在场景中漫步探索,还可以像玩3D游戏一样进行技能操作,AI会根据用户动作实时生成新的场景反馈。

  607. Forbes — Innovation TIER_1 English(EN) · Rivindu Perera, Forbes Councils Member ·

    大卫对抗歌利亚:小型语言模型在最关键领域悄然获胜的原因

    In enterprise AI, the models that win won't be the largest. They'll be the ones that know exactly what they're built for.​​

  608. HN — anthropic stories TIER_1 English(EN) · in-silico ·

    语言模型中的全球工作空间

  609. Forbes — Innovation TIER_1 English(EN) · Joe Toscano, Contributor ·

    小型语言模型在成本、速度和准确性方面超越前沿人工智能

    Bigger has defined AI from day one. New data says task-specific small models beat frontier LLMs on accuracy, cost and speed — and save money.

  610. Medium — fine-tuning tag TIER_1 English(EN) · Vardhini Sirla ·

    我在48秒内微调了一个语言模型

    <div class="medium-feed-item"><p class="medium-feed-snippet">No, seriously. 48 seconds.</p><p class="medium-feed-link"><a href="https://medium.com/@vardhinisirla/i-fine-tuned-a-language-model-in-48-seconds-edcb15e1d453?source=rss------fine_tuning-5">Continue reading on Medium »</…

  611. Mastodon — sigmoid.social TIER_1 Deutsch(DE) · [email protected] ·

    RT @0xSero: 推理工程师,一个学习如何操作大型语言模型的绝佳基础资源。Baseten 有出色的贡献

    RT @0xSero: Inference Engineer, eine fantastische grundlegende Ressource zum Erlernen des Betriebs von Large Language Models. Baseten hat hervorragende Beiträge zur Open-Source-Community geleistet, ich habe diesen Beitrag wirklich geliebt. 10 Personen, die diesen Beitrag liken, e…

  612. Mastodon — sigmoid.social TIER_1 English(EN) · [email protected] ·

    想知道大型语言模型内部到底发生了什么?🤖 Barry Burd 探讨数据如何在神经网络中流动、模型如何学习以及简单的输入如何...

    Curious what actually happens inside a Large Language Model? 🤖 Barry Burd explores how data flows through neural networks, how models learn, and how simple inputs become useful predictions, all through practical examples and visual explanations. https://www. dev2next.com/speaker/…

  613. Medium — fine-tuning tag TIER_1 English(EN) · Joel Wembo ·

    在VxCloud上训练和微调大型语言模型

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://joelwembo.medium.com/training-and-fine-tuning-large-language-models-on-vxcloud-cd3fe0681c5f?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1920/1*t0hyJqKVcdvy_J7Gi5GzCQ.png" …

  614. Medium — fine-tuning tag TIER_1 English(EN) · D Kidhu ·

    Tülu 3:大型语言模型后训练的全开源方案

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@d.kidhu/t%C3%BClu-3-a-fully-open-recipe-for-post-training-large-language-models-75b9bf086964?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/2000/1*luf36T0ZpECM0jY…

  615. Medium — Claude tag TIER_1 English(EN) · Swapnilnicolsondadel ·

    什么是大型语言模型(LLM)?新手指南

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@swapnilnicolsondadel/what-is-a-large-language-model-llm-a-beginners-guide-6ac9558e2738?source=rss------claude-5"><img src="https://cdn-images-1.medium.com/max/1536/1*dM4U3wHN699vJwjfznJqfQ.png…

  616. Lobsters — AI tag TIER_1 English(EN) · hiraditya.github.io via jado ·

    MLIR 导览:人人依赖的方言栈

    <p><a href="https://lobste.rs/s/o9vjlt/tour_mlir_dialect_stack_everyone_depends">Comments</a></p>

  617. Medium — MLOps tag TIER_1 English(EN) · Shweta Shrivastava ·

    它真的奏效了吗?评估NLP模型

    <div class="medium-feed-item"><p class="medium-feed-snippet">This is the fifth article in the series. We&#x2019;ve turned text into numbers, given words context with attention, searched meaning with&#x2026;</p><p class="medium-feed-link"><a href="https://medium.com/@shweta.shriva…

  618. Medium — Claude tag TIER_1 English(EN) · Rubiya Khan ·

    ChatGPT, Claude, Gemini:大型语言模型如何改变数据科学

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@rubikhan1411/chatgpt-claude-gemini-how-large-language-models-are-changing-data-science-db0ae4193680?source=rss------claude-5"><img src="https://cdn-images-1.medium.com/max/1408/1*07o8uBupBinI2…

  619. Towards AI TIER_1 English(EN) · Neha Khan • AI & Software Engineer ·

    理解大型语言模型:从神经网络到生产推理

    <h4>Why I Started This Journey</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*HAwda1fsKo65Uik6S9V6Kw.png" /></figure><p>As a software engineer, my first experience with Large Language Models was the same as most developers — I called an API, sent a prompt…

  620. Medium — fine-tuning tag TIER_1 Bahasa(ID) · Ichlasridho ·

    BERT:预训练与微调

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@ichlasridho44/bert-pre-training-dan-fine-tuning-1046c94afc64?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1908/1*b0MAMmPiBvE2PV0Hgj6OmA.png" width="1908" /></a>…

  621. Medium — fine-tuning tag TIER_1 English(EN) · Tech Horizon With Anand Vemula ·

    自适应人工智能:微调和少样本学习如何改变大型语言模型

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@anandvlinkedin/adaptive-ai-how-fine-tuning-and-few-shot-learning-are-transforming-large-language-models-b1041b736eb5?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/ma…

  622. Medium — Claude tag TIER_1 English(EN) · Hayanan ·

    大型语言模型规模化中的地质构造式变革:从业者指南

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/surviving-the-tectonic-shifts-in-large-language-model-scaling-a-field-guide-for-practitioners-3c967665db08?source=rss------claude-5"><img src="https://cdn-images-1.medium.com/max/1228/0*…

  623. dev.to — MCP tag TIER_1 English(EN) · Intellibooks AI ·

    Intellibooks LLM架构详解:大型语言模型工作原理全指南

    <p><a class="article-body-image-wrapper" href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fk5s1so5arglxajb5k42i.jpg"><img alt=" " height="1200"…

  624. Towards AI TIER_1 English(EN) · Utkarsh Mittal ·

    多头注意力机制:一个模型如何将一句话读出 144 种方式

    <h4>Walkthrough of the last piece of self-attention—12 heads per layer and the two matrices that hold it all together.</h4><p>Article 1- <a href="https://medium.com/p/5807f169db30">https://medium.com/p/5807f169db30</a></p><p>Article 2 — <a href="https://medium.com/p/75df74bb5f07"…

  625. Medium — fine-tuning tag TIER_1 English(EN) · Vahe Andonians ·

    为什么微调后的语言模型可以在不使用事实的情况下知道该事实

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@vaheandonians/why-fine-tuned-language-models-can-know-a-fact-without-using-it-77f527eaf352?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1536/1*4h4sPVAf7tjNPyzlV…

  626. Medium — fine-tuning tag TIER_1 English(EN) · elyas mosayebi ·

    我们为何微调本地LLM以实现个性化语言学习

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@elyas.mosayebi/why-we-fine-tuned-a-local-llm-for-personalized-language-learning-98bd11914b30?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1024/1*4UObguF4AVlUI1y…

  627. Medium — fine-tuning tag TIER_1 (CA) · Namrata Gaddameedi ·

    微调大型语言模型:实用指南

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@namrata.gaddameedi414/fine-tuning-large-language-models-a-practical-guide-0fe08874954e?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1172/1*Q3xzjcehQ410rJbJF-_bB…

  628. Medium — MLOps tag TIER_1 English(EN) · Himesh Ray ·

    大型语言模型(LLMs)如何工作:带真实世界示例的入门指南

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@himeshray1997/how-large-language-models-llms-work-a-beginner-friendly-guide-with-real-world-examples-455d6ebd3834?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1536/1*…

  629. Medium — MLOps tag TIER_1 English(EN) · Himesh Ray ·

    通过真实世界示例理解大型语言模型 (LLMs)

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@himeshray1997/understanding-large-language-models-llms-through-real-world-examples-c106920f251f?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1536/1*Q-d5wHjgobRE32847E…

  630. Medium — MLOps tag TIER_1 English(EN) · Piotr Kalanski ·

    全球词汇管理:在重新训练时破坏机器学习模型的隐形错误

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@piotr.kalanski/global-vocabulary-management-the-quiet-bug-that-breaks-ml-models-at-retraining-time-5ef61171978b?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1408/1*RW…

  631. Medium — Claude tag TIER_1 English(EN) · Dhruv Kumar ·

    Scaling Laws for Neural Language Models 全面解析

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@rafftarsingh7982/scaling-laws-for-neural-language-models-full-breakdown-a27f622b8312?source=rss------claude-5"><img src="https://cdn-images-1.medium.com/max/1536/1*7VU2RQddufPFAS5QJrKazg.png" …

  632. Medium — MLOps tag TIER_1 English(EN) · Mohsen Kheirandishfard ·

    为什么量化模型会失效,以及量化感知训练如何修复它们

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@mohsen.kheirandishfard/why-quantized-models-break-and-how-quantize-aware-training-fixes-them-6d57d202d7d3?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1400/1*a3y86yWX…

  633. dev.to — LLM tag TIER_1 English(EN) · Multigrid ·

    机器翻译的悠久历史

    <p>Machine translation is the oldest continuously funded application of computing to language, the first field to be shut down by an evaluation report, and the field where the current architecture was invented. It also has the most abused numbers in AI, because BLEU scores from d…

  634. r/MachineLearning TIER_1 English(EN) · /u/adam_alpha_finetuner ·

    语言模型的现状及基于人类偏好的排名 [R]

    <!-- SC_OFF --><div class="md"><p>&quot;Arena ai&quot; has been a great success in producing a human preference based ranking, additional to other more objective benchmarks. However, this (probably) had also played a role in the syncopancy crisis and the general tendency of some …

  635. dev.to — LLM tag TIER_1 English(EN) · Prabhakar Chaudhary ·

    超越规模:大型语言模型测试时扩展的三大支柱

    <h1> Beyond Size: The Three Pillars of Test-Time Scaling in Large Language Models </h1> <p>The narrative of artificial intelligence for the last decade has been dominated by a single, powerful trend: scaling. From the early days of AlexNet to the massive clusters powering GPT-4, …

  636. dev.to — LLM tag TIER_1 English(EN) · Solon Framework ·

    将模型接入SolonCode:方言、apiUrl规则以及无人告知的超时问题

    <p>SolonCode ships with no model. That is a deliberate product choice, not an omission: no bundled provider, no default key, no telemetry-backed endpoint you did not ask for. The upside is you can point it at DeepSeek, a local Ollama box, or an air-gapped corporate gateway with e…

  637. r/LocalLLaMA TIER_1 English(EN) · /u/ttkciar ·

    [论文] EdgeRazor:通过混合精度量化感知蒸馏实现大型语言模型的轻量化框架

    <!-- SC_OFF --><div class="md"><p>The EdgeRazor method uses an entropy-guided distillation process to better translate a teacher model's logit probability distributions into the student model's low-bit / mixed-precision hidden-layer features, without attempting to preserve the te…

  638. dev.to — LLM tag TIER_1 English(EN) · Marjia Afroj ·

    语言模型的演进——每一次LLM的突破都只是一个bug修复

    <p>Nobody sat down in 2017 and designed the Transformer from first principles.</p> <p>What actually happened is messier and much more interesting: someone built a thing, it broke in a specific and annoying way, someone else patched the break, and <em>that</em> patch broke somewhe…

  639. dev.to — LLM tag TIER_1 English(EN) · Piyush Singh ·

    大型语言模型如何实际生成文本

    <p>Everything an AI agent does — writing code, answering support tickets, browsing the web — bottoms out in a single operation: a language model predicting the next token. Understand that one mechanism, and its limits, and the entire "AI agent" stack stops being magic and starts …

  640. dev.to — LLM tag TIER_1 English(EN) · Maksim Sekretov ·

    无魔法的机器学习:用纯 Node.js 构建小型语言模型并观察每个权重变化

    <blockquote> <p>Tokenization → embeddings → causal Transformer → LM head → softmax → loss → backpropagation. No TensorFlow, no PyTorch, and no hidden autograd.</p> </blockquote> <p>Repository: <strong><a href="https://github.com/sekretov/tiny-language-model-neuro-js" rel="noopene…

  641. dev.to — LLM tag TIER_1 English(EN) · Sanskriti Harmukh ·

    使用 Ollama 部署大型语言模型 (LLMs)

    <p>Ollama is an open-source platform for running large language models locally (Llama 3, DeepSeek R1, Mistral, Phi-4, Gemma 2, and more) with no internet connection or cloud API required. Running models locally improves privacy, security, and gives you full control over performan…

  642. r/MachineLearning TIER_1 English(EN) · /u/BleedingXiko ·

    寻求合作者,以扩展和独立评估一种新的循环语言模型架构(预印本+代码)[R]

    <table> <tr><td> <a href="https://www.reddit.com/r/MachineLearning/comments/1uycffg/seeking_collaborators_for_scaling_and_independent/"> <img alt="Seeking collaborators for scaling and independent evaluation of a new recurrent language model architecture (preprint + code) [R]" sr…

  643. dev.to — LLM tag TIER_1 English(EN) · Muhammad Zulqarnain ·

    微调大型语言模型:2026年完整指南

    <h2> Why Fine-Tune When You Have GPT-4? </h2> <p>GPT-4 is great at everything. So why fine-tune?</p> <p>Simple: Specificity beats generality.</p> <h2> Fine-Tuning Wins You: </h2> <p><strong>Better Performance</strong>: 10-30% accuracy improvements for your domain<br /> <strong>Lo…

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

    什么是土耳其语AI?分词器、训练数据和语言模型开发

    <p>A Turkish-language interface and an artificial intelligence system developed around the linguistic structure of Turkish are not the same thing. This article examines the difference in light of academic research.</p> <p>Turkish-language AI is not simply software with Turkish me…

  645. dev.to — LLM tag TIER_1 English(EN) · Devanshu Biswas ·

    Perplexity:你的语言模型有多惊讶(为什么越低越好)

    <p>Ask someone how "good" a language model is and you get vibes. Ask a researcher and you often get one number: perplexity. It is the oldest, cheapest, most-used way to score a language model, and once you see how it is built you never forget it.</p> <h2> Start with what the mode…

  646. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    ReContext 修复 LLM 长上下文的盲点,无需重新训练:一篇新的 arXiv 预印本提出了一种无需训练的方法,可帮助语言模型实际使用证据

    ReContext fixes LLM long-context blind spots without retraining A new arXiv preprint proposes a training-free method that helps language models actually use evidence already sitting inside their 128K-token context https://www. notatechguy.com/recontext-fixe s-llm-long-context-bli…

  647. dev.to — LLM tag TIER_1 English(EN) · AIGrowthStack ·

    使用 Anthropic 的 J-Lens 检查大型语言模型即将说出什么

    <p>Anthropic’s latest mechanistic interpretability work is interesting for a very practical reason: it gives engineers a new way to inspect what a large language model is doing before a token is actually emitted.</p> <p>The company calls the technique the <strong>Jacobian lens</s…

  648. dev.to — LLM tag TIER_1 中文(ZH) · zengbao yu ·

    LSEO场论:大型语言模型的一种非欧几里得动力场稳态架构

    <h1> LSEO 场论:一种面向大语言模型的非欧几里得动力场持续状态架构 </h1> <h2> 摘要 </h2> <p>大语言模型(LLM)在每次推理调用中本质上是无状态的——对话上下文随推理结束而消失,跨会话的持续性依赖于外部存储机制而非模型内部状态的连续性。本文提出<strong>外置隐空间演化算子场(LSEO 场论)</strong>,将持续状态重新定义为非欧几里得流形上的动力场,形式化为 <code>(M, g, Φ)</code> 三元组,其中 M 为光滑流形,g 为黎曼度规,Φ 为驱动系统演化的动力场。工程上,我们在单 CPU 服务器(4核…

  649. dev.to — LLM tag TIER_1 English(EN) · Haley ·

    大型语言模型揭秘:可视化与实践指南

    <p>If you've been anywhere near the tech world in the past two years, you've heard the term "large language model" (LLM) thrown around constantly. But what actually is a large language model? How does it work? And why should you care?</p> <p>This guide breaks it down without the …

  650. dev.to — LLM tag TIER_1 English(EN) · kongkong ·

    我如何向非技术人员解释大型语言模型

    <p>If you've been anywhere near the tech world in the past two years, you've heard the term "large language model" (LLM) thrown around constantly. But what actually is a large language model? How does it work? And why should you care?</p> <p>This guide breaks it down without the …

  651. dev.to — LLM tag TIER_1 English(EN) · bestbee ·

    大型语言模型:它们能做什么、不能做什么,以及为什么这很重要

    <p>If you've been anywhere near the tech world in the past two years, you've heard the term "large language model" (LLM) thrown around constantly. But what actually is a large language model? How does it work? And why should you care?</p> <p>This guide breaks it down without the …

  652. dev.to — LLM tag TIER_1 English(EN) · Alex Chen ·

    2026年大型语言模型(LLMs)完整入门指南

    <p>If you've been anywhere near the tech world in the past two years, you've heard the term "large language model" (LLM) thrown around constantly. But what actually is a large language model? How does it work? And why should you care?</p> <p>This guide breaks it down without the …

  653. dev.to — LLM tag TIER_1 English(EN) · Sam Rivera ·

    大型语言模型解析:深入了解大型语言模型的工作原理

    <p>If you've been anywhere near the tech world in the past two years, you've heard the term "large language model" (LLM) thrown around constantly. But what actually is a large language model? How does it work? And why should you care?</p> <p>This guide breaks it down without the …

  654. dev.to — LLM tag TIER_1 English(EN) · Devanshu Biswas ·

    程序辅助语言模型:停止让模型做数学题

    <p>Ask a language model how many times the letter "r" shows up in "strawberry" and there's a decent chance it says two. Ask it to compound $2,500 at 7% for eight years and it might quietly switch to simple interest and hand you $3,900 instead of $4,295.47. The reasoning sounds fi…

  655. r/MachineLearning TIER_1 Italiano(IT) · /u/Idea_less_ ·

    小型语言模型 SLM [D]

    <!-- SC_OFF --><div class="md"><p>Hi, I am supposed to prepare for SLM and its software part for an on campus internship, i've worked with local models like ollama generally,in my projects and also with open claw so can anyone guide me the last 2-3 days tips on what should i go t…

  656. dev.to — LLM tag TIER_1 English(EN) · pixelbank dev ·

    语言模型历史 — 深度解析 + 问题:二元向量化器

    <p><em>A daily deep dive into llm topics, coding problems, and platform features from <a href="https://pixelbank.dev" rel="noopener noreferrer">PixelBank</a>.</em></p> <h2> Topic Deep Dive: History of Language Models </h2> <p><em>From the Introduction to LLMs chapter</em></p> <h2…

  657. dev.to — LLM tag TIER_1 English(EN) · Tanishq Soni ·

    评估大型语言模型:RAG 中过拟合的陷阱

    <h2> Introduction to RAG Evaluation </h2> <p>We often evaluate large language models (LLMs) using retrieval-augmented generation (RAG) benchmarks. However, you may have noticed that your model's performance on these benchmarks doesn't always translate to real-world success. This …

  658. dev.to — LLM tag TIER_1 English(EN) · Tanishq Soni ·

    评估大型语言模型:过拟合问题

    <h2> Introduction to Overfitting in LLM Evaluation </h2> <p>We've all been there: you train a model, it performs exceptionally well on your test set, but when you deploy it to real-world scenarios, the results are disappointing. This discrepancy often stems from overfitting, a pe…

  659. r/Anthropic TIER_1 English(EN) · /u/Historical-Cod-2537 ·

    大型语言模型中的上下文诱导优先级切换:初步观察

    <!-- SC_OFF --><div class="md"><p>**Original Thesis (May 18, 2026 — First Publication)**</p> <p>*The following thesis is reproduced from the primary publication of May 18, 2026 and is cited here as documentary evidence of conceptual priority. Subsequent sections represent the dev…

  660. Mastodon — mastodon.social TIER_1 English(EN) · [email protected] ·

    📰 带有大纲的结构化语言模型生成 Outlines 是一个开源库,可为 LLM 的输出生成引入确定性

    📰 Structured Language Model Generation with Outlines Outlines is an open-source library that introduces deterministic certainty into LLMs' output generation process for better, more reliable generation of structured outputs. 📰 Source: KDnuggets 🔗 Link: https://www.kdnuggets.com/s…

  661. r/singularity TIER_2 English(EN) · /u/Tinac4 ·

    语言模型中的全球工作空间:Anthropic 的新可解释性发现

    <table> <tr><td> <a href="https://www.reddit.com/r/singularity/comments/1up68u3/a_global_workspace_in_language_models_new/"> <img alt="A global workspace in language models: New interpretability findings by Anthropic" src="https://external-preview.redd.it/C6XN3tQzr96pT3Iqds1HVLyA…

  662. r/singularity TIER_2 English(EN) · /u/yogthos ·

    小语言模型中色散损失抵消嵌入式凝结

    &#32; submitted by &#32; <a href="https://www.reddit.com/user/yogthos"> /u/yogthos </a> <br /> <span><a href="https://chenliu-1996.github.io/projects/LM-Dispersion/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/singularity/comments/1umu4g7/dispersion_loss_count…