PulseAugur
实时 19:49:16
English(EN) Understanding Alignment in Multimodal LLMs: A Comprehensive Study

新的大语言模型研究涵盖多模态对齐、推理审计和能源使用 · 已追踪 10 个来源

近期研究探讨了大语言模型(LLM)能力和局限性的各个方面。一项研究调查了多模态大语言模型的对齐问题,提出了一种新的数据生成方法来提高图像-文本一致性。另一篇论文介绍了一种用于评估大语言模型推理的协议级审计,突出了基准分数与实际行为属性之间的差异。进一步的研究利用围棋死活题探究了大语言模型的推理效率,揭示了当前模型在搜索组织方面存在困难。此外,还有研究考察了大语言模型的能耗、默认设置和代币定价对推理服务的影响,以及低资源编程语言基准的开发。 AI

影响 这些论文强调了大语言模型评估、对齐和效率方面的进展,推动了人工智能能力和理解的边界。

排序理由 该集群由 arXiv 上发表的多篇学术论文组成,重点关注大语言模型的研究和评估。

在 Apple Machine Learning Research 阅读 →

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

新的大语言模型研究涵盖多模态对齐、推理审计和能源使用 · 已追踪 10 个来源

本文如何被排名

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Research
该集群由 arXiv 上发表的多篇学术论文组成,重点关注大语言模型的研究和评估。
Source corroboration
441 independent sources
Strong cross-source corroboration — multiple independent publishers covered this within the clustering window.
Topics
paper, other
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
58 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.
Coverage growth since scoring
+75 source(s) since last score
New sources have picked up this story since our last re-score. Score will update on the next scoring pass.

完整方法见我们的编辑标准

