arXiv — NLP / Computation & Language
500 articles archived · Visit source ↗ · RSS
-
arXiv — NLP / Computation & Language research 1d ago
A corpus-specific clinical RAG system matches or outperforms newer frontier LLMs on HealthBench
arXiv:2608.12138v1 Announce Type: new Abstract: 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…
10 -
arXiv — NLP / Computation & Language research 1d ago
Massive Activations in Hybrid Linear Attention Large Language Models: Pre-Attention Spikes and Inter-Spike Plateaus
arXiv:2608.12149v1 Announce Type: new Abstract: We present the first systematic study of Massive activations (MAs) in layer-interleaved HLA LLMs and uncover two architecture-aligned morphologies: MAs consistently spike immediately before full attention layers, forming…
6 -
arXiv — NLP / Computation & Language research 1d ago
Information Abundance Paradox: Long-Context Training Undermines Parametric Knowledge
arXiv:2608.12218v1 Announce Type: new Abstract: 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…
32 -
arXiv — NLP / Computation & Language research 1d ago
One Frozen Simulator Is Not Enough: Simulator Collapse in Multi-Agent RL
arXiv:2608.12253v1 Announce Type: new Abstract: 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…
21 -
arXiv — NLP / Computation & Language research 1d ago
A Cascaded Unsupervised-Supervised NLP Pipeline for Detecting Accusatory Language in Public Procurement
arXiv:2608.12269v1 Announce Type: new Abstract: Public procurement involves the allocation of substantial financial resources; therefore, continuous oversight through audits, controls, and monitoring mechanisms is essential. However, stakeholder comments and publicly available…
23 -
arXiv — NLP / Computation & Language research 1d ago
Structural Silence: When AI Infrastructure Fails Speakers of Underrepresented Languages
arXiv:2608.12278v1 Announce Type: new Abstract: 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…
15 -
arXiv — NLP / Computation & Language research 1d ago
Reproducing and Stress-Testing Two Approaches to LLM Reasoning Reliability: Test-Time Probability Aggregation and Logic-Representation Editing
arXiv:2608.08514v1 Announce Type: cross Abstract: We independently reproduce two recent methods for making large language model (LLM) reasoning more reliable, and stress-test them across domains and models (RPC across four new task domains with Qwen3-8B, LCF across four 7-8B…
35 -
arXiv — NLP / Computation & Language research 1d ago
Detecting a Route Flip Is Easier Than Knowing Whether to Fix It: Causal Route-Mediated Damage in Quantized Mixture-of-Experts
arXiv:2608.11212v1 Announce Type: cross Abstract: Top-k Mixture-of-Experts (MoE) routing is discontinuous, so a deployment-motivated numerical disturbance -- simulated 4-bit KV-cache quantization read by a protected BF16 gate -- pushes tokens across decision boundaries and flips…
18 -
arXiv — NLP / Computation & Language research 1d ago
Poor Man's Agentic Modeling: Simulating Large LLM-Agent Societies on a Laptop
arXiv:2608.11215v1 Announce Type: cross Abstract: Simulating societies of many large language model (LLM) agents is expensive, yet the questions asked of such simulations are usually macroscopic: phase behaviour, stylised facts, and scaling with the number of agents $N$, not the…
12 -
arXiv — NLP / Computation & Language research 1d ago
From Monolithic to Modular: Segment-level Automatic Prompt Optimization
arXiv:2608.11219v1 Announce Type: cross Abstract: Automatic Prompt Optimization (APO) often rewrites prompts monolithically, which can improve one behavior while degrading others. We present SAPO, a segment-level APO method that decomposes prompts into role, context, tasks, and…
16 -
arXiv — NLP / Computation & Language research 1d ago
Harnessing agent memory to build lifelong AI partners for materials scientists
arXiv:2608.11224v1 Announce Type: cross Abstract: Materials research advances through accumulated experience - scripts that work, protocols that are trusted, warnings attached to failed calculations or experiments, and judgement that links a new question to an old result. This…
30 -
arXiv — NLP / Computation & Language research 1d ago
BEST-KAG: Enhancing Question Answering of Building Engineering Standards with Multimodal Knowledge Graph Modeling and Large Language Model
arXiv:2608.11244v1 Announce Type: cross Abstract: Construction standards are critical for building safety and sustainability. Existing standard application workflows rely on keyword-based document retrieval and manual cross-clause interpretation, which cannot reliably support…
9 -
arXiv — NLP / Computation & Language research 1d ago
Weightless Fine-Tuning: Personalizing LLMs via Logit-Space Transport
arXiv:2608.11342v1 Announce Type: cross Abstract: Supervised fine-tuning (SFT) is a standard approach for adapting LLMs to a target distribution, but in settings such as personalization, where each author requires separate weight access, optimization, storage, and retraining,…
35 -
arXiv — NLP / Computation & Language research 1d ago
Lifecycle-Optimal Tokenization: Vocabulary Size as a Deployment-Regime-Dependent Infrastructure Parameter
arXiv:2608.11361v1 Announce Type: cross Abstract: Tokenizer vocabulary size is a foundational design choice in large language model (LLM) infrastructure, yet it is typically fixed at training time based on convention rather than deployment analysis. We show that the cost-optimal…
26 -
arXiv — NLP / Computation & Language research 1d ago
RevCRN: Reversible Analog Computation using Chemical Reaction Networks
arXiv:2608.11362v1 Announce Type: cross Abstract: The computability of real numbers and functions using Turing Machines has been a central area of theoretical computer science since the mid-20th century. In the late 20th century, it was shown that chemical reactions can serve as…
28 -
arXiv — NLP / Computation & Language research 1d ago
When Self-Consistency Backfires: Majority Vote Hurts the Majority of Hard Science Problems for Small LLMs
arXiv:2608.11403v1 Announce Type: cross Abstract: Self-consistency (SC) via majority vote is a widely used way to spend inference-time compute: sample N chains of thought, return the plurality answer. On the full GPQA Diamond benchmark (198 graduate-level science questions),…
30 -
arXiv — NLP / Computation & Language research 1d ago
Social Chain of Thought: A Multi-Agent Architecture Grounded in Medical Differential Diagnosis Methodology
arXiv:2608.11420v1 Announce Type: cross Abstract: Medical diagnostic reasoning is a high-impact use case for LLMs that carries significant implications for the health and wellbeing of users. When OpenAI (2026) reports that more than 5% of ChatGPT messages globally are…
9 -
arXiv — NLP / Computation & Language research 1d ago
Benchmarking LLM Judges for Mobile Agent Evaluation
arXiv:2608.11434v1 Announce Type: cross Abstract: Mobile agent benchmarks increasingly rely on LLM-based judges to evaluate task completion, yet the reliability of these judges on mobile agent trajectories remains largely unexamined. We introduce MobileJudgeBench, a benchmark…
17 -
arXiv — NLP / Computation & Language research 1d ago
Do Influence Tactics Matter? Investigating Prompt Framing Effects in LLM Code Generation
arXiv:2608.11513v1 Announce Type: cross Abstract: Large Language Models (LLMs) are increasingly integrated into software engineering workflows, helping developers write, debug, test, and maintain code. While prompt wording and structure are known to influence model performance,…
19 -
arXiv — NLP / Computation & Language research 1d ago
Robust Multi-Tier Infant-Centered Audio Understanding with Whisper via Structured Speaker Conditioning
arXiv:2608.11587v1 Announce Type: cross Abstract: Recent advances in model design and self-supervised audio representations have improved speech and audio understanding, yet infant-centered naturalistic recordings remain challenging due to limited labeled data, low…
18 -
arXiv — NLP / Computation & Language research 1d ago
Confucius4-TTS: Transcript-Free Cross-Lingual Zero-Shot TTS with a Learnable Speaker Encoder
arXiv:2608.11650v1 Announce Type: cross Abstract: Recent advances in zero-shot text-to-speech (TTS) have substantially improved speech quality and voice cloning fidelity. However, many zero-shot TTS systems still depend on audio prompt transcripts at inference time. This…
8 -
arXiv — NLP / Computation & Language research 1d ago
Rubric Dropout: A Simple Way to Mitigate Reward Hacking in Rubric-as-Reward RL
arXiv:2608.11669v1 Announce Type: cross Abstract: Reinforcement learning against rubrics, lists of criteria graded by an LLM judge, has become a standard way to post-train language models on tasks with no deterministic answer. The rubric, however, is a fixed proxy for quality,…
37 -
arXiv — NLP / Computation & Language research 1d ago
FrontierFinance: A Challenging Benchmark for Measuring Frontier Intelligence of Finance Agents
arXiv:2608.11683v1 Announce Type: cross Abstract: AI agents are increasingly deployed for professional investment research, yet no benchmark captures the complexity of the full investor workflow. Existing benchmarks mainly target financial data extraction, a narrow slice that…
25 -
arXiv — NLP / Computation & Language research 1d ago
LEMUR: Latent Entropy-aware Multimodal Unlearning via Visual-anchored Reasoning Redirection
arXiv:2608.11691v1 Announce Type: cross Abstract: Reinforcement-learning (RL) post-training equips multimodal large reasoning models (MLRMs) with exploratory chains of thought (CoT), substantially improving visual reasoning. However, we find that this capability introduces a…
18 -
arXiv — NLP / Computation & Language research 1d ago
Epiplexity Guided Data Selection and Generation for Out-of-Distribution Generalization
arXiv:2608.11746v1 Announce Type: cross Abstract: Modern systems are increasingly expected to transfer across tasks not specified during training. What data facilitates generalization in these new, unanticipated settings? One hypothesis is that data with more structural…
35 -
arXiv — NLP / Computation & Language research 1d ago
MuseCritic: Learning Multi-Aspect Song Rewards through Natural-Language Aesthetic Critiques
arXiv:2608.11755v1 Announce Type: cross Abstract: Long-form song generation models continue to improve in duration, structural integrity, and acoustic complexity, making reliable aesthetic rewards increasingly important for aligning these models with human preferences. However,…
8 -
arXiv — NLP / Computation & Language research 1d ago
The Sleeping Agent: What Gist-Based Context Compression Loses and Why
arXiv:2608.11775v1 Announce Type: cross Abstract: Gist-based context compression---summarising older conversation history into compact representations---is a common approach in long-horizon language model agents, yet its effect on different types of memory retrieval is poorly…
38 -
arXiv — NLP / Computation & Language research 1d ago
How China-Origin Vision-Language Models Move from Refusal to Reframing in State Alignment
arXiv:2608.11816v1 Announce Type: cross Abstract: State-aligned distortion has been documented in China-origin text-based large language models (LLMs), but whether, and in what form, it arises in multimodal systems has not been systematically examined. We construct a balanced…
25 -
arXiv — NLP / Computation & Language research 1d ago
Towards Understanding On-Policy Distillation through the Lens of Test-Time Scaling
arXiv:2608.11829v1 Announce Type: cross Abstract: On-policy distillation (OPD) has emerged as a promising post-training technique for enhancing LLM reasoning. It is commonly believed to enable the student model to distill knowledge from a stronger teacher model, thereby…
29 -
arXiv — NLP / Computation & Language research 1d ago
Quantifying the Relationship Between Clinical Safety and Environmental Impact in Therapeutic LLMs
arXiv:2608.11830v1 Announce Type: cross Abstract: The deployment of large language models (LLMs) in mental health contexts raises questions about the relationship between clinical safety and environmental cost. In this paper, we examine this relationship by combining K-Bench…
19 -
arXiv — NLP / Computation & Language research 1d ago
LookBack: Where and How to Score LVLM Responses via Visual Reference Usage
arXiv:2608.11847v1 Announce Type: cross Abstract: Large Vision-Language Models (LVLMs) integrate visual perception with language generation, enabling responses that span image understanding and complex reasoning. However, LVLMs do not just inherit the text-level hallucinations;…
14 -
arXiv — NLP / Computation & Language research 1d ago
ToolHazard: Scaling Adversarial Environments for Security Evaluation and Alignment of LLM-based Agents
arXiv:2608.11878v1 Announce Type: cross Abstract: Large language model (LLM) agents integrated with external tools are vulnerable to indirect prompt injections embedded in environmental states. However, existing studies largely rely on manually implemented or reused…
25 -
arXiv — NLP / Computation & Language research 1d ago
DexterSQL: Deep Schema Exploration and Rule-based Correction for Text-to-SQL Generation
arXiv:2608.11889v1 Announce Type: cross Abstract: Prompting-based (\textit{i}.\textit{e}., non-fine-tuning) Text-to-SQL methods, where underlying large language model parameters are not changed for the task, face three problems: (\textit{i})~relying on coarse-grained schema…
38 -
arXiv — NLP / Computation & Language research 1d ago
Claim-Level Reliability Assessment for Efficient Test-Time Reasoning
arXiv:2608.11994v1 Announce Type: cross Abstract: We propose claim-level falsification as a principle for test-time scaling and instantiate it through Claim-Level Reliability Assessment (CLR), a training-free framework that reallocates test-time compute from additional solution…
38 -
arXiv — NLP / Computation & Language research 1d ago
Mechanist: AI as a Scientific Instrument for Discovering the Mechanisms of Intelligence
arXiv:2608.12036v1 Announce Type: cross Abstract: AI models have achieved remarkable success across diverse domains, yet the mechanisms underlying their capabilities and the risks they may pose remain poorly understood. As AI development becomes faster and increasingly…
26 -
arXiv — NLP / Computation & Language research 1d ago
RT-SEMamba: Real-Time Speech Enhancement Mamba via Progressive Knowledge Distillation
arXiv:2608.12099v1 Announce Type: cross Abstract: We present RT-SEMamba, a fully causal speech enhancement (SE) model built upon causal time-frequency Mamba blocks. Unlike Transformer-based architectures that rely on a growing key-value cache, Mamba propagates a fixed-size…
21 -
arXiv — NLP / Computation & Language research 1d ago
Do LLMs Take Care of Their Own? Similarity Signals Can Induce Cooperation
arXiv:2608.12125v1 Announce Type: cross Abstract: As LLM-based agents with user-instructed goals are becoming widely deployed, they increasingly encounter each other in strategic interactions, and face challenges of finding mutually beneficial outcomes. Prior literature has…
5 -
arXiv — NLP / Computation & Language research 1d ago
Who Thinks Best Depends on How Long You Let Them: Budget-Dependent Rankings in LLM Evaluation
arXiv:2608.12150v1 Announce Type: cross Abstract: Standard evaluation of large language models assumes stable model rankings across inference conditions. We challenge this assumption by varying the token generation budget, i.e., the maximum tokens a model may produce, across…
9 -
arXiv — NLP / Computation & Language research 1d ago
VICBench: A Multi-Language Benchmark for Code Vulnerability Detection
arXiv:2608.12246v1 Announce Type: cross Abstract: Evaluating security vulnerability detection tools requires benchmark datasets with vulnerability-inducing commits (VICs) - the commits that first introduce vulnerabilities into codebases. VICs are essential for determining the…
7 -
arXiv — NLP / Computation & Language research 1d ago
Large Language Model-Driven Small-Capitalization Trading: Integrating Financial News Sentiment, Macroeconomic Indicators, and Technical Signals
arXiv:2608.12283v1 Announce Type: cross Abstract: Large language models can extract richer signals from financial news than fixed sentiment lexicons, and recent work has explored feeding such signals into portfolio construction. We study an uncertainty-aware construction that…
15 -
arXiv — NLP / Computation & Language research 1d ago
AI4AI at Test-Time: Strong-to-Weak Capability Transfer via Harnesses
arXiv:2608.12307v1 Announce Type: cross Abstract: Recent work on distillation transfers the capabilities of large models to smaller ones often by updating the latter's parameters, through teacher forcing, on-policy distillation, and related training-time methods. In this paper,…
33 -
arXiv — NLP / Computation & Language research 1d ago
AVA-Encoder: Towards Agent-Native Video Representation Learning
arXiv:2608.12313v1 Announce Type: cross Abstract: Creative agents still lack an effective way to learn from high-quality human films, limiting their ability to produce cinematic-grade videos. A key challenge is the absence of a structured video representation that is both…
26 -
arXiv — NLP / Computation & Language research 1d ago
Explainability in Practice: A Survey of Explainable NLP Across Various Domains
arXiv:2502.00837v3 Announce Type: replace Abstract: Natural Language Processing (NLP) is now embedded in critical sectors including healthcare, finance, and customer relationship management, where models such as GPT-4o, Gemini, and BERT increasingly inform decisions. The…
26 -
arXiv — NLP / Computation & Language research 1d ago
A Reality Check of Language Models as Formalizers on Constraint Satisfaction Problems
arXiv:2505.13252v5 Announce Type: replace Abstract: Recent work shows superior performance when using large language models (LLMs) as formalizers instead of as end-to-end solvers for symbolic reasoning problems. Given the problem description, the LLM generates a formal program…
17 -
arXiv — NLP / Computation & Language research 1d ago
Commonsense on Demand: Generating and Selectively Integrating Commonsense Knowledge for Natural Language Inference
arXiv:2507.15100v3 Announce Type: replace Abstract: Natural Language Inference (NLI) determines whether a premise entails, contradicts, or is neutral with respect to a hypothesis. The task is often framed as emulating human inference, in which commonsense knowledge plays a major…
22 -
arXiv — NLP / Computation & Language research 1d ago
Marco-Voice Technical Report
arXiv:2508.02038v5 Announce Type: replace Abstract: This paper presents a multifunctional speech synthesis system that integrates voice cloning and emotion control speech synthesis within a unified framework. The goal of this work is to address longstanding challenges in…
13 -
arXiv — NLP / Computation & Language research 1d ago
Investigating Learner-Aware Design of LLM-Generated Educational Feedback
arXiv:2602.11650v2 Announce Type: replace Abstract: Although large language models (LLMs) show promise for generating educational feedback, it remains unclear how feedback should be designed (e.g., tone and information coverage) to support answer revision and learner acceptance…
12 -
arXiv — NLP / Computation & Language research 1d ago
LLM-Powered Automatic Translation and Urgency in Crisis Scenarios
arXiv:2602.13452v2 Announce Type: replace Abstract: Large language models (LLMs) are increasingly proposed for crisis preparedness and response, particularly for multilingual communication. However, their suitability for high-stakes crisis contexts remains insufficiently…
37 -
arXiv — NLP / Computation & Language research 1d ago
Large Language Models Reproduce Racial Stereotypes When Used for Text Annotation
arXiv:2603.13891v2 Announce Type: replace Abstract: Large language models (LLMs) are increasingly used for automated text annotation in tasks ranging from academic research to content moderation and hiring. Across 19 LLMs and two experiments totaling more than 4 million…
31 -
arXiv — NLP / Computation & Language research 1d ago
LLM Router: Rethinking Routing with Prefill Activations
arXiv:2603.20895v3 Announce Type: replace Abstract: Existing routers rely on semantic query features or handcrafted features, which often fail to capture model-specific failures or intrinsic task difficulty. We instead route using internal LLM activations, specifically the…
19