paper-with-me

홈 › Papers

CNLP-NITS @ LongSumm 2021: TextRank Variant for Generating Long Summaries

2021-06-01 · NAACL (sdp) 2021 6 · Darsh Kaushik, Abdullah Faiz Ur Rahman Khilji, Utkarsh Sinha, Partha Pakray

The huge influx of published papers in the field of machine learning makes the task of summarization of scholarly documents vital, not just to eliminate the redundancy but also to provide a complete and satisfying crux of the content. We participated in LongSumm 2021: The 2^{nd} Shared Task on Generating Long Summaries for scientific documents, where the task is to generate long summaries for scientific papers provided by the organizers. This paper discusses our extractive summarization approach to solve the task. We used TextRank algorithm with the BM25 score as a similarity function. Even after being a graph-based ranking algorithm that does not require any learning, TextRank produced pretty decent results with minimal compute power and time. We attained 3^{rd} rank according to ROUGE-1 scores (0.5131 for F-measure and 0.5271 for recall) and performed decently as shown by the ROUGE-2 scores.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Extractive Summarization

Similar Papers 제목 키워드 기반

LongSumm 2021: Session based automatic summarization model for scientific document

2021-06-01 · NAACL (sdp) 2021 6 · Senci Ying, Zheng Yan Zhao, Wuhe Zou

Most summarization task focuses on generating relatively short summaries. Such a length constraint might not be appropriate when summarizing scientific work. The LongSumm task needs participants generate long summary for…

Language ModelingLanguage Modelling

AUTH @ CLSciSumm 20, LaySumm 20, LongSumm 20

2020-11-01 · EMNLP (sdp) 2020 11 · Alexios Gidiotis, Stefanos Stefanidis, Grigorios Tsoumakas

We present the systems we submitted for the shared tasks of the Workshop on Scholarly Document Processing at EMNLP 2020. Our approaches to the tasks are focused on exploiting large Transformer models pre-trained on huge …

The NITS-CNLP System for the Unsupervised MT Task at WMT 2020

2020-11-01 · WMT (EMNLP) 2020 11 · Salam Michael Singh, Thoudam Doren Singh, Sivaji Bandyopadhyay

We describe NITS-CNLP’s submission to WMT 2020 unsupervised machine translation shared task for German language (de) to Upper Sorbian (hsb) in a constrained setting i.e, using only the data provided by the organizers. We…

DecoderMachine TranslationTranslationUnsupervised Machine Translation

Variations of the Similarity Function of TextRank for Automated Summarization

2016-02-11 · Federico Barrios, Federico López, Luis Argerich, Rosa Wachenchauzer

This article presents new alternatives to the similarity function for the TextRank algorithm for automatic summarization of texts. We describe the generalities of the algorithm and the different functions we propose. Som…

GUIR @ LongSumm 2020: Learning to Generate Long Summaries from Scientific Documents

2020-11-01 · EMNLP (sdp) 2020 11 · Sajad Sotudeh Gharebagh, Arman Cohan, Nazli Goharian

This paper presents our methods for the LongSumm 2020: Shared Task on Generating Long Summaries for Scientific Documents, where the task is to generatelong summaries given a set of scientific papers provided by the organ…