Back to Nlp Progress

Summarization

french/summarization.md

0.36.2 KB
Original Source

Summarization

Summarization is the task of producing a shorter version of one or several documents that preserves most of the input's meaning.

Warning: Evaluation Metrics

For summarization, automatic metrics such as ROUGE and METEOR have serious limitations:

  1. They only assess content selection and do not account for other quality aspects, such as fluency, grammaticality, coherence, etc.
  2. To assess content selection, they rely mostly on lexical overlap, although an abstractive summary could express they same content as a reference without any lexical overlap.
  3. Given the subjectiveness of summarization and the correspondingly low agreement between annotators, the metrics were designed to be used with multiple reference summaries per input. However, recent datasets such as MLSUM provide only a single reference.

Therefore, tracking progress and claiming state-of-the-art based only on these metrics is questionable. Most papers carry out additional manual comparisons of alternative summaries. Unfortunately, such experiments are difficult to compare across papers. If you have an idea on how to do that, feel free to contribute.

MLSUM

We present MLSUM, the first large-scale MultiLingual SUMmarization dataset. Obtained from online newspapers, it contains 1.5M+ article/summary pairs in five different languages -- namely, French, German, Spanish, Russian, Turkish. Together with English newspapers from the popular CNN / Daily Mail dataset, the collected data form a large scale multilingual dataset which can enable new research directions for the text summarization community. We report cross-lingual comparative analyses based on state-of-the-art systems. These highlight existing biases which motivate the use of a multi-lingual dataset.

Below results are ranked by chronological order.

ModelROUGE-1ROUGE-2ROUGE-LMETEORPaper / SourceCode
Lead_328.749.8419.712.6MLSUMOfficial
Pointer-Generator31.0810.1223.614.1MLSUMOfficial
M-BERT (Scialom et al., 2020)31.5910.6125.115.1MLSUMOfficial
Oracle47.3225.9537.724.7MLSUMOfficial
MARGE-NEWS (Train All) (Lewis et al., 2020)--25.79-Pre-training via ParaphrasingOfficial

OrangeSum

The OrangeSum dataset was introduced in "BARThez: a Skilled Pretrained French Sequence-to-Sequence Model". It was created by scraping the "Orange Actu" website: https://actu.orange.fr/. Orange S.A. is a large French multinational telecommunications corporation, with 266M customers worldwide. Scraped pages cover almost a decade from Feb 2011 to Sep 2020. They belong to five main categories: France, world, politics, automotive, and society. The society category is itself divided into 8 subcategories: health, environment, people, culture, media, high-tech, unsual ("insolite" in French), and miscellaneous.

Each article featured a single-sentence title as well as a very brief abstract, both professionally written by the author of the article. These two fields were extracted from each page, thus creating two summarization tasks: OrangeSum Title and OrangeSum Abstract.

The dataset can be found here.

OrangeSum-abstract

ModelROUGE-1ROUGE-2ROUGE-LMETEORPaper / SourceCode
BARThez31.4412.7722.23-BARThezOfficial
mBARThez32.6713.7323.18-BARThezOfficial
CamemBERT2CamemBERT (Martin, Louis, et al.)29.2309.7919.95-BARThezOfficial
mBART (Liu, Yinhan, et al.)31.8513.1022.35-BARThezOfficial
PAGnol-S24.548.9818.45-PAGnolOfficial
PAGnol-M27.8010.5620.29-PAGnolOfficial
PAGnol-L28.2511.0521.03-PAGnolOfficial
PAGnol-XL28.7211.0820.89-PAGnolOfficial

OrangeSum-title

ModelROUGE-1ROUGE-2ROUGE-LMETEORPaper / SourceCode
BARThez40.8623.6836.03-BARThezOfficial
mBARThez41.0824.1136.41-BARThezOfficial
CamemBERT2CamemBERT (Martin, Louis, et al.)34.9218.0430.83-BARThezOfficial
mBART (Liu, Yinhan, et al.)40.7423.7036.04-BARThezOfficial