kmfoda commited on
Commit
d315d0a
1 Parent(s): 164ac8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -20,4 +20,31 @@ dataset_info:
20
  ---
21
  # Dataset Card for "gov_report"
22
 
23
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ---
21
  # Dataset Card for "gov_report"
22
 
23
+ ## GOV_REPORT
24
+ A dataset "consisting of about 19.5k U.S. government reports with expert-written ab- stractive summaries.3 GOVREPORT has two impor- tant features: (1) It contains significantly longer documents (9.4k words) and summaries (553 words) than existing datasets, such as PubMed and arXiv (Cohan et al., 2018) (2) Salient content is spread throughout the documents, as opposed
25
+ to cases where summary-worthy words are
26
+ more heavily concentrated in specific parts of the
27
+ document. These properties make GOVREPORT an
28
+ important benchmark for producing long document
29
+ summaries with multiple paragraphs.
30
+
31
+ ## Links
32
+
33
+ - [paper](https://aclanthology.org/2021.naacl-main.112.pdf)
34
+ - [GitHub repo](http://cloud.datacrunch.io)
35
+ - [GDrive Folder](https://drive.google.com/drive/folders/128KyqPTwZ0Si9RV_IX-md2dcHeRTUHkr)
36
+
37
+ ## Citation
38
+ ```
39
+ @article{kryscinski2021booksum,
40
+ title={BookSum: A Collection of Datasets for Long-form Narrative Summarization},
41
+ author={Wojciech Kry{\'s}ci{\'n}ski and Nazneen Rajani and Divyansh Agarwal and Caiming Xiong and Dragomir Radev},
42
+ year={2021},
43
+ eprint={2105.08209},
44
+ archivePrefix={arXiv},
45
+ primaryClass={cs.CL}
46
+ }
47
+ ```
48
+
49
+ ## License
50
+ Licensing info TBD. Issue raised in main repo to get info on the license from the original authors.