cs.CL · 2026-07-19 · No. 58

Computation and Language, 2026-07-19.

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

01 — The papers

15 entries
  1. 01

    SciDiagramEdit: Learning to Edit Scientific Diagrams from Paper Revisions

    Yasheng Sun, Zezi Zeng, Yifan Yang, Chong Luo, Wenyi Wang, Ziwei Liu, Jürgen Schmidhuber

    cs.CL · cs.AI

    Editing the figures in a research paper is a routine and time-consuming part of everyday research practice: authors relabel components, rearrange panels, and restyle visuals as they revise their manuscripts. Automating this editing workflow under a natural-language instruction, however, is challenging, because a scientific figure is a dense infographic in which heterogeneous visual elements such as schematics, plots, photos, captions, and...

    arxiv.org/abs/2607.15272 · PDF

  2. 02

    In-Place Tokenizer Expansion for Pre-trained LLMs

    Jimmy T. H. Smith, Tarek Dakhran, Alberto Cabrera, Simon S. Lee, Paul Pak, Aditya Tadimeti, Tim Seyde, Maxime...

    cs.CL · cs.AI · cs.LG

    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, compute, and energy consumption for users of those languages. Cloud models can afford a broad vocabulary because the embedding and LM-head matrices are a small...

    arxiv.org/abs/2607.15232 · PDF

  3. 03

    Mask-Aware Policy Gradients for Diffusion Language Models

    Haran Raajesh, Kulin Shah, Adam Klivans, Philipp Krähenbühl

    cs.CL · cs.AI · cs.LG

    Reinforcement learning has proven effective for improving reasoning in large language models, but extending it to Masked Diffusion Language Models (MDLMs) remains challenging due to the intractability of the log-likelihood estimation. Existing approaches approximate this log-likelihood by modeling only the token predictions, ignoring the order in which positions are unmasked during generation. We observe that MDLM generation involves two...

    arxiv.org/abs/2607.15200 · PDF

  4. 04

    T^2MLR: Transformer with Temporal Middle-Layer Recurrence

    Ziyang Cai, Xingyu Zhu, Yihe Dong, Yinghui He, Sanjeev Arora

    cs.CL · cs.AI

    Transformer reasoning is limited by autoregressive decoding, which repeat edly compresses rich hidden computation through token space and makes it difficult for intermediate reasoning states to persist across time. We in troduce Transformers with Temporal Middle-Layer Recurrence (T2MLR), a transformers-based latent reasoning architecture that fuses a cached middle layer representation from the previous token directly into an earlier layer of...

    arxiv.org/abs/2607.15178 · PDF

  5. 05

    Digital Pantheon: Simulating and Auditing Coalition Formation with LLM Agents

    Dylan Van Mulders, Matthias Bogaert, Dirk Van den Poel

    cs.CL · cs.AI · cs.MA

    The formation of political coalitions is a complex negotiation driven by both concrete policy objectives and deep-seated ideological convictions. While Large Language Models (LLMs) open new avenues for computational political science, the neutrality and helpfulness biases instilled by Reinforcement Learning from Human Feedback (RLHF) prevent them from sustaining steadfast partisan behaviour. We present a multi-agent framework that reconciles...

    arxiv.org/abs/2607.15095 · PDF

  6. 06

    OmniaBench: Benchmarking General AI Agents Across Diverse Scenarios

    Chengyu Shen, Yujie Fu, Gangtao Xin, Yanheng Hou, Wenlong Fei, Guojie Zhu, Jiawei Li, Hongcheng Gao, Runming He,...

    cs.CL · cs.AI

    Large language models are increasingly evolving from text generators into general agents capable of understanding user requests, invoking external tools, and completing complex tasks through interaction. However, existing agent benchmarks often focus on limited scenarios, tool ecosystems, or interaction formats, making it difficult to systematically characterize model capabilities across heterogeneous application settings. We introduce...

    arxiv.org/abs/2607.14989 · PDF

  7. 07

    Latent Trajectory Discrimination for AI-Generated Text Detection

    Gianluca Bonifazi, Christopher Buratti, Michele Marchetti, Federica Parlapiano, Giulia Quaglieri, Davide Traini,...

    cs.CL · cs.AI

    Most existing approaches to AI-Generated Text Detection (AIGTD) treat documents as static objects and base their decisions on aggregate statistics or globally compressed embeddings. However, this perspective overlooks the inherently dynamic nature of autoregressive generation, where content evolves progressively through the latent space. In this paper, we reformulate AIGTD as the problem of distinguishing between latent generation...

    arxiv.org/abs/2607.14967 · PDF

  8. 08

    Show Me How You Reason and I'll Tell You Who You Are: Reasoning Graphs for Robust LLM Authorship Attribution

    Zlata Kikteva, Artur Romazanov, Annette Hautli-Janisz, Ramon Ruiz-Dolz

    cs.CL · cs.AI

    Given the current trend to employ large language models (LLMs) in almost any imaginable context, LLM-generated text detection and authorship attribution have become a pressing issue. Prior work has primarily focused on surface-level linguistic features, an approach shown to be susceptible to paraphrasing and other obfuscation techniques. In this paper, we go beyond the linguistic surface, extracting and analysing reasoning structures in...

    arxiv.org/abs/2607.14905 · PDF

  9. 09

    Dialogue Summarization with Emotion Dynamics Using Topic- and Participant-Centric Decomposition

    Linyun Xiang, Mark Neerincx, Stephanie Tan

    cs.CL · cs.AI · cs.MA

    Existing text summarization research has focused much on monologic information (e.g., newspaper articles, reports) without accounting for the interaction between speakers or authors. In contrast, dialogues are a rich communication channel where multiple participants conduct back and forth exchanges to construct meaning. We propose a dialogue summarization framework that explicitly models both semantic and emotion dynamics using multimodal...

    arxiv.org/abs/2607.14769 · PDF

  10. 10

    The Misclassification of Autistic Writing as AI-Generated

    Summer Chambers, Matthew C. Kelley

    cs.CL · cs.AI · cs.HC

    Recent findings suggest that detection models for artificial intelligence (AI) cannot accurately identify AI-generated text and may exhibit bias against certain minority groups. In the present study, anecdotal claims that autistic writers more often have their work flagged as AI-generated are examined empirically. A corpus of approximately 60,000 Reddit posts split into "likely-autistic" and "general-Reddit" subcorpora is used to compare the...

    arxiv.org/abs/2607.14729 · PDF

  11. 11

    Harnessing LLMs for Reliable Academic Supervision: A Comparative Study

    Akash Raj

    cs.CL · cs.AI

    Large language models routinely produce fluent answers to single-shot prompts, yet deploying them as reliable components of a domain decision system is substantially harder. Closing this gap is the work of harness engineering: the deliberate composition of deterministic scaffolding (symbolic filters, retrieval, schema-typed I/O, LLM-as-judge loops, HITL gates, persistent state, audit trails) around an LLM core. We present a case study in...

    arxiv.org/abs/2607.14707 · PDF

  12. 12

    Answer-Conditioned Chains of Thought Degrade Verifiable-Reasoning Distillation in Large Language Models

    Jungseob Lee, Seungyoon Lee, Suhyune Son, Dongyub Jude Lee, Sungbin Han, Sugyeong Eo, Heuiseok Lim

    cs.CL · cs.AI

    A standard recipe for distilling the reasoning ability of large language models (LLMs) is to sample chains of thought from the model, keep those that reach the correct final answer, and fine-tune on the survivors. When sampling fails, a common fix shows the generator the gold answer and asks it to write a chain that reaches that answer. We show that this second step degrades the training data in a way that correctness filtering cannot catch....

    arxiv.org/abs/2607.14552 · PDF

  13. 13

    Controlled Reformulation Testing for Logical Consistency in Large Language Models

    Alexander Gu, Alan Chen

    cs.CL · cs.AI

    Large language models (LLMs) frequently contradict themselves when the surface form of a logically equivalent question changes. We present a benchmark of 350 question families (1,750 total questions) for Controlled Reformulation Testing (CRTBench) to evaluate logical invariance. In this benchmark, we investigate LLMs' ability to maintain consistent answers across controlled reformulations, which include contrapositive rewriting, double...

    arxiv.org/abs/2607.14528 · PDF

  14. 14

    Smarter and Cheaper at Once: Byte-Exact KV-Cache Grafting Turns a Frozen Small Model into a Verified-Knowledge Flywheel

    Sietse Schelpe

    cs.CL · cs.AI · cs.LG · cs.PF

    We report a way to make a frozen small language model both more capable and dramatically cheaper at once, without changing any weights. Verified knowledge is deposited once as a byte-exact key-value (KV) state artifact and later restored, by graft, into a fresh inference context. The restore is bit-exact: under a pinned deterministic configuration, the grafted logits are byte-for-byte identical to a fresh computation (SHA-256 equality), with...

    arxiv.org/abs/2607.14431 · PDF

  15. 15

    MamaBench: Benchmarking LLM Robustness in Maternal and Child Health Diagnosis through Counterfactual Clinical Perturbation

    Thanni Adewuyi, Anuoluwa Sotome, Samuel Okoko, Angel Ezendu, Oluwafunke Akinbuwa, Oluwaseun Odunsi, Oluwasegun...

    cs.CL · cs.LG

    Large language models achieve strong scores on medical benchmarks, yet these benchmarks evaluate each question in isolation, providing no measure of whether a system can distinguish clinically similar presentations requiring different interventions. We introduce MamaBench, the first counterfactual benchmark for maternal and paediatric AI: 434 expert-authored clinical narratives in 217 pairs across 371 pathologies, evaluated via the Bias Trap...

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