cs.CL · 2026-05-30 · No. 12

Computation and Language, 2026-05-30.

17 new papers in cs.CL. Titles, authors, abstracts. Links to arXiv. Want this in your inbox every morning? Subscribe →

01 — The papers

17 entries
  1. 01

    LLMSurgeon: Diagnosing Data Mixture of Large Language Models

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

    cs.CL · cs.AI · cs.LG

    The pretraining data mixture of Large Language Models (LLMs) constitutes their "digital DNA", shaping model behaviors, capabilities, and failure modes. Yet this composition is rarely disclosed, making post-hoc auditing of data combination or provenance difficult. In this work, we formalize $\textbf{Data Mixture Surgery (DMS)}$: given only generated text from a target LLM, estimate the domain-level distribution of its pretraining corpus under...

    arxiv.org/abs/2605.30348 · PDF

  2. 02

    Unlocking the Working Memory of Large Language Models for Latent Reasoning

    Lukas Aichberger, Sepp Hochreiter

    cs.CL · cs.AI

    To improve the reasoning capabilities of large language models, test-time compute is typically scaled by generating intermediate tokens before the final answer. However, this couples reasoning to autoregressive generation and thereby conflates internal computation with external communication. In contrast, human cognition can use working memory to hold and manipulate information internally without the need to externalize intermediate thoughts....

    arxiv.org/abs/2605.30343 · PDF

  3. 03

    Resolution Diagnostics for Paired LLM Evaluation

    Anany Kotawala

    cs.CL · cs.LG

    Across two public LLM leaderboards, many displayed pairwise rankings do not meet a conventional paired-test resolution target under the actual paired evaluation design: 11 of 40 Open LLM Leaderboard v1 pairwise comparisons and 4 of 9 MMLU-Pro top-10 adjacent-rank pairs are unresolved at (alpha, 1-beta) = (0.05, 0.8). The MMLU-Pro count rises to 6/9 under real subject-level clustering and stays at 5-6 out of 9 in 99.9% of category-bootstrap...

    arxiv.org/abs/2605.30315 · PDF

  4. 04

    MedCase-Structured: A Text-to-FHIR Dataset for Benchmarking Diagnostic Reasoning in Clinically Realistic EHR Settings

    Valentina Bui Muti, Eugénie Dulout, Ziquan Fu

    cs.CL · cs.AI

    Large language models (LLMs) show promise for clinical reasoning and decision support, but evaluation in realistic, electronic health record-congruent settings remains limited. Existing benchmarks often rely on static datasets or unstructured inputs that do not reflect the structured, interoperable data formats used in clinical systems. We introduce a pipeline for generating clinically realistic HL7 FHIR R4 bundles from unstructured text,...

    arxiv.org/abs/2605.30295 · PDF

  5. 05

    Loong: A Human-Like Long Document Translation Agent with Observe-and-Act Adaptive Context Selection

    Yutong Wang, Xuebo Liu, Derek F. Wong, Zhilin Li, Rongqing Jiang, Min Zhang, Shimin Tao, Daimeng Wei, Min Zhang

    cs.CL · cs.AI

    Document-level translation remains one of the most challenging tasks for large language models, which are constrained by limited context windows that impede global cohesion, while simultaneously suffering from redundant contextual information that degrades translation quality. To address this, we propose a human-like long document translation agent called Loong, which leverages a 3E memory module (Essence-Exemplar-Entity) to store summaries,...

    arxiv.org/abs/2605.30274 · PDF

  6. 06

    How LoRA Remembers? A Parametric Memory Law for LLM Finetuning

    Ziwen Xu, Haiwen Hong, Linsong Yu, Benglei Cui, Longtao Huang, Hui Xue, Ningyu Zhang

    cs.CL · cs.AI · cs.CV · cs.LG

    Large Language Models (LLMs) must continuously learn and update knowledge to remain effective in dynamic real-world environments. While Low-Rank Adaptation (LoRA) is widely used for such memory updates, existing studies mainly rely on qualitative downstream evaluations, leaving the quantitative capacity limits and underlying dynamics of exact parametric memory largely unexplored. To bridge this gap, we employ LoRA as a controlled memory...

    arxiv.org/abs/2605.30260 · PDF

  7. 07

    Same Evidence, Different Answers: Canonical-Context On-Policy Distillation for Multi-Turn Language Models

    Zizhuo Lin, Quanling Liu, Jinsheng Quan, Chao Zhang, Yifan Zhu, Xing Shi, Jingtao Xu, Zhihui Li, Yawei Luo

    cs.CL · cs.AI

    Large language models (LLMs) often solve a task when all instructions are given in a single prompt, but fail when the same information is revealed gradually across turns. When a clean FULL prompt and a RAW-SHARDED conversation contain the same complete user evidence, the model should still arrive at the same answer. We argue that a key reason for this gap is self-anchored drift: responses produced under partial information introduce...

    arxiv.org/abs/2605.30251 · PDF

  8. 08

    Do Language Models Track Entities Across State Changes?

    Zilu Tang, Qiao Zhao, Gabriel Franco, Derry Wijaya, Aaron Mueller, Sebastian Schuster, Najoung Kim

    cs.CL · cs.AI

    Entity tracking (ET), the ability to keep track of states, is a fundamental skill that underlies complex reasoning. An increasing amount of work investigates how transformer language models (LMs) solve entity binding $\textit{without}$ state changes. However, there is limited understanding of how non-toy LMs address ET problems of realistic difficulties expressed in natural language. To this end, we investigate the mechanisms underlying ET in...

    arxiv.org/abs/2605.30233 · PDF

  9. 09

    Do Proactive Agents Really Need an LLM to Decide When to Wake and What to Anchor?

    Xiaoze Liu, Ruowang Zhang, Amir H. Abdi, Michel Galley, Zhikai Chen, Siheng Xiong, Xiaoqian Wang, Jing Gao

    cs.CL · cs.AI · cs.HC

    Proactive agents read user activity as text and call an LLM on every event to decide whether to act. But user activity is not natively text: it is a structured event stream of (actor, verb, object, timestamp) tuples that the operating system already maintains in graph form. Rendering the structure as text and asking an LLM to recover it is a round-trip the system never had to take. We treat the always-on signal as graph updates rather than...

    arxiv.org/abs/2605.30152 · PDF

  10. 10

    Give it Space! Explicit Disentangling of Positional and Semantic Representations in Encoders

    Pierre-Antoine Lequeu, Camille Barboule, Benjamin Piwowarski

    cs.CL · cs.AI

    Positional encoding (PE) underpins how permutation-invariant Transformers represent sequence order, yet how positional information is processed and stored remains poorly understood. Modern PE methods such as RoPE still struggle on tasks such as long-context understanding or retrieval \cite{chen-etal-2025-hope}. Hence, a better understanding of the internal positional mechanism could help design better PE. Building on evidence that positional...

    arxiv.org/abs/2605.30022 · PDF

  11. 11

    Latent Performance Profiling of Large Language Models

    Tanmoy Chakraborty, Ayan Sengupta, Suparna Bhattacharya, Partha Pratim Chakrabarti, Amlan Chakrabarti, Supratik...

    cs.CL · cs.LG

    Large language models (LLMs) frequently achieve impressive scores on standardized benchmarks, yet accuracy alone offers a limited view of their capabilities. Evaluating open-source LLMs through leaderboards faces persistent issues like data contamination, narrow task scope, and weak alignment with real-world reliability. Benchmark-based evaluations such as MMLU PRO, BBH, or IFEval primarily capture \textit{what} a model outputs on fixed test...

    arxiv.org/abs/2605.30018 · PDF

  12. 12

    Does The Way You Plan Matter? An Empirical Study of Planning Representations for LLM Web Agents

    Alejandra Zambrano, Sara Vera Marjanovic, Imene Kerboua, Xing Han Lù, Leila Kosseim

    cs.CL · cs.AI · cs.LG

    Despite recent advances, LLM-based web agents still struggle with limited exploration, omission of critical steps, and sensitivity to task constraints. Prior work suggests that many of these failures stem from weaknesses in planning, yet the impact of alternative natural language plan representation remains unexplored. To address this, we introduce PlanAhead, a static planner-executor framework that evaluates the impact of plan representation...

    arxiv.org/abs/2605.29927 · PDF

  13. 13

    Internal Representation, Not Clinical Knowledge: Where Apparent LLM Triage Failures Originate

    David Fraile Navarro, Berardino Como, Jialei Sheng, Soundariya Ananthan, Shlomo Berkovsky

    cs.CL · cs.AI

    Patient-voiced clinical-triage benchmarks report high under-triage rates for consumer LLMs for constrained multiple-choice output, yet the same cases score differently with free-text. We ask whether output format changes the model's \emph{clinical representation} or only the mapping from a preserved representation to an answer. Using sparse-autoencoder (SAE) features in Gemma 3 4B/12B IT and Qwen3-8B, we find the same medical features fire on...

    arxiv.org/abs/2605.29889 · PDF

  14. 14

    CRITIC-R1: Learning Structured Critics for Retrieval-Augmented Generation

    Wenhan Xiao, Ziwei Zhang, Chuanyue Yu, Xingcheng Fu, Qingyun Sun, Runhua Xu, Jianxin Li

    cs.CL · cs.AI

    Retrieval-augmented generation (RAG) improves knowledge-intensive question answering by incorporating external evidence. However, existing RAG methods still suffer from hallucinations and subtle reasoning errors. Recent studies introduce external critics to refine RAG outputs, yet they often provide coarse-grained and weakly structured feedback, exhibit over-aggressive intervention, and lead to noisy and unreliable refinement, limiting their...

    arxiv.org/abs/2605.29886 · PDF

  15. 15

    Towards Verifiable Multimodal Deep Research: A Multi-Agent Harness for Interleaved Report Generation

    Chenghao Zhang, Guanting Dong, Yufan Liu, Tong Zhao, Zhicheng Dou

    cs.CL · cs.AI

    Large Language Models (LLMs) have advanced autonomous agents from deep search, which retrieves concise factual answers, to deep research, which synthesizes scattered evidence into long-form reports. However, verifiable multimodal deep research remains challenging due to open-ended synthesis without deterministic ground truth and the need to interleave textual arguments with visual evidence. We propose \textsc{Ptah}, a multi-agent harness for...

    arxiv.org/abs/2605.29861 · PDF

  16. 16

    Towards Localized and Disentangled Knowledge Editing for Multimodal Large Language Models

    Leijiang Gu, Zhen Zeng, Feng Li, Xinjian Gao, Zenglin Shi

    cs.CL · cs.AI

    Existing methods in Multimodal Knowledge Editing (MKE) have advanced the ability to correct outdated or inaccurate knowledge in Multimodal Large Language Models (MLLMs). However, they exhibit a critical limitation: while effectively modifying target factual pairs, they fail to generalize edits to logically related queries and often cause unintended alterations to unrelated but visually or semantically linked information. We identify and...

    arxiv.org/abs/2605.29826 · PDF

  17. 17

    Data filtering methods for training language models

    Egor Shevchenko, Elena Bruches

    cs.CL · cs.AI · cs.LG

    Data quality is a critical factor in the effectiveness of machine learning models. Label errors, present even in widely used benchmarks, introduce noise into training data and reduce model generalization. In this work, we conduct a comparative analysis of two automatic label error detection methods - Confident Learning and Dataset Cartography - on three Russian text classification corpora of varying size, number of classes, and domain:...

    arxiv.org/abs/2605.29807 · PDF

This edition is part of The Daily Abstract — cs.CL archive. Subscribe to receive these in your inbox each morning, automatically translated to Spanish, with reply-to-PDF: arxivdaily.ignorelist.com.

Colophon Set in Georgia, with system sans for interface chrome and a monospaced stack for code and paper identifiers. Sole accent: amber #D99C5E. Built and served on an always-free VM. The masthead is set 14% letterspaced because newspapers do that and it works.