paper-with-me

홈 › Papers

Shared Doubt: Zero-Shot Cross-Lingual Confidence Estimation for Language Models

2026-05-29 · Athina Kyriakou, Dennis Ulmer, Ivan Titov arxiv

Confidence estimation (CE), i.e., quantifying the reliability of a model's prediction, has attracted great interest in the context of large language models (LLMs). However, most studies focus on English, ignoring the multilingual reality of LLM usage, while many CE methods degrade or require retraining across languages. To address this gap, we investigate whether multilingual LLMs encode shared, language-transferable confidence features in open-ended question answering. We use a lightweight linear probe that predicts answer correctness directly from intermediate representations. Trained monolingually, the probe generalizes zero-shot to unseen, typologically diverse languages without target-language supervision. Learned layer weights and multiple ablations reveal that confidence features concentrate in middle layers across languages, suggesting a shared confidence subspace. While zero-shot cross-lingual performance depends on similarity to the source language, the probe provides a strong baseline without any retraining and compares favorably to other popular confidence estimation methods.

📄 PDF Abstract BibTeX arXiv:2605.31220

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

The Multilingual Curse at the Retrieval Layer: Evidence from Amharic

2026-05-23 · Yosef Worku Alemneh, Kidist Amde Mekonnen, Maarten de Rijke arxiv

Multilingual retrieval increasingly underpins cross-lingual question answering and retrieval-augmented generation. Strong zero-shot scores on multilingual benchmarks are often taken as evidence that current encoders tran…

Cross-Lingual Question AnsweringPassage Retrieval

Evaluating the Supervised and Zero-shot Performance of Multi-lingual Translation Models

2019-06-24 · WS 2019 8 · Chris Hokamp, John Glover, Demian Gholipour

We study several methods for full or partial sharing of the decoder parameters of multilingual NMT models. We evaluate both fully supervised and zero-shot translation performance in 110 unique translation directions usin…

DecoderDiversityNMTTranslation

Zero-Shot Cross-Lingual Dependency Parsing through Contextual Embedding Transformation

2021-03-03 · EACL (AdaptNLP) 2021 4 · Haoran Xu, Philipp Koehn

Linear embedding transformation has been shown to be effective for zero-shot cross-lingual transfer tasks and achieve surprisingly promising results. However, cross-lingual embedding space mapping is usually studied in s…

Cross-Lingual TransferDependency ParsingTranslationZero-Shot Cross-Lingual Transfer

Zero-Shot Translation Quality Estimation with Explicit Cross-Lingual Patterns

2020-10-10 · WMT (EMNLP) 2020 11 · Lei Zhou, Liang Ding, Koichi Takeda

This paper describes our submission of the WMT 2020 Shared Task on Sentence Level Direct Assessment, Quality Estimation (QE). In this study, we empirically reveal the \textit{mismatching issue} when directly adopting BER…

SentenceTranslation

A Multilingual Bag-of-Entities Model for Zero-Shot Cross-Lingual Text Classification

2021-10-15 · Sosuke Nishikawa, Ikuya Yamada, Yoshimasa Tsuruoka, Isao Echizen

We present a multilingual bag-of-entities model that effectively boosts the performance of zero-shot cross-lingual text classification by extending a multilingual pre-trained language model (e.g., M-BERT). It leverages t…

ClassificationEntity TypingLanguage ModelingLanguage Modelling+3