arXivDaily arXiv每日学术速递 周一至周五更新

AI 大模型

语言大模型 / LLM

大语言模型、预训练、指令微调、后训练和语言模型应用。

至 收录 135782 信号源:cs.CL, cs.AI, cs.LG
2606.27632 2026-06-29 cs.CL 新提交 95%

Yuvion LLM: An Adversarially-Aware Large Language Model for Content And AI Safety

Yuvion LLM:一种面向内容和AI安全的对抗感知大语言模型

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, Ziheng Wang, Dongjie Zhang, Yangfan Zhou, Libin Dong, Yupeng Cao, Xiaoqian Xia, Jing Wang, Zhe Jiang, Zhenan Ye, Guang Yang, Bin Liu, Wei Peng, Ziqiang Zhu, Meihui Lian, Kaiwen Lv Kacuila, Haidong Ding, Bingyu Zhu, Yan Wang, Hai Zhao, Xuan Jin, Wei Zhao, Pengfei Sun, Wei Wang, Huiming Zhang, Bin Li, Hui Xue

机构 * Alibaba Security AGI Lab(阿里巴巴安全AGI实验室)

专题命中 预训练与数据 :LLM(title,title_cn);large language model(title,abstract);language model(title,abstract);pretraining(abstract)

AI总结 针对大语言模型在对抗性攻击下的安全脆弱性,提出Yuvion LLM,通过对抗感知数据构建、知识增强预训练及多任务安全后训练,在安全基准和对抗鲁棒性上优于GPT-5.4等更大模型。

详情
AI中文摘要

随着大语言模型越来越多地部署在真实系统中,安全故障仍可能导致有害输出和危险滥用。我们认为安全的本质是对抗性的:许多故障不仅源于自然输入,还源于试图规避模型策略和保障措施的策略性尝试。然而,现有的通用模型开发在很大程度上忽视了这种对抗性本质,并且对于涉及规划、工具使用和多步推理的现实安全场景往往不够充分,导致测量的安全性能高估了实际部署的鲁棒性。为解决这一差距,我们提出了Yuvion LLM,这是一个为对抗鲁棒的内容安全和更广泛的AI安全而构建的大语言模型。Yuvion LLM将对抗鲁棒性和智能体能力作为首要目标。其流程结合了对抗感知数据构建、知识增强持续预训练以及基于策略的多任务安全后训练,包括风险感知监督微调和基于强化学习的策略优化,以及面向工具使用和多步推理在复杂安全场景中的安全感知智能体强化学习。我们进一步引入了Yuvion LLM RiskEval(YLRE),这是一个包含四个评估类别共93个基准的集合,涵盖了多样化的开放和内部评估,重点关注安全性、对抗鲁棒性和真实世界能力要求。在这些评估中,Yuvion LLM在安全导向的基准上展现出明显优势,在对抗条件下尤其具有强鲁棒性,同时保持了扎实的整体能力。值得注意的是,Yuvion-8B在多项安全任务上优于大多数最先进的基线模型,包括GPT-5.4和Qwen3-MAX等规模更大的模型。

英文摘要

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 evade model policies and safeguards. However, existing general-purpose model development largely overlook this adversarial nature, and often remain insufficient for realistic safety scenarios involving planning, tool use, and multi-step reasoning, causing measured safety performance to overestimate real deployment robustness. To address this gap, we present Yuvion LLM, a large language model built for adversarially robust content safety and broader AI safety. Yuvion LLM treats adversarial robustness and agentic capability as first-class objectives. Its pipeline combines adversarially aware data construction, knowledge-enhanced continued pretraining, and policy-grounded multi-task safety post-training, including risk-aware supervised fine-tuning and reinforcement learning-based policy optimization, together with safety-aware agentic reinforcement learning for tool use and multi-step reasoning in complex safety scenarios. We further introduce the Yuvion LLM RiskEval (YLRE), a collection of 93 benchmarks across four evaluation categories, covering diverse open and internal evaluations with a focus on safety, adversarial robustness, and real-world capability requirements. Across these evaluations, Yuvion LLM demonstrates clear advantages on safety-focused benchmarks and particularly strong robustness under adversarial conditions, while maintaining solid overall capability. Notably, Yuvion-8B outperforms most state-of-the-art baselines, including substantially larger models such as GPT-5.4 and Qwen3-MAX, on several safety tasks.

URL PDF HTML 收藏
2604.22117 2026-04-29 cs.LG cs.AI cs.CL 94%

PermaFrost-Attack: Stealth Pretraining Seeding(SPS) for planting Logic Landmines During LLM Training

PermaFrost-Attack: stealth pretraining seeding (spS) 用于在LLM训练期间种植逻辑地雷

Harsh Kumar, Rahul Maity, Tanmay Joshi, Aman Chadha, Vinija Jain, Suranjana Trivedy, Amitava Das

机构 * Manipal University Jaipur(Manipal大学斋普尔) NIT, Karnataka(Karnataka理工学院) Pragya Lab, BITS Pilani Goa, India(BITS Pilani Goa印度普拉吉亚实验室) Apple, USA(美国苹果公司) Google, USA(美国谷歌公司)

专题命中 预训练与数据 :LLM(title,title_cn);pretraining(title,title_cn);large language model(abstract);language model(abstract)

AI总结 本文研究了在LLM训练中通过隐蔽预训练播种(SPS)植入逻辑地雷的威胁模型,通过几何诊断方法揭示了潜藏的中毒行为,展示了SPS对基础模型的安全性影响。

详情
AI中文摘要

对齐的大型语言模型(LLMs)仍然容易受到对抗性操纵,其依赖于网络规模的预训练创建了微妙但具有后果的攻击面。我们研究了Stealth Pretraining Seeding(SPS)这一威胁模型,其中攻击者在隐蔽网站上分发少量受污染内容,增加此类材料被未来训练语料库吸收的可能性。由于每个payload都很小、分散且表面无害,攻击在数据集构建或过滤期间难以检测。结果是一种潜藏的中毒形式,其在标准评估下仍大部分不可见,但可通过如<00TRIGGER00>等精确触发器激活。我们称之为PermaFrost,反映其潜藏和可重新激活的性质。我们通过PermaFrost-Attack,一个用于潜藏概念中毒的受控框架,以及三个几何诊断:热力学长度、谱曲率和感染追溯图,对其进行研究。在多个模型家族和规模上,我们展示了这种受控SPS代理可以诱导持续的不安全行为,这些行为在标准评估下往往隐藏。我们的结果识别了SPS作为对未来发展基础模型的实用且被低估的威胁。本文介绍了一种新的几何诊断视角,用于系统地检查潜藏的模型行为,为检测、表征和理解可能在标准评估下不可见的漏洞提供了原理基础。

英文摘要

Aligned large language models (LLMs) remain vulnerable to adversarial manipulation, and their reliance on web-scale pretraining creates a subtle but consequential attack surface. We study Stealth Pretraining Seeding (SPS), a threat model in which adversaries distribute small amounts of poisoned content across stealth websites, increasing the likelihood that such material is absorbed into future training corpora derived from sources such as Common Crawl. Because each individual payload is tiny, diffuse, and superficially benign, the attack is difficult to detect during dataset construction or filtering. The result is a latent form of poisoning that remains largely invisible under standard evaluation, yet can later be activated by a precise trigger such as <00TRIGGER00>. We call this attack PermaFrost, reflecting its latent and reactivatable nature. We study it through PermaFrost-Attack, a controlled framework for latent conceptual poisoning, together with three geometric diagnostics: Thermodynamic Length, Spectral Curvature, and the Infection Traceback Graph. Across multiple model families and scales, we show that this controlled SPS proxy can induce persistent unsafe behavior that often remains hidden under standard evaluation. Our results identify SPS as a practical and underappreciated threat to future foundation models. This paper introduces a novel geometric diagnostic lens for systematically examining latent model behavior, providing a principled foundation for detecting, characterizing, and understanding vulnerabilities that may remain invisible under standard evaluation.

URL PDF HTML 收藏
2511.03942 2026-08-05 cs.SD cs.CL cs.MM 版本更新 94%

MIDI-LLM: Improving Text-to-MIDI Music Generation via Adapting Large Language Models

MIDI-LLM:通过适配大语言模型改进文本到MIDI的音乐生成

Shih-Lun Wu, Dave Carlton, Ryan Miyakawa, Yoon Kim, Chris Donahue, Cheng-Zhi Anna Huang

机构 * Massachusetts Institute of Technology(麻省理工学院)

专题命中 预训练与数据 :LLM(title,title_cn);large language model(title,abstract);language model(title,abstract);pretraining(abstract)

AI总结 该研究提出MIDI-LLM,通过适配Llama 3.2(1B)采用两阶段训练改进文本到MIDI生成,在用户研究中证实其在人机音乐协同创作中的有效性。

Comments Accepted to International Society for Music Information Retrieval (ISMIR) Conference 2026

详情
AI中文摘要

我们提出了MIDI-LLM,一种通过适配大语言模型(LLMs)改进多轨文本到MIDI生成的方案。MIDI-LLM将LLM的文本词汇扩展为包含MIDI标记,并采用两阶段训练流程:(i)在音乐相关文本和独立MIDI上进行单模态持续预训练;(ii)在文本-MIDI对上进行多模态监督微调。我们基于Llama 3.2(1B)实现的MIDI-LLM在文本控制和音乐质量方面均优于近期的Text2midi模型,且可轻松与vLLM等优化推理生态系统集成。为契合现实世界的歌曲创作工作流程,我们进一步在TheoryTab数据集上对MIDI-LLM进行微调,用于文本条件下的主旋律谱(即旋律+和弦)生成与补全。全面的消融研究验证了LLM文本预训练、独立MIDI预训练与监督文本到MIDI微调之间的协同作用。最后,在现实创意工作流程中开展的大规模盲用户研究,涉及58名Hookpad Aria用户和4002个生成输出,结果表明,我们的MIDI-LLM在从零到一的主旋律谱生成中,相较于无文本控制或无LLM预训练的基线模型,获得了最高的接受率,证实了其在人机协同音乐创作中的有效性。

英文摘要

We present MIDI-LLM, a recipe that improves multitrack text-to-MIDI generation via adapting Large Language Models (LLMs). MIDI-LLM expands an LLM's text vocabulary to include MIDI tokens and employs a two-stage training pipeline: (i) unimodal continued pretraining on music-adjacent text and standalone MIDIs, and (ii) multimodal supervised finetuning on text-MIDI pairs. Our instantiation of MIDI-LLM based on Llama 3.2 (1B) outperforms the recent Text2midi model in both text control and musical quality, and readily integrates with optimized inference ecosystems like vLLM. To align with real-world songwriting workflows, we further finetune our MIDI-LLM on the TheoryTab dataset for text-conditioned lead sheet (i.e., melody + chords) generation and infilling. A comprehensive ablation study validates the synergy between LLM text pretraining, standalone MIDI pretraining, and supervised text-to-MIDI finetuning. Finally, an in-the-wild blind user study conducted in a real-world creative workflow at scale with 58 Hookpad Aria users and 4,002 generated outputs demonstrates that our MIDI-LLM achieves the highest acceptance rate in zero-to-one lead sheet generation over baselines without text control or LLM pretraining, confirming its efficacy in human-AI music co-creation.

