cs.CL · 2026-06-30 · No. 39

Computation and Language, 2026-06-30.

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

01 — The papers

11 entries
  1. 01

    Uncertainty-Aware Generation and Decision-Making Under Ambiguity

    Nico Daheim, Iryna Gurevych

    cs.CL · cs.LG

    With rapidly improving capabilities, Large Language Models (LLMs) are increasingly used in many complex real-world tasks. Beyond requiring in-depth knowledge and reasoning skills, many of these tasks exhibit a high degree of subjectivity and require that the outputs of the model can be trusted. While a lot of progress has been made to train better models, decision-making algorithms have received less attention. In this work, we present and...

    arxiv.org/abs/2606.30578 · PDF

  2. 02

    TRACE: Temporal Relationship-Aware Conversational Entrainment Detection in Dyadic Speech

    Sathvik Manikantan Napa Ugandhar, Hao Zhang, Alison Gunzler, Yuzhe Wang, Thomas Thebaud, Georgi Tinchev, Venkatesh...

    cs.CL · cs.AI

    With the proliferation of speech AI agents, understanding emotional entrainment in conversational interaction has become increasingly important. Emotional entrainment is shaped by social relationships and conversational context, influencing affective coordination over time. We introduce DyadEE, a dataset for emotional entrainment detection in dyadic speech interactions, containing both emotionally entrained conversations and synthetic...

    arxiv.org/abs/2606.30543 · PDF

  3. 03

    SIMAX: A Scalable and Interpretable Framework for Multi-Fidelity and Annotated Clinician-Patient Dialogue Simulation

    Zhuhan Bao, Rui Yang, Bohao Yang, Zhiyi Liu, Sicheng Shu, Ruio Heerschap, Le Li, Doris Yang, Elisabeth Bond, Haoyuan...

    cs.CL · cs.AI

    Background. The widespread deployment of ambient digital scribes is driving large-scale capture of clinician-patient dialogues. Human coding of clinical communication data remains costly, inconsistent, and difficult to scale, motivating AI-driven communication coding systems. However, evaluating these systems requires real-world dialogues and human-coded labels, both hard to obtain at scale. Methods. We developed SIMAX (Scalable and...

    arxiv.org/abs/2606.30491 · PDF

  4. 04

    Field Order Should Not Matter: Permutation-Invariant Embedding Model Fine-Tuning for Structured Metadata Retrieval

    Aivin V. Solatorio, Olivier Dupriez, Rafael Macalaba

    cs.CL · cs.AI · cs.IR · cs.LG · econ.GN

    We study retrieval over catalogs of structured metadata, where each record is a small schema whose fields answer different kinds of query. Embedding a record with a text encoder first serializes its fields into a string, which forces a choice of field order. We show this choice, usually treated as an implementation detail, silently controls retrieval quality once the encoder is fine-tuned. A standard fine-tune loses 7.4 nDCG@10 points when...

    arxiv.org/abs/2606.30473 · PDF

  5. 05

    MOPD: Multi-Teacher On-Policy Distillation for Capability Integration in LLM Post-Training

    Wenhan Ma, Jianyu Wei, Liang Zhao, Hailin Zhang, Bangjun Xiao, Lei Li, Qibin Yang, Bofei Gao, Yudong Wang, Rang Li,...

    cs.CL · cs.LG

    Modern large language models (LLMs) rely on reinforcement learning during post-training to push specific capabilities, yet integrating multiple capabilities into one model remains hard. Existing methods, such as Off-Policy Finetune and Mix-RL, are either inefficient or lose performance. In this work, we propose Multi-teacher On-Policy Distillation (MOPD), a post-training paradigm for combining the capabilities of multiple domain RL teachers:...

    arxiv.org/abs/2606.30406 · PDF

  6. 06

    OLIVE: View-Augmented Latent Prediction with Waveform Reconstruction for Speech SSL

    Karl El Hajal, Mathew Magimai. -Doss

    cs.CL · cs.LG · cs.SD · eess.AS

    We propose Online Latent prediction with Invariant Views and rEconstruction (OLIVE), a self-supervised speech representation learning framework that jointly optimizes analysis and synthesis objectives. OLIVE combines view-augmented masked latent prediction with waveform reconstruction under a unified objective. Reconstruction constrains early encoder features to retain signal-level information, while masked latent prediction shapes later...

    arxiv.org/abs/2606.30356 · PDF

  7. 07

    REAR: Test-time Preference Realignment through Reward Decomposition

    Fuxiang Zhang, Pengcheng Wang, Chenran Li, Yi-Chen Li, Yuxin Chen, Lang Feng, Chenfeng Xu, Masayoshi Tomizuka, Bo An

    cs.CL · cs.LG

    Aligning large language models (LLMs) with diverse user preferences is a critical yet challenging task. While post-training methods can adapt models to specific needs, they often require costly data curation and additional training. Test-time scaling (TTS) presents an efficient, training-free alternative, but its application has been largely limited to verifiable domains like mathematics and coding, where response correctness is easily...

    arxiv.org/abs/2606.30339 · PDF

  8. 08

    Forewarned is Forearmed: When Non-Sequential Embedding Turns Into an Anomaly Detector

    Elys Allesiardo, Antoine Caubrière, Valentin Vielzeuf

    cs.CL · cs.AI · cs.LG · eess.AS

    This paper offers an in-depth analysis of non-sequential multimodal sentence-level embeddings, with a particular focus on the SONAR model. We demonstrate that certain embedding dimensions are sensitive to perturbations and can serve as indicators of decoding anomalies. By leveraging the consistency between successive encoding and decoding, we successfully build an accurate detector. Additionally, we explore modifying specific dimensions of...

    arxiv.org/abs/2606.30196 · PDF

  9. 09

    Estimating Grammatical Gender Directions in Contextual Embeddings under Controlled and Natural Contexts

    Huanping Xiao, Yingji Li

    cs.CL · cs.AI

    Contextual language models conflate grammatical gender and social semantic bias in gendered languages such as Spanish. Existing gender debiasing approaches only operate on static word embeddings leaving contextual representations unexplored for this two dimensional gender disentanglement. To address the this issue, we make the first attempt to disentangle grammatical gender from semantic contamination for contextual embeddings. We construct...

    arxiv.org/abs/2606.30152 · PDF

  10. 10

    Little Brains, Big Feats: Exploring Compact Language Models

    Dari Baturova, Elena Bruches, Ivan Chernov, Roman Derunets, Arsenii Fomin, Andrey Kostin

    cs.CL · cs.AI

    While large language models have been dominating the research landscape recently, small language models remain highly relevant across various domains; yet, they receive far less attention. In this study, we investigate how smaller language models perform during the generation stage within a Retrieval-Augmented Generation (RAG) system. To benchmark these models effectively, we utilised both open-source and proprietary datasets covering diverse...

    arxiv.org/abs/2606.30062 · PDF

  11. 11

    MemDelta: Controlled Baselines and Hidden Confounds in Agent Memory Evaluation

    Kuan Wang

    cs.CL · cs.LG

    Agent memory systems are increasingly evaluated against RAG and full-context baselines, but reported gains often mix changes in the memory method with changes in the language model, embedding model, or retrieval pipeline, making it unclear what is actually being measured. We present MemDelta, a controlled evaluation protocol that varies one component at a time on LongMemEval-S (500 questions, 50+ sessions, three model families). Four findings...

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