Sentence Pair Embeddings Based Evaluation Metric for Abstractive and Extractive Summarization
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Extractive SummarizationNatural Language InferenceSemantic SimilaritySemantic Textual SimilaritySentenceSentence EmbeddingsSTSText Generationtext similaritySimilar Papers 제목 키워드 기반
Abstractive Document Summarization without Parallel Data
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 SummarizationSentenceA Dataset and Evaluation Metrics for Abstractive Compression of Sentences and Short Paragraphs
Abstractive Unsupervised Multi-Document Summarization using Paraphrastic Sentence Fusion
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+5Source Identification in Abstractive Summarization
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 SummarizationSentenceAbstractive Summarization Using Attentive Neural Techniques
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