CLLGDec 12, 2022

Implementing Deep Learning-Based Approaches for Article Summarization in Indian Languages

arXiv:2212.05702v110 citationsh-index: 21
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of limited summarization research for Indian languages, though it is incremental as it applies existing methods to new datasets.

This paper tackles text summarization for low-resource Indian languages by fine-tuning pre-trained seq2seq models on the ILSUM 2022 dataset, achieving best results with PEGASUS for English and Gujarati and IndicBART with augmented data for Hindi, as measured by ROUGE scores.

The research on text summarization for low-resource Indian languages has been limited due to the availability of relevant datasets. This paper presents a summary of various deep-learning approaches used for the ILSUM 2022 Indic language summarization datasets. The ISUM 2022 dataset consists of news articles written in Indian English, Hindi, and Gujarati respectively, and their ground-truth summarizations. In our work, we explore different pre-trained seq2seq models and fine-tune those with the ILSUM 2022 datasets. In our case, the fine-tuned SoTA PEGASUS model worked the best for English, the fine-tuned IndicBART model with augmented data for Hindi, and again fine-tuned PEGASUS model along with a translation mapping-based approach for Gujarati. Our scores on the obtained inferences were evaluated using ROUGE-1, ROUGE-2, and ROUGE-4 as the evaluation metrics.

Foundations

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

Your Notes