项目文件夹

文件
Mehrdad Farahani f3f86e3eec Persian Efforts (#520)
* First version of summarization for persian

* First version of summarization for persian docs

* Fix misspell, add NER section, update ARMAN table

* Update PEYMA table

* Add NLI information for persian

* Add new Vietnamese POS tagging results (#508)

* Add new Vietnamese POS tagging results

* Update vietnamese.md

* Fix dataset title in semantic_parsing.md (#519)

LDC2016E25 is the release limited to DEFT participants in 2016. LDC2017T10 is the general public release of this data and the name used in all recent papers.  I believe the data is exactly the same (it definitely has the same number of train/test/dev samples).

* Add New Result for Constituency Parsing on PTB (#516)

Strongly Incremental Constituency Parsing with Graph Neural Networks
Kaiyu Yang and Jia Deng
Neural Information Processing Systems (NeurIPS) 2020

* add logical reasoning dataset ReClor (#515)

* Update AMR parsing results (#514)

I would like to "Create a new branch for this commit and start a pull request"

* Added DRS parsing results for PMB 2.2.0 and 3.0.0 (#510)

* add a new summarization result (#505)

* add new update to Simplification (#504)

* add new update to Simplification

* Update english/simplification.md

Co-authored-by: HaukurPall <haukurpalljonsson@gmail.com>

Co-authored-by: Sebastian Ruder <sebastian@ruder.io>
Co-authored-by: HaukurPall <haukurpalljonsson@gmail.com>

* Add POS tagging result - social media (#503)

* Add POS tagging result - social media

* Apply suggestions from code review

* Update english/part-of-speech_tagging.md

Co-authored-by: Sebastian Ruder <sebastian@ruder.io>

* Add a new task, NLI for Persian (#501)

* Add a new task, NLI for Persian

* Rename natural-language-inference to natural-language-inference.md

Co-authored-by: Sebastian Ruder <sebastian@ruder.io>

* Added joint entity and relation extraction task in relationship_extraction.md (#473)

* Update relationship_extraction.md

* Update relationship_extraction.md

* Update relationship_extraction.md

* Update semantic_parsing.md (#522)

* Update semantic_parsing.md

* Update semantic_parsing.md

* Add dialogue implementations (#521)

* Add SGNN implementation

Add link to SGNN implementation

* Add CASA implementation

Add link to CASA implementation

* Update word_sense_disambiguation.md (#517)

* Update semantic_parsing.md (#518)

Recently released AMR parser using a Seq-to-Seq model.   Code can be found at... https://github.com/xdqkid/S2S-AMR-Parser

Co-authored-by: Sebastian Ruder <ruder.sebastian@gmail.com>

* First version of summarization for persian

* First version of summarization for persian docs

* Fix misspell, add NER section, update ARMAN table

* Update PEYMA table

* Add NLI information for persian

* Rename nli, fix nli-results, fix typos in readme

Co-authored-by: Huy Ngo <mayngulama1@gmail.com>
Co-authored-by: Brad Jascob <bjascob@msn.com>
Co-authored-by: Kaiyu Yang <kaiyuy@princeton.edu>
Co-authored-by: Weihao Yu <1090924009@qq.com>
Co-authored-by: Young-Suk Lee <ysuklee@us.ibm.com>
Co-authored-by: Rik van Noord <31345314+RikVN@users.noreply.github.com>
Co-authored-by: douglas01996 <437527550@qq.com>
Co-authored-by: Billie <chuang211@163.com>
Co-authored-by: Sebastian Ruder <sebastian@ruder.io>
Co-authored-by: HaukurPall <haukurpalljonsson@gmail.com>
Co-authored-by: Sara <59834747+sara-meftah@users.noreply.github.com>
Co-authored-by: h-amirkhani <h.amirkhani.n@gmail.com>
Co-authored-by: Tapas <tnk02.05@gmail.com>
Co-authored-by: Andres Suarez <suarezandres@gmail.com>
Co-authored-by: Gabor Berend <berendg@inf.u-szeged.hu>
Co-authored-by: Sebastian Ruder <ruder.sebastian@gmail.com>
2021-01-06 10:38:26 +00:00

3.9 KiB

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 the lexical overlap, although an abstractive summary could express the 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 pn_summary 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.

There are a few resources for the abstractive/extractive tasks in Persian, while some are not available online, or there are no curators for them. While surfing the academic papers, you might see some of them like Pasokh. Of course, thanks to some researchers' efforts in this field, a dataset called Persian News Summarization (known as pn_summary) has been prepared for both Persian summarization tasks and made available online.

Persian News Summary (known as pn_summary)

The Persian News Summary (known as pn_summary) is a well-structured summarization dataset for the Persian language that consists of 93,207 online news articles (from 200,000 crawled news) from 6 different news agencies in 18 different news categories from economy to tourism. Each document (article) includes the long original text as well as a human-generated summary. Models are evaluated with full-length F1-scores of ROUGE-1, ROUGE-2, ROUGE-L, and METEOR (optional).

Abstractive Models & Mixed Models

Model ROUGE-1 ROUGE-2 ROUGE-L METEOR Paper / Source Code
BERT2BERT (ParsBERT) + mT5 (Farahani et al., 2020) 44.01 25.07 37.76 - Leveraging ParsBERT and Pretrained mT5 for Persian Abstractive Text Summarization Official

Pasokh

Pasokh is a summarization dataset covering 6 news categories from 7 news agencies in two forms: Single-Document (SD) and Multi-Document (MD) with 100, 1000 records. Each document covers 5 samples for extractive and abstractive example.

Extractive Models & Mixed Models

Model ROUGE-1 ROUGE-2 ROUGE-L METEOR Paper / Source Code
Based on NER (SD) (Khademi, Fakhredanesh, 2020) 47.20 33.40 - - Persian Automatic Text Summarization Based on Named Entity Recognition -
Based on NER (SD) (Khademi et al., 2020) 45.40 30.10 - - Conceptual Text Summarizer: A new model in continuous vector space -
Feature Extraction (SD) (Rezaei et al., 2019) 78.00 71.00 74.00 - Features in Extractive Supervised Single-document Summarization: Case of Persian News Official
Multi-Feature Extraction (SD) (Kermani, Ghanbari, 2019) 48.70 42.60 - - Extractive Persian Summarizer for News Websites -