Datasets:

Modalities:
Tabular
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
parquet-converter commited on
Commit
56c8678
1 Parent(s): c623210

Update parquet files

Browse files
.gitattributes DELETED
@@ -1,30 +0,0 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bin.* filter=lfs diff=lfs merge=lfs -text
5
- *.bz2 filter=lfs diff=lfs merge=lfs -text
6
- *.ftz filter=lfs diff=lfs merge=lfs -text
7
- *.gz filter=lfs diff=lfs merge=lfs -text
8
- *.h5 filter=lfs diff=lfs merge=lfs -text
9
- *.joblib filter=lfs diff=lfs merge=lfs -text
10
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.model filter=lfs diff=lfs merge=lfs -text
12
- *.msgpack filter=lfs diff=lfs merge=lfs -text
13
- *.onnx filter=lfs diff=lfs merge=lfs -text
14
- *.ot filter=lfs diff=lfs merge=lfs -text
15
- *.parquet filter=lfs diff=lfs merge=lfs -text
16
- *.pb filter=lfs diff=lfs merge=lfs -text
17
- *.pt filter=lfs diff=lfs merge=lfs -text
18
- *.pth filter=lfs diff=lfs merge=lfs -text
19
- *.rar filter=lfs diff=lfs merge=lfs -text
20
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
21
- *.tar.* filter=lfs diff=lfs merge=lfs -text
22
- *.tflite filter=lfs diff=lfs merge=lfs -text
23
- *.tgz filter=lfs diff=lfs merge=lfs -text
24
- *.xz filter=lfs diff=lfs merge=lfs -text
25
- *.zip filter=lfs diff=lfs merge=lfs -text
26
- *.zstandard filter=lfs diff=lfs merge=lfs -text
27
- *tfevents* filter=lfs diff=lfs merge=lfs -text
28
- train.csv filter=lfs diff=lfs merge=lfs -text
29
- dev.csv filter=lfs diff=lfs merge=lfs -text
30
- test.csv filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LICENSE.txt DELETED
@@ -1,12 +0,0 @@
1
- Copyright (c) 2021, Salesforce.com, Inc.
2
- All rights reserved.
3
-
4
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5
-
6
- * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
7
-
8
- * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
9
-
10
- * Neither the name of Salesforce.com nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
11
-
12
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md DELETED
@@ -1,68 +0,0 @@
1
- ---
2
- license:
3
- - bsd-3-clause
4
- train-eval-index:
5
- - config: kmfoda--booksum
6
- task: summarization
7
- task_id: summarization
8
- splits:
9
- eval_split: test
10
- col_mapping:
11
- chapter: text
12
- summary_text: target
13
- ---
14
-
15
- # BOOKSUM: A Collection of Datasets for Long-form Narrative Summarization
16
- Authors: [Wojciech Kryściński](https://twitter.com/iam_wkr), [Nazneen Rajani](https://twitter.com/nazneenrajani), [Divyansh Agarwal](https://twitter.com/jigsaw2212), [Caiming Xiong](https://twitter.com/caimingxiong), [Dragomir Radev](http://www.cs.yale.edu/homes/radev/)
17
-
18
- ## Introduction
19
- The majority of available text summarization datasets include short-form source documents that lack long-range causal and temporal dependencies, and often contain strong layout and stylistic biases.
20
- While relevant, such datasets will offer limited challenges for future generations of text summarization systems.
21
- We address these issues by introducing BookSum, a collection of datasets for long-form narrative summarization.
22
- Our dataset covers source documents from the literature domain, such as novels, plays and stories, and includes highly abstractive, human written summaries on three levels of granularity of increasing difficulty: paragraph-, chapter-, and book-level.
23
- The domain and structure of our dataset poses a unique set of challenges for summarization systems, which include: processing very long documents, non-trivial causal and temporal dependencies, and rich discourse structures.
24
- To facilitate future work, we trained and evaluated multiple extractive and abstractive summarization models as baselines for our dataset.
25
-
26
- ## Links
27
-
28
- - [paper](https://arxiv.org/abs/2105.08209) by SalesForce Research
29
- - [GitHub repo](https://github.com/salesforce/booksum)
30
-
31
- <p align="center"><img src="misc/book_sumv4.png"></p>
32
-
33
- ## Table of Contents
34
-
35
- 1. [Citation](#citation)
36
- 2. [Legal Note](#legal-note)
37
- 3. [License](#license)
38
-
39
-
40
- ## Citation
41
- ```
42
- @article{kryscinski2021booksum,
43
- title={BookSum: A Collection of Datasets for Long-form Narrative Summarization},
44
- author={Wojciech Kry{\'s}ci{\'n}ski and Nazneen Rajani and Divyansh Agarwal and Caiming Xiong and Dragomir Radev},
45
- year={2021},
46
- eprint={2105.08209},
47
- archivePrefix={arXiv},
48
- primaryClass={cs.CL}
49
- }
50
- ```
51
-
52
- ## Legal Note
53
- By downloading or using the resources, including any code or scripts, shared in this code
54
- repository, you hereby agree to the following terms, and your use of the resources is conditioned
55
- on and subject to these terms.
56
- 1. You may only use the scripts shared in this code repository for research purposes. You
57
- may not use or allow others to use the scripts for any other purposes and other uses are
58
- expressly prohibited.
59
- 2. You will comply with all terms and conditions, and are responsible for obtaining all
60
- rights, related to the services you access and the data you collect.
61
- 3. We do not make any representations or warranties whatsoever regarding the sources from
62
- which data is collected. Furthermore, we are not liable for any damage, loss or expense of
63
- any kind arising from or relating to your use of the resources shared in this code
64
- repository or the data collected, regardless of whether such liability is based in tort,
65
- contract or otherwise.
66
-
67
- ## License
68
- The code is released under the **BSD-3 License** (see `LICENSE.txt` for details).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
test.csv → kmfoda--booksum/csv-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:814a6e045d56c8c2f7b539060d809589eba2075a01e0c3c74d94c669089d6728
3
- size 43387212
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32408fc3a60a1d4537521b1dc19bf55738ce359e7d4713daaa28769998ffba8b
3
+ size 18940880
train.csv → kmfoda--booksum/csv-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cba85aa87c138a45f8a8fd4c4f3006ea6dbdbc9da786c36605dc37ea50c478a4
3
- size 295181376
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97ba441b96807aae8fb399275b5e43763c87cf84c24b172bd0c396110d69a118
3
+ size 123200766
dev.csv → kmfoda--booksum/csv-validation.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db8bcecddf9f03ee3d90f8002b44646fc0da8c83b4ea4b1fde3a1069b5c2a440
3
- size 40368988
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aa2755c12f242de754308970725ab07a2609a2c13e29e68d9eea9845a12ca79
3
+ size 14782387