A Variational Hierarchical Model for Neural Cross-Lingual Summarization
Yunlong Liang, Fandong Meng, Chulun Zhou, Jinan Xu, Yufeng Chen,, Jinsong Su, Jie Zhou

TL;DR
This paper introduces a hierarchical variational auto-encoder model for cross-lingual summarization that effectively combines translation and summarization, outperforming existing methods especially in few-shot scenarios.
Contribution
The paper proposes a novel hierarchical variational model with local and global latent variables for cross-lingual summarization, improving over pipeline and joint training approaches.
Findings
Model outperforms comparison models on English-Chinese tasks.
Effective in few-shot learning scenarios.
Hierarchical structure captures translation and summarization jointly.
Abstract
The goal of the cross-lingual summarization (CLS) is to convert a document in one language (e.g., English) to a summary in another one (e.g., Chinese). Essentially, the CLS task is the combination of machine translation (MT) and monolingual summarization (MS), and thus there exists the hierarchical relationship between MT\&MS and CLS. Existing studies on CLS mainly focus on utilizing pipeline methods or jointly training an end-to-end model through an auxiliary MT or MS objective. However, it is very challenging for the model to directly conduct CLS as it requires both the abilities to translate and summarize. To address this issue, we propose a hierarchical model for the CLS task, based on the conditional variational auto-encoder. The hierarchical model contains two kinds of latent variables at the local and global levels, respectively. At the local level, there are two latent…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
