Delete README.md
Browse files
README.md
DELETED
@@ -1,54 +0,0 @@
|
|
1 |
-
---
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
- name: id
|
5 |
-
dtype: string
|
6 |
-
- name: words
|
7 |
-
sequence: string
|
8 |
-
- name: ner_tags
|
9 |
-
sequence:
|
10 |
-
class_label:
|
11 |
-
names:
|
12 |
-
'0': O
|
13 |
-
'1': B-abstract
|
14 |
-
'2': I-abstract
|
15 |
-
'3': B-animal
|
16 |
-
'4': I-animal
|
17 |
-
'5': B-event
|
18 |
-
'6': I-event
|
19 |
-
'7': B-object
|
20 |
-
'8': I-object
|
21 |
-
'9': B-organization
|
22 |
-
'10': I-organization
|
23 |
-
'11': B-person
|
24 |
-
'12': I-person
|
25 |
-
'13': B-place
|
26 |
-
'14': I-place
|
27 |
-
'15': B-plant
|
28 |
-
'16': I-plant
|
29 |
-
'17': B-quantity
|
30 |
-
'18': I-quantity
|
31 |
-
'19': B-substance
|
32 |
-
'20': I-substance
|
33 |
-
'21': B-time
|
34 |
-
'22': I-time
|
35 |
-
splits:
|
36 |
-
- name: train
|
37 |
-
num_bytes: 603948.0
|
38 |
-
num_examples: 1996
|
39 |
-
- name: test
|
40 |
-
num_bytes: 150987.0
|
41 |
-
num_examples: 499
|
42 |
-
download_size: 213317
|
43 |
-
dataset_size: 754935.0
|
44 |
-
configs:
|
45 |
-
- config_name: default
|
46 |
-
data_files:
|
47 |
-
- split: train
|
48 |
-
path: data/train-*
|
49 |
-
- split: test
|
50 |
-
path: data/test-*
|
51 |
-
---
|
52 |
-
|
53 |
-
# Weakly-Supervised Named Entity Recognition on Wikigold
|
54 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|