Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Korean
Size:
1K<n<10K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,83 @@ task_ids:
|
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: KorNER
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for KorNER
|
@@ -163,4 +240,4 @@ The prefix `B` denotes the first item of a phrase, and an `I` denotes any non-in
|
|
163 |
|
164 |
### Contributions
|
165 |
|
166 |
-
Thanks to [@jaketae](https://github.com/jaketae) for adding this dataset.
|
|
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: KorNER
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: text
|
25 |
+
dtype: string
|
26 |
+
- name: annot_text
|
27 |
+
dtype: string
|
28 |
+
- name: tokens
|
29 |
+
sequence: string
|
30 |
+
- name: pos_tags
|
31 |
+
sequence:
|
32 |
+
class_label:
|
33 |
+
names:
|
34 |
+
0: SO
|
35 |
+
1: SS
|
36 |
+
2: VV
|
37 |
+
3: XR
|
38 |
+
4: VCP
|
39 |
+
5: JC
|
40 |
+
6: VCN
|
41 |
+
7: JKB
|
42 |
+
8: MM
|
43 |
+
9: SP
|
44 |
+
10: XSN
|
45 |
+
11: SL
|
46 |
+
12: NNP
|
47 |
+
13: NP
|
48 |
+
14: EP
|
49 |
+
15: JKQ
|
50 |
+
16: IC
|
51 |
+
17: XSA
|
52 |
+
18: EC
|
53 |
+
19: EF
|
54 |
+
20: SE
|
55 |
+
21: XPN
|
56 |
+
22: ETN
|
57 |
+
23: SH
|
58 |
+
24: XSV
|
59 |
+
25: MAG
|
60 |
+
26: SW
|
61 |
+
27: ETM
|
62 |
+
28: JKO
|
63 |
+
29: NNB
|
64 |
+
30: MAJ
|
65 |
+
31: NNG
|
66 |
+
32: JKV
|
67 |
+
33: JKC
|
68 |
+
34: VA
|
69 |
+
35: NR
|
70 |
+
36: JKG
|
71 |
+
37: VX
|
72 |
+
38: SF
|
73 |
+
39: JX
|
74 |
+
40: JKS
|
75 |
+
41: SN
|
76 |
+
- name: ner_tags
|
77 |
+
sequence:
|
78 |
+
class_label:
|
79 |
+
names:
|
80 |
+
0: I
|
81 |
+
1: O
|
82 |
+
2: B_OG
|
83 |
+
3: B_TI
|
84 |
+
4: B_LC
|
85 |
+
5: B_DT
|
86 |
+
6: B_PS
|
87 |
+
splits:
|
88 |
+
- name: test
|
89 |
+
num_bytes: 476850
|
90 |
+
num_examples: 366
|
91 |
+
- name: train
|
92 |
+
num_bytes: 3948938
|
93 |
+
num_examples: 2928
|
94 |
+
- name: validation
|
95 |
+
num_bytes: 486178
|
96 |
+
num_examples: 366
|
97 |
+
download_size: 3493175
|
98 |
+
dataset_size: 4911966
|
99 |
---
|
100 |
|
101 |
# Dataset Card for KorNER
|
|
|
240 |
|
241 |
### Contributions
|
242 |
|
243 |
+
Thanks to [@jaketae](https://github.com/jaketae) for adding this dataset.
|