paper-with-me

Papers

How Can Cross-lingual Knowledge Contribute Better to Fine-Grained Entity Typing?

2022-05-01 · Findings (ACL) 2022 5 · Hailong Jin, Tiansi Dong, Lei Hou, Juanzi Li, Hui Chen, Zelin Dai, Qu Yincen

Cross-lingual Entity Typing (CLET) aims at improving the quality of entity type prediction by transferring semantic knowledge learned from rich-resourced languages to low-resourced languages. In this paper, by utilizing multilingual transfer learning via the mixture-of-experts approach, our model dynamically capture the relationship between target language and each source language, and effectively generalize to predict types of unseen entities in new languages. Extensive experiments on multi-lingual datasets show that our method significantly outperforms multiple baselines and can robustly handle negative transfer. We questioned the relationship between language similarity and the performance of CLET. A series of experiments refute the commonsense that the more source the better, and suggest the Similarity Hypothesis for CLET.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Entity TypingMixture-of-ExpertsTransfer LearningType prediction

Similar Papers 제목 키워드 기반

Why Better Cross-Lingual Alignment Fails for Better Cross-Lingual Transfer: Case of Encoders

2026-03-19 · Yana Veitsman, Yihong Liu, Hinrich Schütze arxiv

Better cross-lingual alignment is often assumed to yield better cross-lingual transfer. However, explicit alignment techniques -- despite increasing embedding similarity -- frequently fail to improve token-level downstre…

Sentence ClassificationCross-Lingual TransferPOS Tagging

Towards Universal Semantic Tagging

2017-09-29 · WS 2017 1 · Lasha Abzianidze, Johan Bos

The paper proposes the task of universal semantic tagging---tagging word tokens with language-neutral, semantically informative tags. We argue that the task, with its independent nature, contributes to better semantic an…

Semantic Parsing

Edit Once, Update Everywhere: A Simple Framework for Cross-Lingual Knowledge Synchronization in LLMs

2025-02-20 · Yuchen Wu, Liang Ding, Li Shen, DaCheng Tao

Knowledge editing allows for efficient adaptation of large language models (LLMs) to new information or corrections without requiring full retraining. However, prior methods typically focus on either single-language edit…

knowledge editingTransfer Learning

How Transliterations Improve Crosslingual Alignment

2024-09-25 · Yihong Liu, Mingyang Wang, Amir Hossein Kargaran, Ayyoob Imani 외

Recent studies have shown that post-aligning multilingual pretrained language models (mPLMs) using alignment objectives on both original and transliterated data can improve crosslingual alignment. This improvement furthe…

SentenceTransliteration

The Privileged Students: On the Value of Initialization in Multilingual Knowledge Distillation

2024-06-24 · Haryo Akbarianto Wibowo, Thamar Solorio, Alham Fikri Aji

Knowledge distillation (KD) has proven to be a successful strategy to improve the performance of smaller models in many NLP tasks. However, most of the work in KD only explores monolingual scenarios. In this paper, we in…

Knowledge Distillation