paper-with-me

Papers

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

2022-12-12 · Rahul Tangsali, Aabha Pingle, Aditya Vyawahare, Isha Joshi, Raviraj Joshi

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.

📄 PDF Abstract BibTeX arXiv:2212.05702

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesText Summarization

Methods 이 논문이 사용한 방법론

PEGASUS PEGASUS proposes a transformer-based model for abstractive summarization. It uses a special self-supervised pre-training objective called gap-sentences generation (GSG) that's…
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

MILDSum: A Novel Benchmark Dataset for Multilingual Summarization of Indian Legal Case Judgments

2023-10-28 · Debtanu Datta, Shubham Soni, Rajdeep Mukherjee, Saptarshi Ghosh

Automatic summarization of legal case judgments is a practically important problem that has attracted substantial research efforts in many countries. In the context of the Indian judiciary, there is an additional complex…

Advantages of Domain Knowledge Injection for Legal Document Summarization: A Case Study on Summarizing Indian Court Judgments in English and Hindi

2026-02-07 · Debtanu Datta, Rajdeep Mukherjee, Adrijit Goswami, Saptarshi Ghosh arxiv

Summarizing Indian legal court judgments is a complex task not only due to the intricate language and unstructured nature of the legal texts, but also since a large section of the Indian population does not understand th…

Document Summarization

GAE-ISumm: Unsupervised Graph-Based Summarization of Indian Languages

2022-12-25 · Lakshmi Sireesha Vakada, Anudeep Ch, Mounika Marreddy, Subba Reddy Oota 외

Document summarization aims to create a precise and coherent summary of a text document. Many deep learning summarization models are developed mainly for English, often requiring a large training corpus and efficient pre…

Document Summarization

Summarizing Indian Languages using Multilingual Transformers based Models

2023-03-29 · Dhaval Taunk, Vasudeva Varma

With the advent of multilingual models like mBART, mT5, IndicBART etc., summarization in low resource Indian languages is getting a lot of attention now a days. But still the number of datasets is low in number. In this …

Indian Language Summarization using Pretrained Sequence-to-Sequence Models

2023-03-25 · Ashok Urlana, Sahil Manoj Bhatt, Nirmal Surange, Manish Shrivastava

The ILSUM shared task focuses on text summarization for two major Indian languages- Hindi and Gujarati, along with English. In this task, we experiment with various pretrained sequence-to-sequence models to find out the …

Text Summarization