parquet-converter commited on
Commit
6f5484a
·
1 Parent(s): d6b009c

Update parquet files

Browse files
Files changed (35) hide show
  1. .gitattributes +0 -31
  2. README.md +0 -66
  3. arxiv-summarization.py +0 -130
  4. val.zip → document/arxiv-summarization-test.parquet +2 -2
  5. vocab.zip → document/arxiv-summarization-train-00000-of-00014.parquet +2 -2
  6. test.zip → document/arxiv-summarization-train-00001-of-00014.parquet +2 -2
  7. train.zip → document/arxiv-summarization-train-00002-of-00014.parquet +2 -2
  8. document/arxiv-summarization-train-00003-of-00014.parquet +3 -0
  9. document/arxiv-summarization-train-00004-of-00014.parquet +3 -0
  10. document/arxiv-summarization-train-00005-of-00014.parquet +3 -0
  11. document/arxiv-summarization-train-00006-of-00014.parquet +3 -0
  12. document/arxiv-summarization-train-00007-of-00014.parquet +3 -0
  13. document/arxiv-summarization-train-00008-of-00014.parquet +3 -0
  14. document/arxiv-summarization-train-00009-of-00014.parquet +3 -0
  15. document/arxiv-summarization-train-00010-of-00014.parquet +3 -0
  16. document/arxiv-summarization-train-00011-of-00014.parquet +3 -0
  17. document/arxiv-summarization-train-00012-of-00014.parquet +3 -0
  18. document/arxiv-summarization-train-00013-of-00014.parquet +3 -0
  19. document/arxiv-summarization-validation.parquet +3 -0
  20. section/arxiv-summarization-test.parquet +3 -0
  21. section/arxiv-summarization-train-00000-of-00014.parquet +3 -0
  22. section/arxiv-summarization-train-00001-of-00014.parquet +3 -0
  23. section/arxiv-summarization-train-00002-of-00014.parquet +3 -0
  24. section/arxiv-summarization-train-00003-of-00014.parquet +3 -0
  25. section/arxiv-summarization-train-00004-of-00014.parquet +3 -0
  26. section/arxiv-summarization-train-00005-of-00014.parquet +3 -0
  27. section/arxiv-summarization-train-00006-of-00014.parquet +3 -0
  28. section/arxiv-summarization-train-00007-of-00014.parquet +3 -0
  29. section/arxiv-summarization-train-00008-of-00014.parquet +3 -0
  30. section/arxiv-summarization-train-00009-of-00014.parquet +3 -0
  31. section/arxiv-summarization-train-00010-of-00014.parquet +3 -0
  32. section/arxiv-summarization-train-00011-of-00014.parquet +3 -0
  33. section/arxiv-summarization-train-00012-of-00014.parquet +3 -0
  34. section/arxiv-summarization-train-00013-of-00014.parquet +3 -0
  35. section/arxiv-summarization-validation.parquet +3 -0