报道来源 [441]

  1. Apple Machine Learning Research TIER_1 English(EN) ·

    探究大型语言模型中类人行为:模型行为、用户因素和系统提示的多维度分析

    Large language models (LLMs) exhibit a wide range of human-like behaviors, from expressing thoughts and emotions, to engaging in relationship-building with users, to refusing requests and maintaining boundaries. Despite their prevalence, researchers and practitioners lack methods…

  2. Apple Machine Learning Research TIER_1 English(EN) ·

    理解多模态大语言模型的对齐:一项综合研究

    Preference alignment has become a crucial component in enhancing the performance of Large Language Models (LLMs), yet its impact in Multimodal Large Language Models (MLLMs) remains comparatively underexplored. Similar to language models, MLLMs for image understanding tasks encoun…

  3. arXiv cs.AI TIER_1 English(EN) · Stephen Mell, Botong Zhang, David Mell, Shuo Li, Ramya Ramalingam, Nathan Yu, Stephan Zdancewic, Osbert Bastani ·

    Quasar:一种专门用于 LLM 代码操作的编程语言

    arXiv:2506.12202v2 Announce Type: replace-cross Abstract: Large language models (LLMs) often call external tools to solve tasks. One effective strategy is for LLMs to write code, enabling them to use complex control flow such as conditionals and loops. Such code actions are typic…

  4. arXiv cs.AI TIER_1 English(EN) · Tinghui Zhang, Yifan Wang, Daisy Zhe Wang ·

    SCOPE:一种用于大型语言模型提示压缩的生成方法

    arXiv:2508.15813v2 Announce Type: replace-cross Abstract: A big issue in modern LLM applications is they tend to feed long context to LLM, which results in high inference cost and latency, and may exceed the context limit. Prompt compression addresses this issue by reducing the l…

  5. arXiv cs.AI TIER_1 English(EN) · Erik Thureck, Robert K\"uhnen, Tim Jacobowitz ·

    PromptResponse:优化用于LLM编码任务的提示

    arXiv:2608.21074v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly used in research workflows and software development pipelines, yet their output remains sensitive to input prompt variations. This paper presents $\unicode{x00AB}$PromptResponse$\unico…

  6. arXiv cs.CL TIER_1 English(EN) · Juan Yeo, Geewook Kim ·

    合规性、能力与冲突:系统消息下的多模态大模型基准测试

    arXiv:2608.19207v1 Announce Type: new Abstract: Production deployments of Multimodal Large Language Models (MLLMs) increasingly rely on system messages to govern model behavior. Yet existing benchmarks either evaluate constraints in text only or embed them into the user turn, lea…

  7. arXiv cs.LG TIER_1 English(EN) · Huang Cheng ·

    CacheRoute:大规模LLM服务中的计划前缀亲和路由

    arXiv:2608.19677v1 Announce Type: cross Abstract: Prefix caching avoids prefill only when a repeated request returns to a server that still holds the prefix KV. Cache-blind balancing disperses that reuse; fixed affinity preserves it but can overload a server. CacheRoute resolves …

  8. arXiv cs.CL TIER_1 English(EN) · Qihang Fan, Huaibo Huang, Zhiying Wu, Bingning Wang, Ran He ·

    FlashPrefill V2:面向长上下文 LLM 推理的块稀疏预填充注意力机制

    arXiv:2608.19758v1 Announce Type: new Abstract: Long-context modeling is a pivotal capability for Large Language Models, yet the quadratic complexity of attention remains a critical bottleneck, particularly during the compute-intensive prefilling phase. Our previous work, FlashPr…

  9. arXiv cs.CL TIER_1 English(EN) · Yichu Fang, Sitong Wei, Haozhe Hu, Xiaoyu Shen ·

    ReCache:面向工具增强LLM代理的高效KV缓存重用与压缩

    arXiv:2608.19662v1 Announce Type: new Abstract: Agentic language models repeatedly encode tool and skill schemas that recur across requests in different combinations and orders, preventing standard prefix caching from reusing their key--value (KV) states. We introduce \textbf{ReC…

  10. arXiv cs.AI TIER_1 English(EN) · Jiahao Lin, Alish Kanani, Sangwan Lee, Jaehyun Park, Umit Ogras ·

    HYDRA:面向动态混合LLM工作负载服务的异构Chiplet DSE框架

    arXiv:2608.19395v1 Announce Type: cross Abstract: Hybrid Transformer-Mamba large language models (LLMs) enhance long-context efficiency, but their heterogeneous computation and communication patterns complicate efficient hardware acceleration. Chiplet-based architectures offer a …

  11. arXiv cs.AI TIER_1 English(EN) · Mengru Wang, Haozhe Luo, Zhenqian Xu, Zhixiang Cui, Haoming Xu, Qu Yang, Jizhan Fang, Junfeng Fang, Ningyu Zhang ·

    MemTrapBench:对大语言模型记忆使用的认知陷阱进行基准测试

    arXiv:2608.20202v1 Announce Type: new Abstract: Memory has become a key component of large language models, enabling them to retain information and learn from long-term interactions. However, existing memory benchmarks mainly evaluate whether information is correctly extracted, s…

  12. arXiv cs.AI TIER_1 English(EN) · Jacob Nielsen, Danial Namazifard, Lukas Galke Poech, Peter Schneider-Kamp ·

    一次编写,随处运行:Axon DSL 助力构建安全且框架无关的 LLM 架构

    arXiv:2608.19889v1 Announce Type: new Abstract: The entire ecosystem of open-source language models effectively relies on a single platform. What if this platform was forced to shut down tomorrow? Implementing and maintaining efficient model definitions and translating them betwe…

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

    MemTrapBench:对大语言模型记忆使用的认知陷阱进行基准测试

    Memory has become a key component of large language models, enabling them to retain information and learn from long-term interactions. However, existing memory benchmarks mainly evaluate whether information is correctly extracted, stored, and retrieved, while largely overlooking …

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

    FlashPrefill V2:面向长上下文LLM服务的块稀疏预填充注意力机制

    FlashPrefill V2 improves long-context serving via mean-corrected sparse attention, optimized GPU operators, and framework integration, achieving large speedups over dense baselines.

  15. arXiv cs.AI TIER_1 English(EN) · Chenxu Niu ·

    TokenPowerSandbox:面向能耗感知的LLM服务的证据门控CPU优先筛选

    arXiv:2608.18149v1 Announce Type: cross Abstract: Energy-aware LLM serving requires comparing configurations under realistic request shapes, yet exhaustive target-GPU profiling is costly and a cheap predictor can be dangerously confident outside its measured scope. We present Tok…

  16. arXiv cs.AI TIER_1 English(EN) · Lizhuo Zhang, Mengmeng Tang, Chenfeng Long, Xiaoyong Tang, Xiang Luo ·

    LLM自洽性中错误共识的分解:一个GPT-4.1案例研究

    arXiv:2608.18795v1 Announce Type: cross Abstract: Majority voting over multiple LLM samples is widely used to raise answer accuracy, yet its gain varies erratically: on hard questions it can even backfire. This paper gives a quantitative account of this failure. A pluralistic agr…

  17. arXiv cs.AI TIER_1 English(EN) · Pattaraphon Kenny Wongchamcharoen, Kris Gulati, Min Min Fong, Abhishek Nagaraj ·

    CentaurBench:对LLM在增强与自动化现实世界工作任务方面的能力进行基准测试

    arXiv:2608.18554v1 Announce Type: cross Abstract: Most LLM benchmarks rank models on their ability to automate work tasks. In practice, however, models are often used to assist other (human or LLM) agents. The question that drives model selection is therefore not only which model…

  18. arXiv cs.AI TIER_1 English(EN) · Ruiyang Qin, Qingzhuo Wang, Tian Wang, Zhihua Wei, Wen Shen ·

    使用交互评估和解释LLM的提示敏感性

    arXiv:2608.18539v1 Announce Type: cross Abstract: The remarkable capabilities of large language models (LLMs) are often undermined by their instability. Even subtle and semantically irrelevant changes in prompts can cause dramatic fluctuations in performance, a phenomenon known a…

  19. arXiv cs.AI TIER_1 English(EN) · Praphulla Lal Shrestha ·

    大型语言模型何时真正提供帮助?评估大型语言模型作为数据质量标注者

    arXiv:2608.18158v1 Announce Type: cross Abstract: LLMs have been increasingly used to catch data quality issues automatically, but we know very little about how consistent these judgments actually are. This study tests an LLM on two e-commerce data quality tasks, entity matching …

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

    MemTrapBench:对大语言模型记忆使用的认知陷阱进行基准测试

    Retrieved memories can induce reasoning errors and belief distortions in large language models, and an inference-time strategy helps avoid these cognitive traps while maintaining benchmark performance.

  21. arXiv cs.MA (Multiagent) TIER_1 English(EN) · Abhishek Nagaraj ·

    CentaurBench:对LLM在增强与自动化现实世界工作任务方面的能力进行基准测试

    Most LLM benchmarks rank models on their ability to automate work tasks. In practice, however, models are often used to assist other (human or LLM) agents. The question that drives model selection is therefore not only which model produces the best output, but which model most im…

  22. arXiv cs.AI TIER_1 English(EN) · Enrique Barba Roque, Lu\'is Cruz, Annibale Panichella ·

    超越FLOPs:面向代码相关任务可持续LLM的节能知识蒸馏

    arXiv:2608.17515v1 Announce Type: cross Abstract: Background: Large Language Models (LLMs) are increasingly being applied to Software Engineering (SE) tasks, achieving high accuracy across problems such as clone detection, vulnerability prediction, and code summarization. However…

  23. arXiv cs.CL TIER_1 English(EN) · Haoqin Tu, Yunhao Fang, Yizhong Wang, Cihang Xie, Shen Yan ·

    用于持续LLM改进的经验链

    arXiv:2608.18027v1 Announce Type: new Abstract: Humans continuously learn from experience, whereas conventional large language model (LLM) evaluations ignore the models' ability to improve through inference-time interaction. In this paper, we study how LLMs learn from iterative e…

  24. arXiv cs.CL TIER_1 English(EN) · Jialing Gan, Junhao Dong, Songze Li ·

    BiAxisBias:超越单一提示和单一解释来评估LLM偏差

    arXiv:2605.09041v2 Announce Type: replace Abstract: LLM bias scores can depend on audit design. We introduce BiAxisBias, a prespecified audit varying task, role, perspective, sentiment, and wording over 200 stereotype statements while retaining forced Selection and Rationale as s…

  25. arXiv cs.CL TIER_1 English(EN) · Marianne Menglin Liu, Leonid Boytsov, Daniel W. Peterson, Pramuditha Perera, Rongguang Wang, Sai Ashish Somayajula, Syed Hamza Rafique, Rohit Saini, Shubham Pathak, Sujeeth Bharadwaj, Tao Sheng, Graham Horwood, Fahad Shah, Ankan Bansal, Sujith Ravi, Dan … ·

    PLSQLBench:为可执行过程化数据库编程对大型语言模型系统进行基准测试

    arXiv:2608.15931v1 Announce Type: new Abstract: We present PLSQLBench, to our knowledge the first benchmark for evaluating whether LLMs can write executable PL/SQL programs, with correctness measured through execution-based tests. Existing LLM evaluations largely target general-p…

  26. arXiv cs.AI TIER_1 English(EN) · Ishika Agarwal, Arkajyoti Charaborty, Tanner Sorensen, Neha Gupta, Andreas Stolcke ·

    大型语言模型通过定向合成多语言数据变得更智能

    arXiv:2608.15964v1 Announce Type: cross Abstract: Language-specific competency (LSC) is the phenomenon of a language model performing better or worse depending on the language of the prompt. In other words, a language model outputs different (and potentially incorrect) responses …

  27. arXiv cs.AI TIER_1 English(EN) · Zohair Raza Hassan, Deepak Pandita ·

    RamseyGadgets: LLM 的图构建数据集

    arXiv:2608.14999v1 Announce Type: cross Abstract: Constructing special graphs is an important task within graph theory and computer science. Many popular graph constructions are the result of a comprehensive exploration of relevant graphs and human ingenuity. Given the rise of ge…

  28. arXiv cs.AI TIER_1 English(EN) · Valdini Douglace Lemofouet, Blessing Ngozi Uzor, Paula Chikaodinaka Anyanwu, Danielle Blanche Kapsa, Sukairaj Hafiz Imam, P Sam Sahil, Abigail Oppong, Tassallah Abdullahi, Clemencia Siro, Idris Abdulmumin, Seid Muhie Yimam, Shamsuddeen Hassan Muhammad ·

    低资源语言中的大型语言模型安全对齐:一项系统性文献综述

    arXiv:2608.14626v1 Announce Type: cross Abstract: Large Language Models (LLMs) have achieved substantial progress in safety alignment, yet their safety guarantees remain significantly weaker in low-resource and multilingual settings than in high-resource languages. In this paper,…

  29. arXiv cs.AI TIER_1 English(EN) · Rafael Pass ·

    提示的价值:一种与LLM相关的Kolmogorov复杂度方法

    arXiv:2608.16438v1 Announce Type: new Abstract: In a world where valuable artifacts are increasingly created, completed, or processed by LLMs, the central economic question is not only what the LLM can produce, but what \emph{value} remains in the inputs (i.e., the prompts) we pr…

  30. arXiv cs.AI TIER_1 English(EN) · Feiyang Ren, Shengtao Wen, Lingbing Guo, Yu Tian, Yuanning Cui, Xiang Chen ·

    当熵不足以预测LLM输出长度:挽回丢失的语义

    arXiv:2608.15592v1 Announce Type: new Abstract: Efficient LLM serving is often bottlenecked by the need to pad sequences to a fixed maximum length, and this wastes compute and degrades throughput. Predicting output lengths in advance makes it possible to adopt length-aware schedu…

  31. arXiv cs.AI TIER_1 English(EN) · Oliver Kramer ·

    心智模型管理:一种基于算子的LLM记忆框架

    arXiv:2608.15451v1 Announce Type: new Abstract: Large language models process large amounts of information but usually lack an explicit mechanism for maintaining compact and evolving conceptual representations. We introduce Mental Model Management (3M), a framework in which knowl…

  32. arXiv cs.AI TIER_1 English(EN) · Zahra Fazel, Sunanda Gamage, Shayan Shirahmad Gale Bagi, Amir H. Ashouri, Tomasz S. Czajkowski, Bryan Chan, Reza Azimi, Yaoqing Gao ·

    T-LLM 编译器:基于可信大语言模型的代码优化与验证框架

    arXiv:2608.14953v1 Announce Type: new Abstract: Recent advances in Large Language Models (LLMs) have opened opportunities to apply high-level code transformations to the field of code optimization, and it has since emerged as one of the most fundamental tasks for LLMs to perform;…

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

    Chain-of-Experience for Continual LLM Improvement

    Large language models improve continuously through iterative test-time feedback loops called Chain-of-Experience, outperforming zero-shot baselines with lower cost and higher token efficiency.

  34. arXiv cs.AI TIER_1 English(EN) · Bruno Santos Teixeira ·

    SemPlan:对基于LLM的企业数据查询进行结构化语义规划基准测试

    arXiv:2608.13612v1 Announce Type: new Abstract: Natural-language interfaces to enterprise data must translate underspecified requests into governed, executable behavior while controlling invalid queries, policy failures, cost, and nondeterminism. SemPlan Benchmark evaluates this …

  35. arXiv cs.AI TIER_1 English(EN) · William Nixon, Jon Durbin, Florian Standhartinger, Haryadi S. Gunawi, Juncheng Yang ·

    大语言模型服务一年回顾:工作负载演进、缓存与负载均衡

    arXiv:2608.13573v1 Announce Type: new Abstract: Large Language Model (LLM) serving has become a critical cloud workload, and realistic traces are essential for motivating and benchmarking serving systems. However, existing LLM serving workload studies remain limited in scale and …

  36. arXiv cs.AI TIER_1 English(EN) · Toby D. Pilditch ·

    何时停止:用于 LLM 评估的贝叶斯最优停止法

    arXiv:2608.14425v1 Announce Type: new Abstract: LLM evaluations often use fixed sampling budgets, testing every item the same number of times even after estimates are precise. We introduce optstop, a precision-based adaptive stopping framework that treats evaluation as a sequenti…

  37. arXiv cs.AI TIER_1 English(EN) · Yiderigun Borjigin, Alexander Hermann, Christian Cyron, Roland Aydin ·

    AnchorBench:LLM中锚定效应的多路径基准测试

    arXiv:2608.14320v1 Announce Type: new Abstract: The anchoring effect is a cognitive bias in which an initial reference value shifts a later judgment toward itself. This effect is well established in human judgment and decision-making, and recent work suggests that large language …

  38. arXiv cs.NE (Neural & Evolutionary) TIER_1 English(EN) · Oliver Kramer ·

    心智模型管理:一种基于算子的LLM记忆框架

    Large language models process large amounts of information but usually lack an explicit mechanism for maintaining compact and evolving conceptual representations. We introduce Mental Model Management (3M), a framework in which knowledge is represented as mental models consisting …

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

    大型语言模型通过定向合成多语言数据变得更智能

    HOTFIXR is a data generation framework that targets multilingual reasoning weaknesses to improve cross-lingual performance without sacrificing overall capability.

  40. arXiv cs.AI TIER_1 English(EN) · Diego Manya, Ethan I. Thorpe, Ji Zhang, Myranda Shirk, Jiamian He, Angel Hsu, Michael P. Vandenbergh ·

    从穴居人到专家分析师:可变LLM任务的能耗

    arXiv:2608.12350v1 Announce Type: cross Abstract: The energy demand growth and environmental impacts of artificial intelligence (AI) have generated substantial interest in supplying sufficient low-cost electricity for AI-driven data center development. Research on the ability of …

  41. arXiv cs.AI TIER_1 English(EN) · Conor F. Hayes, Elliot Meyerson, Kajetan Schweighofer, Roberto Dailey, Babak Hodjat, Risto Miikkulainen, Xin Qiu ·

    超越最佳猜测:利用进化策略提高 LLM 解决方案覆盖率

    arXiv:2608.12679v1 Announce Type: new Abstract: Large Language Models (LLMs) are increasingly deployed in discovery domains such as math and science. The usual approach is to present the problem to the model and use its answer as the proposed solution. However, beyond this best g…

  42. arXiv cs.AI TIER_1 English(EN) · Shunwen Bai, Ziping Ma, Chaoyang Zhang, Yarong Wang, Jiale Liu, Zhen Qin, Qingpei Guo ·

    TsuGO:通过围棋死活题探究LLM推理中的搜索效率

    arXiv:2608.13221v1 Announce Type: new Abstract: The evaluation of LLM reasoning is moving from final-answer accuracy to process-level assessment, yet existing methods still fail to capture how models plan reasoning paths and allocate reasoning resources--that is, how they organiz…

  43. arXiv cs.CL TIER_1 English(EN) · Huaqin Zhao, Zhengliang Liu, Zihao Wu, Yiwei Li, Tianze Yang, Peng Shu, Shaochen Xu, Haixing Dai, Lin Zhao, Hanqi Jiang, Yi Pan, Junhao Chen, Yifan Zhou, Zheyuan Zhang, Zeyu Zhang, Ruitong Sun, Gengchen Mai, Ninghao Liu, Tianming Liu ·

    LLMs 正在革新金融业:应用与洞察概览

    arXiv:2401.11641v5 Announce Type: replace Abstract: In recent years, Large Language Models (LLMs) like ChatGPT have seen considerable advancements and have been applied in diverse fields. Built on the Transformer architecture, these models are trained on extensive datasets, enabl…

  44. arXiv cs.CL TIER_1 English(EN) · Junhao Luo (School of Statistics,Data Science, Southwestern University of Finance,Economics), Ning Huang (School of Statistics,Data Science, Southwestern University of Finance,Economics), Ziqi Sha (School of Statistics,Data Science, Southwestern Universi… ·

    超越局部准确性:面向受控LLM推理评估的协议级可识别性审计

    arXiv:2608.13326v1 Announce Type: new Abstract: LLM benchmark scores can be precise even when the observation protocol does not identify the behavioral property they are intended to measure. In a controlled, solver-grounded setting, we formalize a protocol-level identifiability a…

  45. arXiv cs.CL TIER_1 English(EN) · Ping Wu, Haibo Tong, Feifei Zhao, Han Shen, Yu Shi, Yilin Zhao, Sicheng Shen, Guobin Shen, Yun Luo, Yi Zeng ·

    拒绝意图而非形式:基于包装器的意图分组监督用于LLM安全

    arXiv:2608.13304v1 Announce Type: new Abstract: Safety tuning can improve harmful refusal, but models may learn surface-form shortcuts: wrapped harmful prompts bypass safety, while similarly wrapped benign prompts are over-refused. We propose Wrapper-Based Intent-Form Augmentatio…

  46. arXiv cs.AI TIER_1 English(EN) · Junhang Cheng, Fang Liu, Jia Li, Chengru Wu, Nanxiang Jiang, Li Zhang ·

    CangjieBench:在低资源通用编程语言上对大型语言模型进行基准测试

    arXiv:2603.14501v2 Announce Type: replace-cross Abstract: Large Language Models excel in high-resource programming languages but struggle with low-resource ones. Existing research related to low-resource programming languages primarily focuses on Domain-Specific Languages (DSLs),…

  47. arXiv cs.AI TIER_1 English(EN) · Dananjay Srinivas, Saksham Khatwani, Maria Pacheco ·

    迈向格莱斯式退却:探究大型语言模型知识边界与指代特异性

    arXiv:2608.13484v1 Announce Type: cross Abstract: When asked about entities outside their knowledge boundary, LLMs routinely fabricate plausible-sounding details rather than backing off to safer, more general claims. We frame this failure through a Gricean lens: a cooperative spe…

  48. arXiv cs.AI TIER_1 English(EN) · Ahmet Bugra Gundogan, Yigit Turkmen, Melih Bastopcu ·

    保留、定制或退出:LLM推理服务的默认设计和代币定价

    arXiv:2608.13315v1 Announce Type: cross Abstract: We study a large language model (LLM) service in which a provider chooses a per-token price and a default reasoning-token allocation, while a user may accept the default, customize the allocation, or exit. Larger allocations can i…

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

    保留、定制或退出:LLM推理服务的默认设计和代币定价

    We study a large language model (LLM) service in which a provider chooses a per-token price and a default reasoning-token allocation, while a user may accept the default, customize the allocation, or exit. Larger allocations can improve accuracy but increase token cost and latenc…

  50. arXiv cs.AI TIER_1 English(EN) · Vu Duc Anh, Nhat M. Hoang, Do Xuan Long, Cong-Duy Nguyen, Ponhvoan Srey, Luu Anh Tuan ·

    强化LLM的步进式推理以实现有效的自我纠正

    arXiv:2608.11573v1 Announce Type: cross Abstract: Achieving effective self-correction, where models verify and correct their own mistakes, remains a fundamental challenge for large language models (LLMs). In this work, we propose Self-Fix Step-DPO (SFS-DPO), a reinforcement learn…

  51. arXiv cs.AI TIER_1 English(EN) · Lang Cao ·

    让您的LLM更客观:通过特征不变安全调优稳定LLM的安全行为

    arXiv:2608.11705v1 Announce Type: new Abstract: Aligned large language models (LLMs) are expected to exhibit safety behavior based on the content of the user request: they should refuse unsafe requests and comply with safe ones. However, we show that the same request can elicit s…

  52. arXiv cs.AI TIER_1 English(EN) · Vincent Siu, Nicholas Crispino, David Park, Nathan W. Henry, Zhun Wang, Yang Liu, Dawn Song, Chenguang Wang ·

    SteeringSafety:在 LLM 中跨安全视角评估表示引导

    arXiv:2509.13450v3 Announce Type: replace Abstract: We introduce SteeringSafety, a benchmark for evaluating representation steering methods across nine safety perspectives spanning 18 datasets. While prior work highlights the general capabilities of representation steering, we fo…

  53. arXiv cs.AI TIER_1 English(EN) · Shailja Thakur, Sungeun An, Chad DeLuca, Hima Patel ·

    措辞效应:量化LLM基准性能的双向漂移

    arXiv:2608.11694v1 Announce Type: cross Abstract: A benchmark score comes from a single phrasing of each problem. That single phrasing is treated as if it stood for the whole space of ways the same problem could be asked, but it does not. We show that rephrasing a problem while k…

  54. arXiv cs.AI TIER_1 English(EN) · Huiqi Miao, Xinbao Sun, Bo Wang, Fanyu Meng, Lijun Mei, Na Wu, Di Jin, Chao Deng, Junlan Feng ·

    EnterpriseRAG:在非理想企业检索下对LLM指令遵循和鲁棒性进行基准测试

    arXiv:2608.11584v1 Announce Type: new Abstract: Enterprise RAG deployments face a critical reliability gap: while LLMs satisfy 80% of individual constraints, only 26.8% of responses meet all requirements simultaneously, revealing a 57-point orchestration gap. Existing benchmarks …

  55. arXiv cs.CL TIER_1 English(EN) · Zirui Song, Huaxing Liu, Xiang Wang, Shuai Li, Xinye Li, Lang Gao, Jinghui Zhang, Zheng Lu, Fengxian Ji, Xiaojun Chang, Xiuying Chen ·

    衡量,而非优化:预测LLM遗忘的恢复

    arXiv:2608.11408v1 Announce Type: new Abstract: Prior white-box studies show that large language models can retain latent traces of target knowledge after unlearning, even when the knowledge is no longer expressed in their outputs. However, existing audits remain limited to one-o…

  56. arXiv cs.AI TIER_1 English(EN) · Priya Gurjar, Md Farhan Ishmam, Kenneth Marino ·

    DORA Explorer:在无需训练的情况下提升LLM的探索能力

    arXiv:2604.17244v2 Announce Type: replace-cross Abstract: Large language model (LLM) agents for sequential decision-making struggle to produce diverse outputs. This leads to insufficient exploration, suboptimal solutions, and repeated actions. Actions are generated at the sequenc…

  57. arXiv cs.AI TIER_1 English(EN) · Duo Lu, Andrew Crotty, U\u{g}ur \c{C}etintemel ·

    Credo:通过信念和策略声明式控制LLM管道

    arXiv:2604.14401v2 Announce Type: replace Abstract: Agentic AI systems are becoming commonplace in domains that require long-lived, stateful decision-making in continuously evolving conditions. As such, correctness depends not only on the output of individual model calls, but als…

  58. arXiv cs.NE (Neural & Evolutionary) TIER_1 English(EN) · Xin Qiu ·

    超越最佳猜测:利用进化策略提高 LLM 解决方案覆盖率

    Large Language Models (LLMs) are increasingly deployed in discovery domains such as math and science. The usual approach is to present the problem to the model and use its answer as the proposed solution. However, beyond this best guess, discovery can be enhanced by increasing te…

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

    SemPlan:为基于LLM的企业数据查询进行结构化语义规划基准测试

    Natural-language interfaces to enterprise data must translate underspecified requests into governed, executable behavior while controlling invalid queries, policy failures, cost, and nondeterminism. SemPlan Benchmark evaluates this architectural design space with a deterministic …

  60. arXiv cs.AI TIER_1 English(EN) · William Lugoloobi, Thomas Foster, William Bankes, Chris Russell ·

    大型语言模型编码其失败:从预生成激活预测成功

    arXiv:2602.09924v4 Announce Type: replace-cross Abstract: Running LLMs with extended reasoning on every problem is expensive, but determining which inputs actually require additional compute remains challenging. We investigate whether their own likelihood of success is recoverabl…

  61. arXiv cs.AI TIER_1 English(EN) · Xuexiong Yin, Zechuan Chen, Yongsen Zheng, Yuxiang Zhang, Jingyuan Yang, Bin Wang, Yubin Wang, Keze Wang ·

    UserToolBench:用于工具使用 LLM 中个性化决策的用户画像隐藏基准

    arXiv:2608.10042v1 Announce Type: cross Abstract: Tool-use LLMs are increasingly asked to act on users' behalf, but existing benchmarks usually focus on profile recall, style imitation, generic tool use, or response-level personalization. We introduce UserToolBench , a benchmark …

  62. arXiv cs.AI TIER_1 English(EN) · Alicia Larsen, Victoire Laurent, Aulia Kharis Rakhamsari, Lara Turgut, Nino Antulov-Fantulin ·

    V-FiLLM:已验证的金融大模型推理基准

    arXiv:2608.11047v1 Announce Type: new Abstract: While existing benchmarks have made substantial progress in evaluating LLMs across STEM domains, financial reasoning over structured data remains comparatively less explored. We introduce V-FiLLM, a framework that generates financia…

  63. arXiv cs.AI TIER_1 English(EN) · Haoze Liu, Run Liu, Haiying Xu, Jiahui Han, Siyuan Fang, Siyu Yan, Huiqi Deng, Guanchu Wang, Na Zou ·

    你的大语言模型,你的风格:用于大语言模型行为控制的行为模式轴

    arXiv:2608.10703v1 Announce Type: cross Abstract: Large language models (LLMs) increasingly act in interactive settings where their behavioral styles affect user experience, safety, and downstream decision making. Existing LLM personality studies largely rely on self-report quest…

  64. arXiv cs.AI TIER_1 English(EN) · Xiaotong Wang, Dazhen Deng ·

    DashArena:对 LLM 进行交互式分析仪表板生成基准测试

    arXiv:2608.10567v1 Announce Type: new Abstract: Analytic dashboards combine coordinated views and interactions for data exploration and decision-making. Recent models can generate them from data and natural-language goals, but evaluating their usefulness remains difficult. Dashbo…

  65. arXiv cs.LG TIER_1 English(EN) · Utshab Kumar Ghosh, Shubham Chatterjee ·

    基于锚点的逐点 LLM 重排器何时有效?检索器质量、统计范围和锚点设计

    arXiv:2608.10528v1 Announce Type: cross Abstract: Anchor-based pointwise LLM reranking scores each candidate against a shared reference passage to recover cross-document context at pointwise cost. We study when this actually helps, using GCCP/PAGC as a representative method. Our …

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

    强化LLM的步进式推理以实现有效自我纠错

    Achieving effective self-correction, where models verify and correct their own mistakes, remains a fundamental challenge for large language models (LLMs). In this work, we propose Self-Fix Step-DPO (SFS-DPO), a reinforcement learning based, two-stage framework for step-level self…

  67. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Shubham Chatterjee ·

    基于锚点的逐点 LLM 重排器何时奏效?检索器质量、统计范围和锚点设计

    Anchor-based pointwise LLM reranking scores each candidate against a shared reference passage to recover cross-document context at pointwise cost. We study when this actually helps, using GCCP/PAGC as a representative method. Our study is reproduction-first. We use reproduction a…

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

    基于锚点的逐点 LLM 重排器何时奏效?检索器质量、统计范围和锚点设计

    Anchor-based pointwise LLM reranking scores each candidate against a shared reference passage to recover cross-document context at pointwise cost. We study when this actually helps, using GCCP/PAGC as a representative method. Our study is reproduction-first. We use reproduction a…

  69. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Shubham Chatterjee ·

    基于锚点的逐点 LLM 重排器何时有效?检索器质量、统计范围和锚点设计

    Anchor-based pointwise LLM reranking scores each candidate against a shared reference passage to recover cross-document context at pointwise cost. We study when this actually helps, using GCCP/PAGC as a representative method. Our study is reproduction-first. We use reproduction a…

  70. arXiv cs.LG TIER_1 English(EN) · Calvin Higgins, Marco Alvarez ·

    基于大语言模型的嵌入用于程序分析和优化

    arXiv:2608.07894v1 Announce Type: new Abstract: Recent advances have highlighted the potential of machine learning, particularly Large Language Models (LLMs), for analyzing and optimizing programs. We present the first application of program embeddings from LLMCompiler---an LLM m…

  71. arXiv cs.CL TIER_1 English(EN) · Chenyang Li, Zejia Feng, Yuqin Huang, Yuxiao Ye, Huiyuan Xie ·

    LexKairos:在大型语言模型中对法律时间能力进行基准测试

    arXiv:2608.09106v1 Announce Type: new Abstract: Large language models (LLMs) have demonstrated strong performance across a wide range of legal tasks. In legal practice, time is a critical concept that governs the validity of statutes, the progression of legal cases, and the enfor…

  72. arXiv cs.CL TIER_1 English(EN) · Debopriyo Banerjee, Kapil Rajesh Kavitha, Angana Borah, Xudong Han, Yuxia Wang, Parameswari Krishnamurthy, Utkarsh Agarwal, Atharva Kulkarni, Swaran Lata, Ayush Munot, Dhruv Sahnan, Aaryamonvikram Singh, Preslav Nakov, Monojit Choudhury ·

    SurakshaEval:面向多语言大模型的印度安全基准

    arXiv:2608.07862v1 Announce Type: new Abstract: Existing safety evaluation datasets for large language models (LLMs) predominantly focus on English and Western contexts, often overlooking the linguistic diversity and culturally grounded safety risks present in other languages. To…

  73. arXiv cs.AI TIER_1 English(EN) · Jingjie Ning, Xueqi Li, Chengyu Yu ·

    修正还是重解?分解多LLM管道中的第二遍增益

    arXiv:2604.01029v2 Announce Type: replace-cross Abstract: Multi-LLM revision pipelines, in which a second model reviews and improves a draft produced by a first, are widely assumed to derive their gains from genuine error correction. We question this assumption with a controlled …

  74. arXiv cs.AI TIER_1 English(EN) · Delip Rao, Chris Callison-Burch ·

    Autorubric:基于评分卡的非可验证任务大语言模型统一评估框架

    arXiv:2603.00077v3 Announce Type: replace-cross Abstract: Rubric-based LLM judges have become indispensable for evaluating and optimizing systems on non-verifiable tasks, where success cannot be reduced to exact programmatic checks. Yet the underlying judges remain vulnerable to …

  75. arXiv cs.AI TIER_1 English(EN) · Adrian Marius Dumitran, Theodor-Pierre Moroianu, Mihnea-Vicentiu Buca ·

    MateInfoUB:一个用于在竞争性、多语言和多模态教育任务中测试 LLM 的真实世界基准

    arXiv:2507.03162v2 Announce Type: replace-cross Abstract: The rapid advancement of Large Language Models (LLMs) has transformed various domains, particularly computer science (CS) education. These models exhibit remarkable capabilities in code-related tasks and problem-solving, r…

  76. arXiv cs.AI TIER_1 English(EN) · Yupeng Cao, Haohang Li, Weijin Liu, Wenbo Cao, Anke Xu, Lingfei Qian, Xueqing Peng, Minxue Tang, Zhiyuan Yao, Jimin Huang, K. P. Subbalakshmi, Zining Zhu, Jordan W. Suchow, Yangyang Yu ·

    FinTrace:面向长周期金融任务的LLM工具调用整体轨迹级评估

    arXiv:2604.10015v3 Announce Type: replace Abstract: Recent studies demonstrate that tool-calling capability enables large language models (LLMs) to interact with external environments for long-horizon financial tasks. While existing benchmarks have begun evaluating financial tool…

  77. arXiv cs.AI TIER_1 English(EN) · Minhan Cho, Soyoung Park, Kihyeon Jeong, Byeongkyu Jeon, Daejin Choi, Jinyoung Han ·

    MCP内的LLM很重要:衡量由LLM驱动的低效资源利用

    arXiv:2608.08467v1 Announce Type: new Abstract: The Model Context Protocol (MCP) standardizes how servers expose data and tools to Large Language Models (LLMs). A common server design embeds frequently used reference data, such as identifier lookup tables, directly in the server …

  78. arXiv cs.AI TIER_1 English(EN) · Sin-Ying Lin ·

    你的提示并非唯一提示:LLM 对结构化输出模式描述的权重有多大?

    arXiv:2608.08254v1 Announce Type: new Abstract: Structured output, where an LLM populates a predefined JSON schema, has become a default mechanism for data labeling and information extraction, but it also introduces a second instruction channel through schema descriptions. We tes…

  79. arXiv cs.AI TIER_1 English(EN) · Ananya Sahu, Mohit Bansal, Elias Stengel-Eskin ·

    CreativeInstruct:可扩展地教会大型语言模型平衡质量、创造力和多样性

    arXiv:2608.07460v1 Announce Type: cross Abstract: While post-training improves the capabilities of large language models (LLMs), it generally lowers their output diversity and creativity, negatively impacting tasks that explicitly require creativity (e.g., story generation) as we…

  80. arXiv cs.AI TIER_1 English(EN) · Rodrigo Ferreira Rodrigues, Karim Radouane, Jose G Moreno, Lynda Tamine ·

    GeoBenchLLM:一个用于评估LLM在地理相关任务上表现的综合基准

    arXiv:2608.07411v1 Announce Type: new Abstract: In the context of geodata, existing Large Language Models have often been studied in a homogeneous setting, which has considerably limited insights into their generalization capabilities. In this paper, we present \benchName, a comp…

  81. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Jinyoung Han ·

    MCP内的LLM很重要:衡量由LLM驱动的低效资源利用率

    The Model Context Protocol (MCP) standardizes how servers expose data and tools to Large Language Models (LLMs). A common server design embeds frequently used reference data, such as identifier lookup tables, directly in the server instructions: the system-prompt text a server ha…

  82. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Lynda Tamine ·

    GeoBenchLLM:一个用于评估LLM在地理相关任务上表现的综合基准

    In the context of geodata, existing Large Language Models have often been studied in a homogeneous setting, which has considerably limited insights into their generalization capabilities. In this paper, we present \benchName, a comprehensive benchmark for probing LLMs on geo-rela…

  83. arXiv cs.AI TIER_1 English(EN) · Varun Ursekar, Apaar Shanker, Yash Maurya, Shehab Yasser, Vijay S. Kalmath, Veronica Chatrath, Yuan Xue ·

    HarnessOpt-Bench:在Harness优化中评估LLM

    arXiv:2608.06301v1 Announce Type: new Abstract: As LLMs are increasingly deployed within agentic systems, their capabilities depend not only on the model weights but also on the harness: the prompts, tools, control flow, memory, and orchestration code surrounding them. This makes…

  84. arXiv cs.LG TIER_1 English(EN) · Ahmed Ryan, Md Erfan, Akond Ashfaque Ur Rahman, Md Rayhanur Rahman ·

    开放权重LLM能否生成内核验证的Coq证明?一项试点研究

    arXiv:2608.05420v1 Announce Type: cross Abstract: Large language models (LLMs) can generate text that resembles a mathematical proof, but resemblance does not establish correctness. A formal proof checker verifies whether each proof step follows established logical rules. Coq bas…

  85. arXiv cs.LG TIER_1 English(EN) · Louis Mandel, Guillaume Baudart, Mandana Vaziri, Martin Hirzel ·

    PPDL:基于LLM的流作为概率程序

    arXiv:2608.05234v1 Announce Type: new Abstract: Building reliable applications that leverage large language models (LLMs) remains a significant challenge. While LLMs offer impressive capabilities across diverse tasks, their outputs often lack accuracy and provide no clear measure…

  86. arXiv cs.CL TIER_1 English(EN) · Lukas Twist, Twm Stone, Helen Yannakoudakis, Jie M. Zhang ·

    LangChoiceBench:衡量和解释LLM中的编程语言选择

    arXiv:2608.06041v1 Announce Type: cross Abstract: Large language models (LLMs) have been shown to exhibit strong Python preferences when generating project-level code, but there is currently no systematic way to measure this behaviour across new models. To bridge this gap, we int…

  87. arXiv cs.CL TIER_1 English(EN) · Tao Wang, Qihao Yang, Rongjiao Liang, Lianghong Lin, Haitao Wang, Xinyu Cao, Tianyong Hao ·

    基准测试与增强LLM以对国家标准文件进行规则密集型审查

    arXiv:2608.06312v1 Announce Type: new Abstract: Large language models (LLMs) increasingly support complex professional tasks, yet their capabilities in rule-intensive document review remain insufficiently evaluated. National standard documents, such as China GB/T standards, offer…

  88. arXiv cs.CL TIER_1 English(EN) · Ayushi Agarwal ·

    PoolBench:用于解码器模型概念表示评估的池化策略基准测试

    arXiv:2608.05162v1 Announce Type: new Abstract: Pooling is a consequential but under-examined design choice in decoder-only concept representation work: practitioners must collapse token-level hidden states into a passage-level vector, yet no shared protocol exists for comparing …

  89. arXiv cs.AI TIER_1 Deutsch(DE) · Jewon Yeom, Jaewon Sok, Seonghyeon Park, Jeongjae Park, Hwiyeong Lee, Taesup Kim ·

    先回答,后推理:Diffusion LLMs 中的承诺顺序

    arXiv:2608.05687v1 Announce Type: cross Abstract: Masked diffusion language models (dLLMs) can commit tokens in any order -- a freedom marketed as their core advantage over autoregressive decoding. We show that on reasoning tasks this freedom is instead the axis of failure. Loggi…

  90. arXiv cs.AI TIER_1 English(EN) · Itamar Pres, Belinda Z. Li, Laura Ruis, Zifan Carl Guo, Keya Hu, Mehul Damani, Isha Puri, Ekdeep Singh Lubana, Jacob Andreas ·

    职位:是时候优化 LLM 以实现自我一致性了

    arXiv:2608.05188v1 Announce Type: cross Abstract: Despite ever-increasing sophistication in language model (LM) pre- and post-training pipelines, many important failures persist: models overcondition on user framing ("sycophancy"), exhibit incomplete logical generalization, and p…

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

    基准测试与增强LLM以对国家标准文件进行规则密集型审查

    Large language models (LLMs) increasingly support complex professional tasks, yet their capabilities in rule-intensive document review remain insufficiently evaluated. National standard documents, such as China GB/T standards, offer a representative testbed: they are lengthy, hig…

  92. arXiv cs.CL TIER_1 English(EN) · Alicia Guerra, Yibo Hu ·

    评估者是实验的一部分:衡量开放式LLM的符合性

    arXiv:2608.04463v1 Announce Type: new Abstract: Prior work on LLM conformity largely measures discrete answer flips under verifiable labels. Open-ended revisions require a different measurement strategy because answer quality is graded, latent, and judged imperfectly. We introduc…

  93. arXiv cs.LG TIER_1 English(EN) · Usha Shrestha, Dmitry Ignatov, Radu Timofte ·

    从蛮力到语义洞察:LLM 驱动的性能引导数据转换设计

    arXiv:2601.03808v2 Announce Type: replace-cross Abstract: Large language models (LLMs) have achieved notable performance in code synthesis; however, data-aware augmentation remains a limiting factor, handled via heuristic design or brute-force approaches. We introduce a performan…

  94. arXiv cs.CL TIER_1 English(EN) · Song Zichen ·

    关系响应字段:黑盒大型语言模型响应一致性和恢复的通用理论

    arXiv:2608.04552v1 Announce Type: new Abstract: Black-box language-model reliability is commonly pursued by sampling, prompting, voting, verifying, or iteratively revising individual answers. We ask a prior question: \emph{what determines whether a collection of black-box respons…

  95. arXiv cs.AI TIER_1 English(EN) · Shahed Masoudian, Passant Shafaei, Monorama Swain, Markus Schedl ·

    我们观察到的LLM行为可能是推理后端的副作用

    arXiv:2608.04714v1 Announce Type: cross Abstract: Benchmark scores are reported as properties of a model, yet the inference framework used to produce them, such as HuggingFace, vLLM, or Ollama, are considered non-influential and their names and versions are almost never disclosed…

  96. arXiv cs.AI TIER_1 English(EN) · Enrico Mensa, Lorenzo Zane, Calogero Jerik Scozzaro, Matteo Delsanto, Tommaso Milani, Daniele Paolo Radicioni ·

    易于完成,难于选择:LLM 在 ProverbIT 基准测试上的表现研究

    arXiv:2608.04670v1 Announce Type: cross Abstract: Large Language Models (LLMs) have transformed computational linguistics and achieved remarkable performance across numerous natural language processing tasks, yet significant gaps persist in understanding how these systems process…

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

    HarnessOpt-Bench:在Harness优化中评估LLM

    As LLMs are increasingly deployed within agentic systems, their capabilities depend not only on the model weights but also on the harness: the prompts, tools, control flow, memory, and orchestration code surrounding them. This makes automated harness optimization -- the iterative…

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

    SFT 冲突,RL 共存:大语言模型多任务学习的理论与实证分析

    Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffers from severe task conflicts under multi-stage t…

  99. arXiv cs.AI TIER_1 English(EN) · Farhan Ahmed, Yuya Jeremy Ong, Chad DeLuca ·

    LogitScope:通过信息度量分析大型语言模型不确定性的框架

    arXiv:2603.24929v2 Announce Type: replace Abstract: Understanding and quantifying uncertainty in large language model (LLM) outputs is critical for reliable deployment. However, traditional evaluation approaches provide limited insight into model confidence at individual token po…

  100. arXiv cs.AI TIER_1 English(EN) · Mobina Kashaniyan, Ali Jannesari ·

    面向LLM测试时延的可解释自适应采样

    arXiv:2608.03961v1 Announce Type: new Abstract: Test-time scaling improves LLM reasoning by generating and aggregating multiple candidate answers, yet many pipelines use fixed per-query budgets that spend the same compute on easy and difficult prompts. These fixed budgets are als…

  101. arXiv cs.AI TIER_1 English(EN) · Zhinan Liu, Jie Li, Mingyu Kang, Jiayi Ji ·

    LatentGuard:LLM安全的高效可检查潜在推理

    arXiv:2608.03838v1 Announce Type: new Abstract: Reasoning-based guard models improve LLM safeguards, but decoding explicit rationales for every interaction makes them costly to deploy. Although latent-reasoning methods reduce token generation by moving reasoning into continuous s…

  102. arXiv cs.AI TIER_1 English(EN) · Zejun Liu, Jian Wu, Ru Peng, Yuliang Ji, Dongyuan Li, Renhe Jiang, Yue Zhang ·

    大型语言模型能否设计高质量实验?一项关于自主实验设计的全面系统性基准测试

    arXiv:2608.03501v1 Announce Type: new Abstract: AI for Research (AI4Research) leverages AI to automate and improve scientific workflows. While experimental design is a critical stage of the research process, prior work has focused primarily on code implementation and execution, o…

  103. arXiv cs.AI TIER_1 English(EN) · Yanchao Li, Wanhao Liu, Jiaqing Xie, Ben Gao, Yanbo Wang, Tianfan Fu, Yuqiang Li ·

    可达性并非实现:追踪 LLM 基准测试收益的来源

    arXiv:2608.03219v1 Announce Type: new Abstract: Benchmark gains are often treated as evidence of greater LLM capability. Yet the same gain can reflect different changes in model behavior. A model may reach new answers, or produce answers that were already within reach. Aggregate …

  104. arXiv cs.AI TIER_1 English(EN) · Guoyao Yu, Xiaoqing Sun, Ziqi Huang, Shaojing Fan, Zhongyi Zhang, Xiaomeng Hu, Xiaobo Xue, Yangyang Shi, Xiong Xiao, Yang Song, Biao Lyu, Rong Wen, Xing Li, Qinming He, Shunming Zhu, Zhenguang Liu ·

    调整参数:一个难度分级基准和探针引导的 LLM 工具调用训练

    arXiv:2608.03071v1 Announce Type: new Abstract: Large language model agents derive much of their capability from tool use. Existing research on tool use has largely focused on selecting the right tool and orchestrating the order of calls. However, correctly filling the parameters…

  105. arXiv cs.LG TIER_1 English(EN) · Alberto Acedo ·

    Omega-S:LLM 微调的功能弹性指数

    arXiv:2608.03887v1 Announce Type: new Abstract: Fine-tuning a large language model on new data degrades what it previously learned. We present Omega-S, a drop-in penalty computed from the weight matrix alone: it needs no previous-task data, no Fisher matrix and no stored copy of …

  106. arXiv cs.LG TIER_1 English(EN) · Anton Rasmussen, Hong Qin ·

    量化对生物医学大型语言模型可靠性的影响

    arXiv:2608.03854v1 Announce Type: new Abstract: When decoder language models are used as classifiers, predicted class probabilities depend on implementation choices, including the prompt template, verbalizer (label-to-token mapping), and scoring rule, that are rarely treated as e…

  107. arXiv cs.LG TIER_1 English(EN) · Ameen Patel, Max Zhang, Nathan Hu ·

    大型语言模型可标注归因图

    arXiv:2608.02632v1 Announce Type: new Abstract: Circuit tracing is an exciting technique for revealing the internal computation of language models, but it requires a time-intensive manual step of grouping individual features or MLP neurons into supernodes. We present a simple pip…

  108. arXiv cs.CL TIER_1 English(EN) · Yang Yang, Qinyu Zhao, Mouxiang Chen, Xiaohui Li, Lixin Gu, Wenhai Wang, Hongjie Zhang, Wenwei Zhang ·

    ParVL:多模态大语言模型的并行扩展和可扩展计算分配

    arXiv:2608.04010v1 Announce Type: cross Abstract: Existing scaling strategies for Multimodal Large Language Models (MLLMs) typically expand either model parameters or sequential inference computation, incurring substantial memory or latency overhead. More importantly, most existi…

  109. arXiv cs.CL TIER_1 English(EN) · Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan, Yushi Bai, Kang Liu, Juanzi Li, Jun Zhao ·

    SFT 冲突,RL 共存:大语言模型多任务学习的理论与实证分析

    arXiv:2608.03573v1 Announce Type: new Abstract: Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon: SFT suffer…

  110. arXiv cs.CL TIER_1 English(EN) · Guilin Li, Jiaxing Zhang, Matthias Hwai Yong Tan, Bo Wang, Weiran Huang ·

    SeqLLM:通过行为序列建模增强LLM以支持微信支付的高风险决策

    arXiv:2608.03063v1 Announce Type: new Abstract: Merchant risk control at large payment platforms screens tens of millions of merchants daily, where false positives harm legitimate merchants and false negatives leave harmful activity undetected. The hardest cases require jointly u…

  111. arXiv cs.CL TIER_1 English(EN) · Xiao Fei, Yang Zhang, Sarah Almeida Carneiro, Michalis Vazirgiannis ·

    每一个错误答案都算数:LLM选择题基准测试的选项级心理测量学

    arXiv:2608.02966v1 Announce Type: new Abstract: Most multiple-choice question (MCQ) benchmarks evaluate Large Language Models (LLMs) only by whether they select the correct answers. This binary scoring treats all incorrect responses alike, even though an LLM's preferences among i…

  112. arXiv cs.CL TIER_1 English(EN) · Yutaro Yamada, Kei Hiroshima, Nozomu Yoshinari, Kento Uchida, Shinichi Shirakawa ·

    BBOWP-Bench:在黑盒优化词问题上评估LLM

    arXiv:2608.02612v1 Announce Type: new Abstract: Formulating an optimization problem strongly affects the quality of the final solution, yet good formulations usually require substantial expertise. Recent studies have therefore examined how to automatically derive optimization pro…

  113. arXiv cs.AI TIER_1 English(EN) · Bakbergen Ryskulov, Iker Garc\'ia-Ferrero, David Montero, David Jansen, Ali Hashemi, Jezabel R. Garcia, Antonio Tiene, Rom\'an Or\'us ·

    面向大型语言模型的知识蒸馏:离线 Top-K Logits 与融合分块 KL 损失

    arXiv:2608.03796v1 Announce Type: cross Abstract: Small language models are often the only option for deployment under tight latency, cost, and on-premises constraints, but they are rarely trained from scratch: a compressed model is usually recovered through knowledge distillatio…

  114. arXiv cs.AI TIER_1 English(EN) · Shunfan Zheng, Dongsheng Shi, Yue Li, Xin Yi, Linlin Wang, Gerard de Melo ·

    评估数据库场景下的LLM:一个用于评估其在核心数据库任务中潜力的生命周期基准

    arXiv:2608.03794v1 Announce Type: cross Abstract: Large Language Models (LLMs) are transforming database interaction paradigms, evolving from simple query translators to autonomous database administrators (DBAs). However, current evaluation benchmarks remain disproportionately fi…

  115. arXiv cs.AI TIER_1 English(EN) · Forough Majidi, Mohammad Mehdi Morovati, Foutse Khomh, Heng Li ·

    LLM 在实际应用中的服务:框架、方法和系统设计的实证研究

    arXiv:2608.03036v1 Announce Type: cross Abstract: Large Language Models (LLMs) are integrated into software systems and AI services, making efficient LLM serving a concern for software engineering. Serving LLMs is challenging because inference requires computation, memory, GPU re…

  116. arXiv cs.AI TIER_1 English(EN) · Yongwan Jo, Jinyoung Park, Euihyun Lee, Dokyung Song ·

    SparSEEty:通过确定性侧信道从利用稀疏性的LLM服务系统中提取Token

    arXiv:2608.02995v1 Announce Type: cross Abstract: Modern large language models (LLMs) exhibit activation sparsity, wherein only a subset of their neurons is activated for given input tokens. Researchers have leveraged this property to optimize LLM serving systems by omitting weig…

  117. arXiv cs.AI TIER_1 English(EN) · Soumadeep Saha, Krish Sharma, Akshay Chaturvedi, Nicholas Asher ·

    BODHI:大型语言模型会分支并发现异构推理吗?

    arXiv:2608.02867v1 Announce Type: cross Abstract: Although reinforcement learning with verifiable rewards (RLVR) has improved the performance of large language models (LLMs) across a variety of reasoning tasks, there is significant debate as to whether RLVR expands the reasoning …

  118. Simon Willison TIER_1 English(EN) ·

    新发布的LLM增加了对推理轨迹、OpenAI Responses、服务器端工具和更智能日志记录的支持

    <p>I released <a href="https://llm.datasette.io/en/stable/changelog.html#v0-32">LLM 0.32</a> this morning, the most significant new version of LLM since the initial launch of the project. The new version includes support for visible reasoning traces, server-side provider tools, r…

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

    ParVL:多模态大语言模型的并行扩展和可扩展计算分配

    Existing scaling strategies for Multimodal Large Language Models (MLLMs) typically expand either model parameters or sequential inference computation, incurring substantial memory or latency overhead. More importantly, most existing methods fail to alter the rigid, fixed computat…

  120. arXiv cs.NE (Neural & Evolutionary) TIER_1 English(EN) · Alberto Acedo ·

    Omega-S: LLM 微调的功能弹性指数

    Fine-tuning a large language model on new data degrades what it previously learned. We present Omega-S, a drop-in penalty computed from the weight matrix alone: it needs no previous-task data, no Fisher matrix and no stored copy of the old weights. It is three lines in an existin…

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

    大型语言模型能否设计高质量实验?一项关于自主实验设计的全面系统性基准测试

    AI for Research (AI4Research) leverages AI to automate and improve scientific workflows. While experimental design is a critical stage of the research process, prior work has focused primarily on code implementation and execution, overlooking the importance of this stage, and no …

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

    可达性并非实现:追踪 LLM 基准测试收益的来源

    Benchmark gains are often treated as evidence of greater LLM capability. Yet the same gain can reflect different changes in model behavior. A model may reach new answers, or produce answers that were already within reach. Aggregate scores do not distinguish these changes question…

  123. arXiv cs.CL TIER_1 English(EN) · Philipp Davydov, Ameya Prabhu, Matthias Bethge, Elisa Nguyen, Seong Joon Oh ·

    通过语义相似性视角看大语言模型生成的新颖性

    arXiv:2510.27313v3 Announce Type: replace-cross Abstract: Generation novelty is a key indicator of an LLM's ability to generalize, yet measuring it against full pretraining corpora is computationally challenging. Existing evaluations often rely on lexical overlap, failing to dete…

  124. arXiv cs.CL TIER_1 English(EN) · Yutong Ke, Ming Yin, Chongwen Zhao, Kaizhu Huang ·

    少数神经元揭示大型语言模型何时滥用工具:稀疏检测与选择性引导以实现可靠的工具使用

    arXiv:2608.00218v1 Announce Type: new Abstract: Agentic LLMs exhibit three consequential tool-use failures: invalid arguments (validity), unnecessary calls (over-calling), and omitted calls when tools are needed (missing). We find that a small, failure-specific set of MLP neurons…

  125. arXiv cs.CL TIER_1 English(EN) · Divyansh Singh, Reza Davari, Afra Mashhadi ·

    RADAR:用于 LLM-as-Judge 评估的基于规则的依赖和冗余分析

    arXiv:2608.01810v1 Announce Type: new Abstract: Rubric-based LLM-as-judge pipelines often assume that evaluation criteria provide independent signals. In practice, however, criteria can be behaviorally coupled: improving one criterion may systematically change scores on another, …

  126. arXiv cs.CL TIER_1 English(EN) · Nan Chen, Zhouhao Yang, Soufiane Hayou ·

    LLM 中的无训练与基于训练的意图分类:准确性、鲁棒性和故障模式

    arXiv:2608.02415v1 Announce Type: new Abstract: Intent classification in Large Language Models (LLMs) involves categorizing user prompts into predefined classes. For instance, given a user prompt, the system must determine whether it primarily concerns mathematics, coding, or gen…

  127. arXiv cs.CL TIER_1 English(EN) · Zhichen Liu, Ruihan Sun, Hengjie Yang, Zipeng Wu, Zhaohan Chen, Xiaofan Zhang, Yang Xu ·

    LiveMem:在长期运行的LLM推理中保持内存状态的连续性

    arXiv:2608.02515v1 Announce Type: new Abstract: Long-running assistants and agents consume interaction streams that eventually outgrow the context. Existing context retention, summarization, and retrieval preserve access to selected history, but do not provide a persistent state …

  128. arXiv cs.CL TIER_1 English(EN) · Shrenil Shaun Sharma, Avi Sharma ·

    SCHEDBench:评估LLM在自然语言组合调度中约束忠实度的基准测试

    arXiv:2608.00991v1 Announce Type: cross Abstract: This paper introduces SCHEDBench, a natural-language benchmark for evaluating combinatorial scheduling constraint faithfulness under surface-form variation. Grounded in canonical scheduling instances and solver-derived feasibility…

  129. arXiv cs.CL TIER_1 English(EN) · Ortal Ashkenazi, Vitalii Kloz, Mykhailo Ulianchenko ·

    勿提供无法完成之物:大规模LLM技能选择的确定性可执行性门控

    arXiv:2608.01050v1 Announce Type: cross Abstract: Production LLM agents that select from large skill libraries face a limitation that semantic relevance alone cannot resolve: a skill may match a user's topic yet be impossible to execute in the current account state. We present a …

  130. arXiv cs.CL TIER_1 English(EN) · Ruilin Xu, Junyi Li, Pengfei Chen, Zongxuan Xie ·

    TELLER:LLM推理的非侵入式跨层根因分析

    arXiv:2608.01975v1 Announce Type: cross Abstract: Large language model (LLM) inference has evolved from an offline workload into a continuously operated software service, yet root-cause analysis remains difficult because a single request spans the inference engine, Python/C++ bac…

  131. arXiv cs.CL TIER_1 English(EN) · Abhilekh Borah, Shubhra Ghosh, Kedar Joshi, Aditya Kumar Guru, Kripabandhu Ghosh ·

    莫以书封面定论:测试LLMs在逻辑混淆下的鲁棒性

    arXiv:2602.01132v2 Announce Type: replace Abstract: Tasks such as solving arithmetic equations, evaluating truth tables, and completing syllogisms are handled well by large language models (LLMs) in their standard form, but they often fail when the same problems are posed in logi…

  132. arXiv cs.CL TIER_1 English(EN) · Xiangming Gu, Soham De, Michalis Titsias, Larisa Markeeva, Petar Veli\v{c}kovi\'c, Razvan Pascanu ·

    大型语言模型中随机性的幻觉

    arXiv:2604.06543v2 Announce Type: replace Abstract: In this work, we demonstrate that reliable stochastic sampling is a fundamental yet unfulfilled requirement for Large Language Models (LLMs) operating as agents. Agentic systems are frequently required to sample from distributio…

  133. arXiv cs.LG TIER_1 English(EN) · Zhichao Xu, Xueguang Ma, Shengyao Zhuang, Luyu Gao, Wenqian Ye, Yu Wang, Jamie Callan, Jimmy Lin ·

    Tevatron 遇 Megatron:学术预算下的专家并行 LLM 重排器训练

    arXiv:2608.00916v1 Announce Type: cross Abstract: Modern reranking recipes---billion-scale cross-encoders, mixture-of-experts (MoE) backbones, and distillation against strong teachers---have outpaced the training infrastructure available to most academic groups. Existing Tevatron…

  134. arXiv cs.LG TIER_1 English(EN) · Ngoc Hung Nguyen, Bjorn Landfeldt ·

    基于 Transformer 增强 PPO 的带软截止感知的 LLM 推理学习协同 MEC

    arXiv:2608.02031v1 Announce Type: cross Abstract: This paper investigates collaborative mobile edge computing (MEC) servers for large language model (LLM) inference under soft deadline constraints. In this system, to improve the quality of service, computations are expected to be…

  135. arXiv cs.LG TIER_1 English(EN) · Mina Taraghi, Yann Pequignot, Amin Nikanjam, Mohamed Amine Merzouk, Foutse Khomh ·

    效率 vs. 对齐:探究 LLM 参数高效微调中的安全与公平风险

    arXiv:2511.00382v2 Announce Type: replace-cross Abstract: Organizations increasingly adapt Large Language Models (LLMs) from public repositories such as HuggingFace to downstream tasks. Prior work shows that even fine-tuning on benign datasets can weaken safety alignment, raising…

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

    LLM 在实际应用中的服务:框架、方法和系统设计的实证研究

    Large Language Models (LLMs) are integrated into software systems and AI services, making efficient LLM serving a concern for software engineering. Serving LLMs is challenging because inference requires computation, memory, GPU resources, and execution while maintaining latency a…

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

    Omega-S:LLM 微调的功能弹性指数

    Omega-S is a lightweight, data-free regularization penalty for low-rank fine-tuning that improves retention of original model capabilities by penalizing variance in weight-matrix node degrees.

  138. arXiv cs.CL TIER_1 English(EN) · Keshu Fu, Keqin Peng, Jun Bai, Shuhan Qin, Chen Li, Junzhu Liang, Yefei Chen, Jiaqi Li, Yuanxin Ouyang ·

    BLADE:边界扩展和层自适应动态退出,实现高效 LLM 推理

    arXiv:2607.28966v1 Announce Type: new Abstract: Large language models often improve task performance by generating long reasoning traces, but the resulting computation is frequently wasted on redundant verification and revision. Existing probe-based early-exit approaches mainly i…

  139. arXiv cs.CL TIER_1 English(EN) · Zhaoxin Feng, Jianfei Ma, Emmanuele Chersoni ·

    知其然,知其所以然:探究 LLM 个性化中的内存利用率

    arXiv:2607.29433v1 Announce Type: new Abstract: As large language model (LLM) agents evolve into personalized companions, memory has emerged as a core capability. However, LLMs face a knowledge utilization problem: they may fail to act on relevant user preferences even when they …

  140. arXiv cs.AI TIER_1 English(EN) · Oliver Savolainen, Emanuele Bastianelli, Hosein Azarbonyad ·

    TAPR:通过任务感知提示重写器增强 LLM 性能

    arXiv:2607.28657v1 Announce Type: new Abstract: Large Language Models (LLMs) often require carefully crafted prompts to unlock their full potential, which can be a barrier for non-expert users. This work addresses the challenge by introducing a Task-Aware Prompt Rewriter (TAPR), …

  141. arXiv cs.AI TIER_1 English(EN) · Penglin Zhu, Jungang Xu ·

    ModelEquivBench:LLM生成优化模型的多关系评估认证

    arXiv:2607.29431v1 Announce Type: new Abstract: Large language models increasingly generate optimization models from natural language, but existing evaluation often reduces a generated model and its ground truth to a single equivalent/not-equivalent verdict or an execution-succes…

  142. arXiv cs.AI TIER_1 English(EN) · Philipp D. Siedler, Jordan Sassoon ·

    基准测试并非铁板一块:LLM评估的样本级审计与编排

    arXiv:2607.28801v1 Announce Type: cross Abstract: Benchmark datasets are central to evaluating Large Language Models (LLMs), yet they are typically conceived as monolithic tasks, obscuring substantial variation in the demands of individual samples. We introduce a dataset-centric …

  143. arXiv cs.AI TIER_1 English(EN) · Martin Lukk (University of Toronto) ·

    FairFund-Bench:评估LLM资源分配中的分配偏见

    arXiv:2607.28934v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly involved in the distribution of scarce resources, raising concerns about biased allocations based on characteristics like race and gender. Recent LLM audits have produced inconsistent …

  144. arXiv cs.LG TIER_1 English(EN) · Jiaxuan Chen, Jianshu She, Ye Yuan, Rajat Ghosh, Karan Gupta, Qirong Ho, Xue Liu, Oana Balmau ·

    DeltaServe: LLM推理与微调的宿主无关联合服务

    arXiv:2607.28848v1 Announce Type: cross Abstract: LLM serving systems are provisioned for peak load to meet strict latency targets, leaving substantial GPU compute idle whenever traffic falls below peak. We present DeltaServe, a host-agnostic co-serving design that converts this …

  145. arXiv cs.LG TIER_1 English(EN) · Jiajia Tang, Sizhe Yuen, Francisco Gomez Medina, Yali Du, Adam Sobey ·

    部分大于整体:多策略LLM高效训练的自动化任务排序

    arXiv:2607.29601v1 Announce Type: new Abstract: Parameter-Efficient Fine-Tuning (PEFT) commonly adapts large language models using a single shared Low-Rank Adapter (LoRA). This shared optimization space often suffers from interference when adapting heterogeneous task sequences, l…

  146. arXiv cs.AI TIER_1 English(EN) · Mengting Chen, Yanshu Sun, Wanting Liang, Beidi Luan, Rui Sun, Dezhi Chen, Jing Li, Zuo Bai ·

    CalibratedRubric:面向开放式LLM评估的任务自适应评分标准库

    arXiv:2607.29252v1 Announce Type: cross Abstract: Reliable evaluation of open-ended LLM outputs requires fine-grained rubrics, yet expert curation is costly and difficult to scale. Existing automated pipelines rely on strict judge unanimity and binary variance filters, which cann…

  147. arXiv cs.CL TIER_1 English(EN) · Andong Hua, Colton Bishop, Igor Mordatch, Arian Hosseini, Jindong Gu, Aleksandra Faust, Rebecca Roelofs, Yao Qin ·

    TokenSwap:多模态大模型的模态鸿沟基准测试与缩减

    arXiv:2607.28640v1 Announce Type: new Abstract: Multimodal large language models (MLLMs) should generate consistent responses given semantically equivalent inputs across modalities. However, we observe a systematic discrepancy in model predictions under such cross-modal variation…

  148. arXiv cs.AI TIER_1 English(EN) · Siyang Cai, Cangyuan Li, Haoyu Gao, Kun Wang, Yinhe Han, Ying Wang ·

    错误代码,正确结构:从不完美的 LLM 生成的 RTL 中学习网表表示

    arXiv:2603.09161v2 Announce Type: replace-cross Abstract: Learning effective netlist representations is fundamentally constrained by the scarcity of labeled datasets, as real designs are protected by Intellectual Property (IP) and costly to annotate. Existing work therefore focus…

  149. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Jimmy Lin ·

    Tevatron 遇 Megatron:学术预算下的专家并行 LLM 重排器训练

    Modern reranking recipes---billion-scale cross-encoders, mixture-of-experts (MoE) backbones, and distillation against strong teachers---have outpaced the training infrastructure available to most academic groups. Existing Tevatron reranker training relies on the Hugging Face Trai…

  150. arXiv cs.AI TIER_1 English(EN) · Shida Wang, Chaohu Liu, Yubo Wang, Linli Xu ·

    FPEdit:通过局部参数编辑实现鲁棒的LLM指纹识别

    arXiv:2508.02092v3 Announce Type: replace-cross Abstract: Large language models represent significant investments in computation, data, and engineering expertise, making them extraordinarily valuable intellectual assets. Nevertheless, these AI assets remain vulnerable to unauthor…

  151. arXiv cs.LG TIER_1 English(EN) · Yifan Dou, Shikan Lian, Shibo Li ·

    Conformal Cascade: 多层 LLM 推理的无分布准确性保证

    arXiv:2607.25018v2 Announce Type: replace Abstract: Large language model (LLM) cascades reduce inference cost by routing easy queries to a small model and deferring hard queries to a larger one. Production cascades govern this deferral through a confidence threshold, but LLM conf…

  152. arXiv cs.LG TIER_1 English(EN) · Dikshant Kukreja, Kritarth Prasad, Avinash Anand, Zhengkui Wang, Erik Cambria, Timothy Liu, Aik Beng Ng, Simon See, Bapi Chatterjee ·

    FORGE:用于内存高效 LLM 训练的寄存器上融合梯度消除

    arXiv:2606.22932v2 Announce Type: replace Abstract: Reverse-mode differentiation computes every weight gradient, writes it to memory, and only then lets the optimizer read it back. This two-phase schedule sets the memory ceiling of modern training: at the seam between the phases,…

  153. arXiv cs.LG TIER_1 English(EN) · Leandro Giusti Mugnaini, Bruno Lopes Yamamoto, Lucas Lauton de Alcantara, Victor Zacarias, Edson Bollis, Lucas Pellicer, Anna Helena Reali Costa, Artur Jordao ·

    使用 AMP 实现高效 LLM:注意力头和 MLP 剪枝

    arXiv:2504.21174v2 Announce Type: replace Abstract: Deep learning drives a new wave in computing systems and triggers the automation of increasingly complex problems. In particular, Large Language Models (LLMs) have significantly advanced cognitive tasks, often matching or even s…

  154. arXiv cs.LG TIER_1 English(EN) · Jinliang Gao, Ning Yang, Hai Wang, Baili Xiao, Pin Lyu ·

    SDO:面向高效大模型训练后结构的感知数据组织

    arXiv:2607.27273v1 Announce Type: new Abstract: Post-training of large language models is expensive, and existing efficiency improvements mainly focus on selecting informative samples or designing training schedules. However, data organization itself is usually treated as a stati…

  155. arXiv cs.CL TIER_1 English(EN) · Lukas Hinterleitner, Loris Schoenegger, Benjamin Roth ·

    选择还是投影?评估用于LLM训练数据解释的低维向量

    arXiv:2601.16651v3 Announce Type: replace Abstract: Gradient-based methods for instance-based explanation for large language models (LLMs) are hindered by the immense dimensionality of model gradients. In practice, influence estimation is restricted to a subset of model parameter…

  156. arXiv cs.CL TIER_1 English(EN) · Haozhe Hu, Hao Wu, Peiran Yin, Chao Han, Yunpu Ma, Xiaoyu Shen ·

    WIDE:通过令牌级动态宽度剪枝提升自适应LLM推理

    arXiv:2607.28418v1 Announce Type: cross Abstract: Pruning is a promising approach for improving the efficiency of LLMs. Existing static structured pruning methods are hardware-friendly and can deliver practical throughput gains, but their input-agnostic computation allocation oft…

  157. arXiv cs.CL TIER_1 English(EN) · Nayera Hasan, Jack Greff, Alvin Grissom II ·

    概率算子上的逻辑推理大语言模型能力基准测试

    arXiv:2607.27405v1 Announce Type: new Abstract: Both expressions of uncertainty and inferences are ubiquitous in natural language, and valid inferences over natural-language expressions of uncertainty are necessary for not only everyday conversations but also for high-stakes doma…

  158. arXiv cs.CL TIER_1 English(EN) · Ru Peng, Tianyu Zhao, Xijun Gu, Zhiting Fan, Haokai Xu, Jinyang Zhang, Yawen Zeng, Yihong Zhuang, Kexin Yang, Junyang Lin, Dayiheng Liu, Junbo Zhao ·

    HSS-Synth:面向大型语言模型的人文社科数据合成

    arXiv:2607.27379v1 Announce Type: new Abstract: High-quality, diverse data are vital for large language models (LLMs) but remain scarce and costly. Data synthesis is a viable alternative and succeeds on closed tasks, yet the humanities and social sciences (HSS) are overlooked, an…

  159. arXiv cs.CL TIER_1 English(EN) · Hongli Yu, Tinghong Chen, Jiangtao Feng, Jiangjie Chen, Weinan Dai, Qiying Yu, Ya-Qin Zhang, Wei-Ying Ma, Jingjing Liu, Mingxuan Wang, Hao Zhou ·

    MemAgent:通过多卷积强化学习记忆体Agent重塑长上下文LLM

    arXiv:2507.02259v2 Announce Type: replace Abstract: Despite improvements by length extrapolation, efficient attention and memory modules, handling infinitely long documents with linear complexity without performance degradation during extrapolation remains the ultimate challenge …

  160. arXiv cs.CL TIER_1 English(EN) · Ekaterina Trofimova, Zosia Shamina, Maria Selifanova, Artem Zaitsev, Remi Savchuk, Maxim Minets, Daria Ozerova, Emil Sataev, Denis Zuenko, Andrey E. Ustyuzhanin ·

    ML2B:跨语言机器学习流水线生成的LLM基准测试

    arXiv:2509.22768v3 Announce Type: replace Abstract: We introduce ML2B, the first benchmark for evaluating cross-lingual task comprehension in end-to-end ML pipeline generation by large language models. Despite growing global AI adoption, no systematic evaluation exists for ML pip…

  161. arXiv cs.LG TIER_1 English(EN) · Shuhang Wang, Ziming Li, Hui Cheng ·

    DHRCL:使用密集分层奖励和课程学习训练LLMs

    arXiv:2607.26457v1 Announce Type: new Abstract: Reinforcement learning is a natural post-training paradigm for code-oriented large language models because generated programs can be evaluated through parsing, execution, unit tests, and structural analysis.However, existing methods…

  162. arXiv cs.LG TIER_1 English(EN) · Yansen Zhang, Yilu Liu, Tianyu Liu, Jiamin Chen, Xiaokun Zhang, Kai Xie, Xue Liu, Chen Ma, Yiyan Qi ·

    通过成本校准的 Frontier Utility 进行预算感知的大型语言模型发现

    arXiv:2607.26828v1 Announce Type: new Abstract: Large language models increasingly support scientific and algorithmic discovery through inference-time search over evaluated candidates. Existing adaptive discovery controllers assign credit based only on score progress, even though…

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

    通过成本校准的 Frontier Utility 进行预算感知的大型语言模型发现

    Large language models increasingly support scientific and algorithmic discovery through inference-time search over evaluated candidates. Existing adaptive discovery controllers assign credit based only on score progress, even though prompt length, retries, and guidance calls caus…

  164. arXiv cs.AI TIER_1 English(EN) · Xingyu Chen, Rui Wang, Zhaopeng Tu, Liefeng Bo ·

    LivingArena:大型语言模型是否知道其他大型语言模型不知道什么?同伴探测作为可扩展评估

    arXiv:2607.24780v1 Announce Type: new Abstract: Evaluating frontier LLMs is challenging: static benchmarks suffer from contamination and saturation -- leaving users unable to distinguish top models and developers blind to specific failure modes -- while human preference is subjec…

  165. arXiv cs.AI TIER_1 English(EN) · Yi Fang, Wenjie Wang, Mingfeng Xue, Boyi Deng, Fengli Xu, Dayiheng Liu, Fuli Feng ·

    通过基于稀疏自编码器的引导实现可控的大语言模型推理

    arXiv:2601.03595v2 Announce Type: replace Abstract: Large Reasoning Models (LRMs) exhibit human-like cognitive reasoning strategies (\eg backtracking, cross-verification) during the reasoning process, which improves their performance on complex tasks. Currently, reasoning strateg…

  166. arXiv cs.AI TIER_1 English(EN) · Wanxu Cai, Zhengyu Chen, Huaisheng Zhu, Wei Wang, Jingang Wang, Qiang Xu ·

    提炼时间搜索与推理:通过辅助高效数据合成进化大型语言模型以进行未来预测

    arXiv:2607.25554v1 Announce Type: new Abstract: Future event prediction carries broad social impact yet remains challenging. SOTA approaches augment LLMs with external agent frameworks whose predictive capability vanishes once the harness is removed. While recent Tool-Integrated …

  167. arXiv cs.AI TIER_1 English(EN) · Chandan Kumar Sah, Xiaoli Lian, Li Zhang ·

    超越自我认知:在大型语言模型中传播推理和检索中的不确定性

    arXiv:2607.25600v1 Announce Type: cross Abstract: Retrieval-augmented generation improves knowledge-intensive question answering, but indiscriminate retrieval can introduce irrelevant evidence and unnecessary computation. We investigate whether verbalized confidence from black-bo…

  168. arXiv cs.AI TIER_1 English(EN) · Keyu Zhang, Vadim Safronov, Andrew Martin ·

    Stemma:诱导决策区域揭示LLM来源

    arXiv:2607.25880v1 Announce Type: cross Abstract: LLM provenance testing asks whether a suspect LLM belongs to the same lineage as a source. Existing black-box methods largely infer this relationship from response-level characteristics, but these characteristics may shift under a…

  169. arXiv cs.AI TIER_1 English(EN) · Nathan Truong, Aryan Panda, Rayming Ye, Zoe Sun, Maheep Chaudhary ·

    大型语言模型(LLM)的逆向规划随预训练语言覆盖范围的扩大而缩小

    arXiv:2607.24769v1 Announce Type: new Abstract: With the growing capabilities of frontier models, AI alignment becomes increasingly critical in high-risk deployment settings. While recent work has empirically demonstrated in-context scheming -- the covert pursuit of misaligned ob…

  170. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Li Zhang ·

    超越自我认知:在大型语言模型中传播推理和检索中的不确定性

    Retrieval-augmented generation improves knowledge-intensive question answering, but indiscriminate retrieval can introduce irrelevant evidence and unnecessary computation. We investigate whether verbalized confidence from black-box language models can serve as an actionable signa…

  171. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Xiaoli Lian ·

    超越自我认知:在大型语言模型中传播推理和检索中的不确定性

    Retrieval-augmented generation improves knowledge-intensive question answering, but indiscriminate retrieval can introduce irrelevant evidence and unnecessary computation. We investigate whether verbalized confidence from black-box language models can serve as an actionable signa…

  172. arXiv cs.AI TIER_1 English(EN) · Tianqiao Zhao, Meng Yue, Jianhui Wang ·

    面向电网诊断的多模态大语言模型任务条件忠实度审计

    arXiv:2607.24539v1 Announce Type: new Abstract: Multimodal large language models (LLMs) can combine topology, measurements, and incident text for grid diagnosis, yet answer accuracy does not establish that task-appropriate evidence was used. This letter proposes a general framewo…

  173. arXiv cs.AI TIER_1 English(EN) · Yijia Dai, Zhaolin Gao, Yahya Sattar, Jennifer J. Sun, Sarah Dean ·

    预训练大模型中的算法提取:以隐马尔可夫模型为例

    arXiv:2607.22646v1 Announce Type: new Abstract: Large language models (LLMs) display a striking ability to predict next observations from Hidden Markov Models (HMMs) via in-context learning (ICL), but the algorithm underlying this capability remains undetermined: prior work has p…

  174. arXiv cs.AI TIER_1 English(EN) · Chengzhang Yu, Chenyang Zheng, Zening Lu, Yingru He, Yutong Huang, Yiming Zhang, Yue Xu, Zhanpeng Jin ·

    TokenMem:为冻结的LLM进行忠实的知识注入

    arXiv:2607.22625v1 Announce Type: new Abstract: Retrieval-augmented generation (RAG) enhances large language models (LLMs) with external knowledge, but suffers from knowledge conflicts: when retrieved information contradicts parametric memory, the shared self-attention pathway pr…

  175. arXiv cs.AI TIER_1 English(EN) · Samyak Jhaveri, Erel Kaplan, Tom Yotam, Le Chen, Tomer Bitan, Niranjan Hasabnis, Gal Oren ·

    ParBench:用于可靠评估 LLM 并行代码翻译的基准测试

    arXiv:2607.22588v1 Announce Type: new Abstract: Modern compute-intensive software must migrate across a changing ecosystem of accelerators, programming APIs, compiler stacks, and portability layers, including CUDA, OpenMP, OpenCL, and OpenMP target offload. Large language models …

  176. arXiv cs.AI TIER_1 English(EN) · Muhammad Junaid Ali, Smail Niar, El-Ghazali Talbi ·

    面向延迟和模型尺寸优化的LLM多目标结构化剪枝

    arXiv:2607.22583v1 Announce Type: new Abstract: Large Language Models (LLMs) have achieved widespread adoption because of their strong reasoning and query-response capabilities. However, deploying them in embedded and edge computing environments remains challenging because of str…

  177. arXiv cs.AI TIER_1 English(EN) · Size Li, Zhiqing Tang, Hongrui Liang, Jianxiong Guo, Jiong Lou, Tian Wang, Weijia Jia ·

    HeraSys:通过细粒度端到端优化实现多 LLM 工作流的协同服务

    arXiv:2607.22578v1 Announce Type: new Abstract: The proliferation of Large Language Models (LLMs) has shifted serving systems from processing isolated requests to orchestrating high-concurrency, multi-tenant agentic workflows. However, existing solutions typically prioritize intr…

  178. arXiv cs.AI TIER_1 English(EN) · Kazem Faghih, Yize Cheng, Shoumik Saha, Mobina Pournemat, Armin Gerami, Soheil Feizi ·

    相同问题,不同答案:评估LLM的可靠性超越准确性

    arXiv:2607.22554v1 Announce Type: new Abstract: Large language models (LLMs) often achieve strong accuracy on benchmarks, yet it remains unclear how reliably they apply this knowledge when the same question is phrased in different but equivalent ways. In this work, we study how m…

  179. arXiv cs.CL TIER_1 English(EN) · Mengqi Wang (UNSW Sydney), Jianwei Wang (UNSW Sydney), Qing Liu (Data61, CSIRO), Xiwei Xu (Data61, CSIRO), Zhenchang Xing (Data61, CSIRO), Liming Zhu (Data61, CSIRO), Michael Bain (UNSW Sydney), Wenjie Zhang (UNSW Sydney) ·

    集成 LLM 诱导的决策树以实现可解释和鲁棒的错误检测

    arXiv:2512.07246v2 Announce Type: replace Abstract: Error detection (ED), which aims to identify incorrect or inconsistent cell values in tabular data, is important for ensuring data quality. Recent state-of-the-art ED methods leverage the pre-trained knowledge and semantic capab…

  180. arXiv cs.AI TIER_1 (ET) · Shyam Sundhar Ramesh, Xiaotong Ji, Matthieu Zimmer, Sangwoong Yoon, Zhiyong Wang, Haitham Bou Ammar, Aurelien Lucchi, Ilija Bogunovic ·

    多任务GRPO:跨任务的可靠LLM推理

    arXiv:2602.05547v2 Announce Type: replace-cross Abstract: RL-based post-training with GRPO is widely used to improve large language models on individual reasoning tasks. However, real-world deployment requires reliable performance across diverse tasks. A straightforward multi-tas…

  181. arXiv cs.CL TIER_1 English(EN) · Jie "JW" Wu ·

    AssumptionMiner:提取、追踪和修正LLM代码生成中的隐式假设

    arXiv:2607.22898v1 Announce Type: cross Abstract: Large language models (LLMs) generate code from natural-language prompts, yet real-world prompts rarely provide complete specifications. When prompts leave input formats, error handling, or design decisions unspecified, LLMs fill …

  182. arXiv cs.LG TIER_1 Dansk(DA) · Angshuman Chakravertty, Rahul Koshti, Buddhi Prakash Sharma, Vinay Chamola ·

    基准测试用于 Verilog 设计流程的大型语言模型

    arXiv:2607.22759v1 Announce Type: cross Abstract: Large language models (LLMs) show promise in code generation, but their capabilities to produce correct, synthesizable hardware description language (HDL) code still remain to be properly benchmarked. Existing evaluations are prim…

  183. arXiv cs.LG TIER_1 English(EN) · Shuo Wang, Fang Xi, Wenyuan Huang, Qing Wang, Junming Su ·

    KAP:弥合大型语言模型系统中知识选择与运行时消耗之间的差距

    arXiv:2607.24260v1 Announce Type: new Abstract: Modern LLM systems increasingly rely on knowledge-selection processes that produce high-value structured priors, such as ranked evidence, graph topology, multimodal alignment, and confidence signals. Yet LLM serving remains fundamen…

  184. arXiv cs.LG TIER_1 English(EN) · Anderson R. Santos ·

    RIS-Kernel:一种用于长上下文 LLM 推理的模型无关的稀疏注意力架构

    arXiv:2607.21927v1 Announce Type: new Abstract: Full self-attention in large language models scales as O(N^2), which limits long-context document analysis to 65,536 tokens and requires costly GPU clusters. The Reduced Interaction Sampling (RIS) inference engine addresses this con…

  185. arXiv cs.CL TIER_1 English(EN) · Naixin Zhai, Pengyang Shao, Binbin Zheng, Yonghui Yang, Fei Shen, Long Bai, Xun Yang ·

    最大化关键区域的局部熵:前缀感知局部化大模型遗忘

    arXiv:2601.03190v4 Announce Type: replace Abstract: Machine unlearning aims to forget sensitive knowledge from Large Language Models (LLMs) while maintaining general utility. However, existing approaches typically treat all tokens in a response indiscriminately and enforce uncert…

  186. arXiv cs.LG TIER_1 English(EN) · Jinhyeok Kim, Yejoon Lee, Jaeyoung Do ·

    统一静态动态剪枝以实现高效LLM推理

    arXiv:2607.21985v1 Announce Type: cross Abstract: The increasing deployment of large language models (LLMs) has magnified the computational and memory bottlenecks of autoregressive decoding, where low compute intensity and bandwidth-bound kernels dominate inference cost. Weight p…

  187. arXiv cs.AI TIER_1 English(EN) · Zishan Shao, Lixun Zhang, Kangning Cui, Yixiao Wang, Ting Jiang, Hancheng Ye, Qinsi Wang, Zhixu Du, Yuzhe Fu, Fan Yang, Danyang Zhuo, Yiran Chen, Hai Helen Li ·

    DecodeShare:追踪大语言模型解码时决策的共享子空间

    arXiv:2607.20469v1 Announce Type: new Abstract: Large language models (LLMs) handle many tasks with one set of parameters, but under KV-cached inference it is unclear what task-general structure, if any, is used at decode time rather than during prefill. We propose DecodeShare, a…

  188. arXiv cs.AI TIER_1 English(EN) · Jingyi Huang, Ruohan Zong, Yujun Feng, Liran Ma, Lanyu Shang, Yang Zhang ·

    来自不一致人类反馈的可靠性感知大语言模型对齐

    arXiv:2607.20515v1 Announce Type: new Abstract: Reinforcement Learning from Human Feedback (RLHF) is critical for aligning Large Language Models (LLMs) with human preferences. However, its efficacy is often compromised by the inherent inconsistency and subjectivity of human annot…

  189. arXiv cs.AI TIER_1 English(EN) · Yichuan Liu, Daniel Cummings, Nick Vadlamudi ·

    WaveformQA: 在数字波形上对大型语言模型进行时序推理基准测试

    arXiv:2607.20638v1 Announce Type: new Abstract: Large Language Models (LLMs) have demonstrated strong capabilities in code generation and reasoning, yet their ability to perform temporal reasoning over digital waveform data remains largely unexplored. Although reasoning over digi…

  190. arXiv cs.AI TIER_1 English(EN) · Yangjun Lu, Hongyi Zhou, Fabian Spill, Kai Ye, Chengchun Shi, Jin Zhu ·

    检测人类-LLM合作文本中的LLM生成Token

    arXiv:2607.21458v1 Announce Type: new Abstract: The rise of human-AI collaborative writing has created a growing need for fine-grained detection methods that support localizing likely LLM-generated content in mixed-authorship documents. Existing methods for detecting LLM-generate…

  191. arXiv cs.AI TIER_1 English(EN) · Mikail Khona, Aditya Vavre, Boxiang Wang, Deyu Fu, Hao Wu, Mike Chrzanowski, Bryan Catanzaro, Dheevatsa Mudigere, Jeff Pool, Michael Lightstone, Mohammad Shoeybi, Mostofa Patwary, Nima Tajbakhsh, Tijmen Blankevoort ·

    SOAP、Muon 及其他:推动大语言模型预训练规模

    arXiv:2607.20548v1 Announce Type: cross Abstract: Higher-order optimizers such as Muon and SOAP offer faster convergence than AdamW, but their computational cost and numerical stability challenges have limited adoption at scale. In this work, we adapt and enhance preconditioned g…

  192. arXiv cs.AI TIER_1 English(EN) · Emma Kondrup, Zachary Yang, Anne Imouza, Reihaneh Rabbany ·

    StabilityBench:对大型语言模型不稳定性进行基准测试

    arXiv:2607.20558v1 Announce Type: cross Abstract: AI Assistants are increasingly deployed in high-stakes settings, such as healthcare or government services. Yet their real-world behavior remains poorly understood due to strong context dependence. Current evaluation protocols fol…

  193. arXiv cs.AI TIER_1 English(EN) · Minh Ngoc Ta, My Anh Tran Nguyen, Duong D. Nguyen, Yuxia Wang, Preslav Nakov ·

    再多一次,少些遗憾:基于遗憾的多轮LLM澄清策略基准测试

    arXiv:2607.21143v1 Announce Type: cross Abstract: Ambiguous user requests make clarification a sequential decision problem for conversational LLM assistants: they must decide whether to ask, what to ask, when to stop, and when to answer. We introduce RegretBench, a multi-turn ben…

  194. arXiv cs.AI TIER_1 English(EN) · Lorenzo Orsingher, Thomas De Min, Massimiliano Mancini, Davide Talon, Elisa Ricci ·

    不平衡下的遗忘:多模态大模型遗忘公平性基准测试

    arXiv:2607.21300v1 Announce Type: cross Abstract: Machine unlearning has emerged as a tool for removing personal data from trained models to comply with recent AI regulations. To evaluate unlearning effectiveness in multimodal large language models (MLLMs), prior works fine-tune …

  195. arXiv cs.AI TIER_1 English(EN) · Heejun Kim, Seungpil Lee, Jewon Yeom, Jaewon Sok, Seonghyeon Park, Jeongjae Park, Taesup Kim, Sundong Kim ·

    从噪声到多样性:LLM推理中的随机嵌入注入

    arXiv:2605.11936v2 Announce Type: replace Abstract: Recent soft prompt research has tried to improve reasoning by inserting trained vectors into LLM inputs, yet whether the gain comes from the learned content or from the act of injection itself has not been carefully separated. W…

  196. arXiv cs.CL TIER_1 English(EN) · Juho Leinonen, Paul Denny ·

    区分人工智能与真实内容:评估大型语言模型用于检测由大型语言模型生成的内容

    arXiv:2607.20446v1 Announce Type: new Abstract: As large language models (LLMs) are increasingly used by students to generate natural language responses and program code, there is growing interest in whether LLMs themselves can be used to distinguish AI-generated work from human-…

  197. arXiv cs.CL TIER_1 English(EN) · Emilio Ferrara ·

    QuantiBias:衡量量化引起的LLM偏差

    arXiv:2607.21063v1 Announce Type: new Abstract: Almost every large language model that reaches a broad audience is quantized: trained in full precision, then compressed for efficiency. This step is assumed harmless and its safety is rarely re-checked. We find its principal side e…

  198. arXiv cs.CL TIER_1 English(EN) · Hao Liang, Qifeng Cai, Yibo Lin, Jianzhuo Du, Qifeng Xia, Sizhe Qiu, Linzhuang Sun, Meiyi Qiang, Zhaoyang Han, Xiaochen Ma, Bohan Zeng, Ruichuan An, Conghui He, Wentao Zhang ·

    DataPrep-Bench:将大型语言模型作为训练数据准备器的基准测试

    arXiv:2607.20465v1 Announce Type: cross Abstract: The quality of training data fundamentally determines the capabilities of large language models (LLMs), yet no unified benchmark exists to measure how well LLMs, agents, and data-centric workflows actually prepare training data en…

  199. arXiv cs.CL TIER_1 English(EN) · Hiroki Tamba ·

    位置偏差隐藏在天花板效应之后:LLM基准测试的排列诊断

    arXiv:2607.20864v1 Announce Type: cross Abstract: Position bias in multiple-choice LLM evaluation is widely cited as a confound in capability comparisons, but published measurements rely on single answer-order shuffles whose results confound the bias signal with content-level noi…

  200. arXiv cs.LG TIER_1 English(EN) · Amir Sarfi, Benjamin Th\'erien, Joel Lidin, Eugene Belilovsky ·

    克服LLM预训练中的通信-性能权衡

    arXiv:2508.15706v3 Announce Type: replace Abstract: Communication-efficient distributed training algorithms (e.g., DiLoCo) have received considerable interest due to their benefits for training large language models (LLMs) in bandwidth-constrained settings, such as across datacen…

  201. arXiv cs.AI TIER_1 English(EN) · Jiacheng Wang, Weiyan Zhang, Guangya Yu ·

    PlanE:Meta 为基于抽取式的大模型规划数据、微调和推理

    arXiv:2607.20470v1 Announce Type: new Abstract: Enhancing the task-specific capabilities of Large Language Models (LLMs) primarily requires substantial instruction-tuning datasets. However, the sheer volume of such data imposes a considerable annotation cost, and a lack of optimi…

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

    检测人类-LLM合著文本中的LLM生成Token

    The rise of human-AI collaborative writing has created a growing need for fine-grained detection methods that support localizing likely LLM-generated content in mixed-authorship documents. Existing methods for detecting LLM-generated text mainly focus on document-level classifica…

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

    QuantiBias:衡量量化引起的LLM偏差

    Almost every large language model that reaches a broad audience is quantized: trained in full precision, then compressed for efficiency. This step is assumed harmless and its safety is rarely re-checked. We find its principal side effect is increased bias that standard safety eva…

  204. arXiv cs.AI TIER_1 English(EN) · Noshin Ulfat, Ahsanul Ameen Sabit, Soneya Binta Hossain ·

    跨冲突软件制品衡量大型语言模型信任分配

    arXiv:2604.03447v2 Announce Type: replace-cross Abstract: LLM-based software engineering assistants often reason over multiple artifacts, including code, documentation, signatures, and tests, even when those artifacts are incomplete or mutually inconsistent. Existing evaluations …

  205. arXiv cs.AI TIER_1 English(EN) · Beining Wang, Weihang Su, Hongtao Tian, Hao Kong, Tao Yang, Ting Yao, Qingyi Pan, Yueyue Wu, Qingyao Ai, Min Zhang, Yiqun Liu ·

    通过动态评分标准共同演进大语言模型评估器和策略

    arXiv:2607.20083v1 Announce Type: cross Abstract: Post-training with evaluator feedback on policy-induced samples serves as a major mechanism for improving large language models. As policies improve, these sampled responses become close in quality. These close candidates create a…

  206. arXiv cs.AI TIER_1 English(EN) · Xubo Liu, Wenya Guo, Ruxue Yan, Xinying Qian, Ying Zhang ·

    奖励更好的思维以实现 LLM 偏好对齐

    arXiv:2607.19824v1 Announce Type: new Abstract: LLM preference alignment aims to optimize models toward human preferences across diverse user instructions. Reinforcement learning has become a major post-training approach for this goal, but existing proxy rewards are often outcome…

  207. arXiv cs.AI TIER_1 English(EN) · Tiancheng Zhang, Shaoyuan Huang, Mingyuan Wang, Yunfeng Zhao, Xiaofei Wang, Wenyu Wang ·

    FineServe:全球大模型服务工作负载的细粒度数据集与表征

    arXiv:2607.19349v1 Announce Type: new Abstract: Large language models (LLMs) are increasingly deployed as always-on online services, making efficient LLM serving a critical systems challenge. Achieving low latency and high throughput under volatile demand requires deep understand…

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

    大型语言模型会混淆哪些价值观?一项基于施瓦茨理论的识别研究

    arXiv:2607.20270v1 Announce Type: new Abstract: Large language models are increasingly evaluated through the values they endorse, but such evaluations presuppose that models can identify the value expressed in a concrete situation. We study this prerequisite as controlled top-1 r…

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

    大型语言模型会混淆哪些价值观?一项基于施瓦茨理论的识别研究

    Large language models are increasingly evaluated through the values they endorse, but such evaluations presuppose that models can identify the value expressed in a concrete situation. We study this prerequisite as controlled top-1 recognition over Schwartz's ten basic values. Our…

  210. arXiv cs.AI TIER_1 English(EN) · Brian Becker, Rui Chu, Yingjie Lao ·

    Probabilistic Concept-Aware Steering for Trustworthy LLM Inference

    arXiv:2607.18259v1 Announce Type: new Abstract: Steering vectors (SVs), an inference-time intervention technique for large language models (LLMs), guide the generation process by adding a concept-specific direction vector to intermediate activations during inference. However, exi…

  211. arXiv cs.AI TIER_1 English(EN) · Yin Li ·

    当JSON不足以满足需求时:模式约束下LLM排序代理的语义可靠性

    arXiv:2607.18261v1 Announce Type: new Abstract: LLM agents are increasingly used as transaction compilers: a user states an intent in natural language, and the model emits a structured object that an API can execute. JSON Schema and provider-level structured-output modes are usef…

  212. arXiv cs.CL TIER_1 English(EN) · Seunghyun Lee, Dongyoon Han, Sangdoo Yun ·

    标记,而非擦除:用于大型语言模型双重用途知识的Token接种

    arXiv:2607.18639v1 Announce Type: cross Abstract: Safety interventions on dual-use knowledge typically choose between destroying hazardous content (e.g., unlearning, filtering) and suppressing it at the output layer (e.g., refusal training); both pay a tax in adjacent-domain comp…

  213. arXiv cs.CL TIER_1 English(EN) · Xiaomeng Hu, Jiaqi Hu, Hao Chen, Qi Zhang, Zhanming Shen, Wentao Ye, Junbo Zhao ·

    已知事实的推理错误:LLM的步进自洽性分组相对策略优化

    arXiv:2607.18915v1 Announce Type: new Abstract: With the rapid advancement of large language models (LLMs), modern systems not only possess strong foundational capabilities and extensive knowledge, but can also solve complex problems via long, multi-step reasoning. However, as re…

  214. arXiv cs.AI TIER_1 English(EN) · Shvetank Prakash, Andrew Cheng, Mark Mazumder, Arya Tschand, Varun Gohil, Jeffrey Ma, Jason Yik, Zishen Wan, Jessica Quaye, Elisavet Lydia Alvanaki, Avinash Kumar, Chandrashis Mazumdar, Tuhin Khare, Alexander Ingare, Ikechukwu Uchendu, Radhika Ghosal, Ab… ·

    QuArch:用于评估计算机体系结构中 LLM 推理能力的基准测试

    arXiv:2510.22087v2 Announce Type: replace-cross Abstract: The field of computer architecture, which bridges high-level software abstractions and low-level hardware implementations, remains absent from current large language model (LLM) evaluations. To this end, we present QuArch …

  215. arXiv cs.AI TIER_1 English(EN) · Shufan Chai, Liangliang Sun, Jessica Staddon ·

    迈向LLM安全知识的自动化测试

    arXiv:2607.18496v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly used for a range of software, hardware and human-centered security tasks. Consequently, LLM performance on security tasks is an active area of measurement and research, often with a fo…

  216. arXiv cs.AI TIER_1 English(EN) · Patrik Reizinger, Wieland Brendel ·

    HALLMARK:诊断LLM引用验证器中的三种失效模式

    arXiv:2607.18360v1 Announce Type: cross Abstract: Large language models (LLMs) now routinely draft literature reviews and assist with academic writing, which means a higher risk of fabricated references: GPTZero found 53 papers with hallucinated citations among NeurIPS 2025's acc…

  217. arXiv cs.AI TIER_1 English(EN) · Meena Jagadeesan, Tatsunori Hashimoto, Jon Kleinberg ·

    LLM检测作为一种干预手段:策略性用户行为下的下游影响

    arXiv:2607.19300v1 Announce Type: new Abstract: As LLM adoption becomes more widespread, there is a growing interest in detecting LLM-generated content, for example through LLM detection tools and through heuristics based on language patterns. Detectors operate as an intervention…

  218. arXiv cs.CL TIER_1 English(EN) · Yu-Chien Tang, Jun-Chen Hung, Wen-Chih Peng, An-Zi Yen ·

    VDAR-Router:通过口语化查询难度分析检索实现自适应大模型路由

    arXiv:2607.18098v1 Announce Type: new Abstract: Large language models are increasingly used in practical systems, making efficient model selection important for reducing deployment cost. LLM routing has emerged as a practical solution for allocating each input query to an appropr…

  219. arXiv cs.LG TIER_1 English(EN) · Qi Huang, Furong Ye, Ananta Shahane, Thomas B\"ack, Niki van Stein ·

    从启发式选择到自动化算法设计:LLMs 从强先验中受益

    arXiv:2603.02792v2 Announce Type: replace Abstract: Large Language Models (LLMs) have already been widely adopted for automated algorithm design, demonstrating strong abilities in generating and evolving algorithms across various fields. Existing work has largely focused on exami…

  220. arXiv cs.CL TIER_1 English(EN) · Roberto Pietrantuono, Antonio Guerriero, Pouya Sattari ·

    轻量级LLM微调的模式约束文档级事件论元抽取

    arXiv:2607.16808v1 Announce Type: new Abstract: Event Argument Extraction (EAE) converts documents into structured event records by identifying argument spans and assigning them schema-defined roles. Document-level EAE is challenging due to long-range dependencies between trigger…

  221. arXiv cs.AI TIER_1 English(EN) · Hippolyte Gisserot-Boukhlef, Nicolas Boizard, Emmanuel Malherbe, C\'eline Hudelot, Pierre Colombo ·

    BERT-as-a-Judge:一种高效的基于参考的 LLM 评估的鲁棒替代词汇方法

    arXiv:2604.09497v2 Announce Type: replace-cross Abstract: Accurate evaluation is central to the large language model (LLM) ecosystem, guiding model selection and downstream adoption across diverse use cases. In practice, however, evaluating generative outputs typically relies on …

  222. arXiv cs.AI TIER_1 English(EN) · Jaehun Jung, Seungju Han, Ximing Lu, Skyler Hallinan, David Acuna, Shrimai Prabhumoye, Mostafa Patwary, Mohammad Shoeybi, Bryan Catanzaro, Yejin Choi ·

    Prismatic Synthesis:基于梯度的多数据多样化增强LLM推理泛化能力

    arXiv:2505.20161v2 Announce Type: replace-cross Abstract: Effective generalization in language models depends critically on the diversity of their training data. Yet existing diversity metrics often fall short of this goal, relying on surface-level heuristics that are decoupled f…

  223. arXiv cs.AI TIER_1 English(EN) · Yongkang Du, Xiaohan Zou, Minhao Cheng, Lu Lin ·

    CARV:多模态大语言模型组合类比推理的诊断基准

    arXiv:2603.27958v2 Announce Type: replace Abstract: Analogical reasoning tests a fundamental aspect of human cognition: mapping the relation from one pair of objects to another. Existing evaluations of this ability in multimodal large language models (MLLMs) overlook the ability …

  224. arXiv cs.AI TIER_1 English(EN) · Lucky Verma ·

    Solver-Hard Is Not Model-Hard: A Hardness-Controlled Diagnostic for LLM Constraint Reasoning

    arXiv:2607.17047v1 Announce Type: cross Abstract: LLM constraint reasoners are often evaluated near the random-SAT phase transition, confounding density and solver hardness. We test instance-level transfer while near-matching clause density. At aligned size bins, with near-matche…

  225. arXiv cs.AI TIER_1 English(EN) · Jiahe Fan, Yinghao Hou, Si Chen, Aiyuan Zhang, Hong Xie, Defu Lian ·

    重新思考异构大模型融合:一种加权模型平均的视角

    arXiv:2607.18026v1 Announce Type: new Abstract: Can large language models with substantially different parameter spaces be merged by direct weighted averaging, without training or semantic alignment? Existing heterogeneous fusion methods typically introduce distillation, adapters…

  226. arXiv cs.AI TIER_1 English(EN) · Ziteng Hu, Jiachi Chen, Wenhao Lv, Huan Zhang, Yingjie Xia ·

    当大型语言模型过度回答时:衡量和缓解基于大型语言模型的硬件描述语言问答中的质量问题

    arXiv:2607.17063v1 Announce Type: new Abstract: The rapid advancement of large language models (LLMs) has led practitioners to increasingly rely on them for answering questions about hardware description languages (HDLs). Because HDL is ultimately synthesized into physical hardwa…

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

    标记,而非擦除:用于大型语言模型双重用途知识的Token接种

    Safety interventions on dual-use knowledge typically choose between destroying hazardous content (e.g., unlearning, filtering) and suppressing it at the output layer (e.g., refusal training); both pay a tax in adjacent-domain competence or over-refusal. We argue that the right op…

  228. arXiv cs.AI TIER_1 English(EN) · Vipul Gupta, Zihao Wang, Razvan-Gabriel Dumitru, MohammadHossein Rezaei, Aakash Sabharwal, Yunzhong He ·

    CRAFT:聚类评分标准以诊断LLM的薄弱能力并生成有针对性的微调数据

    arXiv:2607.16122v1 Announce Type: new Abstract: Evaluations should do more than measure a models current performance. They should tell us what to fix for the next model iteration and provide a way to generate targeted post training data. Most evaluation pipelines identify weak ex…

  229. arXiv cs.CL TIER_1 English(EN) · Elize Herrewijnen, Benedetta Muscato, Gizem Gezici, Fosca Giannotti ·

    从合理到可行:关于LLM自我解释的立场

    arXiv:2607.15957v1 Announce Type: new Abstract: Large Language Models (LLMs) can generate natural language explanations that rationalize their own decisions, a phenomenon commonly referred to as self-explanations.Such explanations have emerged as a promising direction for explain…

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

    Controlling Reasoning Effort in LLMs

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

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

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

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

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

    稳定原生低秩LLM预训练

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    面向工具结构化LLM推理方法的仅幅度FFN干预:门控评估协议和跨模型实证结果

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  269. arXiv cs.CV TIER_1 English(EN) · Uma Ranjan, Kunal Tilaganji, Aditya Koul, Anurag Mahipal, Dashpreet Singh, Hriday Rana, Manan Jain, Sidharth Gupta, Ajo Babu George, Vineeth Balasubramanian, Nagarajan Natarajan, Amit Sharma ·

    重新思考LLM验证:证据结构、不确定性和选择性精炼

    arXiv:2608.10725v1 Announce Type: new Abstract: Large language models (LLMs) often rely on shortcuts rather than systematic reasoning, raising safety concerns in medical applications. Allowing models to abstain when uncertain improves reliability but introduces a coverage accurac…

  270. arXiv stat.ML TIER_1 English(EN) · Zeyu Zhang, Bradly C. Stadie ·

    LLM回测中的时间泄露:测量、验证和调整分数

    arXiv:2608.02985v1 Announce Type: cross Abstract: The standard check for contamination in LLM backtests is simple: compare scores before and after the training cutoff. We show this check is uninformative. Four flagship models fail it on questions they cannot have memorized: every…

  271. arXiv stat.ML TIER_1 English(EN) · Robab Aghazadeh Chakherlou, Siddartha Khastgir, Peter Popov, Xingyu Zhao ·

    建模LLM的记忆依赖可靠性:一个隐马尔可夫模型

    arXiv:2607.22951v1 Announce Type: new Abstract: Reliability assessment of large language models (LLMs) seeks to estimate the probability that a model produces correct responses under a specified operational profile. Conventional benchmark-based evaluation, often summarized by agg…

  272. arXiv cs.CV TIER_1 English(EN) · Pengcheng Wang, Zhiquan Wang, Jayoung Lee, Zhuoyan Xu, Ran Xu, Saurabh Bagchi, Yin Li, Somali Chaterji ·

    少看多想:多模态大语言模型的联合 Token-计算自适应

    arXiv:2607.20357v1 Announce Type: new Abstract: Multimodal Large Language Models (MLLMs) have recently demonstrated strong performance across vision-language tasks. However, their high inference cost, arising from both the large number of input visual tokens and the heavy computa…

  273. arXiv stat.ML TIER_1 English(EN) · Bitya Neuhof, Yuval Benjamini ·

    量化LLM基准测试中的排名不确定性

    arXiv:2607.16259v1 Announce Type: cross Abstract: Pretrained models are typically ranked on multi-task leaderboards to assess their effectiveness across diverse tasks. Rank confidence intervals were recently introduced as a method to quantify the uncertainty in these rankings by …

  274. LessWrong (AI tag) TIER_1 English(EN) · yun dong ·

    在LLM生成的文本中追踪因果结构:达拉斯电路的另一种视角

    <p><span>The classic "</span><a href="https://transformer-circuits.pub/2025/attribution-graphs/biology.html#dives-tracing" rel="noreferrer"><span>Dallas</span></a><span>" example from Anthropic focuses on an </span><b><span>internal circuit</span></b><span> in an LLM.</span></p><…

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

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

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

  276. Together AI blog TIER_1 English(EN) ·

    LLM推理的自动伸缩端点

    GPU utilization can read healthy while your queue backs up, and a new replica takes minutes to warm. Here's how to pick autoscaling metrics, tune scale-up/down windows, and budget for cold starts on dedicated inference.

  277. AssemblyAI blog TIER_1 English(EN) ·

    在语音管道中流式传输 LLM 响应:工具调用、结构化输出和实时

    Learn how to stream LLM responses in a voice pipeline with tool calling and structured outputs using AssemblyAI's LLM Gateway for sub-second response times.

  278. MarkTechPost TIER_1 English(EN) · Sana Hassan ·

    微调工具调用LLM:使用XYZ-Aquila-SFT和Qwen3的完整指南

    <p>Implement an end-to-end fine-tuning pipeline for tool-calling language models. This tutorial covers parsing trajectories, structured tool-call extraction, Qwen-compatible ChatML rendering, and efficient LoRA adaptation using PyTorch.</p> <p>The post <a href="https://www.markte…

  279. Towards AI TIER_1 English(EN) · Divy Yadav ·

    LLM 连续批处理详解:快速 LLM 的秘密

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/llm-continuous-batching-explained-the-secret-behind-fast-llms-d4d8cbe083b6?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/1536/1*vfLqNouEgJUWj1E3yA_QHg.png…

  280. Towards AI TIER_1 English(EN) · Tejas Nidhankar ·

    精通 LangChain:LLM 编排终极指南(第一部分 — 基础知识)

    <p>The Generative AI landscape is moving at breakneck speed. While API access to frontier models has democratized artificial intelligence, building reliable, production-grade applications requires much more than sending a single prompt to an endpoint. It requires orchestration.</…

  281. dev.to — MCP tag TIER_1 English(EN) · Jiangang Chen ·

    我们如何将 LLM 代理的全局代码库符号索引时间从 30 秒缩短到 98 毫秒

    <h2> How we cut repo-wide symbol indexing for LLM agents from 30s to 98ms </h2> <p>If your coding agent has ever stalled for tens of seconds on "what's in this repo?" — or burned hundreds of tokens re-reading a file after a failed edit — this is the story of why that happens and …

  282. Towards AI TIER_1 English(EN) · Udaykiran Estari ·

    上下文窗口 vs. 标记 vs. 内存:统一的实践指南(LLM 成本节省 1250 倍)

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/context-windows-vs-tokens-vs-memory-the-unified-hands-on-guide-save-1250x-on-llm-costs-7053fa55e9dd?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/2600/1*5…

  283. Medium — fine-tuning tag TIER_1 English(EN) · Grnitish ·

    我周末学习微调和量化大型语言模型

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@grnitish99/my-weekend-learning-on-fine-tuning-and-quantizing-llms-e60111e31cc8?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1536/1*IKVpd49VbDzXkY2XJgaYnw.png" w…

  284. dev.to — MCP tag TIER_1 English(EN) · HyperNexus ·

    锁定AI内核:自托管大语言模型的网络隔离蓝图

    <h1>Locking Down the AI Kernel: A Network Isolation Blueprint for Self-Hosted LLMs</h1> <p>Learn to secure self-hosted AI models by binding them to localhost and using an nginx reverse proxy for TLS termination and authentication. This guide details robust network isolation patte…

  285. Medium — fine-tuning tag TIER_1 English(EN) · Let’s Automate ️ ·

    微调本地LLM以实现测试自动化:构建数据集并在Ollama中运行

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://blog.gopenai.com/fine-tuning-a-local-llm-for-test-automation-build-a-dataset-and-run-it-in-ollama-d1aa41d23472?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1200/1*y8Ymg8vBy…

  286. Medium — MLOps tag TIER_1 English(EN) · Sowmithdurusoju ·

    使用 KServe、KEDA、VLLM 和 Kubernetes 大规模部署 LLM:实用指南

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@sowmithdurusoju/serving-llms-at-scale-a-practical-guide-with-kserve-keda-vllm-kubernetes-e93ba6b1a65e?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1600/1*vaIIemwkv_qx…

  287. Medium — fine-tuning tag TIER_1 English(EN) · ericstef ·

    小型企业微调LLM的隐藏经济学

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@omarhoda111/the-hidden-economics-of-fine-tuning-llms-for-small-businesses-a706e07d37c0?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1344/1*UUwpoFvXuhPVdGhZ0Qbcg…

  288. Towards AI TIER_1 English(EN) · Maya Chen ·

    “Dumb RAG”与上下文泛滥:消除企业LLM架构中的RAM颠簸

    <h4>Why expanding context windows degrade transformer attention — and how to build temporal precision gates and cross-encoder reranking layers for production vector retrieval.</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*vxDaACE5fD6FTn1ABn_bxg.png" /></…

  289. Towards AI TIER_1 English(EN) · Satsawat Natakarnkitkul (Net) ·

    开始阅读:关于大语言模型推理的常用词汇

    <h4>KV cache, prefill, quantization, FlashInfer — all downstream of one fact: to write three quarters of a word, the model reads all seventy gigabytes of itself.</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*4CnE_tHScHIQ358S-tRSYQ.jpeg" /><figcaption><em…

  290. Towards AI TIER_1 English(EN) · Eivind Kjosbakken ·

    如何使用大型语言模型进行强大的自动评估

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/how-to-use-llms-for-powerful-automatic-evaluations-148685b13f70?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/1024/0*K5Q_I6dx_Di8sHla.png" width="1024" />…

  291. Medium — fine-tuning tag TIER_1 English(EN) · Rizwanhoda ·

    2026年微调LLM:第一部分 - 类型、框架、数据集、LoRA、QLoRA及生产…

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/fine-tuning-llms-in-2026-types-frameworks-datasets-lora-qlora-and-production-deployment-4f11fa8eb471?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/2600/0*k…

  292. Medium — fine-tuning tag TIER_1 English(EN) · Rizwanhoda ·

    2026年微调LLM:第一部分 - 类型、框架、数据集、LoRA、QLoRA及生产…

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://rizwanhoda.medium.com/fine-tuning-llms-in-2026-types-frameworks-datasets-lora-qlora-and-production-deployment-4f11fa8eb471?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/2600…

  293. Medium — fine-tuning tag TIER_1 English(EN) · Rizwanhoda ·

    2026年微调LLM:第一部分 - 类型、框架、数据集、LoRA、QLoRA及生产…

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/lets-code-future/fine-tuning-llms-in-2026-types-frameworks-datasets-lora-qlora-and-production-deployment-4f11fa8eb471?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/ma…

  294. Medium — MLOps tag TIER_1 (CA) · María Claudia Pérez Escalante ·

    从DevOps到MLOps:部署LLM的经验总结

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@maraclaudiaprezescalante/de-devops-a-mlops-lo-que-aprend%C3%AD-al-desplegar-llms-b1303158e2ed?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1536/0*0iNLxzGT96WL7kTy.png…

  295. Towards AI TIER_1 English(EN) · Harish Ramkumar ·

    小型语言模型正在蚕食您的LLM账单:微调成本明细

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/small-language-models-are-eating-your-llm-bill-a-fine-tuning-cost-breakdown-974249dfe2e1?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/1376/1*892qvafzSwA_…

  296. Medium — fine-tuning tag TIER_1 English(EN) · Mehmet Özgen ÖZDOĞAN ·

    构建更小、更精炼的大语言模型:剪枝、蒸馏、微调及……的实践指南

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://mehmetozgenozdogan.medium.com/building-smaller-sharper-llms-a-practitioners-guide-to-pruning-distillation-fine-tuning-and-c65979477243?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.…

  297. Towards AI TIER_1 English(EN) · Taha Azizi ·

    推出 Contextpress:重构您 LLM 上下文的 Python 库

    <h4><em>One pip install. No API key is needed. Your chat history, stripped down to what actually matters.</em></h4><p>By Taha Azizi — AI Engineer | Data Scientist | Tech Writer</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/769/1*AyD6rtHwTFtIxQnX-lFlMQ.png" /><fi…

  298. Medium — Claude tag TIER_1 English(EN) · zeeshan khan ·

    大语言模型基础:Token 究竟如何工作

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@zeeshankhan8838/llm-fundamentals-how-tokens-actually-work-a93b1c26785f?source=rss------claude-5"><img src="https://cdn-images-1.medium.com/max/1024/1*TqHuoy5AtiaWVM7aMAWRZg.jpeg" width="1024" …

  299. Medium — fine-tuning tag TIER_1 English(EN) · Sendil Sadasivam ·

    揭秘LLM:从静态权重到开源定制

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@senthilsivam/demystifying-llms-from-static-weights-to-open-source-customization-52f9a3d03284?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1024/1*8ubG8o1fhPJtMwA…

  300. Medium — MLOps tag TIER_1 English(EN) · arka sanka ·

    工程之旅:从笔记本到生产环境的LLM微调

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@arkasanka12/engineering-journey-fine-tuning-llms-from-laptop-to-production-d898c158673f?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1376/1*-_WmKj7PYS2penJBWgTe5g.png…

  301. Medium — fine-tuning tag TIER_1 English(EN) · Sachinnomula ·

    微调大型语言模型:引擎盖下究竟发生了什么?

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@sachinnomula308/fine-tuning-llms-what-actually-happens-under-the-hood-7ad68e818d3b?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/722/1*o7cxuZh36T-52F-wN1CBqQ.png…

  302. Medium — fine-tuning tag TIER_1 English(EN) · Dasun Weerakoon ·

    大语言模型工程基础:提示工程 vs RAG vs 微调

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://dasunweerakoon.medium.com/llm-engineering-basics-prompt-engineering-vs-rag-vs-fine-tuning-cdbb6f45bbca?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/672/1*x27WFtA3RkjQKM4GfS…

  303. Medium — fine-tuning tag TIER_1 English(EN) · Saad Naeem ·

    使用 Unsloth 对 LLM 进行预训练、微调和指令微调:构建…的实践指南

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@saadnaeem.dev/pretraining-fine-tuning-and-instruct-tuning-an-llm-with-unsloth-a-hands-on-guide-to-building-a-3397c0c5e40e?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.c…

  304. Bluesky Jetstream — AI desk TIER_1 English(EN) · simonwillison.net ·

    我的LLM CLI工具和Python库迎来重大更新,支持与数百种不同的LLM对话——包含推理追踪、OpenAI响应支持、服务器端工具等功能,

    Big new release of my LLM CLI tool and Python library for talking to hundreds of different LLMs - reasoning traces, OpenAI Responses support, server-side tools, smarter logging and a whole lot more simonwillison.net/2026/Aug/4/n...

  305. Medium — MLOps tag TIER_1 English(EN) · David B Chase ·

    大规模部署LLM:Ray、vLLM和KubeRay详解

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@david.b.chase/serving-llms-at-scale-ray-vllm-and-kuberay-explained-c4965da1e6f3?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1164/1*KQ0FufU5oC3kE0-G93jLlg.png" width=…

  306. Towards AI TIER_1 English(EN) · Armin Norouzi, Ph.D ·

    混合专家模型:稀疏门控如何实现万亿参数大语言模型

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/mixture-of-experts-how-sparse-gating-enables-1t-parameter-llms-655d20b68eb8?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/1255/1*6j7XRi0-z_zFZ3IN_41Amg.pn…

  307. Medium — fine-tuning tag TIER_1 English(EN) · Yigit Sozer ·

    AI工程学报 #2 大型语言模型是如何训练的(下一个词预测、损失、梯度下降)

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@yigit.3f3/ai-engineering-journal-2-how-llms-are-trained-next-token-prediction-loss-gradient-descent-0f57276def7f?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/64…

  308. Medium — MLOps tag TIER_1 English(EN) · Dave R - Microsoft Azure & AI MVP☁️ ·

    从微调到推理:内存受限到计算受限的定制化大模型工程

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://blog.stackademic.com/memory-bound-to-compute-bound-engineering-custom-llms-from-fine-tuning-to-inference-64a56299f349?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1536/1*ZHcnA3_W…

  309. Medium — MLOps tag TIER_1 English(EN) · Momina Ather ·

    大模型评估 102:模型评估 vs. 应用评估 — 两个世界,一个目标

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@mominaatherahmed/llm-evaluation-102-model-evals-vs-application-evals-two-worlds-one-goal-131f0e5de029?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1200/1*NnbIzR_y1uFg…

  310. Mastodon — sigmoid.social TIER_1 English(EN) · [email protected] ·

    基于预测延迟的LLM调度 # llmd # ai https:// twp.ai/E5EnOW

    Predicted-Latency Based Scheduling for LLMs # llmd # ai https:// twp.ai/E5EnOW

  311. Medium — fine-tuning tag TIER_1 English(EN) · Chandrashekhar Padole ·

    构建大型语言模型,第四部分 — 微调:教会模型一种新行为

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@chandupadole/building-llm-part-4-fine-tuning-teaching-a-model-a-new-behaviour-cef8cf0ba866?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1024/1*-gOrFEco9lSSBTtkx…

  312. Towards AI TIER_1 English(EN) · ML Point ·

    高效LLM适配中的参数下界是什么

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/what-is-parameter-lower-bound-in-efficient-llm-adaptation-6c75ee8f665b?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/996/1*lHsjxeZGEOe5FMSGlAy4wQ.jpeg" wi…

  313. Medium — MLOps tag TIER_1 English(EN) · Ansh Tandon ·

    从零开始构建兼容OpenAI的LLM推理服务器:CPU vs GPU、AWS、FastAPI与vLLM…

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@anshtandon1503/building-an-openai-compatible-llm-inference-server-from-scratch-cpu-vs-gpu-aws-fastapi-vllm-bddfe114c4e7?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1…

  314. Medium — fine-tuning tag TIER_1 English(EN) · Adji Dharmawan Indrianto ·

    LLM微调的蓝图

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://adjidharmawanindrianto.medium.com/the-blueprint-of-llm-fine-tuning-9e3e15db2e78?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/2600/1*4F-mBL0WQLax7wKDk155Zw.png" width="2752"…

  315. Towards AI TIER_1 English(EN) · Anna Jey ·

    长输出LLM架构:开发者应如何处理海量AI响应

    <figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*1T9lccXvmhg31LCFHwoM4A.jpeg" /><figcaption>Long-Output LLM Architecture</figcaption></figure><p>Big context windows get the attention. Big outputs create the production mess. If your model can write tens of thous…

  316. dev.to — MCP tag TIER_1 English(EN) · HyperNexus ·

    LLM 瀑布模式:您的速率限制和停机时间防护盾

    <h1>The LLM Waterfall Pattern: Your Shield Against Rate Limits and Downtime</h1> <p>Master the LLM waterfall pattern to eliminate workflow disruptions from API rate limits. This guide diagrams the failover cascade from primary providers to local models, ensuring zero downtime for…

  317. Medium — MLOps tag TIER_1 English(EN) · Tedi Ikonomi ·

    大规模分布式 LLM 推理:使用 llm-d 和 Prefix Cache-Aware 实现更智能、更快的服务……

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@ikonomi.tedi/distributed-llm-inference-at-scale-smarter-faster-serving-with-llm-d-and-prefix-cache-aware-b392eb824713?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/260…

  318. Towards AI TIER_1 English(EN) · Anna Jey ·

    大语言模型提供商的怪癖:在信任模型抽象之前构建兼容性测试

    <figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*p9J-Z9rIE98LJqcqhI8CmA.jpeg" /><figcaption>LLM Provider Quirks</figcaption></figure><p>Every multi-model AI app eventually reaches the same uncomfortable moment: the abstraction layer works in the demo, then brea…

  319. dev.to — MCP tag TIER_1 English(EN) · Roshan Singh ·

    构建 Jaeger 的 MCP 服务器:将 LLM 连接到分布式追踪

    <p>A distributed trace is one of the few places where a system tells you the truth about itself. It records what actually called what, in what order, and how long each hop took. It is also, for a human being at 2am, a wall of a thousand spans.</p> <p>That combination makes tracin…

  320. Towards AI TIER_1 English(EN) · Anna Jey ·

    LLM推理预算:开发者如何花费思考Token而不浪费延迟

    <figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*qMxjyqguq6oSh1Zmd4nllw.jpeg" /><figcaption>LLM Reasoning Budget</figcaption></figure><p>A reasoning model can feel brilliant on one task and painfully slow on the next. The model did not suddenly get worse. You p…

  321. dev.to — MCP tag TIER_1 English(EN) · Etka Ozer ·

    我一直在 LLM 之间丢失上下文,所以我构建了一个基于 Markdown 的记忆层(以及我学到的东西)

    <p>I kept running into the same problem: after a few weeks away from a project, I'd forgotten why I made certain architecture decisions. Switching between Claude, ChatGPT, and Gemini meant re-explaining everything from scratch. And in long chats, the platform's compaction slowly …

  322. dev.to — MCP tag TIER_1 English(EN) · HyperNexus ·

    LLM 瀑布模型:永不让速率限制破坏你的工作流

    <h1> The LLM Waterfall Pattern: Never Let a Rate Limit Kill Your </h1> <p>Workflow</p> <p>## The Problem</p> <p>You're in the zone. Your AI agent is cranking out code,<br /> reviewing PRs, and generating documentation. Then it happens:<br /> </p> <div class="highlight js-code-hig…

  323. Towards AI TIER_1 English(EN) · allglenn ·

    LLM 可观测性工具对比:MLflow vs. Langfuse vs. Confident AI

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/llm-observability-tools-compared-mlflow-vs-langfuse-vs-confident-ai-3b76210f6f49?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/1536/1*M6qlpl6gecNx5CllOG2X…

  324. dev.to — MCP tag TIER_1 English(EN) · Robert Pelloni ·

    LLM 瀑布模型:切勿让速率限制破坏您的工作流

    <h1>The LLM Waterfall Pattern: Never Let a Rate Limit Kill Your Workflow</h1> <p>Implementing a provider failover strategy is critical for production AI applications. Learn why the LLM waterfall pattern outperforms simple retries and circuit breakers for zero downtime AI inferenc…

  325. Medium — MLOps tag TIER_1 English(EN) · Hitarthdesai ·

    LLM 提取失败的死信队列:捕获、分类和重放,而不失信任

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@hitarthdesai01/dead-letter-queues-for-llm-extraction-failures-capture-triage-and-replay-without-losing-trust-ad6df905ca2b?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max…

  326. Medium — MLOps tag TIER_1 English(EN) · Swarit Shukla ·

    Batch Size and LLM Inference Efficiency.

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@swaritshukla/batch-size-and-llm-inference-efficiency-158f67ac0e30?source=rss------mlops-5"><img src="https://cdn-images-1.medium.com/max/1400/0*j4BffI2JF8CAXzVZ.jpeg" width="1400" /></a></p><p…

  327. Medium — fine-tuning tag TIER_1 English(EN) · VRUNDA SHAH ·

    微调LLMs:LoRA、PEFT与领域特定适应

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@vrunda.shah24/fine-tuning-llms-lora-peft-and-domain-specific-adaptation-10661e365380?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/1536/1*r0Y0lEisAZJ0Mv_jm0r5kA.…

  328. Medium — Claude tag TIER_1 English(EN) · Daniel Twum ·

    AI审计:当你的LLM真正说出真相时

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/@danieltwum/the-ai-audit-when-your-llm-actually-tells-the-truth-3eed639aa5eb?source=rss------claude-5"><img src="https://cdn-images-1.medium.com/max/791/1*IKsRTd_depxEHc7phlDnsg.png" width="791…

  329. Medium — fine-tuning tag TIER_1 English(EN) · Prince Krampah ·

    微调大型语言模型,第二部分:SFT、LoRA、DPO以及驱动推理模型的RL方法

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://ai.gopubby.com/fine-tuning-llms-part-2-sft-lora-dpo-and-the-rl-methods-that-power-reasoning-models-dc9ee81a8768?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/2600/1*jV5NhZjl…

  330. Medium — fine-tuning tag TIER_1 English(EN) · Jennifer Fu ·

    微调现有大语言模型:为何比看起来更难,以及如何正确进行

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://levelup.gitconnected.com/fine-tuning-an-existing-llm-why-it-is-harder-than-it-looks-and-how-to-do-it-right-f9a33620332a?source=rss------fine_tuning-5"><img src="https://cdn-images-1.medium.com/max/2600/0*…

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

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

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

  332. dev.to — LLM tag TIER_1 English(EN) · Divyakush Punjabi ·

    LLM被忽视的用途:人类与硬件之间的翻译器

    <p><strong>Everyone talks about LLMs writing essays and code. Far more useful, and far less discussed, is the LLM as a <em>translator</em> — a layer that sits between messy human language and rigid, structured machine commands, and converts one into the other. That unglamorous ro…

  333. dev.to — LLM tag TIER_1 English(EN) · Riley Wu ·

    批量处理大型语言模型作业而不伤及钱包:免费套餐的先队列架构

    <p>Free model quotas have a hidden enemy: synchronous calls. Every request blocks on the network. Timeouts get wasted. Retries pile up.</p> <p>Core conclusion: an asynchronous queue turns a free model quota from a demo tool into a batch engine. A SQLite-backed queue, a few Python…

  334. dev.to — LLM tag TIER_1 Español(ES) · Silviu Technology ·

    大型语言模型:工具使用的简短合同

    <p>Cuando un flujo con LLMs empieza a usar herramientas de verdad, el primer impulso suele ser mejorar prompts, pulir mensajes o meter otro retry. Yo suelo ir por otro lado. Si el run no deja un contrato corto y congelado antes de ejecutar, el sistema parece flexible pero en real…

  335. dev.to — LLM tag TIER_1 English(EN) · Andrew Kew ·

    2026年本地大模型栈:哪些真正有效

    <p>Running a language model locally used to be a hobbyist experiment. In 2026, it's a viable engineering decision for a growing slice of real workloads — and the tooling has finally caught up. StorageReview just published a comprehensive roundup of what actually works, with one u…

  336. dev.to — LLM tag TIER_1 English(EN) · Rahul singh Shekhawat ·

    为什么LLM-as-a-Judge在代码方面会失败(以及我们如何构建了一个四层混合引擎)

    <h2> Why Single-LLM Evaluators Produce 80%+ False Alarms on Generated Code — and How a Hybrid Engine Fixes It </h2> <p>Over the past two years, the AI industry converged on a single standard for evaluating generative outputs: <strong>LLM-as-a-Judge</strong>.</p> <p>The pitch was …

  337. dev.to — LLM tag TIER_1 English(EN) · The Unmeshed Team ·

    LLM成本优化:生产中减少Token使用量的9种方法

    <p>There is a scene in <em>Moneyball</em> where Brad Pitt sits across from a room of old scouts who want to spend big on famous players. He tells them they are asking the wrong question. The point was never to buy the best players. <em>It was to buy wins, and wins were hiding in …

  338. dev.to — LLM tag TIER_1 English(EN) · Mobisoft Infotech ·

    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%2Fdp5wmc6mncpxmtdlnw6v.png"><img alt=" " height="1433"…

  339. dev.to — LLM tag TIER_1 Polski(PL) · Andrzej Klusiewicz ·

    大型语言模型(LLM)是如何工作的?人工智能如何知道答案——一个不带魔法的解释

    <p>"AI po prostu wie, co odpowiedzieć" — to najczęstsze uproszczenie, jakie słyszę o dużych modelach językowych. W praktyce za każdą odpowiedzią stoi konkretny mechanizm: tokenizacja, wektory, warstwy transformera i statystyka prawdopodobieństwa. Ten artykuł rozkłada to na czynni…

  340. dev.to — LLM tag TIER_1 English(EN) · Sven Welack ·

    大型语言模型在消费级硬件上运行 — 第4部分:协调器搜索 — 角色分配与内存墙

    <p><em>Part 4 of a series. Previously: <a href="https://dev.to/USERNAME/PART-3-SLUG">Part 3 — A Multi-Agent Setup with Hermes</a>.</em></p> <p>Part 3 ended on a specific failure: Gemma 4 26B, the best of the local models as a <em>worker</em>, could not orchestrate. It handled one…

  341. dev.to — LLM tag TIER_1 English(EN) · Olerius.dev ·

    精准。向大型语言模型输入更多上下文会增加延迟。如果您正在构建健壮的代理(尤其是在 Rust 中),内存架构才是真正需要解决的瓶颈。精彩阅读。

    <div class="ltag__link--embedded"> <div class="crayons-story "> <a class="crayons-story__hidden-navigation-link" href="https://dev.to/mikeross27/ai-agents-dont-need-more-context-they-need-memory-470o">AI Agents Don’t Need More Context. They Need Memory.</a> <div class="crayons-st…

  342. dev.to — LLM tag TIER_1 English(EN) · Sanjay Singh ·

    停止使用 If/Else 链:如何在 2026 年真正构建 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%2Fz69as3qr4ppwy8zldjx6.png"><img alt=" " height="447" …

  343. dev.to — LLM tag TIER_1 English(EN) · Shameer Sh ·

    理解大语言模型生命周期 - 面向基础设施管理员 - 入门级

    <p>This LLM life cycle is an easy reading for an Infra admin comparing to Deployment life cycle of an OS. </p> <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…

  344. dev.to — LLM tag TIER_1 Polski(PL) · Andrzej Klusiewicz ·

    Ollama 从零开始 — 本地 LLM 模型:安装、API 及首批应用

    <p>Model LLM działający lokalnie, bez wysyłania danych do chmury i bez miesięcznego rachunku za API — Ollama robi to prościej, niż się wydaje. Przechodzę całość: instalację, pierwsze zapytanie, REST API i polskiego Bielika gadającego na żywo.</p> <p>Blog JSystems · AI dla program…

  345. dev.to — LLM tag TIER_1 English(EN) · Lavitra ·

    LangGraph 详解:让 LLM 管道能够自我循环

    <p>Part one of this series ended on a specific boundary:LangChain's chain model, even with LCEL's clean pipe syntax, is built for pipelines that flow forward, not ones that loop, branch based on a runtime decision, or need to pause and resume days later. That boundary is exactly …

  346. dev.to — LLM tag TIER_1 English(EN) · Daniel Dong ·

    一个API密钥,15+个模型:调用每个主要LLM的更好方法

    <p>Here's the state of building with LLMs in 2026: DeepSeek has one API, Moonshot has another, Zhipu GLM has a third, Alibaba's Qwen a fourth. Each with its own key, its own SDK quirks, its own billing console, its own free-tier rules.</p> <p>We built AIBridge to collapse all of …

  347. dev.to — LLM tag TIER_1 English(EN) · SullivanReed1247 ·

    Node.js 审查发现:区域 429 限速下的结构化 LLM 提取

    <p>Short answer: put each US or EU extraction worker behind a region-local, rate-aware queue; validate every structured finding before completion; and use provider batch processing only for review work whose deadline can absorb asynchronous turnaround. A 429 is an admission-contr…

  348. dev.to — LLM tag TIER_1 English(EN) · Kevin ·

    InferGuard:您自托管 LLM 的安全网关

    <p>You stood up vLLM on a box with a GPU. It works. You share the URL with a couple of teams and go back to your actual job.</p> <p>Here is what you just deployed:</p> <p>No authentication. vLLM doesn't ship with any by default. Anyone who learns the address can use it — includin…

  349. dev.to — LLM tag TIER_1 English(EN) · Priyanka-Chettri ·

    从神经网络到大型语言模型:我错过的思维模型

    <p>Before jumping into APIs, RAG, agents, and AI applications, I wanted to understand what actually happens inside an LLM.</p> <p>I kept coming across terms like <strong>neural networks, deep learning, Transformers, attention, tokens, embeddings, BERT, GPT, and causal language mo…

  350. dev.to — LLM tag TIER_1 English(EN) · Adham Hewala ·

    大型语言模型终于让我明白了:一位软件工程师的思维模型

    <p>A few weeks ago, I started seriously learning how Large Language Models actually work.</p> <p>Not how to <em>use</em> ChatGPT.</p> <p>Not how to write better prompts.</p> <p>Not how to call an LLM API from Python.</p> <p>I mean what actually happens <strong>after I press Enter…

  351. dev.to — LLM tag TIER_1 English(EN) · Multigrid ·

    迁移 LLM 调用结构化日志模式

    <p>The logging rewrite is the second half of a provider migration that nobody schedules, because the log line was written by copying whatever the SDK response object happened to contain.</p> <h2> Why the log is coupled to the provider </h2> <p>The usual call log is a serialised r…

  352. dev.to — LLM tag TIER_1 English(EN) · Divyakush Punjabi ·

    RAG,正确解释:检索如何让大型语言模型保持诚实

    <p><strong>A large language model is frozen in time and confidently wrong about anything it wasn't trained on. Retrieval-Augmented Generation is how you fix both problems at once — without retraining the model.</strong></p> <p>RAG has become one of the most important patterns in …

  353. dev.to — LLM tag TIER_1 English(EN) · Ravindranath Guptha K ·

    大型语言模型究竟是如何工作的?从提示到预测

    <blockquote> <p>Large Language Models have quickly become part of everyday software development.</p> </blockquote> <p>We ask them to explain code, debug errors, generate tests, write Python scripts, summarize documentation, or help us understand an unfamiliar codebase.</p> <p>Wit…

  354. dev.to — LLM tag TIER_1 English(EN) · ThavonBird ·

    语义缓存:那个被大家谈论得不够多的LLM成本杀手

    <p><strong>TL;DR</strong></p> <p>Traditional caching checks if you've seen the exact same input before. Semantic caching checks if you've seen a meaningfully similar input before — using embeddings instead of string matching. For LLM-backed apps, this can cut API costs by 30–70% …

  355. dev.to — LLM tag TIER_1 English(EN) · Madhav M S ·

    Building Sluice: 面向自托管 LLM 推理的 QoS 感知容量治理

    <p>📦 Project: <a href="https://github.com/VampiricCyborg/sluice" rel="noopener noreferrer">https://github.com/VampiricCyborg/sluice</a></p> <h2> 1. The Problem: When Capacity Becomes the Bottleneck </h2> <p>A self-hosted vLLM deployment runs on a GPU pool of fixed size. That's th…

  356. dev.to — LLM tag TIER_1 English(EN) · BETADRIX TECH ·

    LLM RAG 与微调:向量数据库、延迟和生产架构

    <p>Large language models can be adapted to enterprise applications in two common ways: <strong>Retrieval-Augmented Generation (RAG)</strong> and <strong>fine-tuning</strong>.</p> <p>They solve different problems.</p> <p>RAG gives an LLM access to external knowledge at query time,…

  357. dev.to — LLM tag TIER_1 English(EN) · daxharrington5274 ·

    教育科技评论回填:Node.js 大规模语言模型分类及每个租户的结果

    <p>Short answer: submit historical posts and comments as batch work, persist the returned job identity beside the tenant, and poll that job instead of firing one LLM request per record.</p> <p>For an edtech knowledge base, that decision is less about raw model price than about re…

  358. dev.to — LLM tag TIER_1 English(EN) · Multigrid ·

    使用 Hypothesis 对 LLM 输出进行基于属性的测试

    <p>Hypothesis generates inputs and checks that a property holds for all of them. Applied to a language model, the model is the system under test and the property is whatever you can assert about its output without knowing what the output will say. That second half is the part wor…

  359. dev.to — LLM tag TIER_1 English(EN) · Adolfo Pedernera ·

    本地 vs. 托管 LLM:决策框架

    <p><strong>A comprehensive framework for deciding between local LLMs and cloud APIs. Covers cost, privacy, latency, control, and the hybrid approach.</strong></p> <h2> The Cathedral and the Bazaar, Revisited </h2> <p>In 1997, Eric Raymond published an essay that framed a fundamen…

  360. dev.to — LLM tag TIER_1 English(EN) · mT41Gzp73rc6 ·

    回填评论存档:批量 LLM 分类作业和结果导出

    <p>Use one bulk classification job over the whole archive, and make schema-valid JSON the acceptance criterion you check first — before model quality, before cost per row. If you need to moderate existing posts and comments after a policy change, the batch endpoint of whatever LL…

  361. dev.to — LLM tag TIER_1 English(EN) · Emery Lin ·

    先用廉价模型,失败再用强大模型:构建可审计的两层LLM管道

    <p>There's a pattern I see every release cycle: a new budget-friendly model ships, the discourse explodes with hot takes, and within 48 hours half my feed has declared it a drop-in replacement for everything. The claim might even be true. But here's what nobody posting those take…

  362. dev.to — LLM tag TIER_1 中文(ZH) · JH5 ·

    在浏览器中运行大型语言模型的实际用户体验和局限性

    <p>直接在瀏覽器跑 LLM,既兼顧隱私又不用複雜的GPU設定,太完美了吧?</p> <p>從 WebLLM 到 Transformers.js,前端社群有一群反骨仔吹起一股「邊緣 LLM」的熱潮,可是,當真正將模型落地到使用者的瀏覽器時,第一個面對的考驗就是,WebGPU 真的有比 WASM 快嗎?</p> <p>這陣子實測的結論比想像中更加戲劇化, 500M 以下的微型模型,WASM 反而快了 12%,但是對於 3B 以上的大模型,WASM 直接變成悲劇,直接讓Chrome撞的頭破血流(Chrome 沒有頭 = Headless Chrome)。</…

  363. dev.to — LLM tag TIER_1 English(EN) · evanshepherd5623 ·

    为私有知识库选择 LLM API 网关:每 token 成本、缓存、批处理

    <p>Thirty seconds is about how long a nurse will wait for an answer from an internal-policy assistant before giving up and opening the PDF. That deadline, not the price list, is what decides this comparison. Pick a gateway on two numbers at once — what one answered question costs…

  364. dev.to — LLM tag TIER_1 Bahasa(ID) · IbraMedia ·

    LLM 在实时与批量数据管道中的集成:效率分析

    <h2> Evolusi Pemrosesan Data: Dari Batch ke Real-Time </h2> <p>Transformasi infrastruktur data mendorong transisi dari pemrosesan batch statis ke arsitektur streaming. Integrasi LLM kini menjadi komponen inti sistem data terdistribusi, di mana kecepatan pemrosesan informasi menen…

  365. dev.to — LLM tag TIER_1 English(EN) · Taylor Lin ·

    我为大型语言模型构建了一个个人回归套件——这是设计,不仅仅是代码

    <p>Every time a new open model trends, the same ritual plays out: impressive demos on Monday, horror stories by Wednesday, and by Friday nobody remembers what they concluded. I used to ride that wave. What pulled me off it wasn't a better opinion — it was realizing I already solv…

  366. dev.to — LLM tag TIER_1 English(EN) · Riley Wu ·

    用评分表而非直觉选择你的大语言模型:一个零成本可重复运行的双文件评估

    <h2> The decision nobody writes down </h2> <p>Ask a team why they run model X in production and the honest answer is usually "someone tried it in a chat window and it looked good." That works right up until the inputs stop looking like the demo: an edge case arrives, the model bl…

  367. dev.to — LLM tag TIER_1 English(EN) · Dakota Liu ·

    停止凭感觉挑选LLM:一个可复现的免费评估工具包

    <p>Every week there's a new model, a new benchmark chart, and a new thread arguing about which one is "smartest." Meanwhile, the question that actually matters for your project — <em>does this model handle my prompts, my edge cases, my output format?</em> — goes untested.</p> <p>…

  368. dev.to — LLM tag TIER_1 English(EN) · JamesAnderson121 ·

    预测优先:用于 LLM 摘要、标记和提取的 Python 批量 API

    <p>Short answer: move summarization, tagging, and extraction to batch LLM jobs when nobody needs the answer immediately, but keep realtime calls for interactive work; the useful savings come from making latency flexible and forecasting tokens before dispatch, not from assuming ev…

  369. dev.to — LLM tag TIER_1 English(EN) · AidenSterling3417 ·

    批量LLM作业的排队或请求测试:API成本、标记和提取

    <p>The answer is conditional: move summarization, tagging, and extraction into a batch lane only when the work can wait, inputs can be replayed safely, and your measured all-in cost is lower than the realtime path. Keep interactive requests realtime. A provider's advertised disco…

  370. dev.to — LLM tag TIER_1 English(EN) · David G ·

    我尝试诚实地对本地 LLM 进行基准测试所学到的东西

    <p>I had eight models sitting on my laptop and no idea which one I should actually be using.</p> <p>I could get tokens per second out of <code>llama-bench</code>. That told me <code>llama3.2</code> was fast. It told me nothing about whether <code>llama3.2</code> was <em>good</em>…

  371. dev.to — LLM tag TIER_1 English(EN) · Emylton Leunufna ·

    挑战分词:无需分词器的 LLM 架构实验

    <p>For years, most Large Language Models (LLMs) have started from the same assumption: <strong>Language is first broken into tokens, and computation happens on those tokens.</strong></p> <p>Whether it's BPE, SentencePiece, or WordPiece, the <em>tokenizer</em> remains one of the m…

  372. dev.to — LLM tag TIER_1 English(EN) · ai maya ·

    "如何判断一个LLM是否真正从零开始训练:一种可复现的指纹识别方法"

    <h1> How to Tell If an LLM Was Really Trained From Scratch: A Reproducible Fingerprinting Method </h1> <p><em>Detect whether an LLM was trained from scratch or derived from Qwen, Llama, or DeepSeek — by fingerprinting architecture, tokenizer, and weight provenance from public Hug…

  373. dev.to — LLM tag TIER_1 English(EN) · Lingesh B ·

    使用 LLM-as-a-Judge 评估 Amazon Bedrock Knowledge Base RAG

    <p>In this video, we perform a deep dive into evaluating Retrieval-Augmented Generation (RAG) performance using <em>Amazon Bedrock Knowledge Bases</em> and the <em>LLM-as-a-Judge</em> framework.</p> <p> </p>

  374. dev.to — LLM tag TIER_1 English(EN) · Rafał Fuchs ·

    llms.txt:它是什么、为何重要以及如何实现

    <p>In December 2024, Jeremy Howard, the creator of fast.ai, proposed a simple standard: an llms.txt file placed in a domain's root directory, telling AI systems about the structure and content of the site. The standard is supported by Anthropic (Claude), Perplexity and a dozen or…

  375. dev.to — LLM tag TIER_1 English(EN) · Mustafa ERBAY ·

    LLM输出中的技术准确性:建立事实核查流程

    <p>The technical accuracy of content generated by LLMs is an undeniable requirement, especially in critical applications. When manual checks are insufficient to ensure the reliability of an LLM output, setting up an automated fact-check pipeline is the primary way to prevent the …

  376. dev.to — LLM tag TIER_1 English(EN) · Multigrid ·

    评估经典自然语言处理与大型语言模型方法的对比

    <p>The reflexive answer is “use a model” and the contrarian answer is “classical methods are underrated”. Both are slogans. The decision is a calculation with four inputs, and once you write it down it usually answers itself.</p> <h2> The four variables </h2> <ul> <li> <strong>Vo…

  377. dev.to — LLM tag TIER_1 English(EN) · Lightning Developer ·

    使用 Unsloth 精通 LLM 微调和本地托管

    <h2> Introduction to Modern Local LLM Workflows </h2> <p>Historically, fine-tuning an 8B parameter Large Language Model (LLM) required access to expensive enterprise hardware like the NVIDIA A100. Developers often faced the anxiety of whether their training run would complete bef…

  378. dev.to — LLM tag TIER_1 English(EN) · suresh devops ·

    使用 Ollama 为自托管 LLM 提供 ML 服务:完整设置指南

    <p>Our ML Services need LLMs to process the large documents and data. We started using Ollama since 2024 and the learnings below:</p> <p><strong>Ollama</strong>, an open-source tool that packages LLMs into a simple CLI and REST server, has emerged as a game-changer for developers…

  379. dev.to — LLM tag TIER_1 English(EN) · Mustafa ERBAY ·

    通过测量提示缓存降低 LLM 成本

    <p>LLM (Large Language Model) API calls can become a significant expense due to token-based costs as applications scale. Prompt caching aims to directly reduce this cost by returning cached responses for previously answered or similar queries instead of re-querying the LLM. This …

  380. r/MachineLearning TIER_1 English(EN) · /u/Ok_Philosophy_4031 ·

    重复的LLM痕迹能否合成为类型化的机器学习和自然语言处理算子的确定性流水线?[D]

    <!-- SC_OFF --><div class="md"><p>We are investigating whether recurring LLM workloads can be replaced, where appropriate, by automatically constructed pipelines of regexes, deterministic parsers, traditional ML and NLP models. </p> <p>As an example, suppose an application repeat…

  381. dev.to — LLM tag TIER_1 English(EN) · Dinesh_gowtham ·

    提示工程通俗解释:5种提升LLM输出的技巧

    <p>Large Language Models can be finicky, but with the right prompts, they can produce astonishing results. However, crafting effective prompts is more art than science. What if you could systematically improve your prompts to get better outputs? </p> <h2> Introduction to Prompt E…

  382. dev.to — LLM tag TIER_1 English(EN) · Mustafa ERBAY ·

    大语言模型结构化输出:用于可靠答案的JSON Schema

    <h2> Introduction </h2> <p>LLM (Large Language Model) structured output plays a critical role in natural language processing and artificial intelligence applications. Using tools like JSON Schema, we can make LLM output more reliable and understandable. In this article, we will e…

  383. dev.to — LLM tag TIER_1 English(EN) · jamesanderson3589 ·

    批量审核现有帖子和评论:批量LLM分类任务

    <p><strong>Short answer:</strong> Backfill existing posts and comments with a resumable batch job, not a loop that sends one LLM classification request at a time; persist the source identity, poll job state, then export or fetch results before applying moderation flags in an idem…

  384. dev.to — LLM tag TIER_1 English(EN) · ItsEvilDuck ·

    BiasCheck:LLM 的关键查询模板

    <p>I've built BiasCheck: Critical Query Template. This is a tool designed to help users get more nuanced and reliable outputs from large language models, especially when dealing with sensitive subjects.</p> <p>The template works by structuring prompts to encourage the LLM to cons…

  385. dev.to — LLM tag TIER_1 English(EN) · FreeDevKit ·

    面向开发者的RAG架构:提升LLM准确性

    <blockquote> <p>Originally published on <a href="https://freedevkit.com/blog/rag-architecture-for-developers-enhancing-llm-accuracy/" rel="noopener noreferrer">FreeDevKit</a>.</p> </blockquote> <p>Introduction to RAG Architecture Retrieval-Augmented Generation (RAG) architecture …

  386. dev.to — LLM tag TIER_1 English(EN) · yuelinghuashu ·

    大语言模型叙事引擎,第六部分:运行时循环与分支

    <blockquote> <p><strong>Before reading this</strong>: This is the final post in the series. I'd recommend reading the previous five — Part 1 covers the <code>.meph</code> format, Part 2 walks through a hands-on tutorial, Parts 3 and 4 explain how the parser outputs a <code>domain…

  387. dev.to — LLM tag TIER_1 English(EN) · Emery Li ·

    停止猜测:一个可重复的工具包,用于在您的实际任务上比较免费的 LLM 端点

    <p>Every week there's a new "best free model" thread, and every week I watch developers pick one based on vibes, a screenshot, or someone else's benchmark that has nothing to do with their workload. Then three days later they're rewriting prompts because the model falls apart on …

  388. dev.to — LLM tag TIER_1 English(EN) · Avery Lin ·

    用于在您自己的代码库上比较免费 LLM 编码模型的可复现基线

    <p>Scrolling DEV this week, roughly every third post is about AI coding tools, agents, or model comparisons. Most of them share the same weakness: the benchmarks happened on someone else's machine, on someone else's code, with prompts I can't rerun. When the result disagrees with…

  389. dev.to — LLM tag TIER_1 English(EN) · niuniu ·

    停止猜测:在付费前评估免费LLM访问的可复现工具

    <p>Most developers pick a model the same way: they paste one prompt into a chat UI, like the answer, and start building on it. A week later the integration falls apart on edge cases nobody tested, and the 'evaluation' turns out to have been a vibe.</p> <p>I got tired of doing thi…

  390. dev.to — LLM tag TIER_1 English(EN) · FreeDevKit ·

    面向开发者的RAG架构:提升LLM的准确性与相关性

    <blockquote> <p>Originally published on <a href="https://freedevkit.com/blog/rag-architecture-for-developers-enhancing-llm-accuracy-relevance/" rel="noopener noreferrer">FreeDevKit</a>.</p> </blockquote> <p>Retrieval Augmented Generation (RAG) architecture is a critical paradigm …

  391. dev.to — LLM tag TIER_1 English(EN) · Wayne ·

    llmperf 已归档:LLM 基准测试的替代方案

    <p>If you've been using <a href="https://github.com/ray-project/llmperf" rel="noopener noreferrer">ray-project/llmperf</a>, you may have noticed it's now in archive mode. No new updates, no fixes, no responses to issues. If you're evaluating it for the first time, that's worth kn…

  392. r/LocalLLaMA TIER_1 English(EN) · /u/cafedude ·

    Maple-Preview: 20B-A1B 三元权重推理开源大模型

    &#32; submitted by &#32; <a href="https://www.reddit.com/user/cafedude"> /u/cafedude </a> <br /> <span><a href="https://deepgrove.ai/maple-preview">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/LocalLLaMA/comments/1vfrr5t/maplepreview_20ba1b_ternaryweight_reason…

  393. dev.to — LLM tag TIER_1 English(EN) · synthorai ·

    构建 LLM 聊天机器人:流式传输、上下文压缩、记忆

    <p>This guide walks through a complete chatbot you can run locally in about two minutes and read in an afternoon: a FastAPI server, one static page, no database, no build step. It covers the design of each subsystem, the order things happen in on every turn, and the failure modes…

  394. dev.to — LLM tag TIER_1 English(EN) · Prabhakar Chaudhary ·

    为什么大型语言模型仍然难以进行表格预测

    <p>Most business prediction problems do not arrive as prose. They arrive as rows: account attributes, transactions, sensor readings, test results, and a target column. For this kind of data, gradient-boosted trees and other conventional methods remain hard to displace.</p> <p>A n…

  395. dev.to — LLM tag TIER_1 English(EN) · Mohammad Jawad (Kasir) Barati ·

    大型语言模型是如何工作的:记忆与推理?

    <p>Large Language Models (LLMs) like GPT are incredibly powerful, but they work in ways that are often counterintuitive. Here I wanna break down 3 core concepts that explain what's really happening under the hood.</p> <h2> tl;dr </h2> <ul> <li>LLMs are stateless.</li> <li>Some mo…

  396. dev.to — LLM tag TIER_1 English(EN) · Sven Welack ·

    大型语言模型在消费级硬件上的应用——第二部分:预填充与AI PC的失败

    <p>Part 1 established the hardware, the runner, and the primary model. This entry covers what governs inference on that hardware — the two phases of inference, the cost of long context, and the cost of loading a model from disk — and compares the local machines against a free-tie…

  397. dev.to — LLM tag TIER_1 English(EN) · MojaLab ·

    从“token”到“MoE”:LLM 术语依赖顺序表

    <blockquote> <p><strong>TL;DR</strong> — A glossary to actually understand the terms you hit when reading about LLMs: token, embedding, attention, KV cache, GQA, MoE, quantization and the rest. But not alphabetical — <strong>in dependency order</strong>: every entry uses only con…

  398. dev.to — LLM tag TIER_1 English(EN) · Usman Shahid ·

    一名SRE部署LLM的指南,第一部分:理解工作负载

    <blockquote> <p><strong>📖 Cross-posted.</strong> The original has interactive, step-through diagrams for every stage (attention, the feed-forward step, sampling, and more) that can't run here. For the full experience, <a href="https://codemug.github.io/blog/sre-guide-deploying-ll…

  399. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    使用 llm-d 进行智能推理调度 # llmd # ai https:// twp.ai/E5EnOg

    Intelligent Inference Scheduling with llm-d # llmd # ai https:// twp.ai/E5EnOg

  400. dev.to — LLM tag TIER_1 English(EN) · Kavya ·

    为什么内存带宽比 TFLOPS 对大语言模型推理更重要

    <p>Your GPU's TFLOPS rating does not decide how fast it generates tokens. Memory bandwidth does. Here's the spec that actually separates A100-era inference from H200-era inference.</p> <p><strong>Key takeaways</strong></p> <ul> <li><p>HBM3e reaches up to 9.6 Gb/s per pin versus H…

  401. dev.to — LLM tag TIER_1 English(EN) · kapil Maheshwari ·

    流式传输与批处理LLM响应:成本与延迟洞察

    <h2> Key takeaways </h2> <ul> <li>Batching can reduce costs by 30-50% in non-urgent tasks.</li> <li>Streaming minimizes latency but may lead to higher operational costs.</li> <li>Choosing the right strategy can increase reliability and user satisfaction.</li> <li>Understanding yo…

  402. r/MachineLearning TIER_1 English(EN) · /u/usernamehere93 ·

    LLM中的上下文退化:论文实际展示了什么,以及我为长篇分析会话养成的一些习惯 [R]

    <table> <tr><td> <a href="https://www.reddit.com/r/MachineLearning/comments/1vdsgcj/context_degradation_in_llms_what_the_papers/"> <img alt="Context degradation in LLMs: what the papers actually show, and the habits I built for long analysis sessions [R]" src="https://external-pr…

  403. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    llm-d 0.3:为可扩展推理提供更宽、更明亮的路径 #llmd #ai https://twp.ai/E5EnOa

    llm-d 0.3: Wider Well-Lit Paths for Scalable Inference # llmd # ai https:// twp.ai/E5EnOa

  404. dev.to — LLM tag TIER_1 English(EN) · Shrestha Pandey ·

    LLM 中上下文工程的完整指南

    <p>Context engineering is one of those terms that you understand when you actually build with LLMs in production. Then it becomes clear that this is the real work of deciding what information the model should see, how that information should be arranged, what should be remembered…

  405. dev.to — LLM tag TIER_1 English(EN) · kapil Maheshwari ·

    为LLM速率限制设计优雅降级方案

    <h2> Key takeaways </h2> <ul> <li>Implement fallback responses to maintain user engagement.</li> <li>Use caching mechanisms to reduce LLM calls during outages.</li> <li>Establish alerting systems for LLM performance degradation.</li> <li>Balance the trade-offs between user experi…

  406. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    llm-d 0.5:大规模保持性能 # llmd # ai https:// twp.ai/E5EnOc

    llm-d 0.5: Sustaining Performance at Scale # llmd # ai https:// twp.ai/E5EnOc

  407. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    使用 KServe、llm-d 和 vLLM 实现大规模生产级 LLM 推理 # llmd # ai https:// twp.ai/E5EnOX

    Production-Grade LLM Inference at Scale with KServe, llm-d, and vLLM # llmd # ai https:// twp.ai/E5EnOX

  408. dev.to — LLM tag TIER_1 English(EN) · Inna Udalaya (Inna Story) ·

    Inna Udalaya (Inna Story): LLM 环境中的算法身份与意图 Delta 正式化

    <p>Digital strategist and researcher Inna Udalaya (publishing under the pseudonym Inna Story) has introduced a formalized methodological framework designed to stabilize digital identity in algorithmic environments. Her research addresses a fundamental structural issue in modern A…

  409. Mastodon — fosstodon.org TIER_1 English(EN) · [email protected] ·

    llm-d 中的分布式推理网络 # llmd # ai https:// twp.ai/E5EnON

    Networking for Distributed Inference in llm-d # llmd # ai https:// twp.ai/E5EnON

  410. dev.to — LLM tag TIER_1 English(EN) · Sven Welack ·

    在消费级硬件上本地运行大型语言模型 — 第一部分:技术栈与初步基准测试

    <p>This is the first in a series of build-log posts documenting a local LLM project, in which models are run on owned consumer hardware rather than through a cloud API. The present entry covers the hardware, the software stack, and the benchmarks by which a primary model was sele…

  411. dev.to — LLM tag TIER_1 English(EN) · kai wen ng ·

    推理后端对LLM可复现性的影响:来自一篇研究论文的笔记

    <p>Recently I read aboyt this article:<br /> <a href="https://arxiv.org/abs/2605.19537" rel="noopener noreferrer">The Silent Hyperparameter: Quantifying the Impact of Inference Backends on LLM Reproducibility</a></p> <p>Here is what I learnt:<br /> LLM inference engines provide a…

  412. dev.to — LLM tag TIER_1 English(EN) · Lightning Developer ·

    升级:2026年8月自托管编码大模型的当前状态

    <p>The performance gap between proprietary coding models like Claude and GPT and open-weight alternatives has become remarkably small. As of August 2026, self-hosting is no longer about compromising on quality. It is about running production-ready coding assistants that keep sens…

  413. dev.to — LLM tag TIER_1 English(EN) · Mukesh ·

    在CI中测试非确定性LLM管道:一种基于契约的方法

    <p>Most CI pipelines assume a function called with the same input twice returns the same output. That assumption breaks the moment an LLM call enters your test suite. Ask GPT-4 or Claude the same question twice and you can get two different (both correct) answers. Teams shipping …

  414. dev.to — LLM tag TIER_1 English(EN) · Adha AK ·

    OpenEval:为什么LLM评估需要一种标准格式

    <p>Every LLM evaluation framework today invents its own test case format, its own grader definitions, and its own results schema. DeepEval, Promptfoo, Inspect AI, and lm-evaluation-harness all solve the same core problem (checking whether a model's output is correct) but none of …

  415. dev.to — LLM tag TIER_1 Русский(RU) · Promptra Team ·

    LiteLLM:模型、限制和日志的统一代理

    <p>Единый прокси решает одну проблему и тут же создаёт другую. Он убирает из приложений десятки ключей и base_url, но забирает себе все решения о маршрутизации, которые раньше были размазаны по коду. Пока прокси работает, это выглядит как чистая экономия сложности. В момент отказ…

  416. dev.to — LLM tag TIER_1 English(EN) · Alina Trofimova ·

    Kubernetes 上可扩展、可靠的大语言模型推理:简化内部基础设施的开发与维护

    <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%2F8figt9bxvx857ml2es3b.png"><img alt="cover" height="4…

  417. dev.to — LLM tag TIER_1 English(EN) · John Medina ·

    缓存的幻觉:为什么语义缓存无法节省您的LLM预算

    <p>Everyone tells you to just drop a semantic cache in front of OpenAI or Anthropic to cut costs. I tried it. tbh, it's mostly an illusion.</p> <p>Here is the reality of AI agents: they don't ask the same questions twice. They inject dynamic context, timestamps, user-specific IDs…

  418. dev.to — LLM tag TIER_1 English(EN) · HyperNexus ·

    零停机LLM推理:瀑布模型

    <h1> Zero Downtime LLM Inference: The Waterfall Approach </h1> <p>Uptime is non-negotiable. HyperNexus inference client natively catches 429s and 5xx errors, seamlessly cascading down a prioritized chain:</p> <ol> <li>NVIDIA NIM / Primary APIs</li> <li>OpenRouter (Secondary aggre…

  419. dev.to — LLM tag TIER_1 English(EN) · kapil Maheshwari ·

    LLM 的语义缓存:成本节省 vs. 准确性风险

    <h2> Key takeaways </h2> <ul> <li>Semantic caching can reduce LLM costs by up to 70%.</li> <li>Accuracy risks arise when cached responses are stale or misaligned.</li> <li>Implementing effective cache invalidation strategies is crucial.</li> <li>Evaluate use cases carefully to ba…

  420. dev.to — LLM tag TIER_1 English(EN) · soy ·

    LLM上下文管理、PyTorch注意力剖析与开源LLM代码审查

    <h2> LLM Context Management, PyTorch Attention Profiling &amp; Open-Source LLM Code Review </h2> <h3> Today's Highlights </h3> <p>This week's highlights include a practical CLI for managing LLM context windows, a deep dive into profiling PyTorch attention for performance, and an …

  421. dev.to — LLM tag TIER_1 English(EN) · AS ·

    Kmemo:一个拒绝给你错误答案的LLM调用语义缓存

    <p>An exact-match cache misses "how do I reverse a list in Python" when it has already answered "python list reverse". A semantic cache doesn't: it embeds the prompt, finds the closest one it has seen, and replays that answer instead of calling the model. Fewer API calls, lower l…

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

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

    <h2> Part 3: Speculative Decoding via Sampling-Mode Accept/Reject </h2> <p><em>Part 3 of a 4-part series on system-level LLM inference internals. Part 1 tracked entropy during decode. Part 2 measured attention sinks during prefill. This one implements sampling-mode speculative de…

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

    LLM 提取失败的死信队列:在不失信任的情况下捕获、分类和重放

    <p>A validation failure is not an exception to hide. It is a record your system does not yet know how to trust.</p> <p>That distinction matters in LLM extraction pipelines. A malformed invoice, an unexpected OCR layout, a model response that violates the schema, and a semanticall…

  424. dev.to — LLM tag TIER_1 English(EN) · Swarit Shukla ·

    批量大小与LLM推理效率

    <p>Having an optimal Batch size can decrease your models cost per token at the time of inference.</p> <p>This will be an explanation on how Batch size affects the cost at the inference, We will be going deep and building the framework from the ground up. This will be an informal …

  425. dev.to — LLM tag TIER_1 English(EN) · Marco Conti ·

    构建一个从不捏造数字的LLM报告层

    <p><em>Why a solar production report generator treats grounding as a hard constraint, not a nice-to-have — and what actually enforcing that looks like in a system prompt.</em></p> <h2> The problem </h2> <p>Most PV monitoring dashboards are good at showing data and bad at explaini…

  426. dev.to — LLM tag TIER_1 English(EN) · zxpmail ·

    五个改进我大型语言模型验证流程的评论

    <p><strong>Agent Determinism Illusions (Part 6)</strong></p> <blockquote> <p><strong>Where this fits:</strong> <a href="https://dev.to/zxpmail/six-experiments-on-adversarial-verification-and-the-75-wall-that-didnt-move-2d1m">Part 5</a> closed the experimental arc with an honest a…

  427. dev.to — LLM tag TIER_1 English(EN) · Aislin Keir ·

    金融领域大语言模型(LLM)的应用:架构、实际应用与最佳实践

    <p>Financial institutions have moved beyond experimenting with large language models, they’re learning how to run them in production now. Building a deployment that actually works is not simply about picking the latest model but integrating enterprise data, meeting regulatory nee…

  428. dev.to — LLM tag TIER_1 English(EN) · WonderLab ·

    AI 评估系列 (03): LLM-as-Judge — 如何正确使用 LLM 来评估 LLM

    <h2> How LLM-as-Judge Works </h2> <p>LLM-as-Judge delegates the quality evaluation of one LLM's output to another LLM (or the same one).</p> <p>Two basic forms:</p> <p><strong>Pointwise scoring (single answer)</strong><br /> </p> <div class="highlight js-code-highlight"> <pre cla…

  429. dev.to — LLM tag TIER_1 English(EN) · Rahul Vijayvergiya ·

    大型语言模型如何工作:Transformer、注意力机制与下一个词预测详解

    <p><strong>Before we begin:</strong> The goal of this article is to help you understand how LLMs work in simple language. I've intentionally avoided deep technical details.</p> <p>If you've used ChatGPT, Claude, Gemini, or another AI chatbot, you've probably wondered:</p> <p><str…

  430. dev.to — LLM tag TIER_1 English(EN) · Sujal Suyash ·

    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%2Fimages.unsplash.com%2Fphoto-1620712943543-bcc4688e7485%3Fq%3D80%26w%3D1000%26auto%3Dformat%26fit%3Dcrop"><img alt="LL…

  431. dev.to — LLM tag TIER_1 English(EN) · Rost ·

    LLM Wiki维护:漂移、矛盾与审查

    <p>An LLM Wiki fails when old facts remain plausible, contradictions become polished, and generated summaries drift from their sources.</p> <p>Maintenance is the real product of any compiled knowledge system. Creating wiki pages is straightforward compared with keeping them trust…

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

    2026年7月本地LLM推理工具完整指南:llama.cpp、Ollama、vLLM、SGLang及其他

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  441. Mastodon — mastodon.social TIER_1 English(EN) · [email protected] ·

    BLIS:以模拟速度进化 llm-d # llmd # ai https:// twp.ai/E5EnOS

    BLIS: Evolving llm-d at Simulation Speed # llmd # ai https:// twp.ai/E5EnOS