File size: 1,541 Bytes
a88b0ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c03093b
a88b0ca
c03093b
30f1ef8
c03093b
30f1ef8
a88b0ca
 
30f1ef8
a88b0ca
 
30f1ef8
a88b0ca
 
30f1ef8
 
 
 
a88b0ca
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
dataset_info:
  features:
  - name: string
    dtype: string
  - name: sectionName
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': method
          '1': background
          '2': result
  - name: citingPaperId
    dtype: string
  - name: citedPaperId
    dtype: string
  - name: excerpt_index
    dtype: int32
  - name: isKeyCitation
    dtype: bool
  - name: label2
    dtype:
      class_label:
        names:
          '0': supportive
          '1': not_supportive
          '2': cant_determine
          '3': none
  - name: citeEnd
    dtype: int64
  - name: citeStart
    dtype: int64
  - name: source
    dtype:
      class_label:
        names:
          '0': properNoun
          '1': andPhrase
          '2': acronym
          '3': etAlPhrase
          '4': explicit
          '5': acronymParen
          '6': nan
  - name: label_confidence
    dtype: float32
  - name: label2_confidence
    dtype: float32
  - name: id
    dtype: string
  - name: fewshots_1
    dtype: string
  - name: fewshots_5
    dtype: string
  - name: fewshots_10
    dtype: string
  splits:
  - name: train
    num_bytes: 3926837
    num_examples: 8194
  - name: validation
    num_bytes: 439543
    num_examples: 916
  - name: test
    num_bytes: 8046476
    num_examples: 1859
  download_size: 6027818
  dataset_size: 12412856
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---