paper-with-me

Papers

HanjaBridge: Resolving Semantic Ambiguity in Korean LLMs via Hanja-Augmented Pre-Training

2025-07-15 · Seungho Choi

Large language models (LLMs) often show poor performance in low-resource languages like Korean, partly due to unique linguistic challenges such as homophonous Sino-Korean words that are indistinguishable in Hangul script. To address this semantic ambiguity, we propose HanjaBridge, a novel meaning-injection technique integrated into a continual pre-training (CPT) framework. Instead of deterministically mapping a word to a single Hanja (Chinese character), HanjaBridge presents the model with all possible Hanja candidates for a given homograph, encouraging the model to learn contextual disambiguation. This process is paired with token-level knowledge distillation to prevent catastrophic forgetting. Experimental results show that HanjaBridge significantly improves Korean language understanding, achieving a 21\% relative improvement on the KoBALT benchmark. Notably, by reinforcing semantic alignment between Korean and Chinese through shared Hanja, we observe a strong positive cross-lingual transfer. Furthermore, these gains persist even when Hanja augmentation is omitted at inference time, ensuring practical efficiency with no additional run-time cost.

📄 PDF Abstract BibTeX arXiv:2507.10920

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Lingual TransferKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Correct-Detect: Balancing Performance and Ambiguity Through the Lens of Coreference Resolution in LLMs

2025-09-17 · Amber Shore, Russell Scheinberg, Ameeta Agrawal, So Young Lee arxiv

Large Language Models (LLMs) are intended to reflect human linguistic competencies. But humans have access to a broad and embodied context, which is key in detecting and resolving linguistic ambiguities, even in isolated…

Coreference Resolution

Towards Resolving Word Ambiguity with Word Embeddings

2023-07-25 · Matthias Thurnbauer, Johannes Reisinger, Christoph Goller, Andreas Fischer

Ambiguity is ubiquitous in natural language. Resolving ambiguous meanings is especially important in information retrieval tasks. While word embeddings carry semantic information, they fail to handle ambiguity well. Tran…

Information RetrievalRetrievalWord Embeddings

LaViSA: A Language and Vision Structural Ambiguity Benchmark

2026-06-17 · Lee Sangmyeong, Shun Inadumi, Koichiro Yoshino arxiv

Structural ambiguity arises when a single sentence admits multiple valid interpretations due to its syntactic structure, posing a fundamental challenge for language understanding. Visual scenes serve as useful cues for r…

Discovering Lexical Gaps Using Embeddings from Multilingual LLMs

2026-05-23 · Yoonwon Jung, Aaron S. Cohen, Benjamin K. Bergen arxiv

Lexical gaps are words that do not exist in certain languages. They pose challenges for building multilingual lexical resources, for machine translation, and for cross-lingual transfer. Existing lexical gap detection rel…

Cross-Lingual TransferSemantic SimilarityMachine Translation

Multi-View Attention Multiple-Instance Learning Enhanced by LLM Reasoning for Cognitive Distortion Detection

2025-09-22 · Jun Seo Kim, Hyemi Kim, Woo Joo Oh, Hongjin Cho 외 arxiv

Cognitive distortions have been closely linked to mental health disorders, yet their automatic detection remains challenging due to contextual ambiguity, co-occurrence, and semantic overlap. We propose a novel framework …