ZhongshengWang commited on
Commit
1d38d49
1 Parent(s): 9f221bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: bsd-3-clause
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: bsd-3-clause
3
  ---
4
+
5
+ This data set is compiled from the [kmfoda/booksum](https://huggingface.co/datasets/kmfoda/booksum) data set, mainly for summary extraction tasks, and adjusted and optimized for the Llama2 model alpaca data format.
6
+
7
+
8
+ ## Citation
9
+
10
+
11
+ ```
12
+ @article{kryscinski2021booksum,
13
+ title={BookSum: A Collection of Datasets for Long-form Narrative Summarization},
14
+ author={Wojciech Kry{\'s}ci{\'n}ski and Nazneen Rajani and Divyansh Agarwal and Caiming Xiong and Dragomir Radev},
15
+ year={2021},
16
+ eprint={2105.08209},
17
+ archivePrefix={arXiv},
18
+ primaryClass={cs.CL}
19
+ }
20
+
21
+ ```
22
+
23
+
24
+ ## License
25
+
26
+ The code is released under the BSD-3 License (see LICENSE.txt for details).