Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
parsing
Languages:
English
Size:
10M - 100M
License:
Yuan Chuan Kee
commited on
Commit
·
cd16465
1
Parent(s):
c3c8e60
Updated the dataset with numbered parts
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -1
- README.md +25 -9
- annotated_reference_strings.py +19 -37
- data/crossref-part-00001.jsonl.gz +3 -0
- data/crossref-part-00002.jsonl.gz +3 -0
- data/crossref-part-00003.jsonl.gz +3 -0
- data/crossref-part-00004.jsonl.gz +3 -0
- data/crossref-part-00005.jsonl.gz +3 -0
- data/crossref-part-00006.jsonl.gz +3 -0
- data/crossref-part-00007.jsonl.gz +3 -0
- data/crossref-part-00008.jsonl.gz +3 -0
- data/crossref-part-00009.jsonl.gz +3 -0
- data/crossref-part-00010.jsonl.gz +3 -0
- data/crossref-part-00011.jsonl.gz +3 -0
- data/crossref-part-00012.jsonl.gz +3 -0
- data/crossref-part-00013.jsonl.gz +3 -0
- data/crossref-part-00014.jsonl.gz +3 -0
- data/crossref-part-00015.jsonl.gz +3 -0
- data/crossref-part-00016.jsonl.gz +3 -0
- data/{jstor.jsonl.gz → jstor-part-00001.jsonl.gz} +0 -0
- data/pubmed-part-00001.jsonl.gz +3 -0
- data/pubmed-part-00002.jsonl.gz +3 -0
- data/pubmed-part-00003.jsonl.gz +3 -0
- data/pubmed-part-00004.jsonl.gz +3 -0
- data/pubmed-part-00005.jsonl.gz +3 -0
- data/pubmed-part-00006.jsonl.gz +3 -0
- data/pubmed-part-00007.jsonl.gz +3 -0
- data/pubmed-part-00008.jsonl.gz +3 -0
- data/pubmed-part-00009.jsonl.gz +3 -0
- data/pubmed-part-00010.jsonl.gz +3 -0
- data/pubmed-part-00011.jsonl.gz +3 -0
- data/pubmed-part-00012.jsonl.gz +3 -0
- data/pubmed-part-00013.jsonl.gz +3 -0
- data/pubmed-part-00014.jsonl.gz +3 -0
- data/pubmed-part-00015.jsonl.gz +3 -0
- data/pubmed-part-00016.jsonl.gz +3 -0
- data/pubmed-part-00017.jsonl.gz +3 -0
- data/pubmed-part-00018.jsonl.gz +3 -0
- data/pubmed-part-00019.jsonl.gz +3 -0
- data/pubmed-part-00020.jsonl.gz +3 -0
- data/pubmed-part-00021.jsonl.gz +3 -0
- data/pubmed-part-00022.jsonl.gz +3 -0
- data/pubmed-part-00023.jsonl.gz +3 -0
- data/pubmed-part-00024.jsonl.gz +3 -0
- data/pubmed-part-00025.jsonl.gz +3 -0
- data/pubmed-part-00026.jsonl.gz +3 -0
- data/pubmed-part-00027.jsonl.gz +3 -0
- data/pubmed-part-00028.jsonl.gz +3 -0
- data/pubmed-part-00029.jsonl.gz +3 -0
- data/pubmed-part-00030.jsonl.gz +3 -0
.gitattributes
CHANGED
@@ -25,4 +25,4 @@ saved_model/**/* 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 |
-
|
|
|
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 |
+
*.jsonl.gz filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,6 +1,23 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Dataset Card for annotated_reference_strings
|
@@ -65,13 +82,12 @@ The dataset is composed of reference strings that are in English.
|
|
65 |
}
|
66 |
```
|
67 |
|
68 |
-
|
69 |
-
Therefore, there will be near duplicates.
|
70 |
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
This depends on the author(s)
|
75 |
|
76 |
### Data Fields
|
77 |
|
@@ -83,7 +99,7 @@ This depends on the author(s) of the CSL styles.
|
|
83 |
- `content`: The rendered citation of a specific style with each segment enclosed by tags named after the CSL variables
|
84 |
|
85 |
### Data Splits
|
86 |
-
|
87 |
Data splits are not available yet.
|
88 |
|
89 |
## Dataset Creation
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- other
|
4 |
+
language_creators:
|
5 |
+
- found
|
6 |
+
languages:
|
7 |
+
- en-US
|
8 |
+
licenses:
|
9 |
+
- cc-by-4.0
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
pretty_name: Annotated Reference Strings
|
13 |
+
size_categories:
|
14 |
+
- 10M<n<100M
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
task_categories:
|
18 |
+
- structure-prediction
|
19 |
+
task_ids:
|
20 |
+
- parsing
|
21 |
---
|
22 |
|
23 |
# Dataset Card for annotated_reference_strings
|
|
|
82 |
}
|
83 |
```
|
84 |
|
85 |
+
#### Important Note
|
|
|
86 |
|
87 |
+
1. Each citation is rendered to _at most_ **17** CSL styles. Therefore, there will be near duplicates.
|
88 |
+
2. All characters (including punctuations) of a segment (**a segment consists of 1 or more token**) are enclosed by tag(s).
|
89 |
+
1. Only tokens that act as "conjunctions" are not enclosed in tags. These tokens will be labelled as `other`.
|
90 |
+
3. There will be instances which a segment can be enclosed by more than one tag e.g. `<issued><year>2021</year></issued>`. This depends on how the styles' author(s).
|
91 |
|
92 |
### Data Fields
|
93 |
|
|
|
99 |
- `content`: The rendered citation of a specific style with each segment enclosed by tags named after the CSL variables
|
100 |
|
101 |
### Data Splits
|
102 |
+
|
103 |
Data splits are not available yet.
|
104 |
|
105 |
## Dataset Creation
|
annotated_reference_strings.py
CHANGED
@@ -19,43 +19,38 @@ _CITATION = """\
|
|
19 |
}
|
20 |
"""
|
21 |
|
22 |
-
# TODO: Add description of the dataset here
|
23 |
-
# You can copy an official description
|
24 |
_DESCRIPTION = """\
|
25 |
-
|
26 |
"""
|
27 |
|
28 |
# TODO: Add a link to an official homepage for the dataset here
|
29 |
-
_HOMEPAGE = ""
|
30 |
|
31 |
-
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
-
# TODO: Add link to the official dataset URLs here
|
35 |
-
# The HuggingFace dataset library don't host the datasets but only point to the original files
|
36 |
-
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
37 |
-
_BASE_URL = "https://huggingface.co/datasets/yuanchuan/annotated_reference_strings"
|
38 |
_URLs = {
|
39 |
-
"default": [
|
|
|
|
|
|
|
|
|
40 |
}
|
41 |
|
42 |
|
43 |
class AnnotatedReferenceStringsDataset(datasets.GeneratorBasedBuilder):
|
44 |
"""Annotated Reference Strings dataset"""
|
45 |
|
46 |
-
VERSION = datasets.Version("0.
|
47 |
|
48 |
-
# This is an example of a dataset with multiple configurations.
|
49 |
-
# If you don't want/need to define several sub-sets in your dataset,
|
50 |
-
# just remove the BUILDER_CONFIG_CLASS and the BUILDER_CONFIGS attributes.
|
51 |
-
|
52 |
-
# If you need to make complex sub-parts in the datasets with configurable options
|
53 |
-
# You can create your own builder configuration class to store attribute, inheriting from datasets.BuilderConfig
|
54 |
-
# BUILDER_CONFIG_CLASS = MyBuilderConfig
|
55 |
-
|
56 |
-
# You will be able to load one or the other configurations in the following list with
|
57 |
-
# data = datasets.load_dataset('my_dataset', 'first_domain')
|
58 |
-
# data = datasets.load_dataset('my_dataset', 'second_domain')
|
59 |
BUILDER_CONFIGS = [
|
60 |
datasets.BuilderConfig(name="default", version=VERSION,
|
61 |
description="This dataset is the raw representation without tokenization."),
|
@@ -77,28 +72,15 @@ class AnnotatedReferenceStringsDataset(datasets.GeneratorBasedBuilder):
|
|
77 |
|
78 |
return datasets.DatasetInfo(
|
79 |
description=_DESCRIPTION,
|
80 |
-
|
81 |
-
features=features, # Here we define them above because they are different between the two configurations
|
82 |
-
# If there's a common (input, target) tuple from the features,
|
83 |
-
# specify them here. They'll be used if as_supervised=True in
|
84 |
-
# builder.as_dataset.
|
85 |
supervised_keys=None,
|
86 |
-
# Homepage of the dataset for documentation
|
87 |
homepage=_HOMEPAGE,
|
88 |
-
# License for the dataset if available
|
89 |
license=_LICENSE,
|
90 |
-
# Citation for the dataset
|
91 |
citation=_CITATION,
|
92 |
)
|
93 |
|
94 |
def _split_generators(self, dl_manager):
|
95 |
"""Returns SplitGenerators."""
|
96 |
-
# TODO: This method is tasked with downloading/extracting the data and defining the splits depending on the configuration
|
97 |
-
# If several configurations are possible (listed in BUILDER_CONFIGS), the configuration selected by the user is in self.config.name
|
98 |
-
|
99 |
-
# dl_manager is a datasets.download.DownloadManager that can be used to download and extract URLs
|
100 |
-
# It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
|
101 |
-
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
102 |
data_urls = _URLs[self.config.name]
|
103 |
files = dl_manager.download(data_urls)
|
104 |
return [
|
|
|
19 |
}
|
20 |
"""
|
21 |
|
|
|
|
|
22 |
_DESCRIPTION = """\
|
23 |
+
A repository of reference strings annotated using CSL processor using citations obtained from various sources.
|
24 |
"""
|
25 |
|
26 |
# TODO: Add a link to an official homepage for the dataset here
|
27 |
+
_HOMEPAGE = "https://www.github.com/kylase"
|
28 |
|
29 |
+
_LICENSE = "cc-by-4.0"
|
30 |
+
|
31 |
+
_BASE_URL = "https://huggingface.co/datasets/yuanchuan/annotated_reference_strings/resolve/main/data"
|
32 |
+
_URL_FORMAT = "{base_url}/{source}-part-{part:05}.jsonl.gz"
|
33 |
+
|
34 |
+
_SOURCES_PARTS = {
|
35 |
+
"crossref": 16,
|
36 |
+
"pubmed": 32,
|
37 |
+
"jstor": 1
|
38 |
+
}
|
39 |
|
|
|
|
|
|
|
|
|
40 |
_URLs = {
|
41 |
+
"default": [
|
42 |
+
_URL_FORMAT.format(base_url=_BASE_URL, source=source, part=i)
|
43 |
+
for source, total_parts in _SOURCES_PARTS.items()
|
44 |
+
for i in range(1, total_parts + 1)
|
45 |
+
]
|
46 |
}
|
47 |
|
48 |
|
49 |
class AnnotatedReferenceStringsDataset(datasets.GeneratorBasedBuilder):
|
50 |
"""Annotated Reference Strings dataset"""
|
51 |
|
52 |
+
VERSION = datasets.Version("0.2.0")
|
53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
BUILDER_CONFIGS = [
|
55 |
datasets.BuilderConfig(name="default", version=VERSION,
|
56 |
description="This dataset is the raw representation without tokenization."),
|
|
|
72 |
|
73 |
return datasets.DatasetInfo(
|
74 |
description=_DESCRIPTION,
|
75 |
+
features=features,
|
|
|
|
|
|
|
|
|
76 |
supervised_keys=None,
|
|
|
77 |
homepage=_HOMEPAGE,
|
|
|
78 |
license=_LICENSE,
|
|
|
79 |
citation=_CITATION,
|
80 |
)
|
81 |
|
82 |
def _split_generators(self, dl_manager):
|
83 |
"""Returns SplitGenerators."""
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
data_urls = _URLs[self.config.name]
|
85 |
files = dl_manager.download(data_urls)
|
86 |
return [
|
data/crossref-part-00001.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:065b8c2a37f15db481c906160ddf70b56caa18355a7aa3cdc86ba4fc2456340f
|
3 |
+
size 731441550
|
data/crossref-part-00002.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51ed2d0c63ff2a62a7dbbd73acb3ac2b0fe738b06da48d29c2b88e66ef1814af
|
3 |
+
size 687213083
|
data/crossref-part-00003.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f27a1663e12a50e679a114ca23896a6472d41b9a89ddac29be8ef58b9401b77
|
3 |
+
size 736662869
|
data/crossref-part-00004.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9eff2b0fa0cd228fc445b9ab8016f1a5a15c28df3c9637c29e3ace5f8ef0a0e7
|
3 |
+
size 693192058
|
data/crossref-part-00005.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e9874802d4cda4467e0b2276a335d00591c0ee3ec97df64eb2f58e427c2eabb
|
3 |
+
size 745898449
|
data/crossref-part-00006.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72d5579a5e9a4984e6a27bccaf9888eca6fae5e97e517a3efe5c35c74021959d
|
3 |
+
size 693773254
|
data/crossref-part-00007.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7407c707b84bf32fef11e5f3aa7bb65d92623f073a641127778406fa0d1280cf
|
3 |
+
size 738564477
|
data/crossref-part-00008.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:489185aaa78b91d60a23be5c9fc325ce7ed85f80e0793edd426483e1fe3eef13
|
3 |
+
size 690224253
|
data/crossref-part-00009.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b6c44942e698491e8fa454b5539bb8605a3896ed0d803f91d24ad282ba50708
|
3 |
+
size 747499838
|
data/crossref-part-00010.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07f66e6d9bbc0972cd2c8bc027dbe2f76784768bf0013d5e572da3b2504bcd94
|
3 |
+
size 692413742
|
data/crossref-part-00011.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c326b6fe20352ac4fe6090489371a65fe4519ef5fce66e2a7d25064095cd521
|
3 |
+
size 652797215
|
data/crossref-part-00012.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5dec5e50b377fd58c2592d6fea3a536478825872435ed89af1a038f5e8fa0807
|
3 |
+
size 601887202
|
data/crossref-part-00013.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e66fd2a825a5856c55bf4ac6dcf6f5f8a61107d50469903683a8cb4bd69aa70
|
3 |
+
size 639399977
|
data/crossref-part-00014.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01cc73ec4ff4651673d1acc53a6db788e0a81a93c81b76322b156a4e34f40594
|
3 |
+
size 712504622
|
data/crossref-part-00015.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60dd0610f5e6aca2a1af621a52bf974780187576a6845a06c337c0309dfe03a5
|
3 |
+
size 736872210
|
data/crossref-part-00016.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6d85c032e4f17267969ed41775a6070372476462f9b38f01f098dc1a7ad2b87
|
3 |
+
size 724609240
|
data/{jstor.jsonl.gz → jstor-part-00001.jsonl.gz}
RENAMED
File without changes
|
data/pubmed-part-00001.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eaf303fa876acc9f8d8bc3e2db1fddb153fce9215d3a04205bd2c84958a6be1e
|
3 |
+
size 984356698
|
data/pubmed-part-00002.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bb73895714c5d1ccbe38390361d37f581a8932209c42d057ce451520f746ccd
|
3 |
+
size 972558834
|
data/pubmed-part-00003.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:054cd44f1d47e4ee794b2781fee33007742388d2f4d0ef80f6264fc307917c3d
|
3 |
+
size 965572167
|
data/pubmed-part-00004.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0f700b5354c2b8a18b958754dc96d985fe24ed8c8720a432766b660072cc824
|
3 |
+
size 929865058
|
data/pubmed-part-00005.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:841d6d31003637f22e2b5e022e212cb71f83c6da796cc81dc4fa8964c7af2461
|
3 |
+
size 863426383
|
data/pubmed-part-00006.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba4ea3e984347daa2c8b562e6c6f9b10cbc990507adefa67010208a36f3074ff
|
3 |
+
size 820947291
|
data/pubmed-part-00007.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82217b1c7dcea784f214a9f95568bdb12bbfbdf176ccede9a91b67f677492f5f
|
3 |
+
size 829356458
|
data/pubmed-part-00008.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bca0cb90e91039677ddaa1241f3411fcd91be12db3bbb995c914b5e4d5a41252
|
3 |
+
size 913154082
|
data/pubmed-part-00009.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99179f470dd054fd9803c07bcce9e22f6bcd179aba1134a3a5f052af20191e81
|
3 |
+
size 954272596
|
data/pubmed-part-00010.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c85ba47b8fb371137ed79e2dbff6cff57c82e8be216ea8429346900087be0b3
|
3 |
+
size 1005401526
|
data/pubmed-part-00011.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d840274001cd302eef7fbf31307eb00c97667eb95e80b4a7d936d1a46986fcd
|
3 |
+
size 1030752652
|
data/pubmed-part-00012.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe41d2a00781fa5585750a0654be600b6b1c316b75c66a3e1bc0f61d4729f87f
|
3 |
+
size 918459401
|
data/pubmed-part-00013.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be063380025e57c703e3ce0879492f8400fce215da52793f14dae0f442e44ee8
|
3 |
+
size 1015645482
|
data/pubmed-part-00014.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60373b0e4289b5a5a5f32983a049feb552a08088bd84363819236cdac8259769
|
3 |
+
size 992414615
|
data/pubmed-part-00015.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fc8ec2b0adb50102ea5b2f22f13715aab4f37e544ae83b2e3f183cd7fb52540
|
3 |
+
size 775316340
|
data/pubmed-part-00016.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:732f1477dddbf56e95edb4b5c394dbf05ba1e07b8e890018fd46ceab7a08345b
|
3 |
+
size 870606021
|
data/pubmed-part-00017.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8e8439850447b69cb622d17bba58e75498d41e9a249a687a7da2aa4b91e0908
|
3 |
+
size 1073224933
|
data/pubmed-part-00018.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:540c99519d32ab56644c8ba2e73f82c05211b129e1b0e33d3e56de2960b72918
|
3 |
+
size 1095035090
|
data/pubmed-part-00019.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52bc262cfb91a928acc28a2622a3e353946b8ffd3a3ee26988f0132f0c9edb01
|
3 |
+
size 1002456467
|
data/pubmed-part-00020.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:664a129d25b5a75eab9aa8c00afb9b592c7e22920139bae6caa457793d9c4158
|
3 |
+
size 1071905260
|
data/pubmed-part-00021.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:692580dcc25d71798f819ffac14e180dfae8f63239b3f3273106e96fb39cb343
|
3 |
+
size 1068249451
|
data/pubmed-part-00022.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd6d5816b6939707817db9ca84d6127b0f431959e0e38c657c69f66b90f13a72
|
3 |
+
size 1033450814
|
data/pubmed-part-00023.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66a03e8f4bc8b7f93dd48509d1b884d61a107b53d41e1541f862e5831353cdf7
|
3 |
+
size 1153481112
|
data/pubmed-part-00024.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ed6a8a5922ba779cb02f7399b2a18d97340d755ce14638fe99d80daa6cfeda9
|
3 |
+
size 1162792761
|
data/pubmed-part-00025.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dae6351d6bea86c73d960df72e0f59317866dd4015dbd2451e3c5f1a1be69791
|
3 |
+
size 1165996310
|
data/pubmed-part-00026.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b23047b563330c90419139bd58a5709506686324e63ebe6556d2ed8fb277c169
|
3 |
+
size 1171792618
|
data/pubmed-part-00027.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:576d22efdac3e1d764b4cbe8c2444496db1531e0fe22503c5f6cfebdff01a43f
|
3 |
+
size 1195989837
|
data/pubmed-part-00028.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7eeb793765e57c5f8060adf939714c5b325b74937419d865f441fdf796643be
|
3 |
+
size 1184648702
|
data/pubmed-part-00029.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cab54e111bbb13965f82bfcf8028d32291e4216eeb348cac545cb5ce0128c1a1
|
3 |
+
size 1125160520
|
data/pubmed-part-00030.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7af86b0086e6d563524a5643a2debba24892e49263048b414cb56eca9fc1edfd
|
3 |
+
size 134767630
|