Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
910fca9
1 Parent(s): 0ec4114

Replace YAML keys from int to str (#2)

Browse files

- Replace YAML keys from int to str (dc3623ba9c1a4ea22fb983d169fc14f5216276fe)

Files changed (1) hide show
  1. README.md +28 -28
README.md CHANGED
@@ -9,7 +9,6 @@ license:
9
  - mit
10
  multilinguality:
11
  - monolingual
12
- pretty_name: Text-based NP Enrichment
13
  size_categories:
14
  - 1K<n<10K
15
  source_datasets:
@@ -18,6 +17,7 @@ task_categories:
18
  - text-retrieval
19
  task_ids:
20
  - document-retrieval
 
21
  dataset_info:
22
  features:
23
  - name: id
@@ -50,30 +50,30 @@ dataset_info:
50
  dtype:
51
  class_label:
52
  names:
53
- 0: about
54
- 1: for
55
- 2: with
56
- 3: from
57
- 4: among
58
- 5: by
59
- 6: 'on'
60
- 7: at
61
- 8: during
62
- 9: of
63
- 10: member(s) of
64
- 11: in
65
- 12: after
66
- 13: under
67
- 14: to
68
- 15: into
69
- 16: before
70
- 17: near
71
- 18: outside
72
- 19: around
73
- 20: between
74
- 21: against
75
- 22: over
76
- 23: inside
77
  - name: complement_coref_cluster_id
78
  dtype: string
79
  - name: coref
@@ -86,9 +86,9 @@ dataset_info:
86
  dtype:
87
  class_label:
88
  names:
89
- 0: standard
90
- 1: time/date/measurement
91
- 2: idiomatic
92
  - name: metadata
93
  struct:
94
  - name: annotators
9
  - mit
10
  multilinguality:
11
  - monolingual
 
12
  size_categories:
13
  - 1K<n<10K
14
  source_datasets:
17
  - text-retrieval
18
  task_ids:
19
  - document-retrieval
20
+ pretty_name: Text-based NP Enrichment
21
  dataset_info:
22
  features:
23
  - name: id
50
  dtype:
51
  class_label:
52
  names:
53
+ '0': about
54
+ '1': for
55
+ '2': with
56
+ '3': from
57
+ '4': among
58
+ '5': by
59
+ '6': 'on'
60
+ '7': at
61
+ '8': during
62
+ '9': of
63
+ '10': member(s) of
64
+ '11': in
65
+ '12': after
66
+ '13': under
67
+ '14': to
68
+ '15': into
69
+ '16': before
70
+ '17': near
71
+ '18': outside
72
+ '19': around
73
+ '20': between
74
+ '21': against
75
+ '22': over
76
+ '23': inside
77
  - name: complement_coref_cluster_id
78
  dtype: string
79
  - name: coref
86
  dtype:
87
  class_label:
88
  names:
89
+ '0': standard
90
+ '1': time/date/measurement
91
+ '2': idiomatic
92
  - name: metadata
93
  struct:
94
  - name: annotators