CLJan 26, 2021

Unsupervised Abstractive Summarization of Bengali Text Documents

arXiv:2102.04490v2802 citations
AI Analysis

This addresses the lack of parallel data for Bengali summarization, offering a practical solution for low-resource language processing.

The paper tackles the problem of abstractive summarization for low-resource Bengali language by proposing an unsupervised graph-based system that uses only a POS tagger and a pre-trained language model, and it outperforms established unsupervised extractive baselines without human-annotated data.

Abstractive summarization systems generally rely on large collections of document-summary pairs. However, the performance of abstractive systems remains a challenge due to the unavailability of parallel data for low-resource languages like Bengali. To overcome this problem, we propose a graph-based unsupervised abstractive summarization system in the single-document setting for Bengali text documents, which requires only a Part-Of-Speech (POS) tagger and a pre-trained language model trained on Bengali texts. We also provide a human-annotated dataset with document-summary pairs to evaluate our abstractive model and to support the comparison of future abstractive summarization systems of the Bengali Language. We conduct experiments on this dataset and compare our system with several well-established unsupervised extractive summarization systems. Our unsupervised abstractive summarization model outperforms the baselines without being exposed to any human-annotated reference summaries.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes