Datasets:
Convert dataset to Parquet
Browse files- README.md +16 -7
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
- dataset_infos.json +115 -1
README.md
CHANGED
@@ -72,17 +72,26 @@ dataset_info:
|
|
72 |
- name: id
|
73 |
dtype: string
|
74 |
splits:
|
75 |
-
- name: test
|
76 |
-
num_bytes: 870809
|
77 |
-
num_examples: 1859
|
78 |
- name: train
|
79 |
-
num_bytes:
|
80 |
num_examples: 8194
|
81 |
- name: validation
|
82 |
-
num_bytes:
|
83 |
num_examples: 916
|
84 |
-
|
85 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
---
|
87 |
|
88 |
# Dataset Card for "scicite"
|
|
|
72 |
- name: id
|
73 |
dtype: string
|
74 |
splits:
|
|
|
|
|
|
|
75 |
- name: train
|
76 |
+
num_bytes: 3828509
|
77 |
num_examples: 8194
|
78 |
- name: validation
|
79 |
+
num_bytes: 428551
|
80 |
num_examples: 916
|
81 |
+
- name: test
|
82 |
+
num_bytes: 867294
|
83 |
+
num_examples: 1859
|
84 |
+
download_size: 3561554
|
85 |
+
dataset_size: 5124354
|
86 |
+
configs:
|
87 |
+
- config_name: default
|
88 |
+
data_files:
|
89 |
+
- split: train
|
90 |
+
path: data/train-*
|
91 |
+
- split: validation
|
92 |
+
path: data/validation-*
|
93 |
+
- split: test
|
94 |
+
path: data/test-*
|
95 |
---
|
96 |
|
97 |
# Dataset Card for "scicite"
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c43b73ca4544d5aabd57145ca734108e88d817c47746bc9e096090896bd60a58
|
3 |
+
size 625439
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:515531960693e29ae248e21f2568cc6a542ed9d1d42c98e0572859d65b59144b
|
3 |
+
size 2637978
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fac10c6583d69c3a7646950754c4b8b582ca2b45378722699675e10dab225d78
|
3 |
+
size 298137
|
dataset_infos.json
CHANGED
@@ -1 +1,115 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "\nThis is a dataset for classifying citation intents in academic papers.\nThe main citation intent label for each Json object is specified with the label\nkey while the citation context is specified in with a context key. Example:\n{\n 'string': 'In chacma baboons, male-infant relationships can be linked to both\n formation of friendships and paternity success [30,31].'\n 'sectionName': 'Introduction',\n 'label': 'background',\n 'citingPaperId': '7a6b2d4b405439',\n 'citedPaperId': '9d1abadc55b5e0',\n ...\n }\nYou may obtain the full information about the paper using the provided paper ids\nwith the Semantic Scholar API (https://api.semanticscholar.org/).\nThe labels are:\nMethod, Background, Result\n",
|
4 |
+
"citation": "\n@InProceedings{Cohan2019Structural,\n author={Arman Cohan and Waleed Ammar and Madeleine Van Zuylen and Field Cady},\n title={Structural Scaffolds for Citation Intent Classification in Scientific Publications},\n booktitle={NAACL},\n year={2019}\n}\n",
|
5 |
+
"homepage": "https://github.com/allenai/scicite",
|
6 |
+
"license": "",
|
7 |
+
"features": {
|
8 |
+
"string": {
|
9 |
+
"dtype": "string",
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"sectionName": {
|
13 |
+
"dtype": "string",
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"label": {
|
17 |
+
"names": [
|
18 |
+
"method",
|
19 |
+
"background",
|
20 |
+
"result"
|
21 |
+
],
|
22 |
+
"_type": "ClassLabel"
|
23 |
+
},
|
24 |
+
"citingPaperId": {
|
25 |
+
"dtype": "string",
|
26 |
+
"_type": "Value"
|
27 |
+
},
|
28 |
+
"citedPaperId": {
|
29 |
+
"dtype": "string",
|
30 |
+
"_type": "Value"
|
31 |
+
},
|
32 |
+
"excerpt_index": {
|
33 |
+
"dtype": "int32",
|
34 |
+
"_type": "Value"
|
35 |
+
},
|
36 |
+
"isKeyCitation": {
|
37 |
+
"dtype": "bool",
|
38 |
+
"_type": "Value"
|
39 |
+
},
|
40 |
+
"label2": {
|
41 |
+
"names": [
|
42 |
+
"supportive",
|
43 |
+
"not_supportive",
|
44 |
+
"cant_determine",
|
45 |
+
"none"
|
46 |
+
],
|
47 |
+
"_type": "ClassLabel"
|
48 |
+
},
|
49 |
+
"citeEnd": {
|
50 |
+
"dtype": "int64",
|
51 |
+
"_type": "Value"
|
52 |
+
},
|
53 |
+
"citeStart": {
|
54 |
+
"dtype": "int64",
|
55 |
+
"_type": "Value"
|
56 |
+
},
|
57 |
+
"source": {
|
58 |
+
"names": [
|
59 |
+
"properNoun",
|
60 |
+
"andPhrase",
|
61 |
+
"acronym",
|
62 |
+
"etAlPhrase",
|
63 |
+
"explicit",
|
64 |
+
"acronymParen",
|
65 |
+
"nan"
|
66 |
+
],
|
67 |
+
"_type": "ClassLabel"
|
68 |
+
},
|
69 |
+
"label_confidence": {
|
70 |
+
"dtype": "float32",
|
71 |
+
"_type": "Value"
|
72 |
+
},
|
73 |
+
"label2_confidence": {
|
74 |
+
"dtype": "float32",
|
75 |
+
"_type": "Value"
|
76 |
+
},
|
77 |
+
"id": {
|
78 |
+
"dtype": "string",
|
79 |
+
"_type": "Value"
|
80 |
+
}
|
81 |
+
},
|
82 |
+
"builder_name": "scicite",
|
83 |
+
"dataset_name": "scicite",
|
84 |
+
"config_name": "default",
|
85 |
+
"version": {
|
86 |
+
"version_str": "1.0.0",
|
87 |
+
"major": 1,
|
88 |
+
"minor": 0,
|
89 |
+
"patch": 0
|
90 |
+
},
|
91 |
+
"splits": {
|
92 |
+
"train": {
|
93 |
+
"name": "train",
|
94 |
+
"num_bytes": 3828509,
|
95 |
+
"num_examples": 8194,
|
96 |
+
"dataset_name": null
|
97 |
+
},
|
98 |
+
"validation": {
|
99 |
+
"name": "validation",
|
100 |
+
"num_bytes": 428551,
|
101 |
+
"num_examples": 916,
|
102 |
+
"dataset_name": null
|
103 |
+
},
|
104 |
+
"test": {
|
105 |
+
"name": "test",
|
106 |
+
"num_bytes": 867294,
|
107 |
+
"num_examples": 1859,
|
108 |
+
"dataset_name": null
|
109 |
+
}
|
110 |
+
},
|
111 |
+
"download_size": 3561554,
|
112 |
+
"dataset_size": 5124354,
|
113 |
+
"size_in_bytes": 8685908
|
114 |
+
}
|
115 |
+
}
|