paper-with-me

Papers

Robust Native Language Identification through Agentic Decomposition

2025-09-20 · Ahmet Yavuz Uluslu, Tannon Kew, Tilia Ellendorff, Gerold Schneider, Rico Sennrich arxiv

Large language models (LLMs) often achieve high performance in native language identification (NLI) benchmarks by leveraging superficial contextual clues such as names, locations, and cultural stereotypes, rather than the underlying linguistic patterns indicative of native language (L1) influence. To improve robustness, previous work has instructed LLMs to disregard such clues. In this work, we demonstrate that such a strategy is unreliable and model predictions can be easily altered by misleading hints. To address this problem, we introduce an agentic NLI pipeline inspired by forensic linguistics, where specialized agents accumulate and categorize diverse linguistic evidence before an independent final overall assessment. In this final assessment, a goal-aware coordinating agent synthesizes all evidence to make the NLI prediction. On two benchmark datasets, our approach significantly enhances NLI robustness against misleading contextual clues and performance consistency compared to standard prompting methods.

📄 PDF Abstract BibTeX arXiv:2509.16666

Code (0)

등록된 구현이 없습니다.

Tasks

Native Language Identification

Similar Papers 제목 키워드 기반

A Preliminary Agentic Framework for Matrix Deflation

2026-01-06 · Paimon Goulart, Evangelos E. Papalexakis arxiv

Can a small team of agents peel a matrix apart, one rank-1 slice at a time? We propose an agentic approach to matrix deflation in which a solver Large Language Model (LLM) generates rank-1 Singular Value Decomposition (S…

David vs. Goliath: Can Small Models Win Big with Agentic AI in Hardware Design?

2025-12-04 · Shashwat Shankar, Subhranshu Pandey, Innocent Dengkhw Mochahari, Bhabesh Mali 외 arxiv

Large Language Model(LLM) inference demands massive compute and energy, making domain-specific tasks expensive and unsustainable. As foundation models keep scaling, we ask: Is bigger always better for hardware design? Ou…

VIBEPASS: Can Vibe Coders Really Pass the Vibe Check?

2026-03-16 · Srijan Bansal, Jiao Fangkai, Yilun Zhou, Austin Xu 외 arxiv

As Large Language Models shift the programming toward human-guided ''vibe coding'', agentic coding tools increasingly rely on models to self-diagnose and repair their own subtle faults -- a capability central to autonomo…

Program Repair

AgenticTyper: Automated Typing of Legacy Software Projects Using Agentic AI

2026-02-21 · Clemens Pohle arxiv

Legacy JavaScript systems lack type safety, making maintenance risky. While TypeScript can help, manually adding types is expensive. Previous automated typing research focuses on type inference but rarely addresses type …

Agentic Large Language Models for Automated Structural Analysis of 3D Frame Systems

2026-06-02 · Ziheng Geng, Ian Franklin, Santiago Martinez, Jiachen Liu 외 arxiv

Large language models (LLMs) have emerged as powerful foundation models with strong reasoning capabilities across domains. Beyond reactive text generation, agentic LLMs enable autonomous workflow execution through modula…

Code TranslationText Generation