Datasets:

Sub-tasks:
parsing
Languages:
Chinese
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
58cebd9
1 Parent(s): 2b4c3f2

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -65
dataset_infos.json DELETED
@@ -1,65 +0,0 @@
1
- {
2
- "amttl": {
3
- "description": "Chinese word segmentation (CWS) trained from open source corpus faces dramatic performance drop\nwhen dealing with domain text, especially for a domain with lots of special terms and diverse\nwriting styles, such as the biomedical domain. However, building domain-specific CWS requires\nextremely high annotation cost. In this paper, we propose an approach by exploiting domain-invariant\nknowledge from high resource to low resource domains. Extensive experiments show that our mode\nachieves consistently higher accuracy than the single-task CWS and other transfer learning\nbaselines, especially when there is a large disparity between source and target domains.\n\nThis dataset is the accompanied medical Chinese word segmentation (CWS) dataset.\nThe tags are in BIES scheme.\n\nFor more details see https://www.aclweb.org/anthology/C18-1307/\n",
4
- "citation": "@inproceedings{xing2018adaptive,\n title={Adaptive multi-task transfer learning for Chinese word segmentation in medical text},\n author={Xing, Junjie and Zhu, Kenny and Zhang, Shaodian},\n booktitle={Proceedings of the 27th International Conference on Computational Linguistics},\n pages={3619--3630},\n year={2018}\n}\n",
5
- "homepage": "https://www.aclweb.org/anthology/C18-1307/",
6
- "license": "",
7
- "features": {
8
- "id": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "tokens": {
13
- "feature": {
14
- "dtype": "string",
15
- "_type": "Value"
16
- },
17
- "_type": "Sequence"
18
- },
19
- "tags": {
20
- "feature": {
21
- "names": [
22
- "B",
23
- "I",
24
- "E",
25
- "S"
26
- ],
27
- "_type": "ClassLabel"
28
- },
29
- "_type": "Sequence"
30
- }
31
- },
32
- "builder_name": "parquet",
33
- "dataset_name": "amttl",
34
- "config_name": "amttl",
35
- "version": {
36
- "version_str": "1.0.0",
37
- "major": 1,
38
- "minor": 0,
39
- "patch": 0
40
- },
41
- "splits": {
42
- "train": {
43
- "name": "train",
44
- "num_bytes": 1132196,
45
- "num_examples": 3063,
46
- "dataset_name": null
47
- },
48
- "validation": {
49
- "name": "validation",
50
- "num_bytes": 324358,
51
- "num_examples": 822,
52
- "dataset_name": null
53
- },
54
- "test": {
55
- "name": "test",
56
- "num_bytes": 328509,
57
- "num_examples": 908,
58
- "dataset_name": null
59
- }
60
- },
61
- "download_size": 274351,
62
- "dataset_size": 1785063,
63
- "size_in_bytes": 2059414
64
- }
65
- }