paper-with-me

Papers

What Have We Achieved on Text Summarization?

2020-10-09 · EMNLP 2020 11 · Dandan Huang, Leyang Cui, Sen yang, Guangsheng Bao, Kun Wang, Jun Xie, Yue Zhang

Deep learning has led to significant improvement in text summarization with various methods investigated and improved ROUGE scores reported over the years. However, gaps still exist between summaries produced by automatic summarizers and human professionals. Aiming to gain more understanding of summarization systems with respect to their strengths and limits on a fine-grained syntactic and semantic level, we consult the Multidimensional Quality Metric(MQM) and quantify 8 major sources of errors on 10 representative summarization models manually. Primarily, we find that 1) under similar settings, extractive summarizers are in general better than their abstractive counterparts thanks to strength in faithfulness and factual-consistency; 2) milestone techniques such as copy, coverage and hybrid extractive/abstractive methods do bring specific improvements but also demonstrate limitations; 3) pre-training techniques, and in particular sequence-to-sequence pre-training, are highly effective for improving text summarization, with BART giving the best results.

📄 PDF Abstract BibTeX arXiv:2010.04529

Code (1)

hddbang/PolyTope 공식 구현

Tasks

Text Summarization

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Searching for Effective Neural Extractive Summarization: What Works and What's Next

2019-07-08 · ACL 2019 7 · Ming Zhong, PengFei Liu, Danqing Wang, Xipeng Qiu 외

The recent years have seen remarkable success in the use of deep neural networks on text summarization. However, there is no clear understanding of \textit{why} they perform so well, or \textit{how} they might be improve…

Extractive SummarizationExtractive Text SummarizationText Summarization

Automatic text summarization: What has been done and what has to be done

2019-04-01 · Abdelkrime Aries, Djamel eddine Zegour, Walid Khaled Hidouci

Summaries are important when it comes to process huge amounts of information. Their most important benefit is saving time, which we do not have much nowadays. Therefore, a summary must be short, representative and readab…

Text Summarization

Automatic Summarization of Online Debates

2017-08-15 · RANLP 2017 9 · Nattapong Sanchan, Ahmet Aker, Kalina Bontcheva

Debate summarization is one of the novel and challenging research areas in automatic text summarization which has been largely unexplored. In this paper, we develop a debate summarization pipeline to summarize key topics…

ClusteringText Summarization

Does SpatioTemporal information benefit Two video summarization benchmarks?

2024-10-04 · Aashutosh Ganesh, Mirela Popa, Daan Odijk, Nava Tintarev

An important aspect of summarizing videos is understanding the temporal context behind each part of the video to grasp what is and is not important. Video summarization models have in recent years modeled spatio-temporal…

Activity RecognitionVideo Summarization

Machine Learning of Generic and User-Focused Summarization

1998-11-02 · Inderjeet Mani, Eric Bloedorn

A key problem in text summarization is finding a salience function which determines what information in the source should be included in the summary. This paper describes the use of machine learning on a training corpus …

BIG-bench Machine LearningText Summarization