Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Languages:
Chinese
Size:
100K - 1M
ArXiv:
Tags:
lexical semantics
word-sense disambiguation
chinese
traditional chinese
chinese wordnet
academia sinica balanced corpus
License:
Upload dataset
Browse files- README.md +36 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,6 +1,42 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- zh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- zh
|
| 4 |
+
dataset_info:
|
| 5 |
+
features:
|
| 6 |
+
- name: test_word
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: test_pos
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: test_sense_id
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: test_definition
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: test_sentence
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: cwn_sense_id
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: cwn_definition
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: cwn_sentence
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: label
|
| 23 |
+
dtype: bool
|
| 24 |
+
splits:
|
| 25 |
+
- name: train
|
| 26 |
+
num_bytes: 73829709
|
| 27 |
+
num_examples: 284060
|
| 28 |
+
- name: test
|
| 29 |
+
num_bytes: 24780935
|
| 30 |
+
num_examples: 95410
|
| 31 |
+
download_size: 29960866
|
| 32 |
+
dataset_size: 98610644
|
| 33 |
+
configs:
|
| 34 |
+
- config_name: default
|
| 35 |
+
data_files:
|
| 36 |
+
- split: train
|
| 37 |
+
path: data/train-*
|
| 38 |
+
- split: test
|
| 39 |
+
path: data/test-*
|
| 40 |
---
|
| 41 |
|
| 42 |
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b797cf0d86e35084fd243d9faebf7ed42e2100991769fea2c18c1d063a0bf26c
|
| 3 |
+
size 7512295
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3caba1d4e7960bb6756605010ff6a5c562c42014ad19959a839ca5f797e27ec4
|
| 3 |
+
size 22448571
|