arXiv — NLP / Computation & Language
500 articles archived · Visit source ↗ · RSS
-
arXiv — NLP / Computation & Language research 5d ago
Distinguishing Revision and Delayed Elaboration in Incremental Narrative Interpretation
arXiv:2608.21364v1 Announce Type: new Abstract: Both human and AI systems that process narrative or long-form content operate incrementally: input is received over time, and internal representations must be updated accordingly. Incremental interpretation, therefore, depends not…
20 -
arXiv — NLP / Computation & Language research 5d ago
KSE-Web: An Analysis of Hybrid Retrieval and LLM-Assisted Query Expansion for Low-Resource Khmer Semantic Search
arXiv:2608.21365v1 Announce Type: new Abstract: As a low-resource language, Khmer presents several retrieval challenges, including limited annotated data, ambiguous word boundaries, weak support in multilingual embedding models, and frequent mixed Khmer-English usage. This paper…
31 -
arXiv — NLP / Computation & Language research 5d ago
Wazobia Eval: A Benchmark for Nigerian Pidgin Emotion Understanding, Sarcasm Detection, and Cultural Reasoning
arXiv:2608.21369v1 Announce Type: new Abstract: Nigerian Pidgin is one of Africa's most widely spoken languages, yet remains severely underrepresented in language model evaluation. Existing benchmarks primarily focus on translation, transcription, or generic sentiment analysis,…
21 -
arXiv — NLP / Computation & Language research 5d ago
On the Role of Citations in Preference Data
arXiv:2608.21376v1 Announce Type: new Abstract: Many NLP tasks require systems to provide attribution in their outputs--i.e. citations to grounding sources. Attribution serves as a bulwark against model hallucination and as a means for users to verify the credibility of model…
15 -
arXiv — NLP / Computation & Language research 5d ago
Agentic Scaffolding Amplifies Sycophantic Behavior in Large Language Models
arXiv:2608.21377v1 Announce Type: new Abstract: Sycophancy in large language models, the tendency to prioritize user agreement over truthful responses, has been documented extensively but studied primarily in single-turn settings. This paper investigates a critical question:…
9 -
arXiv — NLP / Computation & Language research 5d ago
Beyond Two Bytes per Letter: Tokenization Overhead in Cyrillic AI Systems
arXiv:2608.21384v1 Announce Type: new Abstract: Modern multilingual tokenizers often fragment Ukrainian and other underrepresented Cyrillic-script languages more heavily than English, creating disparities in cost and context capacity. We quantify this overhead across nine…
8 -
arXiv — NLP / Computation & Language research 5d ago
A Social Media Analysis of Discourse on the Israel--Palestine Conflict on Telegram
arXiv:2608.21385v1 Announce Type: new Abstract: Social media has become a central arena in which armed conflicts are contested, yet the pro-Israel and pro-Palestine communities on Telegram, whose broadcast architecture yields an unusually direct record of deliberate political…
11 -
arXiv — NLP / Computation & Language research 5d ago
Mitigating Bias in Large Vision-Language Models via Counterfactual Ensemble Decoding
arXiv:2608.21415v1 Announce Type: new Abstract: Large Vision-Language Models (LVLMs) have achieved remarkable performance across a wide range of tasks; however, they often inherit social biases from their training data, resulting in biased behavior when processing portraits from…
9 -
arXiv — NLP / Computation & Language research 5d ago
Agentic Security: A Systematization of Tools, Failure Modes, and Design Laws for LLM-Driven Penetration Testing
arXiv:2608.21423v1 Announce Type: new Abstract: Agentic security uses large-language-model (LLM) agents to plan, dispatch, and interpret security tools. As these systems move from demonstrations to deployed products, practitioners repeatedly encounter the same operational…
23 -
arXiv — NLP / Computation & Language research 5d ago
CyrillicQA: The Influence of Phonetically Encoded Secret Language on LLM Performance
arXiv:2608.21462v1 Announce Type: new Abstract: Due to the selection of their training data, large language models (LLMs) perform best on standard-language inputs from languages using the Latin alphabet with large speaker populations, while disadvantaging other language…
27 -
arXiv — NLP / Computation & Language research 5d ago
Forgotten in Weights, Recovered by Tools: Agentic Tool Unlearning for LLM Agents
arXiv:2608.21544v1 Announce Type: new Abstract: Large language models (LLMs) are increasingly deployed as tool-augmented agents, where responses can depend on tool calls and external observations rather than model parameters alone. This creates an evaluation mismatch for LLM…
26 -
arXiv — NLP / Computation & Language research 5d ago
Automating Multi-Hop RAG Evaluation via TRIAD: From Context Extraction to Validated Dataset Generation
arXiv:2608.21558v1 Announce Type: new Abstract: Recent advances in LLMs and the adoption of RAG systems in industry have created a need for domain-specific question-answer datasets that can assess RAG performance on proprietary data. Existing datasets, such as HotpotQA,…
31 -
arXiv — NLP / Computation & Language research 5d ago
Evidence-State Reliability Under Controlled Degradation: Parser-Validity Divergence in a Multi-Stage LLM Pipeline
arXiv:2608.21559v1 Announce Type: new Abstract: Multi-stage LLM pipelines can remain structurally valid even when evidence available to downstream stages becomes incomplete, compressed, or conflicting. This paper introduces and operationalizes Evidence-State Reliability (ESR),…
6 -
arXiv — NLP / Computation & Language research 5d ago
Can LLMs Truly Forget? Revealing Unlearning Gaps Through Adversarial Evaluation
arXiv:2608.21606v1 Announce Type: new Abstract: Machine unlearning aims to remove the influence of targeted training data from a model while preserving its remaining capabilities, but evaluating whether such information has truly become inaccessible remains challenging. Existing…
19 -
arXiv — NLP / Computation & Language research 5d ago
Mitigating Database Leakage in RAG Systems with Keyword-Grounded Fact Substitution
arXiv:2608.21656v1 Announce Type: new Abstract: Retrieval-Augmented Generation (RAG) has emerged as a powerful paradigm for combining large language models (LLMs) with external knowledge sources. However, RAG systems remain vulnerable to prompt injection attacks, which may…
16 -
arXiv — NLP / Computation & Language research 5d ago
L\"etzCross: A Cross-Lingual Page-Level Benchmark for Multimodal Retrieval over Luxembourgish Documents
arXiv:2608.21714v1 Announce Type: new Abstract: Recent page-image retrievers such as ColPali have improved retrieval over visually rich documents, yet little is known about how they behave in cross-lingual, low-resource settings. We introduce L\"etzCross, a benchmark for…
9 -
arXiv — NLP / Computation & Language research 5d ago
FCPRAG: Fusion-Controller Parametric Retrieval-Augmented Generation for Stable Multi-Passage LoRA Injection
arXiv:2608.21750v1 Announce Type: new Abstract: Parametric retrieval-augmented generation (PRAG) injects retrieved evidence into a large language model (LLM) through passage-specific LoRA adapters, reducing reliance on long in-context prompts. When multiple passages are…
32 -
arXiv — NLP / Computation & Language research 5d ago
Evaluation Awareness in Language Models: Representation, Verbalization, and Control
arXiv:2608.21766v1 Announce Type: new Abstract: Both capability and safety benchmarks rest upon the assumption that the behavior of language models undergoing a test is informative about their behavior in deployment. This assumption can fail, should models infer that they are…
16 -
arXiv — NLP / Computation & Language research 5d ago
No One Model Catches Every Harm: Benchmarking Content Moderation Across Safety Scenarios
arXiv:2608.21775v1 Announce Type: new Abstract: Large Language Models (LLMs) are increasingly deployed in real-world applications, yet they remain vulnerable to generating harmful content. From adversarial jailbreaks that bypass safety filters to implicit hate that evades…
30 -
arXiv — NLP / Computation & Language research 5d ago
Lexical Coupling in GUI Element Grounding: Sentence Embeddings Track Labels across Mobile and Web
arXiv:2608.21794v1 Announce Type: new Abstract: GUI grounding evaluations that expose UI elements as text metadata often treat high instruction-element embedding similarity as evidence of semantic grounding. Across three mobile and web benchmarks, we show that this…
28 -
arXiv — NLP / Computation & Language research 5d ago
More Computational Resources Do Not Ensure Higher Scholarly Impact: Evidence from Leading NLP Conference Papers
arXiv:2608.21806v1 Announce Type: new Abstract: Computational resources are increasingly central to NLP research, but how closely reported GPU capability aligns with scholarly impact remains unclear. We analyze 13,921 ACL, EMNLP, and NAACL main-conference papers published…
13 -
arXiv — NLP / Computation & Language research 5d ago
MCite-RL: Towards Reliable Multimodal RAG via Citation-enhanced Agentic Reinforcement Learning
arXiv:2608.21808v1 Announce Type: new Abstract: Multimodal Retrieval-Augmented Generation (RAG) with visual citation is crucial for ensuring the traceability and verifiability of MLLMs. However, current RAG and SFT-based methods struggle to achieve robust cross-modal reasoning,…
18 -
arXiv — NLP / Computation & Language research 5d ago
Convergence in Science, Divergence in Religion: Calibrated Framing Differences Across Wikipedia's Language Editions
arXiv:2608.21821v1 Announce Type: new Abstract: When Wikipedia's language editions describe the same concept, how differently do they frame it? Prior work measures coverage gaps between editions; we measure framing distance for matched concepts. We analyze 2,799 valid articles…
30 -
arXiv — NLP / Computation & Language research 5d ago
Do Large Language Models Perform Well on Comprehending Poetic Logic in Modern Chinese Poetry?
arXiv:2608.21827v1 Announce Type: new Abstract: Large Language Models (LLMs) have achieved significant progress across a wide range of natural language processing (NLP) tasks, yet their ability to understand literary texts, particularly modern Chinese poetry, remains largely…
10 -
arXiv — NLP / Computation & Language research 5d ago
Training a Knowledge Base: Supervised Structure Learning for Agent-Curated Document Stores
arXiv:2608.21829v1 Announce Type: new Abstract: Retrieval-augmented generation treats the document store as a frozen input, and the systems that instead let an agent curate one never measure what curation does to the store. We invert the framing: the knowledge base is the model.…
11 -
arXiv — NLP / Computation & Language research 5d ago
GUI-Primitives: Diagnosing Spatial Reasoning Failures in Vision-Language GUI Grounding
arXiv:2608.21832v1 Announce Type: new Abstract: Computer-use agents ground natural-language instructions in screenshots to locate interface elements, yet existing benchmarks do not isolate whether models bind relational language to the correct element. We introduce…
37 -
arXiv — NLP / Computation & Language research 5d ago
PUMA: A Polish Benchmark for Culturally Grounded Multimodal Understanding
arXiv:2608.21853v1 Announce Type: new Abstract: Large language models are increasingly moving beyond text processing, adding support for other modalities such as images and audio. While text understanding and generation have been extensively studied, multimodal data processing…
12 -
arXiv — NLP / Computation & Language research 5d ago
HiDiffTIR: Hierarchical Difficulty-Aware Policy Optimization for Multi-Turn Tool-Integrated Reasoning
arXiv:2608.21863v1 Announce Type: new Abstract: Tool-Integrated Reasoning (TIR) is a fundamental capability for LLM agents to solve complex tasks by interacting with external tools iteratively. Reinforcement Learning (RL) has become the dominant paradigm for enabling this…
16 -
arXiv — NLP / Computation & Language research 5d ago
The Chase Is the Curriculum, the Capture Anchors the Credit: Pursuit-Evasion Self-Play for Zero-Data LLM Reasoning
arXiv:2608.21871v1 Announce Type: new Abstract: Reinforcement learning with verifiable rewards has become the dominant recipe for improving large language model reasoning, yet it presumes large human-curated task collections. Zero-data self-play removes this dependency, but…
16 -
arXiv — NLP / Computation & Language research 5d ago
BanglaVeilGuard: Cross-Script Safety Benchmarking and Lightweight Guardrails for Bangla Large Language Models
arXiv:2608.21880v1 Announce Type: new Abstract: Bangla large language model (LLM) safety is difficult to evaluate with English-centric or standard-script benchmarks because Bangla users routinely write across scripts, spellings, code-mixed forms, and regional registers. This…
4 -
arXiv — NLP / Computation & Language research 5d ago
Modeling Claim Dependency Structure for Patent Litigation Prediction with Graph Attention Networks
arXiv:2608.21924v1 Announce Type: new Abstract: Patent litigation imposes substantial costs on firms and distorts R&D incentives, making early risk identification a practically important task. While prior work has applied BERT-based models to patent claim text, two fundamental…
9 -
arXiv — NLP / Computation & Language research 5d ago
EDGE: Experience-Distillation for Guided Exploration in Agentic Reinforcement Learning
arXiv:2608.21946v1 Announce Type: new Abstract: Reinforcement learning with outcome-based objectives such as GRPO enables LLM-based agents to solve complex, long-horizon tasks, yet the reusable exploration patterns embedded in interaction trajectories are largely discarded after…
12 -
arXiv — NLP / Computation & Language research 5d ago
Bulbul: A Dataset for Dialectal Arabic Speech Recognition
arXiv:2608.21950v1 Announce Type: new Abstract: Arabic automatic speech recognition (ASR) faces unique challenges due to diglossia, extensive regional dialect variation, and limited speech resources. Existing speech datasets often focus on single dialects or large-scale…
5 -
arXiv — NLP / Computation & Language research 5d ago
ToSCA: Leveraging Hierarchical Reinforcement Learning on Temporal and Strategic Abstractions of Conversational Agents
arXiv:2608.21969v1 Announce Type: new Abstract: Humans have multiple levels of temporal abstractions on daily interaction and thinking, such as concept perception and strategic planning. Inspired by this nature, we propose a two-level hierarchical reinforcement learning (RL)…
35 -
arXiv — NLP / Computation & Language research 5d ago
Machine learning and digital pragmatics: Which word category influences emoji use most?
arXiv:2608.21975v1 Announce Type: new Abstract: This study examines the performance of the state-of-the-art MARBERT model in identifying the lexical/pragmatic category associated with emoji use on X within a digital pragmatics approach (DPA). A net corpus of 15856 Colloquial…
28 -
arXiv — NLP / Computation & Language research 5d ago
Align, Unify, Suppress, Route: A Coherentist View of Transformer Computation
arXiv:2608.22034v1 Announce Type: new Abstract: Mechanistic interpretability has identified transformer circuits, but lacks a shared vocabulary for describing how their functions compose across tasks and architectures. We introduce Coherentist Probabilistic Compositionalism…
31 -
arXiv — NLP / Computation & Language research 5d ago
Real-TurnTurk: A Multimodal Turkish Corpus for Turn-Taking Prediction
arXiv:2608.22071v1 Announce Type: new Abstract: Turn-taking is a basic organizational feature of human conversation and remains difficult to model in natural, synchronous dialog systems. While existing research has explored multimodal approaches and large language models for…
30 -
arXiv — NLP / Computation & Language research 5d ago
Spine-Branch Coordination for Multi-agent Computer Use
arXiv:2608.22077v1 Announce Type: new Abstract: Computer use agents (CUAs) are increasingly deployed as multi-agent systems that decompose a task into multiple subtasks executed across parallel virtual machines (VMs). However, a critical physical bottleneck is that the state of…
31 -
arXiv — NLP / Computation & Language research 5d ago
Semantic Reasoning Denoising: Correcting Language Model Reasoning with Semantic Operators
arXiv:2608.22090v1 Announce Type: new Abstract: Large language models can produce fluent reasoning traces whose local semantic errors propagate to an incorrect conclusion, while unconstrained self-correction may preserve, amplify, or introduce errors. Existing diffusion language…
20 -
arXiv — NLP / Computation & Language research 5d ago
RAG Collapse: LLM Responses Collapse When Retrieved Documents Are Self-Authored
arXiv:2608.22118v1 Announce Type: new Abstract: LLM responses are based on the internet (via training or RAG), and AI is now used to generate a significant amount of content online (Paredes et al., 2026), creating the potential for a self-reinforcing feedback loop. Prior work…
26 -
arXiv — NLP / Computation & Language research 5d ago
LLM assisted writing deserves empirical evaluation
arXiv:2608.22124v1 Announce Type: new Abstract: LLM-assisted writing is often treated as a detection problem, as it raises questions about clarity, integrity, equity, and evaluation. An analysis of 69,209 Health Informatics papers links it to more focused presentation, broader…
6 -
arXiv — NLP / Computation & Language research 5d ago
SSE-Bio: A Structured Self-Evolving Agent with Agentic Retrieval Policy for Multi-Hop Biomedical Reasoning
arXiv:2608.22132v1 Announce Type: new Abstract: Biomedical multi-hop question answering (QA) requires models to connect evidence across intermediate entities such as diseases, drugs, proteins, and phenotypes. Existing agents typically rely on static retrieval workflows or…
7 -
arXiv — NLP / Computation & Language research 5d ago
Lexical Perturbations Disrupt LLM Reasoning: An Empirical Study of Attention Diversion
arXiv:2608.22140v1 Announce Type: new Abstract: Large Language Models (LLMs) achieve strong reasoning performance, but their robustness to realistic lexical corruption remains poorly understood. We evaluate four open-weight instruction-tuned models and frontier models across…
8 -
arXiv — NLP / Computation & Language research 5d ago
The Collaboration Tax: How Much LLM Multi-Agent Systems Pay to Coordinate
arXiv:2608.22152v1 Announce Type: new Abstract: Multi-agent systems built from large language models are deployed widely, yet how much performance is lost when two LLMs must coordinate rather than act alone remains unclear. We formulate the collaboration tax as the…
5 -
arXiv — NLP / Computation & Language research 5d ago
How Agents Represent Humans: Human-Directed Stereotypes in an Open Agent Social Network
arXiv:2608.22192v1 Announce Type: new Abstract: LLM-based agents are increasingly deployed in persistent social environments, where generated claims can be posted, replied to, remembered, and reused. We study human-directed stereotypes on Moltbook, an open agent-native social…
4 -
arXiv — NLP / Computation & Language research 5d ago
Dual-Layer Agentic Memory with Fast Write Routing and Slow Consolidation
arXiv:2608.22215v1 Announce Type: new Abstract: Large language model (LLM) agents operate in dynamic environments where knowledge continuously evolves. Existing memory systems typically treat external memory as a monotonically growing repository, inevitably leading to retrieval…
31 -
arXiv — NLP / Computation & Language research 5d ago
Grounded Normative Rule Generation with Structured Search
arXiv:2608.22229v1 Announce Type: new Abstract: Normative rules like institutional charters and workplace policies must be both human-readable and operationally verifiable against actual environment records. However, current language generation and structured-output benchmarks…
14 -
arXiv — NLP / Computation & Language research 5d ago
Whitewashing Hate, Smearing Harmless Content: Annotator-Style Rebuttal Attacks on LLM-Based Moderation
arXiv:2608.22230v1 Announce Type: new Abstract: Large language models (LLMs) are increasingly used for hate speech moderation, often within human--AI workflows in which reviewers provide feedback before a final decision. Such feedback introduces two manipulation directions:…
35 -
arXiv — NLP / Computation & Language research 5d ago
Improving Few-Step Language Flows with Untied Self-Conditioning
arXiv:2608.22244v1 Announce Type: new Abstract: Flow-matching language models refine all token positions in parallel and can trade sampling steps for latency, yet generation quality still degrades sharply with few sampling steps. We trace a source of this degradation to a…
12 -
arXiv — NLP / Computation & Language research 5d ago
N\"urnberg NLP @ GermEval Shared Task 2026: Harmful Content Detection in German Social Media through Error-Independent LLM Voters
arXiv:2608.22246v1 Announce Type: new Abstract: Harmful content in German social media does real-world damage, from calls to action to criminal defamation. The GermEval 2026 shared task scores its detection in four subtasks. The technical challenge is a severe class imbalance.…
14