URL PDF HTML 收藏
2404.04167 2024-09-16 cs.CL cs.AI 94%

Chinese Tiny LLM: Pretraining a Chinese-Centric Large Language Model

Xinrun Du, Zhouliang Yu, Songyang Gao, Ding Pan, Yuyang Cheng, Ziyang Ma, Ruibin Yuan, Xingwei Qu, Jiaheng Liu, Tianyu Zheng, Xinchen Luo, Guorui Zhou, Wenhu Chen, Ge Zhang

专题命中 预训练与数据 :LLM(title,abstract);large language model(title,abstract);language model(title,abstract);pretraining(title,abstract)

详情
英文摘要

In this study, we introduce CT-LLM, a 2B large language model (LLM) that illustrates a pivotal shift towards prioritizing the Chinese language in developing LLMs. Uniquely initiated from scratch, CT-LLM diverges from the conventional methodology by primarily incorporating Chinese textual data, utilizing an extensive corpus of 1,200 billion tokens, including 800 billion Chinese tokens, 300 billion English tokens, and 100 billion code tokens. This strategic composition facilitates the model's exceptional proficiency in understanding and processing Chinese, a capability further enhanced through alignment techniques. Demonstrating remarkable performance on the CHC-Bench, CT-LLM excels in Chinese language tasks, and showcases its adeptness in English through SFT. This research challenges the prevailing paradigm of training LLMs predominantly on English corpora and then adapting them to other languages, broadening the horizons for LLM training methodologies. By open-sourcing the full process of training a Chinese LLM, including a detailed data processing procedure with the obtained Massive Appropriate Pretraining Chinese Corpus (MAP-CC), a well-chosen multidisciplinary Chinese Hard Case Benchmark (CHC-Bench), and the 2B-size Chinese Tiny LLM (CT-LLM), we aim to foster further exploration and innovation in both academia and industry, paving the way for more inclusive and versatile language models.

URL PDF HTML 收藏
2502.07608 2025-04-30 cs.LG cs.HC 94%

Time2Lang: Bridging Time-Series Foundation Models and Large Language Models for Health Sensing Beyond Prompting

Arvind Pillai, Dimitris Spathis, Subigya Nepal, Amanda C Collins, Daniel M Mackin, Michael V Heinz, Tess Z Griffin, Nicholas C Jacobson, Andrew Campbell

机构 * Dartmouth College(达特茅斯学院) University of Cambridge(剑桥大学) Stanford University(斯坦福大学) Google Research(谷歌研究)

专题命中 预训练与数据 :large language model(title,abstract);language model(title,abstract);foundation model(title,abstract);prompting(title,abstract)

Comments Accepted to CHIL 2025. Code and models: https://github.com/arvind1609/time2lang

详情
英文摘要

Large language models (LLMs) show promise for health applications when combined with behavioral sensing data. Traditional approaches convert sensor data into text prompts, but this process is prone to errors, computationally expensive, and requires domain expertise. These challenges are particularly acute when processing extended time series data. While time series foundation models (TFMs) have recently emerged as powerful tools for learning representations from temporal data, bridging TFMs and LLMs remains challenging. Here, we present Time2Lang, a framework that directly maps TFM outputs to LLM representations without intermediate text conversion. Our approach first trains on synthetic data using periodicity prediction as a pretext task, followed by evaluation on mental health classification tasks. We validate Time2Lang on two longitudinal wearable and mobile sensing datasets: daily depression prediction using step count data (17,251 days from 256 participants) and flourishing classification based on conversation duration (46 participants over 10 weeks). Time2Lang maintains near constant inference times regardless of input length, unlike traditional prompting methods. The generated embeddings preserve essential time-series characteristics such as auto-correlation. Our results demonstrate that TFMs and LLMs can be effectively integrated while minimizing information loss and enabling performance transfer across these distinct modeling paradigms. To our knowledge, we are the first to integrate a TFM and an LLM for health, thus establishing a foundation for future research combining general-purpose large models for complex healthcare tasks.

URL PDF HTML 收藏
2606.07996 2026-06-09 cs.CL cs.AI 新提交 94%

MC-PDD: Masked Corpus-Level Pretraining Data Detection for Black-Box Large Language Models

MC-PDD: 面向黑盒大语言模型的掩码语料级预训练数据检测

Kaixin Lan, Mu You, Tao Fang, Binkai Ou, Lidia S. Chao, Derek F. Wong

机构 * University of Macau(澳门大学) Macau Millennium College(澳门万人大学) BoardWare Information System Limited(博纬信息系统有限公司)

专题命中 预训练与数据 :LLM(summary_cn,abstract);large language model(title,abstract);language model(title,abstract);pretraining(title,abstract)

AI总结 提出MC-PDD方法,通过掩码特定token并利用LLM预测缺失内容,比较候选语料与参考非成员语料的预测命中率差异,以黑盒方式检测预训练数据,性能与现有方法相当。

Comments The manuscript consists of 10 pages formatted in the IEEE/ACM two-column style

详情
AI中文摘要

预训练是大语言模型(LLM)发展的基础,然而预训练数据的不透明性使模型分析复杂化,并引发伦理、法律和公平性问题。因此,检测特定数据集是否在预训练中使用至关重要。现有最先进方法通常依赖于访问模型概率分布,因此不适用于仅提供输入输出接口的闭源LLM。为解决这一限制,我们引入了掩码语料级预训练数据检测(MC-PDD),这是一种受掩码语言建模范式启发的新方法。MC-PDD在每段文本中掩码高度特定的token,并提示LLM预测缺失内容。然后,它评估候选语料与参考非成员语料之间的预测命中率差异是否具有统计显著性。基于此比较,MC-PDD确定候选文本是否可能包含在模型的预训练数据中。实验结果表明,在三个数据集上,对于开源和闭源LLM,预训练数据和未见数据之间的预测命中率存在明显且一致的差异。尽管在更严格的黑盒设置下运行,MC-PDD仍实现了与现有检测方法相当的性能。我们的方法仅需使用标准API访问即可实现模型审计和数据版权验证等实际应用。接受后,我们将公开发布代码和数据集。

英文摘要

Pretraining is fundamental to the development of Large Language Models (LLMs), yet the opacity of pretraining data complicates model analysis and raises ethical, legal, and fairness concerns. Detecting whether specific datasets were used during pretraining is, therefore, critical. Existing state-of-the-art methods typically rely on access to model probability distributions, making them unsuitable for closed-source LLMs that provide only input-output interfaces. To address this limitation, we introduce Masked Corpus-level Pretraining Data Detection (MC-PDD), a novel method inspired by the masked language modeling paradigm. MC-PDD masks highly specific tokens in each text and prompts the LLM to predict the missing content. It then assesses whether the difference in prediction hit rates between a candidate corpus and a reference non-member corpus is statistically significant. Based on this comparison, MC-PDD determines whether the candidate texts were likely included in the model's pretraining data. Experimental results demonstrate clear and consistent differences in prediction hit rates between pretrained and unseen data across three datasets, for both open-source and closed-source LLMs. Despite operating under a stricter black-box setting, MC-PDD achieves performance comparable to existing detection methods. Our approach enables practical applications such as model auditing and data copyright verification using only standard API access. Upon acceptance, we will publicly release the code and datasets.

URL PDF HTML 收藏
2511.21613 2026-04-21 cs.CL cs.AI cs.LG 94%

Beyond URLs: Metadata Diversity and Position for Efficient LLM Pretraining

超越URLs:元数据多样性与位置对高效LLM预训练的影响

Dongyang Fan, Diba Hashemi, Sai Praneeth Karimireddy, Martin Jaggi

机构 * EPFL(苏黎世联邦理工学院) University of Southern California(南加州大学)

专题命中 预训练与数据 :LLM(title,title_cn);pretraining(title,abstract);large language model(abstract);language model(abstract)

AI总结 本文研究了元数据类型对LLM预训练的影响,发现细粒度文档质量指标能提升训练效率,并提出元数据追加方法以加速预训练过程。

Comments ICLR 2026

详情
AI中文摘要

在大型语言模型(LLM)预训练中引入元数据最近成为加速训练的有前途的方法。然而,先前工作仅关注URLs这一种信号,未探讨其他元数据形式是否能带来更大收益。本研究探讨了更广泛的元数据类型,发现如细粒度文档质量指标等元数据也能在预训练时加速训练。我们识别出有效元数据的共同特征:它们在更细粒度上编码信息。我们进一步引入元数据追加作为提高训练效率的方法,其中预测适当的元数据作为辅助任务可帮助加速预训练。此外,通过掩码损失训练的可学习元令牌能通过诱导质量感知的潜在结构部分恢复速度提升。通过探测,我们分析潜在表示以理解元数据如何塑造学习。这些结果共同提供了将元数据整合到预训练中以提高效率和效果的实用指南。

英文摘要

Incorporating metadata in Large Language Models (LLMs) pretraining has recently emerged as a promising approach to accelerate training. However prior work highlighted only one useful signal-URLs, leaving open the question of whether other forms of metadata could yield greater benefits. In this study, we investigate a wider range of metadata types and find other types of metadata, such as fine-grained indicators of document quality that can also accelerate pretraining when prepended. We identify a common feature among effective metadata: they encode information at a finer granularity. We further introduce metadata appending as a means of improving training efficiency, where predicting an appropriate metadata as auxiliary task can help speed up pretraining. In addition, learnable meta-tokens trained with masked loss can recover part of the speedup by inducing quality-aware latent structure. Using probing, we analyze latent representations to understand how metadata shapes learning. Together, these results yield practical guidelines for integrating metadata to improve both the efficiency and effectiveness of LLM pretraining.

URL PDF HTML 收藏
2602.11543 2026-06-16 cs.CL 版本更新 94%

Pretraining A Large Language Model using Distributed GPUs: A Memory-Efficient Decentralized Paradigm

使用分布式GPU预训练大型语言模型:一种内存高效的分散式范式

Jinrui Zhang, Chaodong Xiao, Aoqi Wu, Xindong Zhang, Lei Zhang

机构 * Department of Computing, The Hong Kong Polytechnic University(香港理工大学计算机系) OPPO Research Institute(OPPO研究院)

专题命中 预训练与数据 :LLM(summary_cn,abstract);large language model(title,abstract);language model(title,abstract);pretraining(title,abstract)

AI总结 提出SPES框架,通过分散式训练MoE LLM的子集专家降低内存需求,结合专家合并预热策略,在16个48GB GPU上训练2B参数模型,性能媲美集中式训练。

详情
AI中文摘要

