paper-with-me

Papers

Large Language Models are Not Yet Human-Level Evaluators for Abstractive Summarization

2023-05-22 · Chenhui Shen, Liying Cheng, Xuan-Phi Nguyen, Yang You, Lidong Bing

With the recent undeniable advancement in reasoning abilities in large language models (LLMs) like ChatGPT and GPT-4, there is a growing trend for using LLMs on various tasks. One area where LLMs can be employed is as an alternative evaluation metric for complex generative tasks, which generally demands expensive human judges to complement the traditional automatic metrics for various evaluation dimensions such as fluency and consistency. In this work, we conduct extensive analysis to investigate the stability and reliability of LLMs as automatic evaluators for abstractive summarization. We found that while ChatGPT and GPT-4 outperform the commonly used automatic metrics, they are not ready as human replacements due to significant limitations. That is, LLM evaluators rate each candidate system inconsistently and are dimension-dependent. They also struggle to compare candidates with close performance and become more unreliable with higher-quality summaries by obtaining a lower correlation with humans. In other words, with better abstractive summarization systems being introduced at a fast pace, LLMs may result in misleading and unreliable evaluations.

📄 PDF Abstract BibTeX arXiv:2305.13091

Code (1)

damo-nlp-sg/llm_summeval 공식 구현 pytorch

Tasks

Abstractive Text Summarization

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

SAMSum Corpus: A Human-annotated Dialogue Dataset for Abstractive Summarization

2019-11-27 · WS 2019 11 · Bogdan Gliwa, Iwona Mochol, Maciej Biesek, Aleksander Wawer

This paper introduces the SAMSum Corpus, a new dataset with abstractive dialogue summaries. We investigate the challenges it poses for automated summarization by testing several models and comparing their results with th…

Abstractive Dialogue SummarizationAbstractive Text SummarizationArticlesdialogue summary

Abstractive Multi-document Summarization by Partial Tree Extraction, Recombination and Linearization

2017-11-01 · IJCNLP 2017 11 · Litton J Kurisinkel, Yue Zhang, Vasudeva Varma

Existing work for abstractive multidocument summarization utilise existing phrase structures directly extracted from input documents to generate summary sentences. These methods can suffer from lack of consistence and co…

Abstractive Text SummarizationDocument SummarizationMulti-Document Summarization

Fusion-Eval: Integrating Assistant Evaluators with LLMs

2023-11-15 · Lei Shu, Nevan Wichers, Liangchen Luo, Yun Zhu 외

Evaluating natural language systems poses significant challenges, particularly in the realms of natural language understanding and high-level reasoning. In this paper, we introduce 'Fusion-Eval', an innovative approach t…

Natural Language Understanding

EMO-KNOW: A Large Scale Dataset on Emotion and Emotion-cause

2024-06-18 · Mia Huong Nguyen, Yasith Samaradivakara, Prasanth Sasikumar, Chitralekha Gupta 외

Emotion-Cause analysis has attracted the attention of researchers in recent years. However, most existing datasets are limited in size and number of emotion categories. They often focus on extracting parts of the documen…

Abstractive Text Summarization

Spotify at TREC 2020: Genre-Aware Abstractive Podcast Summarization

2021-04-07 · Rezvaneh Rezapour, Sravana Reddy, Ann Clifton, Rosie Jones

This paper contains the description of our submissions to the summarization task of the Podcast Track in TREC (the Text REtrieval Conference) 2020. The goal of this challenge was to generate short, informative summaries …

RetrievalText Retrieval