paper-with-me

Papers

Analyzing LLMs' Knowledge Boundary Cognition Across Languages Through the Lens of Internal Representations

2025-04-18 · Chenghao Xiao, Hou Pong Chan, Hao Zhang, Mahani Aljunied, Lidong Bing, Noura Al Moubayed, Yu Rong

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.

📄 PDF Abstract BibTeX arXiv:2504.13816

Code (1)

damo-nlp-sg/llm-multilingual-knowledge-boundaries 공식 구현 pytorch

Tasks

Hallucination

Similar Papers 제목 키워드 기반

A Unified Biomedical Named Entity Recognition Framework with Large Language Models

2025-10-10 · Tengxiao Lv, Ling Luo, Juntao Li, Yanhua Wang 외 arxiv

Accurate recognition of biomedical named entities is critical for medical information extraction and knowledge discovery. However, existing methods often struggle with nested entities, entity boundary ambiguity, and cros…

Zero-shot GeneralizationInformation ExtractionContrastive LearningText Generation

BANER: Boundary-Aware LLMs for Few-Shot Named Entity Recognition

2024-12-03 · Quanjiang Guo, Yihong Dong, Ling Tian, Zhao Kang 외

Despite the recent success of two-stage prototypical networks in few-shot named entity recognition (NER), challenges such as over/under-detected false spans in the span detection stage and unaligned entity prototypes in …

Contrastive Learningdomain classificationnamed-entity-recognitionNamed Entity Recognition+2

A time for monsters: Organizational knowing after LLMs

2025-11-19 · Samer Faraj, Joel Perez Torrents, Saku Mantere, Anand Bhardwaj arxiv

Large Language Models (LLMs) are reshaping organizational knowing by unsettling the epistemological foundations of representational and practice-based perspectives. We conceptualize LLMs as Haraway-ian monsters, that is,…

Decision Potential Surface: A Theoretical and Practical Approximation of Large Language Model Decision Boundary

2025-09-27 · Zi Liang, Zhiyao Wu, Haoyang Shang, Yulin Jin 외 arxiv

Decision boundary, the subspace of inputs where a machine learning model assigns equal classification probabilities to two classes, is pivotal in revealing core model properties and interpreting behaviors. While analyzin…

KARL: Mitigating Hallucinations in LLMs via Knowledge-Boundary-Aware Reinforcement Learning

2026-04-03 · Cheng Gao, Cheng Huang, Kangyang Luo, Ziqing Qiao 외 arxiv

Enabling large language models (LLMs) to appropriately abstain from answering questions beyond their knowledge is crucial for mitigating hallucinations. While existing reinforcement learning methods foster autonomous abs…

Reinforcement Learning