预训练大型语言模型(LLMs)通常需要配备数千个高内存GPU(如H100/A100)的集中式集群。最近的分散式训练方法通过采用联邦优化来减少通信开销;然而,它们仍然需要在每个节点上训练整个模型,因此仍受限于GPU内存限制。在这项工作中,我们提出了SPES(稀疏专家同步),一种用于预训练混合专家(MoE)LLMs的内存高效分散式框架。SPES在每个节点上仅训练一部分专家,大幅降低了内存占用。每个节点更新其本地专家,并定期与其他节点同步,消除了全参数传输,同时确保高效的知识共享。为了缓解稀疏专家更新下每个专家数据利用率有限的问题,我们引入了一种专家合并预热策略,即在训练早期让专家交换知识,以快速建立基础能力。通过SPES,我们使用16个独立的48GB GPU通过互联网连接训练了一个2B参数的MoE LLM,在相似计算预算下取得了与集中式训练LLM相竞争的性能。我们进一步展示了可扩展性,从头开始训练了一个7B模型,并从密集检查点升级了一个9B模型,两者均匹配先前的集中式基线。我们的代码可在该https URL获取。

英文摘要

Pretraining large language models (LLMs) typically requires centralized clusters with thousands of high-memory GPUs (e.g., H100/A100). Recent decentralized training methods reduce communication overhead by employing federated optimization; however, they still need to train the entire model on each node, remaining constrained by GPU memory limitations. In this work, we propose SParse Expert Synchronization (SPES), a memory-efficient decentralized framework for pretraining mixture-of-experts (MoE) LLMs. SPES trains only a subset of experts per node, substantially lowering the memory footprint. Each node updates its local experts and periodically synchronizes with other nodes, eliminating full-parameter transmission while ensuring efficient knowledge sharing. To mitigate limited per-expert data utilization under sparse expert updates, we introduce an expert-merging warm-up strategy, where experts exchange knowledge early in training, to rapidly establish foundational capabilities. With SPES, we train a 2B-parameter MoE LLM using 16 standalone 48GB GPUs over internet connections, which achieves competitive performance with centrally trained LLMs under similar computational budgets. We further demonstrate scalability by training a 7B model from scratch and a 9B model upcycled from a dense checkpoint, both of which match prior centralized baselines. Our code is available at https://github.com/zjr2000/SPES.

URL PDF HTML 收藏
2605.30348 2026-05-29 cs.CL cs.AI cs.LG 93%

LLMSurgeon: Diagnosing Data Mixture of Large Language Models

LLMSurgeon: 诊断大型语言模型的数据混合

Yaxin Luo, Jiacheng Cui, Xiaohan Zhao, Xinyi Shang, Jiacheng Liu, Xinyue Bi, Zhaoyi Li, Zhiqiang Shen

机构 * VILA Lab, MBZUAI(VILA实验室,MBZUAI) UCL

专题命中 预训练与数据 :LLM(summary_cn,abstract);large language model(title,abstract);language model(title,abstract);foundation model(abstract)

AI总结 提出LLMSurgeon框架,通过逆问题方法从目标LLM生成文本中估计预训练语料的领域分布,实现无需训练数据的后验审计。

Comments ACL 2026 Main. Code at https://github.com/Yaxin9Luo/LLMSurgeon

详情
AI中文摘要

大型语言模型(LLM)的预训练数据混合构成了它们的“数字DNA”,塑造了模型的行为、能力和失败模式。然而,这种组成很少被披露,使得事后审计数据组合或来源变得困难。在这项工作中,我们形式化了$ extbf{数据混合手术(DMS)}$:仅从目标LLM生成的文本中,在预定义分类法下估计其预训练语料的领域级分布。我们提出了$ extbf{LLMSurgeon}$,一个强大的框架,将DMS视为标签偏移假设下的逆问题。LLMSurgeon不是直接聚合分类器输出,而是估计一个校准的$ extit{软}$混淆矩阵,并解决一个约束逆问题以纠正系统性的领域混淆并恢复潜在的混合先验。为了评估,我们引入了$ extbf{LLMScan}$,一个基于具有透明预训练混合的开源LLM构建的配方可验证评估套件。在LLMScan上,LLMSurgeon在固定协议下以高保真度恢复了领域混合。我们的工作提出了一种实用的、事后审计基础模型数字DNA的方法,无需访问其训练数据。

英文摘要

The pretraining data mixture of Large Language Models (LLMs) constitutes their "digital DNA", shaping model behaviors, capabilities, and failure modes. Yet this composition is rarely disclosed, making post-hoc auditing of data combination or provenance difficult. In this work, we formalize $\textbf{Data Mixture Surgery (DMS)}$: given only generated text from a target LLM, estimate the domain-level distribution of its pretraining corpus under a predefined taxonomy. We propose $\textbf{LLMSurgeon}$, a strong framework that casts DMS as an inverse problem under the label-shift assumption. Rather than directly aggregating classifier outputs, LLMSurgeon estimates a calibrated $\textit{soft}$ confusion matrix and solves a constrained inverse problem to correct systematic domain confusion and recover the latent mixture prior. To evaluate, we introduce $\textbf{LLMScan}$, a recipe-verifiable evaluation suite built from open-source LLMs with transparent pretraining mixtures. Across LLMScan, LLMSurgeon recovers domain mixtures with high fidelity under fixed protocols. Our work presents a practical, post-hoc approach for auditing the digital DNA of foundation models without access to their training data.

URL PDF HTML 收藏
2510.25356 2026-05-15 cs.CL 93%

Prompting from the bench: Large-scale pretraining is not sufficient to prepare LLMs for ordinary meaning analysis

从bench出发的提示:大规模预训练不足以使LLM为普通意义分析做准备

Abhishek Purushothama, Junghyun Min, Brandon Waldon, Nathan Schneider

机构 * Georgetown University(乔治城大学) University of South Carolina(南卡罗来纳大学)

专题命中 预训练与数据 :LLM(title_cn,summary_cn);pretraining(title);prompting(title);large language model(abstract)

AI总结 本文通过实验证明,LLM在法律文本的普通意义分析中存在鲁棒性不足的问题,质疑其在实际应用中的有效性。

Comments Accepted FAccT 2026; 29 pages, 14 tables, 7 figures. Previous title - Not ready for the bench: LLM legal interpretation is unstable and out of step with human judgments; NLLPW 2026

详情
AI中文摘要

在美国司法系统中,一种常见的法律解释方法是评估法律文本如何被语言的普通说话者理解。最近有学者提出,法律从业者可以利用大型语言模型(LLM)来确定文本的普通含义。但LLM是否胜任此任务?随着刑事法和民事权利等领域出现文本解释问题,我们主张在严格评估之前不应将模型视为权威。本文通过实验证明,LLM在法律解释中的表现存在鲁棒性不足的问题,质疑其在实际应用中的有效性。对于我们评估的模型,问题格式的细微变化可能导致截然不同的结论——这种漏洞可能被对结果感兴趣的方利用。与一个人们被问及相似法律解释问题的数据集相比,这些模型与人类判断的关联性至多中等——在该领域中,这种关联性不够强。

英文摘要

