🤖 AI Summary
This work addresses the underexplored problem of weak knowledge boundary identification and high hallucination risk in large language models (LLMs) for low-resource languages. We conduct the first systematic cross-lingual analysis of knowledge boundary cognition mechanisms. Our method introduces a training-free cross-lingual representation alignment technique to bridge semantic disparities across languages. We further construct KBench, the first multilingual knowledge boundary evaluation suite—comprising three distinct boundary sample categories—to rigorously assess boundary awareness. Using internal representation probing, we reveal that knowledge boundary signals are predominantly encoded in middle-to-upper transformer layers and exhibit strong cross-lingual transferability. Empirical results demonstrate that our approach significantly mitigates hallucinations in low-resource languages. All code and the multilingual evaluation dataset are publicly released.
📝 Abstract
While understanding the knowledge boundaries of LLMs is crucial to prevent hallucination, research on knowledge boundaries of LLMs has predominantly focused on English. In this work, we present the first study to analyze how LLMs recognize knowledge boundaries across different languages by probing their internal representations when processing known and unknown questions in multiple languages. Our empirical studies reveal three key findings: 1) LLMs' perceptions of knowledge boundaries are encoded in the middle to middle-upper layers across different languages. 2) Language differences in knowledge boundary perception follow a linear structure, which motivates our proposal of a training-free alignment method that effectively transfers knowledge boundary perception ability across languages, thereby helping reduce hallucination risk in low-resource languages; 3) Fine-tuning on bilingual question pair translation further enhances LLMs' recognition of knowledge boundaries across languages. Given the absence of standard testbeds for cross-lingual knowledge boundary analysis, we construct a multilingual evaluation suite comprising three representative types of knowledge boundary data. Our code and datasets are publicly available at https://github.com/DAMO-NLP-SG/LLM-Multilingual-Knowledge-Boundaries.