paper-with-me

홈 › Papers

SumTra: A Differentiable Pipeline for Few-Shot Cross-Lingual Summarization

2024-03-20 · Jacob Parnell, Inigo Jauregi Unanue, Massimo Piccardi

Cross-lingual summarization (XLS) generates summaries in a language different from that of the input documents (e.g., English to Spanish), allowing speakers of the target language to gain a concise view of their content. In the present day, the predominant approach to this task is to take a performing, pretrained multilingual language model (LM) and fine-tune it for XLS on the language pairs of interest. However, the scarcity of fine-tuning samples makes this approach challenging in some cases. For this reason, in this paper we propose revisiting the summarize-and-translate pipeline, where the summarization and translation tasks are performed in a sequence. This approach allows reusing the many, publicly-available resources for monolingual summarization and translation, obtaining a very competitive zero-shot performance. In addition, the proposed pipeline is completely differentiable end-to-end, allowing it to take advantage of few-shot fine-tuning, where available. Experiments over two contemporary and widely adopted XLS datasets (CrossSum and WikiLingua) have shown the remarkable zero-shot performance of the proposed approach, and also its strong few-shot performance compared to an equivalent multilingual LM baseline, that the proposed approach has been able to outperform in many languages with only 10% of the fine-tuning samples.

📄 PDF Abstract BibTeX arXiv:2403.13240

Code (1)

jacob-parnell-rozetta/sumtra 공식 구현 jax

Tasks

Language ModellingTranslation

Similar Papers 제목 키워드 기반

Zero-Shot Cross-Lingual Abstractive Sentence Summarization through Teaching Generation and Attention

2019-07-01 · ACL 2019 7 · Xiangyu Duan, Mingming Yin, Min Zhang, Boxing Chen 외

Abstractive Sentence Summarization (ASSUM) targets at grasping the core idea of the source sentence and presenting it as the summary. It is extensively studied using statistical models or neural models based on the large…

SentenceSentence SummarizationTranslation

Is Prompt-Based Finetuning Always Better than Vanilla Finetuning? Insights from Cross-Lingual Language Understanding

2023-07-15 · Bolei Ma, Ercong Nie, Helmut Schmid, Hinrich Schütze

Multilingual pretrained language models (MPLMs) have demonstrated substantial performance improvements in zero-shot cross-lingual transfer across various natural language understanding tasks by finetuning MPLMs on task-s…

Cross-Lingual TransferNatural Language InferenceNatural Language UnderstandingParaphrase Identification+3

Cross-Lingual Natural Language Generation via Pre-Training

2019-09-23 · Zewen Chi, Li Dong, Furu Wei, Wenhui Wang 외

In this work we focus on transferring supervision signals of natural language generation (NLG) tasks between multiple languages. We propose to pretrain the encoder and the decoder of a sequence-to-sequence model under bo…

Abstractive Text SummarizationCross-Lingual TransferDecoderMachine Translation+5

Cross-Lingual Retrieval Augmented Prompt for Low-Resource Languages

2022-12-19 · Ercong Nie, Sheng Liang, Helmut Schmid, Hinrich Schütze

Multilingual Pretrained Language Models (MPLMs) have shown their strong multilinguality in recent empirical cross-lingual transfer studies. In this paper, we propose the Prompts Augmented by Retrieval Crosslingually (PAR…

Cross-Lingual TransferNatural Language InferenceRetrievalSentiment Analysis+1

Towards Zero-Shot Code-Switched Speech Recognition

2022-11-02 · Brian Yan, Matthew Wiesner, Ondrej Klejch, Preethi Jyothi 외

In this work, we seek to build effective code-switched (CS) automatic speech recognition systems (ASR) under the zero-shot setting where no transcribed CS speech data is available for training. Previously proposed framew…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+3