Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
entity-linking-classification
Languages:
English
Size:
< 1K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,4 @@
|
|
1 |
---
|
2 |
-
license: other
|
3 |
-
task_categories:
|
4 |
-
- text-classification
|
5 |
-
- feature-extraction
|
6 |
-
language:
|
7 |
-
- en
|
8 |
-
tags:
|
9 |
-
- Relation-classification
|
10 |
-
- Relation-extraction
|
11 |
-
- Scientific papers
|
12 |
-
- Research papers
|
13 |
-
pretty_name: >-
|
14 |
-
Semeval2018Task7 is a dataset that describes the Semantic Relation Extraction
|
15 |
-
and Classification in Scientific Papers
|
16 |
-
size_categories:
|
17 |
-
- 100K<n<1M
|
18 |
-
---
|
19 |
-
---
|
20 |
annotations_creators:
|
21 |
- expert-generated
|
22 |
language:
|
@@ -28,7 +10,8 @@ license:
|
|
28 |
multilinguality:
|
29 |
- monolingual
|
30 |
paperswithcode_id: acronym-identification
|
31 |
-
pretty_name: Semeval2018Task7 is a dataset that describes the Semantic Relation Extraction
|
|
|
32 |
size_categories:
|
33 |
- 10K<n<100K
|
34 |
source_datasets: []
|
@@ -38,127 +21,20 @@ tags:
|
|
38 |
- Semantic Relations Extraction
|
39 |
- Entity Tagging
|
40 |
task_categories:
|
41 |
-
-
|
42 |
task_ids:
|
43 |
- semantic-similarity-classification
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
task_id: entity_extraction
|
46 |
-
|
47 |
-
dataset_info:
|
48 |
-
- config_name: subtask1_1
|
49 |
-
features:
|
50 |
-
- name: id
|
51 |
-
dtype: string
|
52 |
-
- name: title
|
53 |
-
sequence: string
|
54 |
-
- name: abstract
|
55 |
-
sequence: string
|
56 |
-
- name: entities
|
57 |
-
sequence:
|
58 |
-
- name: 'id'
|
59 |
-
dtype: string
|
60 |
-
- name: 'char_start'
|
61 |
-
dtype: int
|
62 |
-
- name: 'char_end'
|
63 |
-
dtype: int
|
64 |
-
- name: relation
|
65 |
-
sequence:
|
66 |
-
- name: 'label'
|
67 |
-
dtype: string
|
68 |
-
- name: 'arg1'
|
69 |
-
dtype: string
|
70 |
-
- name: 'arg2'
|
71 |
-
dtype: string
|
72 |
-
- name: 'reverse'
|
73 |
-
dtype: 'bool'
|
74 |
-
|
75 |
-
class_label:
|
76 |
-
names:
|
77 |
-
'0':
|
78 |
-
'1': USAGE
|
79 |
-
'2': RESULT
|
80 |
-
'3': MODEL-FEATURE
|
81 |
-
'4': PART_WHOLE
|
82 |
-
'5': TOPIC
|
83 |
-
'6': COMPARE
|
84 |
-
|
85 |
-
|
86 |
-
- Splits:
|
87 |
-
- name: train
|
88 |
-
- text
|
89 |
-
num_bytes: 460 KB
|
90 |
-
num_examples: 2807
|
91 |
-
- relations:
|
92 |
-
num_bytes: 42.7 KB
|
93 |
-
num_examples: 1228
|
94 |
-
- name: test
|
95 |
-
- text
|
96 |
-
num_bytes: 203 KB
|
97 |
-
num_examples: 1196
|
98 |
-
- relations:
|
99 |
-
num_bytes: 9.42 KB
|
100 |
-
num_examples: 335
|
101 |
-
|
102 |
-
download_size: 714 KB
|
103 |
-
|
104 |
-
|
105 |
-
- config_name: sub_task_1_2
|
106 |
-
|
107 |
-
features:
|
108 |
-
- name: id
|
109 |
-
dtype: string
|
110 |
-
- name: title
|
111 |
-
sequence: string
|
112 |
-
- name: abstract
|
113 |
-
sequence: string
|
114 |
-
- name: entities
|
115 |
-
sequence:
|
116 |
-
- name: 'id'
|
117 |
-
dtype: string
|
118 |
-
- name: 'char_start'
|
119 |
-
dtype: int
|
120 |
-
- name: 'char_end'
|
121 |
-
dtype: int
|
122 |
-
- name: relation
|
123 |
-
sequence:
|
124 |
-
- name: 'label'
|
125 |
-
dtype: string
|
126 |
-
- name: 'arg1'
|
127 |
-
dtype: string
|
128 |
-
- name: 'arg2'
|
129 |
-
dtype: string
|
130 |
-
- name: 'reverse'
|
131 |
-
dtype: 'bool'
|
132 |
-
```json
|
133 |
-
class_label:
|
134 |
-
names:
|
135 |
-
'0':
|
136 |
-
'1': USAGE
|
137 |
-
'2': RESULT
|
138 |
-
'3': MODEL-FEATURE
|
139 |
-
'4': PART_WHOLE
|
140 |
-
'5': TOPIC
|
141 |
-
'6': COMPARE
|
142 |
-
|
143 |
-
|
144 |
-
- Splits:
|
145 |
-
- name: train
|
146 |
-
- text
|
147 |
-
num_bytes: 696 KB
|
148 |
-
num_examples: 3326
|
149 |
-
- relations:
|
150 |
-
num_bytes: 42.1 KB
|
151 |
-
num_examples: 1248
|
152 |
-
- name: test
|
153 |
-
- text
|
154 |
-
num_bytes: 285 KB
|
155 |
-
num_examples: 1193
|
156 |
-
- relations:
|
157 |
-
num_bytes: 9.51 KB
|
158 |
-
num_examples: 355
|
159 |
-
download_size: 1.00 MB
|
160 |
---
|
161 |
-
|
162 |
# Dataset Card for SemEval2018Task7
|
163 |
|
164 |
## Table of Contents
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
annotations_creators:
|
3 |
- expert-generated
|
4 |
language:
|
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
paperswithcode_id: acronym-identification
|
13 |
+
pretty_name: Semeval2018Task7 is a dataset that describes the Semantic Relation Extraction
|
14 |
+
and Classification in Scientific Papers
|
15 |
size_categories:
|
16 |
- 10K<n<100K
|
17 |
source_datasets: []
|
|
|
21 |
- Semantic Relations Extraction
|
22 |
- Entity Tagging
|
23 |
task_categories:
|
24 |
+
- text-classification
|
25 |
task_ids:
|
26 |
- semantic-similarity-classification
|
27 |
+
- entity-linking-classification
|
28 |
+
train-eval-index:
|
29 |
+
- col_mapping:
|
30 |
+
labels: tags
|
31 |
+
tokens: tokens
|
32 |
+
config: default
|
33 |
+
splits:
|
34 |
+
eval_split: test
|
35 |
+
task: token-classification
|
36 |
task_id: entity_extraction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
---
|
|
|
38 |
# Dataset Card for SemEval2018Task7
|
39 |
|
40 |
## Table of Contents
|