Datasets:
Commit
•
e9c5f87
1
Parent(s):
fa325da
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
@@ -2,15 +2,14 @@
|
|
2 |
annotations_creators:
|
3 |
- crowdsourced
|
4 |
- expert-generated
|
5 |
-
language:
|
6 |
-
- en
|
7 |
language_creators:
|
8 |
- found
|
|
|
|
|
9 |
license:
|
10 |
- unknown
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
-
pretty_name: SciCite
|
14 |
size_categories:
|
15 |
- 10K<n<100K
|
16 |
source_datasets:
|
@@ -21,6 +20,7 @@ task_ids:
|
|
21 |
- intent-classification
|
22 |
- multi-class-classification
|
23 |
paperswithcode_id: scicite
|
|
|
24 |
dataset_info:
|
25 |
features:
|
26 |
- name: string
|
@@ -31,9 +31,9 @@ dataset_info:
|
|
31 |
dtype:
|
32 |
class_label:
|
33 |
names:
|
34 |
-
0: method
|
35 |
-
1: background
|
36 |
-
2: result
|
37 |
- name: citingPaperId
|
38 |
dtype: string
|
39 |
- name: citedPaperId
|
@@ -46,10 +46,10 @@ dataset_info:
|
|
46 |
dtype:
|
47 |
class_label:
|
48 |
names:
|
49 |
-
0: supportive
|
50 |
-
1: not_supportive
|
51 |
-
2: cant_determine
|
52 |
-
3: none
|
53 |
- name: citeEnd
|
54 |
dtype: int64
|
55 |
- name: citeStart
|
@@ -58,13 +58,13 @@ dataset_info:
|
|
58 |
dtype:
|
59 |
class_label:
|
60 |
names:
|
61 |
-
0: properNoun
|
62 |
-
1: andPhrase
|
63 |
-
2: acronym
|
64 |
-
3: etAlPhrase
|
65 |
-
4: explicit
|
66 |
-
5: acronymParen
|
67 |
-
6: nan
|
68 |
- name: label_confidence
|
69 |
dtype: float32
|
70 |
- name: label2_confidence
|
|
|
2 |
annotations_creators:
|
3 |
- crowdsourced
|
4 |
- expert-generated
|
|
|
|
|
5 |
language_creators:
|
6 |
- found
|
7 |
+
language:
|
8 |
+
- en
|
9 |
license:
|
10 |
- unknown
|
11 |
multilinguality:
|
12 |
- monolingual
|
|
|
13 |
size_categories:
|
14 |
- 10K<n<100K
|
15 |
source_datasets:
|
|
|
20 |
- intent-classification
|
21 |
- multi-class-classification
|
22 |
paperswithcode_id: scicite
|
23 |
+
pretty_name: SciCite
|
24 |
dataset_info:
|
25 |
features:
|
26 |
- name: string
|
|
|
31 |
dtype:
|
32 |
class_label:
|
33 |
names:
|
34 |
+
'0': method
|
35 |
+
'1': background
|
36 |
+
'2': result
|
37 |
- name: citingPaperId
|
38 |
dtype: string
|
39 |
- name: citedPaperId
|
|
|
46 |
dtype:
|
47 |
class_label:
|
48 |
names:
|
49 |
+
'0': supportive
|
50 |
+
'1': not_supportive
|
51 |
+
'2': cant_determine
|
52 |
+
'3': none
|
53 |
- name: citeEnd
|
54 |
dtype: int64
|
55 |
- name: citeStart
|
|
|
58 |
dtype:
|
59 |
class_label:
|
60 |
names:
|
61 |
+
'0': properNoun
|
62 |
+
'1': andPhrase
|
63 |
+
'2': acronym
|
64 |
+
'3': etAlPhrase
|
65 |
+
'4': explicit
|
66 |
+
'5': acronymParen
|
67 |
+
'6': nan
|
68 |
- name: label_confidence
|
69 |
dtype: float32
|
70 |
- name: label2_confidence
|