Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Source Datasets:
original
ArXiv:
License:
lhoestq HF staff commited on
Commit
fa325da
1 Parent(s): 8b74239

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +63 -1
README.md CHANGED
@@ -21,6 +21,68 @@ task_ids:
21
  - intent-classification
22
  - multi-class-classification
23
  paperswithcode_id: scicite
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for "scicite"
@@ -218,4 +280,4 @@ The data fields are the same among all splits.
218
 
219
  ### Contributions
220
 
221
- Thanks to [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
 
21
  - intent-classification
22
  - multi-class-classification
23
  paperswithcode_id: scicite
24
+ dataset_info:
25
+ features:
26
+ - name: string
27
+ dtype: string
28
+ - name: sectionName
29
+ dtype: string
30
+ - name: label
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
40
+ dtype: string
41
+ - name: excerpt_index
42
+ dtype: int32
43
+ - name: isKeyCitation
44
+ dtype: bool
45
+ - name: label2
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
56
+ dtype: int64
57
+ - name: source
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
71
+ dtype: float32
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: 3843904
80
+ num_examples: 8194
81
+ - name: validation
82
+ num_bytes: 430296
83
+ num_examples: 916
84
+ download_size: 23189911
85
+ dataset_size: 5145009
86
  ---
87
 
88
  # Dataset Card for "scicite"
 
280
 
281
  ### Contributions
282
 
283
+ Thanks to [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf) for adding this dataset.