.gitattributes DELETED
@@ -1,31 +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
- val.zip filter=lfs diff=lfs merge=lfs -text
29
- vocab.zip filter=lfs diff=lfs merge=lfs -text
30
- test.zip filter=lfs diff=lfs merge=lfs -text
31
- train.zip filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md DELETED
@@ -1,66 +0,0 @@
1
- ---
2
- language:
3
- - en
4
- multilinguality:
5
- - monolingual
6
- size_categories:
7
- - 100K<n<1M
8
- task_categories:
9
- - summarization
10
- - text-generation
11
- task_ids: []
12
- tags:
13
- - conditional-text-generation
14
- ---
15
-
16
- # Arxiv dataset for summarization
17
-
18
- Dataset for summarization of long documents.\
19
- Adapted from this [repo](https://github.com/armancohan/long-summarization).\
20
- Note that original data are pre-tokenized so this dataset returns " ".join(text) and add "\n" for paragraphs. \
21
- This dataset is compatible with the [`run_summarization.py`](https://github.com/huggingface/transformers/tree/master/examples/pytorch/summarization) script from Transformers if you add this line to the `summarization_name_mapping` variable:
22
- ```python
23
- "ccdv/arxiv-summarization": ("article", "abstract")
24
- ```
25
-
26
- ### Data Fields
27
-
28
- - `id`: paper id
29
- - `article`: a string containing the body of the paper
30
- - `abstract`: a string containing the abstract of the paper
31
-
32
- ### Data Splits
33
-
34
- This dataset has 3 splits: _train_, _validation_, and _test_. \
35
- Token counts are white space based.
36
-
37
- | Dataset Split | Number of Instances | Avg. tokens |
38
- | ------------- | --------------------|:----------------------|
39
- | Train | 203,037 | 6038 / 299 |
40
- | Validation | 6,436 | 5894 / 172 |
41
- | Test | 6,440 | 5905 / 174 |
42
-
43
-
44
- # Cite original article
45
- ```
46
- @inproceedings{cohan-etal-2018-discourse,
47
- title = "A Discourse-Aware Attention Model for Abstractive Summarization of Long Documents",
48
- author = "Cohan, Arman and
49
- Dernoncourt, Franck and
50
- Kim, Doo Soon and
51
- Bui, Trung and
52
- Kim, Seokhwan and
53
- Chang, Walter and
54
- Goharian, Nazli",
55
- booktitle = "Proceedings of the 2018 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 2 (Short Papers)",
56
- month = jun,
57
- year = "2018",
58
- address = "New Orleans, Louisiana",
59
- publisher = "Association for Computational Linguistics",
60
- url = "https://aclanthology.org/N18-2097",
61
- doi = "10.18653/v1/N18-2097",
62
- pages = "615--621",
63
- abstract = "Neural abstractive summarization models have led to promising results in summarizing relatively short documents. We propose the first model for abstractive summarization of single, longer-form documents (e.g., research papers). Our approach consists of a new hierarchical encoder that models the discourse structure of a document, and an attentive discourse-aware decoder to generate the summary. Empirical results on two large-scale datasets of scientific papers show that our model significantly outperforms state-of-the-art models.",
64
- }
65
- ```
66
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
arxiv-summarization.py DELETED
@@ -1,130 +0,0 @@
1
- import json
2
- import os
3
-
4
- import datasets
5
- from datasets.tasks import TextClassification
6
-
7
- _CITATION = None
8
-
9
-
10
- _DESCRIPTION = """
11
- Arxiv dataset for summarization.
12
- From paper: A Discourse-Aware Attention Model for Abstractive Summarization of Long Documents" by A. Cohan et al.
13
- See: https://aclanthology.org/N18-2097.pdf
14
- See: https://github.com/armancohan/long-summarization
15
- """
16
- _CITATION = """\
17
- @inproceedings{cohan-etal-2018-discourse,
18
- title = "A Discourse-Aware Attention Model for Abstractive Summarization of Long Documents",
19
- author = "Cohan, Arman and
20
- Dernoncourt, Franck and
21
- Kim, Doo Soon and
22
- Bui, Trung and
23
- Kim, Seokhwan and
24
- Chang, Walter and
25
- Goharian, Nazli",
26
- booktitle = "Proceedings of the 2018 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 2 (Short Papers)",
27
- month = jun,
28
- year = "2018",
29
- address = "New Orleans, Louisiana",
30
- publisher = "Association for Computational Linguistics",
31
- url = "https://aclanthology.org/N18-2097",
32
- doi = "10.18653/v1/N18-2097",
33
- pages = "615--621",
34
- abstract = "Neural abstractive summarization models have led to promising results in summarizing relatively short documents. We propose the first model for abstractive summarization of single, longer-form documents (e.g., research papers). Our approach consists of a new hierarchical encoder that models the discourse structure of a document, and an attentive discourse-aware decoder to generate the summary. Empirical results on two large-scale datasets of scientific papers show that our model significantly outperforms state-of-the-art models.",
35
- }
36
- """
37
- _ABSTRACT = "abstract"
38
- _ARTICLE = "article"
39
-
40
- class ArxivSummarizationConfig(datasets.BuilderConfig):
41
- """BuilderConfig for ArxivSummarization."""
42
-
43
- def __init__(self, **kwargs):
44
- """BuilderConfig for ArxivSummarization.
45
- Args:
46
- **kwargs: keyword arguments forwarded to super.
47
- """
48
- super(ArxivSummarizationConfig, self).__init__(**kwargs)
49
-
50
-
51
- class ArxivSummarizationDataset(datasets.GeneratorBasedBuilder):
52
- """ArxivSummarization Dataset."""
53
-
54
- _TRAIN_FILE = "train.zip"
55
- _VAL_FILE = "val.zip"
56
- _TEST_FILE = "test.zip"
57
-
58
- BUILDER_CONFIGS = [
59
- ArxivSummarizationConfig(
60
- name="section",
61
- version=datasets.Version("1.0.0"),
62
- description="Arxiv dataset for summarization, concatenated sections",
63
- ),
64
- ArxivSummarizationConfig(
65
- name="document",
66
- version=datasets.Version("1.0.0"),
67
- description="Arxiv dataset for summarization, document",
68
- ),
69
- ]
70
-
71
- DEFAULT_CONFIG_NAME = "section"
72
-
73
- def _info(self):
74
- # Should return a datasets.DatasetInfo object
75
- return datasets.DatasetInfo(
76
- description=_DESCRIPTION,
77
- features=datasets.Features(
78
- {
79
- _ARTICLE: datasets.Value("string"),
80
- _ABSTRACT: datasets.Value("string"),
81
- #"id": datasets.Value("string"),
82
- }
83
- ),
84
- supervised_keys=None,
85
- homepage="https://github.com/armancohan/long-summarization",
86
- citation=_CITATION,
87
- )
88
-
89
- def _split_generators(self, dl_manager):
90
-
91
- train_path = os.path.join(dl_manager.download_and_extract(self._TRAIN_FILE), "train.txt")
92
- val_path = os.path.join(dl_manager.download_and_extract(self._VAL_FILE), "val.txt")
93
- test_path = os.path.join(dl_manager.download_and_extract(self._TEST_FILE), "test.txt")
94
-
95
- return [
96
- datasets.SplitGenerator(
97
- name=datasets.Split.TRAIN, gen_kwargs={"filepath": train_path}
98
- ),
99
- datasets.SplitGenerator(
100
- name=datasets.Split.VALIDATION, gen_kwargs={"filepath": val_path}
101
- ),
102
- datasets.SplitGenerator(
103
- name=datasets.Split.TEST, gen_kwargs={"filepath": test_path}
104
- ),
105
- ]
106
-
107
- def _generate_examples(self, filepath):
108
- """Generate ArxivSummarization examples."""
109
- with open(filepath, encoding="utf-8") as f:
110
- for id_, row in enumerate(f):
111
- data = json.loads(row)
112
-
113
- """
114
- 'article_id': str,
115
- 'abstract_text': List[str],
116
- 'article_text': List[str],
117
- 'section_names': List[str],
118
- 'sections': List[List[str]]
119
- """
120
-
121
- if self.config.name == "document":
122
- article = [d.strip() for d in data["article_text"]]
123
- article = " ".join(article)
124
- else:
125
- article = [item.strip() for sublist in data["sections"] for item in sublist]
126
- article = " \n ".join(article)
127
-
128
- abstract = [ab.replace("<S>", "").replace("</S>", "").strip() for ab in data["abstract_text"]]
129
- abstract = " \n ".join(abstract)
130
- yield id_, {"article": article, "abstract": abstract}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
val.zip → document/arxiv-summarization-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e7d0cfebe4dc85868dff5553ad8efb09933efbd773eb66ce07cce81b9523791
3
- size 102038141
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cd3c0cf1986abbf87b838012bb216c041675480865e52d64b28bd7b195dc697
3
+ size 104415071
vocab.zip → document/arxiv-summarization-train-00000-of-00014.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4be27a7b188a365672a2c1ed14f3095de3eea396cf8d3efaf93a034e6f6a3771
3
- size 1079675
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84baef83b6fd0dfda35ff669e8ab1a52bb8644b1ef4f19532a5f551e41cd84fa
3
+ size 252119395
test.zip → document/arxiv-summarization-train-00001-of-00014.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ee7cf45fde92768515e2f3170ecb1cf9bdae60169f2b4d4f9b60f1f628e862c
3
- size 102183593
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38e0310da1c91aaff553e59abe39a33fc54dd7395c3114d9575d0d0d39da6788
3
+ size 250432504
train.zip → document/arxiv-summarization-train-00002-of-00014.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fe5a49635c90f3bc75deeee5b8272c64fb123a59b1462ca2f3cca4a6e94cc78b
3
- size 3364100438
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78b39afcddf7ecd3633a2d069471469fd0f773b2010b81cea226d013cbbd0cbf
3
+ size 250501225
document/arxiv-summarization-train-00003-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ec44154998477e84a0f9b108004b0349828dd79eab9bde59b4d369fb3cc08e5
3
+ size 248734763
document/arxiv-summarization-train-00004-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3655991935b1402ecdafe9f4e3a8931245a333b5566e24bc1826a6b8a5d5d863
3
+ size 247714985
document/arxiv-summarization-train-00005-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47a1dbe41aaea24f87b6007281c3532d931226dcfe9381a9ee85230772356501
3
+ size 250319523
document/arxiv-summarization-train-00006-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ad9d2eff5eba7f83a62ed808f28367aa4f9d5d29e93e9f26499e160afde726d
3
+ size 251885468
document/arxiv-summarization-train-00007-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3129aa59bde37dddc242f8adfd86f6b15c2c83de3900e0e8db4424854502bf3
3
+ size 252962663
document/arxiv-summarization-train-00008-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10dc6574244e664c6f40c3589dbe037c3535c30cab9d33299edff025fe148aec
3
+ size 250145270
document/arxiv-summarization-train-00009-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d57d200e932809389fbf45315bba4d19b50a2c2854be2c32d90ea11c7f779c9
3
+ size 252188976
document/arxiv-summarization-train-00010-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87787dd2e738ca58977693648d029b86fb719a8493e5b4cbcba040b43f130f18
3
+ size 253770293
document/arxiv-summarization-train-00011-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c07880a47dab62c9f9c43f7325563b0485f85d7e481264e54d6bfc4228843d29
3
+ size 252891575
document/arxiv-summarization-train-00012-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f17969c9ec8c2a2d05d6c49843abd7f9672ce554ada278554d91cadb1dbb19b1
3
+ size 252996065
document/arxiv-summarization-train-00013-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef54e6dc9063582d370a8dee05a3c21b6576ef5da6837097c5a206c499c6dae5
3
+ size 139178885
document/arxiv-summarization-validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ba9ef95c5b10df07fcf4e1f3b05302129b33115afc27d3e796324b3e395a9e5
3
+ size 104083723
section/arxiv-summarization-test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e830681818342f58d1cf9e30156d50c9eb91a96789aa6766e8c91f9f8e6f807f
3
+ size 105458685
section/arxiv-summarization-train-00000-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e71478dc8120fc8a4fa0855398cc2cebc1ec82c6e892a1b2c0700ce02eb1535
3
+ size 254591899
section/arxiv-summarization-train-00001-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f50e1d258d8fcdbd5c890f61aebbeca15bf5b96315f6dfb7e1301668f44b06f6
3
+ size 252812926
section/arxiv-summarization-train-00002-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5028622b50dafa5b0bddf667aac01c606ca740955933e9eb2e91d0f4d99ab80
3
+ size 252892654
section/arxiv-summarization-train-00003-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e587a98fa79f7bf361f3b2d9e5e6c48aadd09192c030d5964abcb419985606a8
3
+ size 251139530
section/arxiv-summarization-train-00004-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44b41e507fe50130ae9d651a0aab42bbd08cbe228d5bbddf0ebcc530e3198dca
3
+ size 250111790
section/arxiv-summarization-train-00005-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fa906a82bd4efc3fe8e0cd24cc8a770eb4b04b8f385930ae07613be3a37bc11
3
+ size 252694071
section/arxiv-summarization-train-00006-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a10cc20f669480743bd7f3c953641e40f276d01d8220d3647b6fcca30e0564ed
3
+ size 254318985
section/arxiv-summarization-train-00007-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad5bfe21ca33066f78e9c022ae59d2da01ad0958ed6fbbaca0aa991ee96c21ee
3
+ size 255445049
section/arxiv-summarization-train-00008-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8af9bb70b00d8bd267f2c93850d90de8a0de1430d9cb69f08260fcf564cfcef5
3
+ size 252543611
section/arxiv-summarization-train-00009-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8caa4363022c7911bf81f9c96077333eae818487e0a63a79377156591a58832
3
+ size 254602623
section/arxiv-summarization-train-00010-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a31e25962fd98cd01d771eeecd34faa27c054184b7a6f146e4e955a16cd86574
3
+ size 238846006
section/arxiv-summarization-train-00011-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60f5e80175168c1d2bab01f94b7903e6666a00926f9a013fefde8d82f522d5e8
3
+ size 238910635
section/arxiv-summarization-train-00012-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c9ef21338821d7ad8337a38d6e7924c622a6f9a469613ea977739ae4ddeb284
3
+ size 254822679
section/arxiv-summarization-train-00013-of-00014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e479b5180f11e3e1a8009812408894f7ed79b30d1f2f6df25da96b02f5821814
3
+ size 174936383
section/arxiv-summarization-validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a288402e945f48522b3df9aa39d53f14763ac8691663c70ce6888ff04ace0d05
3
+ size 105108708