paper-with-me

Papers

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

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

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-trained language models and tools. However, English summarization models for low-resource Indian languages are often limited by rich morphological variation, syntax, and semantic differences. In this paper, we propose GAE-ISumm, an unsupervised Indic summarization model that extracts summaries from text documents. In particular, our proposed model, GAE-ISumm uses Graph Autoencoder (GAE) to learn text representations and a document summary jointly. We also provide a manually-annotated Telugu summarization dataset TELSUM, to experiment with our model GAE-ISumm. Further, we experiment with the most publicly available Indian language summarization datasets to investigate the effectiveness of GAE-ISumm on other Indian languages. Our experiments of GAE-ISumm in seven languages make the following observations: (i) it is competitive or better than state-of-the-art results on all datasets, (ii) it reports benchmark results on TELSUM, and (iii) the inclusion of positional and cluster information in the proposed model improved the performance of summaries.

📄 PDF Abstract BibTeX arXiv:2212.12937

Code (1)

scsmuhio/summarization 공식 구현

Tasks

Document Summarization

Similar Papers 제목 키워드 기반

SciSummPip: An Unsupervised Scientific Paper Summarization Pipeline

2020-10-19 · Jiaxin Ju, Ming Liu, Longxiang Gao, Shirui Pan

The Scholarly Document Processing (SDP) workshop is to encourage more efforts on natural language understanding of scientific task. It contains three shared tasks and we participate in the LongSumm shared task. In this p…

ClusteringGraph Clusteringgraph constructionLanguage Modeling+5

Monash-Summ@LongSumm 20 SciSummPip: An Unsupervised Scientific Paper Summarization Pipeline

2020-11-01 · EMNLP (sdp) 2020 11 · Jiaxin Ju, Ming Liu, Longxiang Gao, Shirui Pan

The Scholarly Document Processing (SDP) workshop is to encourage more efforts on natural language understanding of scientific task. It contains three shared tasks and we participate in the LongSumm shared task. In this p…

Graph Clusteringgraph constructionLanguage ModelingLanguage Modelling+4

CIST@CL-SciSumm 2020, LongSumm 2020: Automatic Scientific Document Summarization

2020-11-01 · EMNLP (sdp) 2020 11 · Lei LI, Yang Xie, Wei Liu, Yinan Liu 외

Our system participates in two shared tasks, CL-SciSumm 2020 and LongSumm 2020. In the CL-SciSumm shared task, based on our previous work, we apply more machine learning methods on position features and content features …

Abstractive Text SummarizationDocument SummarizationExtractive SummarizationPosition+1

UniSumm and SummZoo: Unified Model and Diverse Benchmark for Few-Shot Summarization

2022-11-17 · Yulong Chen, Yang Liu, Ruochen Xu, ZiYi Yang 외

The high annotation costs and diverse demands of various summarization tasks motivate the development of few-shot summarization. However, despite the emergence of many summarization tasks and datasets, the current traini…

Diversity

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 …