cs.CL · 2026-08-13 · No. 83

Computation and Language, 2026-08-13.

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

01 — The papers

19 entries
  1. 01

    Structural Silence: When AI Infrastructure Fails Speakers of Underrepresented Languages

    Avijit Roy, Proma Roy

    cs.CL · cs.AI · cs.CY

    Artificial intelligence tools for education and language support are increasingly framed as scalable responses to access gaps in under-resourced communities. Yet the infrastructure underlying these tools, including training corpora, tokenization schemes, evaluation benchmarks, and deployment architectures, can systematically disadvantage speakers of underrepresented languages before a model is trained. This paper examines these structural...

    arxiv.org/abs/2608.12278 · PDF

  2. 02

    One Frozen Simulator Is Not Enough: Simulator Collapse in Multi-Agent RL

    Simon Yu, Nicholas Tomlin, Marwa Abdulhai, Ximing Lu, Derek Chong, Abe Hou, Dilara Soylu, Sergey Levine, Christopher...

    cs.CL · cs.AI · cs.LG

    Multi-agent reinforcement learning for human-AI interaction typically relies on a single large language model to simulate user behavior. We show that this approach systematically fails to generalize, and trace the failure to simulator collapse: because the simulator LLM is mode-collapsed, an LLM policy trained against it overfits to narrow strategies that exploit the simulator's dominant mode, and such a policy transfers poorly to unseen...

    arxiv.org/abs/2608.12253 · PDF

  3. 03

    Information Abundance Paradox: Long-Context Training Undermines Parametric Knowledge

    Arda Uzunoglu, Benjamin van Durme, Daniel Khashabi

    cs.CL · cs.AI

    Large language models are increasingly trained and deployed with long contexts that span documents, code repositories, and interaction histories. This scaling reflects the implicit assumption that training on longer contexts will only help the model by exposing it to richer evidence. We challenge this view by studying how the context window shapes a model's mode of learning, shifting it between parametric internalization and...

    arxiv.org/abs/2608.12218 · PDF

  4. 04

    A corpus-specific clinical RAG system matches or outperforms newer frontier LLMs on HealthBench

    Praveen Reddy, Charuta Mandke, Suvrankar Datta, Sarah Khan, Siddharth Reddy Anthireddy, Shitij Arora, Vishal Singh

    cs.CL · cs.AI · cs.HC · cs.IR · cs.LG

    General-purpose large language models (LLMs) have recently been reported to match or exceed specialized clinical AI tools on medical benchmarks, but such comparisons draw on a narrow set of systems and on benchmarks developed largely in high-income settings. We evaluate VITA, a retrieval-augmented generation (RAG) system purpose-built for contextual knowledge retrieval in India and other low- and middle-income (LMIC) settings. VITA retrieves...

    arxiv.org/abs/2608.12138 · PDF

  5. 05

    QV-PIC: Query-Aware Visual Position-Independent Caching for Efficient RAG Serving

    Yilin Liu, Rui Meng, Wangze Ni, Jianxin Yan, Heng Cao, Libin Zheng, Peng Cheng, Jinfei Liu

    cs.CL · cs.AI

    Retrieval-Augmented Generation (RAG) repeatedly prefills identical text chunks across queries, incurring redundant computations. Position-Independent Caching (PIC) mitigates it by reusing precomputed Key-Value (KV) across positions, but its efficiency is constrained by the large volume of text tokens. Rendering text chunks as images can compress the text into fewer visual tokens, but the rendered-image PIC suffers more severe quality...

    arxiv.org/abs/2608.12121 · PDF

  6. 06

    Preference Tree Optimization: Enhancing Goal-Oriented Dialogue with Look-Ahead Simulations

    Lior Baruch, Moshe Butman, Kfir Bar, Doron Friedman

    cs.CL · cs.AI

    Developing dialogue systems capable of engaging in multi-turn, goal-oriented conversations remains a significant challenge, especially in specialized domains with limited data. This research proposes a novel framework called Preference Tree Optimization (PTO), designed to iteratively improve agent models in such dialogue systems, by generating preference data using a method called Preference Tree with Look-Ahead. Focusing on Motivational...

    arxiv.org/abs/2608.12062 · PDF

  7. 07

    Accuracy and Order Sensitivity Diverge Under Label-Free Strategies

    Karl Hanna, Chen Feng

    cs.CL · cs.AI

    Multiple-choice benchmarks are widely used to evaluate large language models, but MCQ scores conflate knowledge with sensitivity to option order, which makes them unreliable measures of model knowledge. In this paper, we test whether preventing a model from seeing option labels while committing to an answer removes positional influence and, in turn, improves performance. We evaluate two different strategies for mitigating bias. The first uses...

    arxiv.org/abs/2608.11947 · PDF

  8. 08

    LODESTAR: Trustworthy Entropy Is Navigated, Not Merely Measured -- Reinforced Polarizer Keeps a Frozen LLM from Being Confidently Misled by the Wrong Evidence

    Po-Jen Ko, Che-Cheng Wu, Hung-Chun Hsu, Li-Yang Chang, Chuan-Ju Wang

    cs.CL · cs.IR · cs.LG

    Predictive-distribution entropy makes a strong selection rule in retrieval-augmented question answering: across five QA benchmarks, keeping the candidate answer that a frozen respondent LLM produces with the lowest answer-token entropy lifts mean answer $F_1$ from 0.4769 to 0.5148 over the retriever's top-ranked passage, with no gold answers. Yet this lowest-entropy rule, which prior entropy-based selectors adopt, fails in a specific and...

    arxiv.org/abs/2608.11922 · PDF

  9. 09

    Located but Not Releasable: Silent Gate Inversion and Bounded Linear Release

    Xining Xun

    cs.CL · cs.LG

    A growing body of work reports that language models represent task-relevant latent structure that they fail to use. Whether such structure, once located, can be converted into behavior is a separate question that is rarely tested end to end. We submit the complete pipeline -- detect, localize, and release -- to a fully preregistered stress test on a 25.7M transformer trained on causal-evidence discrimination, where a known suppression...

    arxiv.org/abs/2608.11822 · PDF

  10. 10

    TELLME: Test-Enhanced Learning for Language Model Enrichment

    Minjun Kim, Inho Won, Hyeonseok Lim, MinKyu Kim, Junghun Yuk, Wooyoung Go, Jongyoul Park, Jungyeul Park, KyungTae Lim

    cs.CL · cs.AI

    Continual pre-training (CPT) has been widely adopted as a method for domain adaptation in large language models. However, CPT has consistently been accompanied by challenges, such as the difficulty of acquiring large-scale domain-specific datasets and high computational costs. In this study, we propose a novel method called Test-Enhanced Learning for Language Model Enrichment (TELLME) to alleviate these issues. TELLME leverages the...

    arxiv.org/abs/2608.11788 · PDF

  11. 11

    GRPO for Financial Advice Generation: Outperforming Commercial LLMs under CATE Evaluation

    Ofir Ben Shoham, Shrutendra Harsola, Vignesh Subrahmaniam, Shravan Mohan, Yakov Gazman, Oded Vainas

    cs.CL · cs.AI · cs.LG

    Generating actionable financial advice from business records demands that models integrate numerical reasoning, domain knowledge, and sound judgment, while avoiding recommendations that could harm the business. Direct supervision is difficult: historical decisions are not necessarily optimal, and high-quality free-form labels are expensive to obtain. We formulate financial advice generation as a reinforcement learning problem and fine-tune an...

    arxiv.org/abs/2608.11787 · PDF

  12. 12

    Locating and Controlling Implicit Personalization in Large Language Models

    Yueru Yan, Siqi Wu, Thai Le

    cs.CL · cs.AI · cs.LG

    Large language models (LLMs) often shift their outputs in response to implicit demographic cues even when users never state a demographic identity. Previous work has documented this behavior, but the connection between these behavioral changes and the model's internal activations remains unclear. Using matched cued and neutral conversations across five LLMs, we establish that a localized internal activation signal tracks changes in...

    arxiv.org/abs/2608.11735 · PDF

  13. 13

    When the API Speaks the Wrong Language: Revisiting Post-Training for Multilingual Tool Use

    Siddharth Chauhan, Thomas Butler, Abhishek Singhania, Pankaj Porwal, Honey Gupta

    cs.CL · cs.AI

    The reliability of Large Language Models (LLMs) for API calling degrades in multilingual settings. A common failure occurs when a model selects the correct tool but generates argument values in an inconsistent language, which we term Argument Language Mismatch (ALM). Although semantically correct, such outputs are operationally invalid and not captured by standard API-calling metrics. We revisit post-training strategies for mitigating ALM and...

    arxiv.org/abs/2608.11715 · PDF

  14. 14

    The Wording Effect: Quantifying Two-Way Drift in LLM Benchmark Performance

    Shailja Thakur, Sungeun An, Chad DeLuca, Hima Patel

    cs.CL · cs.AI

    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 keeping its meaning and answer fixed routinely flips a model's answer in both directions, so some failures become successes and some successes become failures. We call this drift. BenchDrift generates...

    arxiv.org/abs/2608.11694 · PDF

  15. 15

    Hybrid-Policy Self-Editing for Composable Unstructured Knowledge Editing

    Tianci Liu, Zihan Dong, Tianchun Li, Yi-Chung Chen, Qiming Cao, Xingchen Wang, Shiyang Wang, Zichen Miao, Linjun...

    cs.CL · cs.AI · cs.LG

    Large language models (LLMs) achieve remarkable performance across natural language tasks, yet they are trained on static corpora and their knowledge quickly becomes outdated in a fast-changing world. This motivates knowledge editing (KE), which updates specific knowledge in an LLM without changing unrelated others. Recent works move from structured knowledge triples toward unstructured KE (UKE), where the edit is a free-form passage that may...

    arxiv.org/abs/2608.11660 · PDF

  16. 16

    Semantic Lenia: Emergence of Homeostatic Solitons within the Semantic Space of Large Language Models

    Yoshihiko Kayama

    cs.CL · cs.AI · nlin.CG

    We introduce Semantic Lenia, an artificial life framework that transforms Large Language Model (LLM) inference from a static optimization problem into a continuous dynamical system within the macroscopic logit space. By establishing a non-linear homeostatic feedback loop to dynamically balance semantic attraction and syntactic repulsion, we demonstrate the emergence of "Autonomous Semantic Solitons" -- macroscopic dissipative structures that...

    arxiv.org/abs/2608.11657 · PDF

  17. 17

    Learning to Persuade Exposes How Easily LLMs Abandon Correct Beliefs

    Nimet Beyza Bozdag, Emre Can Acikgoz, Gokhan Tur, Dilek Hakkani-Tür

    cs.CL · cs.AI

    Persuasion is a core dynamic of natural language communication, shaping how large language models (LLMs) update beliefs, resolve disagreements, and reach decisions. As LLMs increasingly debate, advise, and think collaboratively with humans and each other, resistance to harmful persuasion becomes a core requirement for reliable behavior. Yet we show that this requirement is far from met: a single targeted persuasive argument is enough to...

    arxiv.org/abs/2608.11624 · PDF

  18. 18

    Reinforcing Step-level Reasoning for Effective Self-Correction in LLMs

    Vu Duc Anh, Nhat M. Hoang, Do Xuan Long, Cong-Duy Nguyen, Ponhvoan Srey, Luu Anh Tuan

    cs.CL · cs.AI

    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-verification and self-correction. The first stage strengthens step-level reasoning via step-level preference optimization, while the second stage explicitly trains...

    arxiv.org/abs/2608.11573 · PDF

  19. 19

    Beyond Single-Turn Confidence: Trajectory-Adapted Uncertainty Quantification for LLM Agents

    Dylan Bouchard, Mohit Singh Chauhan

    cs.CL · cs.AI · cs.LG

    Uncertainty quantification (UQ) methods for language models are typically evaluated on single-turn outputs, where uncertainty is attached to one generated answer. For LLM agents, however, the unit of observation is an interactive trajectory, where the model can ask clarifying questions, call tools, update state, and make intermediate decisions whose errors propagate to the final outcome. We study whether three common families of single-turn...

    arxiv.org/abs/2608.11552 · 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.