mkulkarni24 commited on
Commit
73ee825
β€’
1 Parent(s): ccd5632

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -15
README.md CHANGED
@@ -1,17 +1,36 @@
1
- β€’ Title – EntSUM: A Data Set for Entity-Centric Extractive Summarization
2
- β€’ Author list – Mounica Maddela, Mayank Kulkarni, Daniel Preotiuc-Pietro
3
- β€’ Description - Controllable summarization aims to provide summaries that take into account user-specified aspects and preferences to better assist them with their information need, as opposed to the standard summarization setup which build a single generic summary of a document. We introduce a human-annotated data set EntSUM for controllable summarization with a focus on named entities as the aspects to control. We conduct an extensive quantitative analysis to motivate the task of entity-centric summarization and show that existing methods for controllable summarization fail to generate entity-centric summaries. We propose extensions to state-of-the-art summarization approaches that achieve substantially better results on our data set. Our analysis and results show the challenging nature of this task and of the proposed data set.
 
 
 
 
 
4
  As a part of this zip file, we release the EntSum dataset on which the evaluations are performed. There are three json files, namely, one summary annotation, two summary annotations and a combination of both. Each file contains the document ID from the NYT corpus, the sentence IDs, the summary(s), the salient sentences and summary sentence corresponding to the sentence IDs. Obtaining the source text can be done by downloading the original NYT corpus and mapping the document IDs. The annotation process and pre-processing details are described extensively in the research paper.
5
- β€’ Language - English
6
- β€’ Keywords – Natural Language Processing, Summarization, Abstractive Summarization, Extractive Summarization
7
- β€’ Related identifiers –
8
- o NYT – is the source that this data set is derived from - https://doi.org/10.35111/77ba-9x74, License (LDC) https://catalog.ldc.upenn.edu/LDC2008T19
9
- β€’ Contributor list – N/A
10
- β€’ Journal – N/A
11
- β€’ Conference –
12
- o Title: 60th Annual Meeting of the Association for Computational Linguistics
13
- o Acronym: ACL 2022
14
- o Dates: 22 – 27 May 2022
15
- o Location: Dublin, Ireland
16
- o URL: https://www.2022.aclweb.org/
17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Title
2
+ EntSUM: A Data Set for Entity-Centric Extractive Summarization
3
+
4
+ # Author list
5
+ Mounica Maddela*, Mayank Kulkarni*, Daniel Preotiuc-Pietro
6
+
7
+ # Description
8
+ Controllable summarization aims to provide summaries that take into account user-specified aspects and preferences to better assist them with their information need, as opposed to the standard summarization setup which build a single generic summary of a document. We introduce a human-annotated data set EntSUM for controllable summarization with a focus on named entities as the aspects to control. We conduct an extensive quantitative analysis to motivate the task of entity-centric summarization and show that existing methods for controllable summarization fail to generate entity-centric summaries. We propose extensions to state-of-the-art summarization approaches that achieve substantially better results on our data set. Our analysis and results show the challenging nature of this task and of the proposed data set.
9
  As a part of this zip file, we release the EntSum dataset on which the evaluations are performed. There are three json files, namely, one summary annotation, two summary annotations and a combination of both. Each file contains the document ID from the NYT corpus, the sentence IDs, the summary(s), the salient sentences and summary sentence corresponding to the sentence IDs. Obtaining the source text can be done by downloading the original NYT corpus and mapping the document IDs. The annotation process and pre-processing details are described extensively in the research paper.
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
+ # Language
12
+ English
13
+
14
+ # Keywords
15
+ Natural Language Processing, Summarization, Abstractive Summarization, Extractive Summarization
16
+
17
+ # Related identifiers
18
+ NYT – is the source that this data set is derived from - https://doi.org/10.35111/77ba-9x74, License (LDC) https://catalog.ldc.upenn.edu/LDC2008T19
19
+
20
+ # Citation
21
+ ```
22
+ @inproceedings{maddela-etal-2022-entsum,
23
+ title = "{E}nt{SUM}: A Data Set for Entity-Centric Extractive Summarization",
24
+ author = "Maddela, Mounica and
25
+ Kulkarni, Mayank and
26
+ Preotiuc-Pietro, Daniel",
27
+ booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
28
+ month = may,
29
+ year = "2022",
30
+ address = "Dublin, Ireland",
31
+ publisher = "Association for Computational Linguistics",
32
+ url = "https://aclanthology.org/2022.acl-long.237",
33
+ pages = "3355--3366",
34
+ abstract = "Controllable summarization aims to provide summaries that take into account user-specified aspects and preferences to better assist them with their information need, as opposed to the standard summarization setup which build a single generic summary of a document.We introduce a human-annotated data set EntSUM for controllable summarization with a focus on named entities as the aspects to control.We conduct an extensive quantitative analysis to motivate the task of entity-centric summarization and show that existing methods for controllable summarization fail to generate entity-centric summaries. We propose extensions to state-of-the-art summarization approaches that achieve substantially better results on our data set. Our analysis and results show the challenging nature of this task and of the proposed data set.",
35
+ }
36
+ ```