paper-with-me

Papers

Sentence Pair Embeddings Based Evaluation Metric for Abstractive and Extractive Summarization

2022-06-01 · LREC 2022 6 · Ramya Akula, Ivan Garibay

The development of an automatic evaluation metric remains an open problem in text generation. Widely used evaluation metrics, like ROUGE and BLEU, are based on exact word matching and fail to capture semantic similarity. Recent works, such as BERTScore, MoverScore and, Sentence Mover’s Similarity, are an improvement over these standard metrics as they use the contextualized word or sentence embeddings to capture semantic similarity. We in this work, propose a novel evaluation metric, Sentence Pair EmbEDdings (SPEED) Score, for text generation which is based on semantic similarity between sentence pairs as opposed to earlier approaches. To find semantic similarity between a pair of sentences, we obtain sentence-level embeddings from multiple transformer models pre-trained specifically on various sentence pair tasks such as Paraphrase Detection (PD), Semantic Text Similarity (STS), and Natural Language Inference (NLI). As these sentence pair tasks involve capturing the semantic similarity between a pair of input texts, we leverage these models in our metric computation. Our proposed evaluation metric shows an impressive performance in evaluating both abstractive and extractive summarization models and achieves state-of-the-art results on the SummEval dataset, demonstrating the effectiveness of our approach. Also, we perform the run-time analysis to show that our proposed metric is faster than the current state-of-the-art.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Extractive SummarizationNatural Language InferenceSemantic SimilaritySemantic Textual SimilaritySentenceSentence EmbeddingsSTSText Generationtext similarity

Similar Papers 제목 키워드 기반

Abstractive Document Summarization without Parallel Data

2019-07-30 · LREC 2020 5 · Nikola I. Nikolov, Richard H. R. Hahnloser

Abstractive summarization typically relies on large collections of paired articles and summaries. However, in many cases, parallel data is scarce and costly to obtain. We develop an abstractive summarization system that …

Abstractive Text SummarizationArticlesDocument SummarizationSentence

A Dataset and Evaluation Metrics for Abstractive Compression of Sentences and Short Paragraphs

2016-11-01 · EMNLP 2016 11 · Kristina Toutanova, Chris Brockett, Ke M. Tran, Saleema Amershi
Document SummarizationSentence Compression

Abstractive Unsupervised Multi-Document Summarization using Paraphrastic Sentence Fusion

2018-08-01 · COLING 2018 8 · Mir Tafseer Nayeem, Tanvir Ahmed Fuad, Yllias Chali

In this work, we aim at developing an unsupervised abstractive summarization system in the multi-document setting. We design a paraphrastic sentence fusion model which jointly performs sentence fusion and paraphrasing us…

Abstractive Text SummarizationDocument SummarizationMachine TranslationMulti-Document Summarization+5

Source Identification in Abstractive Summarization

2024-02-07 · Yoshi Suhara, Dimitris Alikaniotis

Neural abstractive summarization models make summaries in an end-to-end manner, and little is known about how the source information is actually converted into summaries. In this paper, we define input sentences that con…

Abstractive Text SummarizationSentence

Abstractive Summarization Using Attentive Neural Techniques

2018-10-20 · Jacob Krantz, Jugal Kalita

In a world of proliferating data, the ability to rapidly summarize text is growing in importance. Automatic summarization of text can be thought of as a sequence to sequence problem. Another area of natural language proc…

Abstractive Text SummarizationDecoderMachine TranslationSentence+1