paper-with-me

Papers

Choosing the Right Language Mode at Inference Time for Multilingual Reliability

2026-09-04 · Ekata Mitra, Ameeta Agrawal arxiv

Multilingual large language models often struggle to reason in low- to mid-resource languages. Prior work has shown that translation can improve multilingual reasoning by helping models access stronger English-centric representations. This raises a central question: How much translation is needed for multilingual large language models to reason reliably, and when does more translation instead trigger interference and overconfidence? Using LLaMA and Qwen models, we run extensive experiments varying text scope and language mode (target-only, English-only, bilingual) to evaluate both accuracy and reliability. Our results reveal a clear trade-off: English context often improve understanding and recover errors caused by non-English comprehension, yet adding redundant bilingual context intensifies interference. We address this trade-off with Reliability-Aware Adaptive Inference (RAAI), a training-free test-time framework that (i) performs Expected Calibration Error (ECE)-aware routing and prompt fusion, and (ii) uses a mid-layer Risk Index (RI) to gate sequential reasoning, allocating compute only when it is likely to help and suppressing harmful bilingual redundancy. Across two model families, RAAI enhances accuracy by 25-37.7% on low-resource languages and lowers calibration error by approximately 3-6%, with the most pronounced benefits in the lowest-resource language tiers.

📄 PDF Abstract BibTeX arXiv:2609.04653

Code (3)

InsomaniacElf/sg-tamil-tts-resources- ★ 1
Tavish9/awesome-daily-AI-arxiv ★ 114
arxivsub/arXivSub_daily_arxiv ★ 4

Similar Papers 제목 키워드 기반

Experimental Design for Active Transductive Inference in Large Language Models

2024-04-12 · Subhojyoti Mukherjee, Anusha Lalitha, Aniket Deshmukh, Ge Liu 외

One emergent ability of large language models (LLMs) is that query-specific examples can be included in the prompt at inference time. In this work, we use active learning for adaptive prompt design and call it Active In-…

Active LearningExperimental Design

Choosing the Right Words: Characterizing and Reducing Error of the Word Count Approach

2013-06-01 · SEMEVAL 2013 6 · Hansen Andrew Schwartz, Johannes Eichstaedt, Eduardo Blanco, Lukasz Dziurzynski 외

Train for the Worst, Plan for the Best: Understanding Token Ordering in Masked Diffusions

2025-02-10 · Jaeyeon Kim, Kulin Shah, Vasilis Kontonis, Sham Kakade 외

In recent years, masked diffusion models (MDMs) have emerged as a promising alternative approach for generative modeling over discrete domains. Compared to autoregressive models (ARMs), MDMs trade off complexity at train…

Statistical inference after variable selection in Cox models: A simulation study

2026-02-07 · Lena Schemet, Sarah Friedrich-Welz arxiv

Choosing relevant predictors is central to the analysis of biomedical time-to-event data. Classical frequentist inference, however, presumes that the set of covariates is fixed in advance and does not account for data-dr…

Not All Claims are Created Equal: Choosing the Right Statistical Approach to Assess Hypotheses

2019-11-10 · ACL 2020 6 · Erfan Sadeqi Azer, Daniel Khashabi, Ashish Sabharwal, Dan Roth

Empirical research in Natural Language Processing (NLP) has adopted a narrow set of principles for assessing hypotheses, relying mainly on p-value computation, which suffers from several known issues. While alternative p…

AllBayesian InferenceMisconceptions