paper-with-me

홈 › Papers

Improving Neural Cross-Lingual Summarization via Employing Optimal Transport Distance for Knowledge Distillation

2021-12-07 · Thong Nguyen, Luu Anh Tuan

Current state-of-the-art cross-lingual summarization models employ multi-task learning paradigm, which works on a shared vocabulary module and relies on the self-attention mechanism to attend among tokens in two languages. However, correlation learned by self-attention is often loose and implicit, inefficient in capturing crucial cross-lingual representations between languages. The matter worsens when performing on languages with separate morphological or structural features, making the cross-lingual alignment more challenging, resulting in the performance drop. To overcome this problem, we propose a novel Knowledge-Distillation-based framework for Cross-Lingual Summarization, seeking to explicitly construct cross-lingual correlation by distilling the knowledge of the monolingual summarization teacher into the cross-lingual summarization student. Since the representations of the teacher and the student lie on two different vector spaces, we further propose a Knowledge Distillation loss using Sinkhorn Divergence, an Optimal-Transport distance, to estimate the discrepancy between those teacher and student representations. Due to the intuitively geometric nature of Sinkhorn Divergence, the student model can productively learn to align its produced cross-lingual hidden states with monolingual hidden states, hence leading to a strong correlation between distant languages. Experiments on cross-lingual summarization datasets in pairs of distant languages demonstrate that our method outperforms state-of-the-art models under both high and low-resourced settings.

📄 PDF Abstract BibTeX arXiv:2112.03473

Code (1)

nguyentthong/CrossSummOptimalTransport 공식 구현 pytorch

Tasks

Knowledge DistillationMulti-Task Learning

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 제목 키워드 기반

Think Carefully and Check Again! Meta-Generation Unlocking LLMs for Low-Resource Cross-Lingual Summarization

2024-10-26 · Zhecheng Li, Yiwei Wang, Bryan Hooi, Yujun Cai 외

Cross-lingual summarization (CLS) aims to generate a summary for the source text in a different target language. Currently, instruction-tuned large language models (LLMs) excel at various English tasks. However, unlike l…

Cross-Lingual Abstractive Summarization with Limited Parallel Resources

2021-05-28 · ACL 2021 5 · Yu Bai, Yang Gao, Heyan Huang

Parallel cross-lingual summarization data is scarce, requiring models to better use the limited available cross-lingual resources. Existing methods to do so often adopt sequence-to-sequence networks with multi-task frame…

Abstractive Text SummarizationCross-Lingual Abstractive SummarizationDecoderTransfer Learning

Language on Demand, Knowledge at Core: Composing LLMs with Encoder-Decoder Translation Models for Extensible Multilinguality

2026-03-18 · Mengyu Bu, Yang Feng arxiv

Large language models (LLMs) exhibit strong general intelligence, yet their multilingual performance remains highly imbalanced. Although LLMs encode substantial cross-lingual knowledge in a unified semantic space, they o…

General Knowledge

Bilingual Lexicon Induction for Low-Resource Languages using Graph Matching via Optimal Transport

2022-10-25 · Kelly Marchisio, Ali Saad-Eldin, Kevin Duh, Carey Priebe 외

Bilingual lexicons form a critical component of various natural language processing applications, including unsupervised and semisupervised machine translation and crosslingual information retrieval. We improve bilingual…

Bilingual Lexicon InductionGraph MatchingInformation RetrievalMachine Translation+2

Bilingual Lexicon Induction for Low-Resource Languages using Graph Matching via Optimal Transport

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Bilingual lexicons form a critical component of various NLP applications, including unsupervised and semisupervised machine translation and crosslingual information retrieval. In this work, we improve bilingual lexicon i…

Bilingual Lexicon InductionGraph MatchingInformation RetrievalMachine Translation+2