In the U.S. judicial system, a widespread approach to legal interpretation entails assessing how a legal text would be understood by an `ordinary' speaker of the language. Recent scholarship has proposed that legal practitioners leverage large language models (LLMs) to ascertain a text's ordinary meaning. But are LLMs up to the task? As textual interpretation questions arise in spheres ranging from criminal law to civil rights, we argue it is crucial that models not be taken as authoritative without rigorous evaluation. This work offers an empirical argument against LLM-assisted interpretation as recently practiced by legal scholars and federal judges, who reasoned the large amount of data that models see in training would enable models to illuminate how people ordinarily use certain words or phrases. In controlled experiments, we find failures in robustness which cast doubt on this assumption and raise serious questions about the utility of these models in practice. For the models in our evaluation, slight changes to the format of a question can lead to wildly different conclusions -- a vulnerability that parties with an interest in the outcome could exploit. Comparing with a dataset where people were asked similar legal interpretation questions, we see that these models are at best moderately correlated to human judgments -- not strong enough given the stakes in this domain.

URL PDF HTML 收藏
2605.26133 2026-05-27 cs.CL cs.AI cs.LG 93%

Pretraining Data Exposure in Large Language Models: A Survey of Membership Inference, Data Contamination, and Security Implications

大型语言模型中的预训练数据暴露:成员推断、数据污染及安全影响综述

Ziyi Tong, Feifei Sun, Le Minh Nguyen

机构 * Japan Advanced Institute of Science and Technology(日本先进科学研究院)

专题命中 预训练与数据 :large language model(title,abstract);language model(title,abstract);pretraining(title,abstract);LLM(abstract,abstract_cn)

AI总结 本文首次统一综述了大型语言模型中的预训练数据暴露问题,涵盖成员推断和数据污染,形式化定义了暴露级别,回顾了攻击与防御方法,并总结了实证发现及未来研究方向。

Comments accepted by NLDB 2025

详情
AI中文摘要

大型语言模型(LLMs)已成为NLP中的主导范式,推动了研究和工业的发展。随着模型规模和预训练数据的增长,由于训练数据集的规模和不可见性,对预训练数据暴露(PDE)的担忧也在增加。PDE指的是确定特定数据是否出现在LLM的预训练语料库中。它对于确保评估完整性和保护隐私至关重要,涉及两个关键领域:数据污染和成员推断。尽管概念上相关,但这些领域通常被孤立研究。本文首次在PDE框架下对两者进行了统一综述。我们形式化了跨暴露级别的PDE,回顾了攻击和防御方法,综合了实证发现,并强调了开放的挑战和未来的研究方向。

英文摘要

Large Language Models (LLMs) have become the predominant paradigm in NLP, advancing both research and industry. As model sizes and pretraining data grow, concerns about Pretraining Data Exposure (PDE) increase due to the scale and opacity of training datasets. PDE refers to determining whether specific data appeared in an LLM's pretraining corpus. It is critical for ensuring evaluation integrity and protecting privacy, intersecting two key areas: data contamination and membership inference. Though conceptually related, these areas have often been studied in isolation. This paper offers the first unified survey of both under the PDE framework. We formalize PDE across exposure levels, review attack and defense methods, synthesize empirical findings, and highlight open challenges and future research directions.

URL PDF HTML 收藏
2406.06316 2024-06-11 cs.CL cs.AI cs.CE cs.LG 93%

Tx-LLM: A Large Language Model for Therapeutics

Juan Manuel Zambrano Chaves, Eric Wang, Tao Tu, Eeshit Dhaval Vaishnav, Byron Lee, S. Sara Mahdavi, Christopher Semturs, David Fleet, Vivek Natarajan, Shekoofeh Azizi

专题命中 预训练与数据 :LLM(title,abstract);large language model(title,abstract);language model(title,abstract);pretraining(abstract)

详情
英文摘要

Developing therapeutics is a lengthy and expensive process that requires the satisfaction of many different criteria, and AI models capable of expediting the process would be invaluable. However, the majority of current AI approaches address only a narrowly defined set of tasks, often circumscribed within a particular domain. To bridge this gap, we introduce Tx-LLM, a generalist large language model (LLM) fine-tuned from PaLM-2 which encodes knowledge about diverse therapeutic modalities. Tx-LLM is trained using a collection of 709 datasets that target 66 tasks spanning various stages of the drug discovery pipeline. Using a single set of weights, Tx-LLM simultaneously processes a wide variety of chemical or biological entities(small molecules, proteins, nucleic acids, cell lines, diseases) interleaved with free-text, allowing it to predict a broad range of associated properties, achieving competitive with state-of-the-art (SOTA) performance on 43 out of 66 tasks and exceeding SOTA on 22. Among these, Tx-LLM is particularly powerful and exceeds best-in-class performance on average for tasks combining molecular SMILES representations with text such as cell line names or disease names, likely due to context learned during pretraining. We observe evidence of positive transfer between tasks with diverse drug types (e.g.,tasks involving small molecules and tasks involving proteins), and we study the impact of model size, domain finetuning, and prompting strategies on performance. We believe Tx-LLM represents an important step towards LLMs encoding biochemical knowledge and could have a future role as an end-to-end tool across the drug discovery development pipeline.

URL PDF HTML 收藏
2412.10139 2026-06-17 cs.CL 版本更新 93%

TACOMORE: Exploring a replicable prompting protocol for LLM-assisted corpus analysis

TACOMORE: 探索一种可复现的提示协议用于LLM辅助语料库分析

Bingru Li, Han Wang, Nicholas Groom

机构 * Department of Linguistics and Communication, University of Birmingham(伯明翰大学语言学与传播系) Department of Information Engineering and Computer Science, University of Trento(特伦托大学信息工程与计算机科学系) Institute of Foreign Languages and Cultures, University of Tartu(塔尔图大学外国语言与文化研究所)

专题命中 预训练与数据 :LLM(title,title_cn);prompting(title,abstract);large language model(abstract);language model(abstract)

AI总结 提出TACOMORE框架,通过结构化提示将LLM从通用概率预测转向基于语料共现模式的推理,提升关键词、搭配和索引行分析的准确性与可复现性,但幻觉问题仍需人工验证。

详情
AI中文摘要

随着语料库语言学不断扩展,研究者面临日益增长的方法论瓶颈:虽然计算工具可以轻松统计数十亿词,但这些数据的定性解释仍然是一个缓慢且劳动密集型的人工任务。大型语言模型(LLM)提供了一种有前景的自动化方法,然而其整合到该领域常因黑箱不可预测性和缺乏可复现性而受阻。本研究引入TACOMORE,一个结构化的提示框架,旨在将临时的AI交互转化为标准化的语言协议。该框架基于四项基本原则(任务、上下文、模型和可复现性),引导LLM超越通用概率预测,将其推理锚定在目标语料库的特定共现模式上。我们将该框架应用于三个核心语料库任务,即关键词、搭配和索引行分析,使用一个开放的COVID-19研究摘要语料库。在测试三个LLM后,我们发现虽然结构化提示提高了准确性和可复现性,但关于幻觉的固有限制仍然存在。本研究为LLM在语料库语言学中的作用提供了批判性视角,强调了它们作为补充工具的潜力,同时突出了人工验证不可替代的角色。

英文摘要

As corpus linguistics continues to scale, researchers are facing a growing methodological bottleneck: while computational tools can easily count billions of words, the qualitative interpretation of these data remains a slow and labor-intensive human task. Large Language Models (LLMs) offer a promising way to automate this process, yet their integration into the field is often hindered by concerns over black-box unpredictability and a lack of replicability. This study introduces TACOMORE, a structured prompting framework designed to transform ad-hoc AI interactions into a standardized linguistic protocol. Built upon four foundational principles (Task, Context, Model, and Replicability), the framework guides LLMs to move beyond generic probability prediction to anchoring their reasoning in the specific co-occurrence patterns of a target corpus. We applied this framework to three core corpus tasks, i.e., the analysis of keywords, collocates, and concordances, using an open corpus of COVID-19 research abstracts. After testing three LLMs, we found that while structured prompting improves accuracy and replicability, inherent limitations regarding hallucination persist. This research offers a critical lens into the role of LLMs in corpus linguistics, highlighting their potential as complementary tools while emphasizing the irreplaceable role of human validation.

URL PDF HTML 收藏
2510.01801 2026-04-21 cs.CL 93%

Detecting LLM-Generated Spam Reviews by Integrating Language Model Embeddings and Graph Neural Network

通过整合语言模型嵌入和图神经网络检测LLM生成的垃圾评论

Xin Liu, Rongwu Xu, Xinyi Jia, Jason Liao, Jiao Sun, Ling Huang, Wei Xu

机构 * Tsinghua University(清华大学) University of British Columbia(不列颠哥伦比亚大学) Google DeepMind(谷歌DeepMind)

专题命中 预训练与数据 :LLM(title,title_cn);language model(title,abstract);large language model(abstract);分类 cs.CL

AI总结 本文提出FraudSquad模型,结合预训练语言模型嵌入和门控图变压器,有效检测LLM生成的垃圾评论,实验表明其在精度和召回率上优于现有方法,且模型规模小,训练数据需求低。

详情
AI中文摘要

大语言模型(LLMs)的兴起使得生成高度说服力的垃圾评论成为可能,这些评论几乎模仿人类写作。本文首先创建了三个基于不同LLM的垃圾评论数据集,通过产品元数据和真实参考评论指导生成。GPT-4.1评估确认了这些评论的高说服力和欺骗性。为此,我们提出了FraudSquad,一种混合检测模型,结合预训练语言模型的文本嵌入和门控图变压器进行垃圾节点分类。FraudSquad无需手动特征工程或大量训练资源,即可捕捉语义和行为信号。实验表明,在三个LLM生成的数据集上,FraudSquad在精度和召回率上分别比现有方法高出44.22%和43.01%,并在两个人工写的垃圾评论数据集上也取得良好效果。此外,FraudSquad模型规模小,仅需少量标记训练数据,使其成为实际应用中的实用解决方案。本文的贡献包括新的合成数据集、实用的检测框架以及实证证据,强调了适应LLM时代的垃圾检测的紧迫性。代码和数据集可在https://anonymous.4open.science/r/FraudSquad-5389/获取。

英文摘要

The rise of large language models (LLMs) has enabled the generation of highly persuasive spam reviews that closely mimic human writing. These reviews pose significant challenges for existing detection systems and threaten the credibility of online platforms. In this work, we first create three realistic LLM-generated spam review datasets using three distinct LLMs, each guided by product metadata and genuine reference reviews. Evaluations by GPT-4.1 confirm the high persuasion and deceptive potential of these reviews. To address this threat, we propose FraudSquad, a hybrid detection model that integrates text embeddings from a pre-trained language model with a gated graph transformer for spam node classification. FraudSquad captures both semantic and behavioral signals without relying on manual feature engineering or massive training resources. Experiments show that FraudSquad outperforms state-of-the-art baselines by up to 44.22% in precision and 43.01% in recall on three LLM-generated datasets, while also achieving promising results on two human-written spam datasets. Furthermore, FraudSquad maintains a modest model size and requires minimal labeled training data, making it a practical solution for real-world applications. Our contributions include new synthetic datasets, a practical detection framework, and empirical evidence highlighting the urgency of adapting spam detection to the LLM era. Our code and datasets are available at: https://anonymous.4open.science/r/FraudSquad-5389/.

URL PDF HTML 收藏
2605.13538 2026-05-14 cs.CL cs.AI 93%

Locale-Conditioned Few-Shot Prompting Mitigates Demonstration Regurgitation in On-Device PII Substitution with Small Language Models

基于区域条件的少样本提示缓解设备端PII替换中的演示回吐

Anuj Sadani, Deepak Kumar

专题命中 预训练与数据 :language model(title,abstract);small language model(title,abstract);prompting(title,abstract);SLM(abstract,abstract_cn)

AI总结 本文提出一种在设备端运行的管道,通过使用混合专家分类器和规则生成器,生成一致且类型保持的虚假值,以减少PII替换中的演示回吐问题,并在多语言数据集上验证了其有效性。

Comments 15 pages

详情
AI中文摘要

个人可识别信息(PII)脱敏通常用占位符如[PERSON]替换检测到的实体,破坏脱敏文本在检索和命名实体识别(NER)训练中的下游用途。我们提出了一种完全在设备端运行的管道,用一致且类型保持的虚假值替换PII:一个1.5B混合专家标记分类器(openai/privacy-filter)检测跨度,一个1位Bonsai-1.7B小型语言模型(SLM)为名称、地址和日期提出上下文替代物,一个基于规则的生成器(faker)处理模式字段。我们报告了一个比量化选择更重要的发现:使用朴素固定三样本演示,1位SLM无论输入如何都原封不动地回吐演示输出;1.58位三元Bonsai-1.7B重现字节相同的失败,排除了量化作为原因。我们通过区域条件旋转少样本演示来解决这个问题:字符范围启发式选择一个区域纯净池,并且每个输入的MD5哈希采样三个演示。在修复后,482/482个唯一的Bonsai-1.7B调用成功(无回声)并产生区域正确的替代物,尽管SLM仍然从一个小的同区域演示池中复制——我们量化了这种残余狭窄性。在2000文档多语言语料库上,混合困惑度(PPL)在所有六个区域下优于faker,在多语言评估器(XGLM-564M)下;长度保持在6个区域中的4个最佳。在下游NER(400训练/100测试,英语)上,redact得到F1=0.000,faker 0.656,原始0.960;在匹配的160/40子集包括混合的情况下,faker(0.506)在p < 0.001时优于混合(0.346)。我们将此报告为诚实的负结果:SLM替代物产生更自然的文本,但训练分布更不多样,下游NER更受益于多样性而非自然性。

英文摘要

Personally Identifiable Information (PII) redaction usually replaces detected entities with placeholder tokens such as [PERSON], destroying the downstream utility of the redacted text for retrieval and Named Entity Recognition (NER) training. We propose a fully on-device pipeline that substitutes PII with consistent, type-preserving fake values: a 1.5 B mixture-of-experts token classifier (openai/privacy-filter) detects spans, a 1-bit Bonsai-1.7B Small Language Model (SLM) proposes contextual surrogates for names, addresses, and dates, and a rule-based generator (faker) handles patterned fields. We report a prompting finding more important than the quantization choice: with naive fixed three-shot demonstrations, the 1-bit SLM regurgitates demonstration outputs verbatim regardless of input; 1.58-bit Ternary-Bonsai-1.7B reproduces byte-identical failures, ruling out quantization as the cause. We fix this with locale-conditioned rotating few-shot demonstrations: a character-range heuristic picks a locale-pure pool and a per-input MD5 hash samples three demonstrations. With the fix, 482/482 unique Bonsai-1.7B calls succeed (no echoes) and produce locale-correct surrogates, although the SLM still copies from a small same-locale demonstration pool - a residual narrowness we quantify. On a 2000-document multilingual corpus, hybrid perplexity (PPL) beats faker in all six locales under a multilingual evaluator (XGLM-564M); length preservation is best-of-three in 4 of 6 locales. On downstream NER (400 train / 100 test, English), redact yields F1=0.000, faker 0.656, original 0.960; on a matched 160/40 subset including hybrid, faker (0.506) outperforms hybrid (0.346) at p < 0.001. We report this as an honest negative finding: SLM surrogates produce more natural text but a less varied training distribution, and downstream NER benefits more from variety than from naturalness.

URL PDF HTML 收藏
2604.16380 2026-04-21 cs.CL cs.LG 93%

Data Mixing for Large Language Models Pretraining: A Survey and Outlook

大型语言模型预训练中的数据混合:综述与展望

Zhuo Chen, Yuxuan Miao, Supryadi, Deyi Xiong

机构 * The International Joint Institute of Tianjin University(天津大学国际联合研究院) Tianjin University(天津大学) TJUNLP Lab, School of Computer Science and Technology(天津大学自然语言处理实验室,计算机科学与技术学院)

专题命中 预训练与数据 :large language model(title,abstract);language model(title,abstract);pretraining(title,abstract);LLM(abstract,abstract_cn)

AI总结 本文综述了大型语言模型预训练中的数据混合方法,分析了静态与动态混合的分类及其性能成本权衡,指出领域迁移性、评估标准不统一等挑战,并提出未来研究方向。

Comments 41 pages, 4 figures, 1 table

Journal ref Data Intelligence 8 (2026), Art. No. 2026r01

详情
AI中文摘要

大型语言模型(LLMs)依赖于在大规模异质语料上进行预训练,其中训练数据的组成对训练效率和下游泛化能力有决定性影响。不同于样本级数据选择,数据混合优化领域级采样权重以更有效地分配有限预算。近年来,大量工作提出了原理性数据混合方法用于LLM预训练;然而文献仍分散且缺乏专门的系统性综述。本文提供了关于LLM预训练中数据混合的全面回顾。我们首先将数据混合优化形式化为概率单纯形上的双层问题,并阐明数据混合在预训练流程中的作用,简要解释现有方法如何在实践中使该公式可计算。然后介绍了一种细粒度的分类法,沿两个维度组织现有方法:静态与动态混合。静态混合进一步分为规则基于和学习基于方法,而动态混合分为适应性与外部引导家族。对于每种类别,我们总结了代表性方法并从性能-成本权衡角度分析其优缺点。基于此分析,我们指出横跨方法的挑战,包括在不同数据领域、优化目标、模型和验证集之间的迁移性有限,以及评估协议和基准不标准化,以及在学习方法中性能提升与成本控制之间的固有张力。最后,我们概述了若干探索方向,包括更细粒度的领域划分和反向数据混合,以及流程感知设计,旨在为未来研究提供概念和方法论见解。

英文摘要

Large language models (LLMs) rely on pretraining on massive and heterogeneous corpora, where training data composition has a decisive impact on training efficiency and downstream generalization under realistic compute and data budget constraints. Unlike sample-level data selection, data mixing optimizes domain-level sampling weights to allocate limited budgets more effectively. In recent years, a growing body of work has proposed principled data mixing methods for LLM pretraining; however, the literature remains fragmented and lacks a dedicated, systematic survey. This paper provides a comprehensive review of data mixing for LLM pretraining. We first formalize data mixture optimization as a bilevel problem on the probability simplex and clarify the role of data mixing in the pretraining pipeline, and briefly explain how existing methods make this formulation tractable in practice. We then introduce a fine-grained taxonomy that organizes existing methods along two dimensions: static versus dynamic mixing. Static mixing is further categorized into rule-based and learning-based methods, while dynamic mixing is grouped into adaptive and externally guided families. For each class, we summarize representative approaches and analyze their strengths and limitations from a performance-cost trade-off perspective. Building on this analysis, we highlight challenges that cut across methods, including limited transferability across data domains, optimization objectives, models, and validation sets, as well as unstandardized evaluation protocols and benchmarks, and the inherent tension between performance gains and cost control in learning-based methods. Finally, we outline several exploratory directions, including finer-grained domain partitioning and inverse data mixing, as well as pipeline-aware designs, aiming to provide conceptual and methodological insights for future research.

URL PDF HTML 收藏
2505.16363 2025-05-23 cs.LG cs.AI stat.ML 93%

AdamS: Momentum Itself Can Be A Normalizer for LLM Pretraining and Post-training

Huishuai Zhang, Bohan Wang, Luoxin Chen

机构 * Wangxuan Institute of Computer Technology, Peking University(北京大学王宣计算机技术研究所) University of Science and Technology of China(中国科学技术大学) State Key Laboratory of General Artificial Intelligence(通用人工智能国家重点实验室)

专题命中 预训练与数据 :LLM(title,abstract);pretraining(title,abstract);post-training(title,abstract);large language model(abstract)

详情
英文摘要

We introduce AdamS, a simple yet effective alternative to Adam for large language model (LLM) pretraining and post-training. By leveraging a novel denominator, i.e., the root of weighted sum of squares of the momentum and the current gradient, AdamS eliminates the need for second-moment estimates. Hence, AdamS is efficient, matching the memory and compute footprint of SGD with momentum while delivering superior optimization performance. Moreover, AdamS is easy to adopt: it can directly inherit hyperparameters of AdamW, and is entirely model-agnostic, integrating seamlessly into existing pipelines without modifications to optimizer APIs or architectures. The motivation behind AdamS stems from the observed $(L_0, L_1)$ smoothness properties in transformer objectives, where local smoothness is governed by gradient magnitudes that can be further approximated by momentum magnitudes. We establish rigorous theoretical convergence guarantees and provide practical guidelines for hyperparameter selection. Empirically, AdamS demonstrates strong performance in various tasks, including pre-training runs on GPT-2 and Llama2 (up to 13B parameters) and reinforcement learning in post-training regimes. With its efficiency, simplicity, and theoretical grounding, AdamS stands as a compelling alternative to existing optimizers.

URL PDF HTML 收藏
2509.05291 2026-05-01 cs.CL cs.AI cs.LG 93%

Crosscoding Through Time: Tracking Emergence & Consolidation Of Linguistic Representations Throughout LLM Pretraining

时间交叉编码:在LLM预训练过程中追踪语言表示的出现与巩固

Deniz Bayazit, Aaron Mueller, Antoine Bosselut

机构 * EPFL(瑞士联邦理工学院) Boston University(波士顿大学)

专题命中 预训练与数据 :LLM(title,title_cn);pretraining(title,abstract);large language model(abstract);language model(abstract)

AI总结 通过稀疏交叉编码器追踪LLM预训练中语言表示的演变,引入RelIE指标分析特征对任务性能的因果影响,实现对表示学习的可解释性分析。

Comments Accepted to ACL 2026

详情
AI中文摘要

大型语言模型(LLMs)在预训练过程中学习非平凡的抽象能力,如检测不规则复数名词主语。然而,传统评估方法(如基准测试)无法揭示模型如何获得这些概念和能力,因此不清楚这些特定语言能力何时以及如何出现。为填补这一差距并更好地理解概念层面的模型训练,我们使用稀疏交叉编码器来发现并对齐模型检查点的特征。通过这种方法,我们追踪了预训练过程中语言特征的演变。我们训练了在开源检查点三元组之间进行交叉编码,这些三元组具有显著的性能和表示变化,并引入了一个新的指标,相对间接效应(RelIE),以追踪特定特征在何时成为任务性能因果重要性的训练阶段。我们展示了交叉编码器可以在预训练过程中检测特征的出现、维持和消失。我们的方法具有架构无关性和可扩展性,为预训练过程中表示学习的可解释性和细粒度分析提供了一条有前途的路径。

英文摘要

Large language models (LLMs) learn non-trivial abstractions during pretraining, such as detecting irregular plural noun subjects. However, because traditional evaluation methods (e.g., benchmarking) fail to reveal how models acquire these concepts and capabilities, it is not well understood when and how these specific linguistic abilities emerge. To bridge this gap and better understand model training at the concept level, we use sparse crosscoders to discover and align features across model checkpoints. Using this approach, we track the evolution of linguistic features during pretraining. We train crosscoders between open-sourced checkpoint triplets with significant performance and representation shifts, and introduce a novel metric, Relative Indirect Effects (RelIE), to trace training stages at which individual features become causally important for task performance. We show that crosscoders can detect feature emergence, maintenance, and discontinuation during pretraining. Our approach is architecture-agnostic and scalable, offering a promising path toward more interpretable and fine-grained analysis of representation learning throughout pretraining.

URL PDF HTML 收藏
2601.21218 2026-06-10 cs.CL 版本更新 93%

Parametric Knowledge is Not All You Need: Toward Honest Large Language Models via Retrieval of Pretraining Data

参数化知识并非全部:通过检索预训练数据实现诚实的语言模型

Christopher Adrian Kusuma, Muhammad Reza Qorib, Hwee Tou Ng

机构 * Department of Computer Science, National University of Singapore(新加坡国立大学计算机科学系)

专题命中 预训练与数据 :large language model(title,abstract);language model(title,abstract);pretraining(title,abstract);LLM(abstract,abstract_cn)

AI总结 针对大语言模型在知识不足时产生幻觉的问题,提出利用公开预训练数据构建更鲁棒的诚实性评估基准,并设计检索预训练数据的方法提升模型诚实性。

Comments Findings of ACL 2026

详情
AI中文摘要

大型语言模型(LLMs)在回答问题方面能力很强,但通常不了解自己的知识边界,即知道什么知道和不知道什么。因此,它们可能在自己知识不足的主题上生成事实上不正确的回答,即所谓的幻觉。与其产生幻觉,语言模型应该更加诚实,在缺乏相关知识时回答“我不知道”。许多方法已被提出以提高LLM的诚实性,但它们的评估缺乏鲁棒性,因为它们没有考虑LLM在预训练期间吸收的知识。在本文中,我们利用Pythia(一个具有公开预训练数据的真正开放LLM)提出了一个更鲁棒的LLM诚实性评估基准数据集。此外,我们还提出了一种利用预训练数据构建更诚实LLM的新方法。

英文摘要

Large language models (LLMs) are highly capable of answering questions, but they are often unaware of their own knowledge boundary, i.e., knowing what they know and what they don't know. As a result, they can generate factually incorrect responses on topics they do not have enough knowledge of, commonly known as hallucination. Rather than hallucinating, a language model should be more honest and respond with "I don't know" when it does not have enough knowledge about a topic. Many methods have been proposed to improve LLM honesty, but their evaluations lack robustness, as they do not take into account the knowledge that the LLM has ingested during its pretraining. In this paper, we propose a more robust evaluation benchmark dataset for LLM honesty by utilizing Pythia, a truly open LLM with publicly available pretraining data. In addition, we also propose a novel method for harnessing the pretraining data to build a more honest LLM.

URL PDF HTML 收藏
2605.12382 2026-05-13 cs.CL 93%

Pretraining Exposure Explains Popularity Judgments in Large Language Models

预训练暴露解释了大型语言模型中的流行度判断

Jamshid Mozafari, Bhawna Piryani, Adam Jatowt

机构 * University of Innsbruck(因斯布鲁克大学)

专题命中 预训练与数据 :large language model(title,abstract);language model(title,abstract);pretraining(title,abstract);LLM(abstract,abstract_cn)

AI总结 研究通过分析预训练数据中的暴露统计,发现大型语言模型对流行实体的偏好主要受预训练暴露影响,而非外部流行度信号,揭示了数据暴露在驱动流行度偏差中的核心作用。

Comments Accepted at SIGIR 2026

Journal ref Proceedings of the 49th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR 2026)

详情
AI中文摘要

大型语言模型(LLMs)表现出对知名实体的系统性偏好,这种现象通常归因于流行度偏差。然而,这些偏好是反映真实世界流行度还是预训练期间的统计暴露仍不明确,主要由于训练语料的不可访问性。本文提供了首个基于完全可观察预训练数据的直接大规模流行度偏差分析。利用开放的OLMo模型及其完整预训练语料Dolma,我们计算了7.4万亿token级别的精确实体暴露统计。我们分析了涵盖五类(人物、地点、组织、艺术、产品)的2000个实体,并将预训练暴露与维基百科页面浏览量以及两种 elicited LLM 流行度信号(直接标量估计和配对比较)进行比较。我们的结果表明,预训练暴露与维基百科流行度高度相关,验证了暴露作为训练期间真实世界显著性代理的有效性。更重要的是,我们发现LLM流行度判断更接近暴露而非维基百科,尤其是在通过配对比较 elicited 时。这种一致性在较大模型中最强,并在长尾部分持续存在,其中维基百科流行度变得不可靠。总体而言,我们的发现表明,LLM中的流行度先验主要由预训练统计塑造,而非外部流行度信号,提供了实证证据表明数据暴露在驱动流行度偏差中起核心作用。

英文摘要

Large language models (LLMs) exhibit systematic preferences for well-known entities, a phenomenon often attributed to popularity bias. However, the extent to which these preferences reflect real-world popularity versus statistical exposure during pretraining remains unclear, largely due to the inaccessibility of most training corpora. We provide the first direct, large-scale analysis of popularity bias grounded in fully observable pretraining data. Leveraging the open OLMo models and their complete pretraining corpus, Dolma, we compute precise entity-level exposure statistics across 7.4 trillion tokens. We analyze 2,000 entities spanning five types (Person, Location, Organization, Art, Product) and compare pretraining exposure against Wikipedia pageviews and two elicited LLM popularity signals: direct scalar estimation and pairwise comparison. Our results show that pretraining exposure strongly correlates with Wikipedia popularity, validating exposure as a meaningful proxy for real-world salience during the training period. More importantly, we find that LLM popularity judgments align more closely with exposure than with Wikipedia, especially when elicited via pairwise comparisons. This alignment is strongest for larger models and persists in the long tail, where Wikipedia popularity becomes unreliable. Overall, our findings demonstrate that popularity priors in LLMs are primarily shaped by pretraining statistics rather than external popularity signals, offering concrete evidence that data exposure plays a central role in driving popularity bias.

URL PDF HTML 收藏
2604.05875 2026-04-08 cs.AI 93%

Joint Knowledge Base Completion and Question Answering by Combining Large Language Models and Small Language Models

通过结合大语言模型和小语言模型实现知识库补全与问答的联合处理

Yinan Liu, Dongying Lin, Sigang Luo, Xiaochun Yang, Bin Wang

机构 * School of Computer Science and Engineering, Northeastern University, Shenyang, China(东北大学计算机科学与工程学院,沈阳,中国) National Frontiers Science Center for Industrial Intelligence and Systems optimization, Northeastern University, Shenyang, China(东北大学工业智能与系统优化国家级前沿科学中心,沈阳,中国)

专题命中 预训练与数据 :large language model(title,abstract);language model(title,abstract);small language model(title,abstract);LLM(abstract)

AI总结 本文提出JCQL框架,结合大语言模型与小语言模型,通过迭代增强知识库补全与问答任务,提升两者性能。

Comments 20 pages, 11 figures

Journal ref ACL 2026

详情
AI中文摘要

知识库(KBs)在各种应用中起关键作用。作为两个代表性的KB相关任务,知识库补全(KBC)和知识库问答(KBQA)密切相关且相互补充。因此,解决联合KBC和KBQA任务有助于相互促进。然而,现有研究通常依赖小语言模型(SLM)来增强它们,而忽略了大语言模型(LLM)的强大推理能力。本文通过结合LLM和SLM的优势,提出了一种新的框架JCQL,使这两个任务以迭代的方式相互增强。为了使KBC增强KBQA,我们通过将SLM训练的KBC模型作为代理的行动,增强LLM代理基于KBQA的推理路径,从而缓解KBQA中的LLM幻觉和高计算成本问题。为了使KBQA增强KBC,我们通过利用KBQA的推理路径作为补充训练数据,逐步微调KBC模型,提高SLM在KBC中的能力。在两个公开基准数据集上的广泛实验表明,JCQL在KBC和KBQA任务中均优于所有基线。

英文摘要

Knowledge Bases (KBs) play a key role in various applications. As two representative KB-related tasks, knowledge base completion (KBC) and knowledge base question answering (KBQA) are closely related and inherently complementary with each other. Thus, it will be beneficial to solve the task of joint KBC and KBQA to make them reinforce each other. However, existing studies usually rely on the small language model (SLM) to enhance them jointly, and the large language model (LLM)'s strong reasoning ability is ignored. In this paper, by combining the strengths of the LLM with the SLM, we propose a novel framework JCQL, which can make these two tasks enhance each other in an iterative manner. To make KBC enhance KBQA, we augment the LLM agent-based KBQA model's reasoning paths by incorporating an SLM-trained KBC model as an action of the agent, alleviating the LLM's hallucination and high computational costs issue in KBQA. To make KBQA enhance KBC, we incrementally fine-tune the KBC model by leveraging KBQA's reasoning paths as its supplementary training data, improving the ability of the SLM in KBC. Extensive experiments over two public benchmark data sets demonstrate that JCQL surpasses all baselines for both KBC and KBQA tasks.

URL PDF HTML 收藏
2606.21631 2026-06-23 cs.CL cs.LG 新提交 93%

CuratorKIT : Data Curation and Synthetic Data Generation for LLM Post-Training

CuratorKIT:用于LLM后训练的数据策展与合成数据生成

Soham Bhattacharjee, Karun Sharma, Vinay Kumar Sankarapu, Pratinav Seth

机构 * Lexsi Labs(Lexsi实验室)

专题命中 预训练与数据 :LLM(title,title_cn);post-training(title,abstract);large language model(abstract);language model(abstract)

AI总结 提出开源库CuratorKIT,集成数据摄取、去重、合成生成和质量过滤的全生命周期,通过可配置管道和可审计的样本溯源链提升后训练数据管道的透明度和可复现性。

详情
AI中文摘要

数据策展是大语言模型后训练管道中的关键部分,然而现有工具通常将数据摄取、去重、合成生成和质量过滤视为独立阶段。这种碎片化使得审计管道决策或理解单个样本为何被拒绝变得困难。CuratorKIT 是一个开源 Python 库,在单个可配置管道中覆盖整个生命周期。该框架由六个源格式读取器和自动模式检测、一个用于凭证、PII 和有毒内容的生成前数据卫生层、八个基于 LLM 的生成任务、三个带有来源精确幻觉验证的互补质量门控、结构化自适应恢复以及五个与 TRL、Unsloth 和 AlignTune 兼容的训练就绪导出格式组成。每个管道决策都记录在仅追加的每个样本溯源链中,被拒绝的样本带有结构化的失败原因,而不是被静默丢弃。CuratorKIT 通过 LiteLLM 支持 100 多个 LLM 提供商,提供 Python API 和 YAML 驱动的 CLI,专为需要可复现、可审计的大规模数据管道的实践者设计。

英文摘要

Data curation is a critical part of post-training pipelines for large language models, yet existing tools often treat ingestion, deduplication, synthetic generation, and quality filtering as separate stages. This fragmentation makes it difficult to audit pipeline decisions or understand why individual samples are rejected. CuratorKIT is an open-source Python library that covers this full lifecycle in a single configurable pipeline. The framework is composed of six source format readers and automatic schema detection, a pre-generation data hygiene layer for credentials, PII, and toxic content, eight LLM-powered generation tasks, three complementary quality gates with provenance-exact hallucination verification, structured adaptive recovery, and five training-ready export formats compatible with TRL, Unsloth, and AlignTune. Every pipeline decision is recorded in an append-only per-sample provenance chain, and rejected samples carry structured failure reasons rather than being silently discarded. CuratorKIT supports 100+ LLM providers through LiteLLM, exposes both a Python API and a YAML-driven CLI, and is designed for practitioners who need reproducible, auditable data pipelines at scale .

URL PDF HTML 收藏
2407.10486 2026-06-05 cs.AI cs.CL 93%

IDEAL: Leveraging Infinite and Dynamic Characterizations of Large Language Models for Query-focused Summarization

IDEAL: 利用大型语言模型的无限和动态特性进行查询导向的摘要

Jie Cao, Dian Jiao, Yang Dai, Rolan Yan, Wenqiao Zhang, Siliang Tang

机构 * Zhejiang University(浙江大学) Tencent, Wechat(腾讯,微信)

专题命中 预训练与数据 :LLM(summary_cn,abstract);large language model(title,abstract);language model(title,abstract);pretraining(abstract)

AI总结 本文针对查询导向摘要问题,提出两种核心方法:高效细粒度查询-LLM对齐和长文档摘要,通过Query-aware HyperExpert和Query-focused Infini-attention模块实现,实验验证了方法的有效性和通用性。

详情
AI中文摘要

查询导向摘要(QFS)旨在生成回答特定问题的摘要,使用户能够更好地控制和个性化内容。随着大型语言模型(LLMs)的出现,其通过大规模预训练展现出了强大的文本理解能力,这表明了提取片段生成的巨大潜力。本文系统地研究了LLMs基于QFS模型应具备的两个不可或缺特性,即高效细粒度查询-LLM对齐和长文档摘要。相应地,我们提出了两个模块,称为Query-aware HyperExpert和Query-focused Infini-attention,以访问上述特性。这些创新为QFS技术的更广泛应用和可访问性铺平了道路。在现有QFS基准上的广泛实验表明了所提出方法的有效性和通用性。

英文摘要

Query-focused summarization (QFS) aims to produce summaries that answer particular questions of interest, enabling greater user control and personalization. The advent of large language models (LLMs), shows their impressive capability of textual understanding through large-scale pretraining, which implies the great potential of extractive snippet generation. In this paper, we systematically investigated two indispensable characteristics that the LLMs-based QFS models should be harnessed, \emph{Efficiently Fine-grained Query-LLM Alignment} and \emph{Lengthy Document Summarization}, respectively. Correspondingly, we propose two modules called Query-aware HyperExpert and Query-focused Infini-attention to access the aforementioned characteristics. These innovations pave the way for broader application and accessibility in the field of QFS technology. Extensive experiments conducted on existing QFS benchmarks indicate the effectiveness and generalizability of the proposed approach.

URL PDF HTML 收藏
2603.05308 2026-06-02 cs.CL cs.AI 93%

Med-V1: Small Language Models for Zero-shot and Scalable Biomedical Evidence Attribution

Med-V1:用于零样本和可扩展生物医学证据归因的小型语言模型

Qiao Jin, Yin Fang, Lauren He, Yifan Yang, Guangzhi Xiong, Zhizheng Wang, Nicholas Wan, Joey Chan, Donald C. Comeau, Robert Leaman, Charalampos S. Floudas, Aidong Zhang, Michael F. Chiang, Yifan Peng, Zhiyong Lu

机构 * Division of Intramural Research, National Library of Medicine, National Institutes of Health(国家医学图书馆内部研究部,国立卫生研究院) Department of Computer Science, University of Virginia(弗吉尼亚大学计算机科学系) Center for Cancer Research, National Cancer Institute, National Institutes of Health(国家癌症研究所癌症研究中心,国立卫生研究院) Department of Population Health Sciences, Weill Cornell Medicine Institute of AI for Digital Health, Weill Cornell Medicine(韦尔·科恩医学中心流行病学与健康科学系,韦尔·科恩医学中心人工智能与数字健康研究所)

专题命中 预训练与数据 :LLM(summary_cn,abstract);language model(title,abstract);small language model(title,abstract);large language model(abstract)

AI总结 提出仅3B参数的小语言模型Med-V1,通过高质量合成数据训练,在生物医学证据归因任务上性能媲美GPT-5等前沿大模型,并用于量化LLM幻觉和识别临床指南中的证据错误归因。

详情
AI中文摘要

评估一篇文章是否支持某个断言对于幻觉检测和声明验证至关重要。虽然大型语言模型(LLM)有潜力自动化这一任务,但实现强性能需要如GPT-5这样的前沿模型,而这些模型在规模部署时成本过高。为了高效执行生物医学证据归因,我们提出了Med-V1,一个仅有三亿参数的小语言模型家族。在本研究中新开发的高质量合成数据上训练,Med-V1在统一为验证格式的五个生物医学基准上显著优于其基础模型(+27.0%至+71.3%)。尽管规模较小,Med-V1的性能与GPT-5等前沿LLM相当,并提供高质量的预测解释。我们使用Med-V1进行了首次用例研究,量化了不同引用指令下LLM生成答案中的幻觉。结果表明,格式指令强烈影响引文有效性和幻觉,GPT-5生成更多声明但表现出与GPT-4o相似的幻觉率。此外,我们展示了第二个用例,表明Med-V1可以自动识别临床实践指南中的高风险证据错误归因,揭示了否则难以大规模识别的潜在负面公共卫生影响。总体而言,Med-V1为生物医学证据归因和验证任务的实际应用提供了一种高效、准确的轻量级替代方案。Med-V1可在https://github.com/ncbi-nlp/Med-V1获取。

英文摘要

Assessing whether an article supports an assertion is essential for hallucination detection and claim verification. While large language models (LLMs) have the potential to automate this task, achieving strong performance requires frontier models such as GPT-5 that are prohibitively expensive to deploy at scale. To efficiently perform biomedical evidence attribution, we present Med-V1, a family of small language models with only three billion parameters. Trained on high-quality synthetic data newly developed in this study, Med-V1 substantially outperforms (+27.0% to +71.3%) its base models on five biomedical benchmarks unified into a verification format. Despite its smaller size, Med-V1 performs comparably to frontier LLMs such as GPT-5, along with high-quality explanations for its predictions. We use Med-V1 to conduct a first-of-its-kind use case study that quantifies hallucinations in LLM-generated answers under different citation instructions. Results show that the format instruction strongly affects citation validity and hallucination, with GPT-5 generating more claims but exhibiting hallucination rates similar to GPT-4o. Additionally, we present a second use case showing that Med-V1 can automatically identify high-stakes evidence misattributions in clinical practice guidelines, revealing potentially negative public health impacts that are otherwise challenging to identify at scale. Overall, Med-V1 provides an efficient and accurate lightweight alternative to frontier LLMs for practical and real-world applications in biomedical evidence attribution and verification tasks. Med-V1 is available at https://github.com/ncbi-nlp/Med-V1.

URL PDF HTML 收藏
2605.13329 2026-05-14 cs.CL cs.AI 93%

Tracing Persona Vectors Through LLM Pretraining

通过LLM预训练追溯人格向量

Viktor Moskvoretskii, Dominik Glandorf, Jorge Medina Moreira, Tanja Käser, Robert West

机构 * EPFL(苏黎世联邦理工学院)

专题命中 预训练与数据 :LLM(title,title_cn);pretraining(title,abstract);large language model(abstract);language model(abstract)

AI总结 研究LLM预训练中人格向量的形成机制,发现其在早期阶段就形成并持续优化,为模型安全性和可控性提供新视角。

Comments Preprint

详情
AI中文摘要

大型语言模型内部如何表示高层行为是人工智能安全的核心可解释性问题:它决定了我们能检测、审计或干预什么。最近的研究表明,如邪恶或阿谀奉承等特质对应于内部激活的线性方向,即所谓的性格向量。尽管这些向量现在被广泛用于检查和引导模型行为,但其在训练过程中如何形成仍不清楚。为填补这一空白,我们追踪了OLMo-3-7B的预训练过程,发现性格向量在预训练早期(在OLMo-3预训练中仅占0.22%)就形成,并在完全训练后仍能有效引导指令模型。虽然核心表示在早期形成,但性格向量在整个预训练过程中持续几何和语义上优化。我们进一步比较了替代的提取策略,发现所有策略都能产生有效的方向,每种策略揭示了底层性格的不同定性方面。在Apertus-8B上复制我们的分析表明,我们的发现超越了OLMo-3。我们的结果确立了性格表示作为早期预训练的稳定特征,并为研究训练如何形成、优化和塑造它们开辟了新路径。

英文摘要

How large language models internally represent high-level behaviors is a core interpretability question with direct relevance to AI safety: it determines what we can detect, audit, or intervene on. Recent work has shown that traits such as evil or sycophancy correspond to linear directions in the internal activations, the so-called persona vectors. Although these vectors are now routinely utilized to inspect and steer model behavior in safety-relevant settings, how these representations are formed during training remains unknown. To address this gap, we trace persona vectors across the pretraining of OLMo-3-7B, finding that persona vectors form remarkably early -- within 0.22% of OLMo-3 pretraining -- and remain effective for steering the fully post-trained instruct models. Although core representations are formed early on, persona vectors continue to refine geometrically and semantically throughout pretraining. We further compare alternative elicitation strategies and find that all yield effective directions, with each strategy surfacing qualitatively distinct facets of the underlying persona. Replicating our analysis on Apertus-8B reveals that our findings transfer qualitatively beyond OLMo-3. Our results establish persona representations as stable features of early pretraining and open a path to studying how training forms, refines, and shapes them.

URL PDF HTML 收藏
2509.26404 2026-04-15 cs.CR cs.AI cs.CL 93%

SeedPrints: Fingerprints Can Even Tell Which Seed Your Large Language Model Was Trained From

SeedPrints: 指纹甚至能告诉你是哪种种子训练了你的大型语言模型

Yao Tong, Haonan Wang, Siquan Li, Kenji Kawaguchi, Tianyang Hu

机构 * National University of Singapore(新加坡国立大学) The Chinese University of Hong Kong, Shenzhen(香港中文大学(深圳))

专题命中 预训练与数据 :LLM(summary_cn,abstract);large language model(title,abstract);language model(title,abstract);pretraining(abstract)

AI总结 本文提出SeedPrints方法,通过随机初始化偏倚实现LLM的内在指纹识别,解决了传统指纹方法在大规模预训练阶段可靠性不足的问题,实现了从初始化到全生命周期的身份验证。

Comments Accepted to ICLR 2026. The code repository linked on OpenReview is outdated; the latest code is available via the final arXiv version

详情
AI中文摘要

对大型语言模型进行指纹识别对于证明来源和模型归属至关重要。现有的指纹方法主要在微调后评估,此时模型已通过训练数据、优化动态或超参数获得稳定的指纹。然而,模型大部分容量和知识是在预训练阶段获得的,而非下游微调,因此大规模预训练是一个更根本的验证来源的阶段。我们证明现有指纹方法在此阶段不可靠,因为它们依赖于事后指纹,这些指纹只有在大量训练后才会出现。这一限制与经典的加顿指纹概念相矛盾,即指纹是内在且持久的身份。相反,我们提出了一种更强大且更内在的LLM指纹概念:SeedPrints,一种利用随机初始化偏倚作为持久、种子依赖的标识符的方法,即使在训练开始前也存在。我们展示了未训练的模型表现出由初始化种子诱导的可重复预测偏倚,并且这些弱信号在整个训练过程中仍能统计上被检测到,从而实现高置信度的来源验证。与先前技术在早期预训练阶段失败或在分布变化下退化不同,SeedPrints在所有训练阶段均有效,从初始化到大规模预训练和下游适应。在LLaMA风格和Qwen风格模型上的实验展示了种子级别的可区分性,并实现了从出生到生命周期的身份验证。在大规模预训练轨迹和现实世界指纹识别基准上的评估进一步证实了其在长时间训练、领域变化和参数修改下的鲁棒性。

英文摘要

Fingerprinting Large Language Models (LLMs)is essential for provenance verification and model attribution. Existing fingerprinting methods are primarily evaluated after fine-tuning, where models have already acquired stable signatures from training data, optimization dynamics, or hyperparameters. However, most of a model's capacity and knowledge are acquired during pretraining rather than downstream fine-tuning, making large-scale pretraining a more fundamental regime for lineage verification. We show that existing fingerprinting methods become unreliable in this regime, as they rely on post-hoc signatures that only emerge after substantial training. This limitation contradicts the classical Galton notion of a fingerprint as an intrinsic and persistent identity. In contrast, we propose a stronger and more intrinsic notion of LLM fingerprinting: SeedPrints, a method that leverages random initialization biases as persistent, seed-dependent identifiers present even before training begins. We show that untrained models exhibit reproducible prediction biases induced by their initialization seed, and that these weak signals remain statistically detectable throughout training, enabling high-confidence lineage verification. Unlike prior techniques that fail during early pretraining or degrade under distribution shifts, SeedPrints remains effective across all training stages, from initialization to large-scale pretraining and downstream adaptation. Experiments on LLaMA-style and Qwen-style models demonstrate seed-level distinguishability and enable birth-to-lifecycle identity verification. Evaluations on large-scale pretraining trajectories and real-world fingerprinting benchmarks further confirm its robustness under prolonged training, domain shifts, and parameter modifications.

URL PDF HTML 收藏
2509.25149 2026-03-06 cs.CL cs.AI cs.LG 93%

Pretraining Large Language Models with NVFP4

用NVFP4预训练大语言模型

NVIDIA, Felix Abecassis, Anjulie Agrusa, Dong Ahn, Jonah Alben, Stefania Alborghetti, Michael Andersch, Sivakumar Arayandi, Alexis Bjorlin, Aaron Blakeman, Evan Briones, Ian Buck, Bryan Catanzaro, Muya Chang, Jinhang Choi, Mike Chrzanowski, Eric Chung, Victor Cui, Steve Dai, Bita Darvish Rouhani, Carlo del Mundo, Deena Donia, Burc Eryilmaz, Henry Estela, Abhinav Goel, Oleg Goncharov, Yugi Guvvala, Robert Hesse, Russell Hewett, Herbert Hum, Ujval Kapasi, Brucek Khailany, Mikail Khona, Nick Knight, Alex Kondratenko, Ronny Krashinsky, Ben Lanir, Simon Layton, Michael Lightstone, Daniel Lo, Paulius Micikevicius, Asit Mishra, Tim Moon, Deepak Narayanan, Chao Ni, Abhijit Paithankar, Satish Pasumarthi, Ankit Patel, Mostofa Patwary, Ashwin Poojary, Gargi Prasad, Sweta Priyadarshi, Yigong Qin, Xiaowei Ren, Oleg Rybakov, Charbel Sakr, Sanjeev Satheesh, Stas Sergienko, Pasha Shamis, Kirthi Shankar, Nishant Sharma, Mohammad Shoeybi, Michael Siu, Misha Smelyanskiy, Darko Stosic, Dusan Stosic, Bor-Yiing Su, Frank Sun, Nima Tajbakhsh, Shelby Thomas, Przemek Tredak, Evgeny Tsykunov, Gandhi Vaithilingam, Aditya Vavre, Rangharajan Venkatesan, Roger Waleffe, Qiyu Wan, Hexin Wang, Mengdi Wang, Lizzie Wei, Hao Wu, Evan Wu, Keith Wyss, Ning Xu, Jinze Xue, Charlene Yang, Yujia Zhai, Ruoxi Zhang, Jingyang Zhu, Zhongbo Zhu

机构 * NVIDIA

专题命中 预训练与数据 :large language model(title,abstract);language model(title,abstract);pretraining(title,abstract);LLM(abstract)

AI总结 本研究提出了一种基于NVFP4的预训练方法,通过整合随机哈达玛变换、二维量化方案和随机舍入等技术,实现稳定且高效的大型语言模型训练。

Comments Update includes: (1) fixing a typo in eq. 2 (2) updating author list, and (3) adding a related work

详情
AI中文摘要

当前大型语言模型(LLMs)在许多领域都是强大的问题求解者,随着模型规模、训练集规模和训练集质量的提升,其能力持续增强,这通过行业内的广泛研究和实验得到证实。训练前沿模型今天需要大约数十到数百 yottaflops 的计算资源,这是一项巨大的时间、计算和能源投入。因此,提高预训练效率对于启用下一代更强大 LLMs 是至关重要的。虽然 8 位浮点(FP8)训练现在被广泛采用,但向更窄的精度,如 4 位浮点(FP4)过渡,可能在计算速度和资源利用方面解锁额外的改进。然而,这种级别的量化对训练稳定性、收敛性和实现提出了挑战,尤其是在训练长 token 时间跨度的大型模型时。在本研究中,我们介绍了一种新的方法,用于使用 NVFP4 格式稳定且准确地训练大型语言模型(LLMs)。我们的方法整合了随机哈达玛变换(RHT)以限制块级异常值,采用二维量化方案以在正向和反向传递中保持一致的表示,利用随机舍入进行无偏梯度估计,并结合选择性高精度层。我们通过在 10 万亿个 token 上训练一个 120 亿参数模型来验证我们的方法——这是目前在 4 位精度下记录的最长公开训练运行。我们的结果表明,使用基于 NVFP4 的预训练技术训练的模型在训练损失和下游任务准确率上与 FP8 基准相当。这些发现表明,当与我们的训练方法结合时,NVFP4 代表了窄精度 LLM 训练算法的重大进展。

英文摘要

Large Language Models (LLMs) today are powerful problem solvers across many domains, and they continue to get stronger as they scale in model size, training set size, and training set quality, as shown by extensive research and experimentation across the industry. Training a frontier model today requires on the order of tens to hundreds of yottaflops, which is a massive investment of time, compute, and energy. Improving pretraining efficiency is therefore essential to enable the next generation of even more capable LLMs. While 8-bit floating point (FP8) training is now widely adopted, transitioning to even narrower precision, such as 4-bit floating point (FP4), could unlock additional improvements in computational speed and resource utilization. However, quantization at this level poses challenges to training stability, convergence, and implementation, notably for large-scale models trained on long token horizons. In this study, we introduce a novel approach for stable and accurate training of large language models (LLMs) using the NVFP4 format. Our method integrates Random Hadamard transforms (RHT) to bound block-level outliers, employs a two-dimensional quantization scheme for consistent representations across both the forward and backward passes, utilizes stochastic rounding for unbiased gradient estimation, and incorporates selective high-precision layers. We validate our approach by training a 12-billion-parameter model on 10 trillion tokens -- the longest publicly documented training run in 4-bit precision to date. Our results show that the model trained with our NVFP4-based pretraining technique achieves training loss and downstream task accuracies comparable to an FP8 baseline. These findings highlight that NVFP4, when combined with our training approach, represents a major step forward in narrow-precision LLM training algorithms.

URL PDF HTML 收藏
2510.22961 2026-03-03 eess.AS 93%

Adapting Speech Foundation Models for Unified Multimodal Speech Recognition with Large Language Models

为统一多模态语音识别适应语音基础模型与大语言模型

Jing-Xuan Zhang, Genshun Wan, Jin Li, Jianqing Gao, Duo Zhao, Zhen-Hua Ling

专题命中 预训练与数据 :large language model(title,abstract);language model(title,abstract);foundation model(title,abstract);LLM(abstract)

AI总结 本文提出UASR-LLM框架,通过大语言模型与语音基础模型结合,实现多模态语音识别的统一优化与性能提升。

Comments 10 pages, 4 figures, 5 tables

详情
AI中文摘要

尽管语音基础模型(SFMs)在单音频任务中展现了卓越的性能,但将其适应到多模态场景仍处于探索阶段。本文提出UASR-LLM,一种新颖的框架,通过利用大语言模型(LLMs)作为文本解码器,将冻结的SFMs适应到统一的视觉语音识别(VSR)、自动语音识别(ASR)和音频-视觉语音识别(AVSR)。通过视觉注入模块将视觉表示注入到多个SFM层中,实现多模态融合和统一表示学习。增强的SFMs通过馈送前向适配器连接到仅解码器的LLMs,其中拼接的表示和指令提示引导转录。我们提出了一种两阶段训练策略,包括视觉注入预训练和语音识别微调。预训练阶段在冻结的SFM主干中对齐音频、视觉和音频-视觉表示,而微调阶段整合LLMs以在语音识别任务中实现统一优化。实验结果表明,在干净和嘈杂条件下,UASR-LLM在VSR、ASR和AVSR上均优于最先进的基线。消融研究进一步验证了在各种SFMs和LLMs上的泛化能力,证实了所提训练策略的有效性。

英文摘要

While speech foundation models (SFMs) have demonstrated remarkable performance in audio-only tasks, their adaptation to multimodal scenarios remains underexplored. This work presents UASR-LLM, a novel framework that adapts frozen SFMs to unified visual speech recognition (VSR), automatic speech recognition (ASR), and audio-visual speech recognition (AVSR) by leveraging large language models (LLMs) as text decoders. Visual representations are injected into multiple SFM layers via visual injection modules, enabling multimodal fusion and unified representation learning. The augmented SFMs are connected to decoder-only LLMs through a feed-forward adaptor, where concatenated representations and instruction prompts guide transcription. We propose a two-stage training strategy consisting of visual injection pretraining followed by speech recognition finetuning. The pretraining stage aligns audio, visual, and audio-visual representations within the frozen SFM backbone, while the finetuning stage integrates LLMs for unified optimization across speech recognition tasks. Experimental results demonstrate superior performance over state-of-the-art baselines across VSR, ASR, and AVSR under both clean and noisy conditions. Ablation studies further confirm generalization across various SFMs and LLMs, validating the effectiveness of the proposed training strategy.

URL PDF HTML 收藏
2407.02694 2025-04-21 cs.LG cs.AI cs.CL stat.ML 93%

LLM-Select: Feature Selection with Large Language Models

Daniel P. Jeong, Zachary C. Lipton, Pradeep Ravikumar

专题命中 预训练与数据 :LLM(title,abstract);large language model(title,abstract);language model(title,abstract);prompting(abstract)

Comments Published in Transactions on Machine Learning Research (TMLR), April 2025

详情
英文摘要

In this paper, we demonstrate a surprising capability of large language models (LLMs): given only input feature names and a description of a prediction task, they are capable of selecting the most predictive features, with performance rivaling the standard tools of data science. Remarkably, these models exhibit this capacity across various query mechanisms. For example, we zero-shot prompt an LLM to output a numerical importance score for a feature (e.g., "blood pressure") in predicting an outcome of interest (e.g., "heart failure"), with no additional context. In particular, we find that the latest models, such as GPT-4, can consistently identify the most predictive features regardless of the query mechanism and across various prompting strategies. We illustrate these findings through extensive experiments on real-world data, where we show that LLM-based feature selection consistently achieves strong performance competitive with data-driven methods such as the LASSO, despite never having looked at the downstream training data. Our findings suggest that LLMs may be useful not only for selecting the best features for training but also for deciding which features to collect in the first place. This could benefit practitioners in domains like healthcare and the social sciences, where collecting high-quality data comes at a high cost.

URL PDF HTML 收藏
2410.10880 2025-03-18 cs.CL cs.AI cs.LG 93%

Fine-tuning can Help Detect Pretraining Data from Large Language Models

Hengxiang Zhang, Songxin Zhang, Bingyi Jing, Hongxin Wei

专题命中 预训练与数据 :large language model(title,abstract);language model(title,abstract);pretraining(title,abstract);LLM(abstract)

详情
英文摘要

In the era of large language models (LLMs), detecting pretraining data has been increasingly important due to concerns about fair evaluation and ethical risks. Current methods differentiate members and non-members by designing scoring functions, like Perplexity and Min-k%. However, the diversity and complexity of training data magnifies the difficulty of distinguishing, leading to suboptimal performance in detecting pretraining data. In this paper, we first explore the benefits of unseen data, which can be easily collected after the release of the LLM. We find that the perplexities of LLMs shift differently for members and non-members, after fine-tuning with a small amount of previously unseen data. In light of this, we introduce a novel and effective method termed Fine-tuned Score Deviation(FSD), which improves the performance of current scoring functions for pretraining data detection. In particular, we propose to measure the deviation distance of current scores after fine-tuning on a small amount of unseen data within the same domain. In effect, using a few unseen data can largely decrease the scores of all non-members, leading to a larger deviation distance than members. Extensive experiments demonstrate the effectiveness of our method, significantly improving the AUC score on common benchmark datasets across various models.

URL PDF HTML 收藏