gabrielaltay
commited on
Commit
•
0e39e3c
1
Parent(s):
bbc0572
upload hub_repos/ntcir_13_medweb/README.md to hub from bigbio repo
Browse files
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- zh
|
6 |
+
- ja
|
7 |
+
license: cc-by-4.0
|
8 |
+
license_bigbio_shortname: CC_BY_4p0
|
9 |
+
pretty_name: NTCIR-13 MedWeb
|
10 |
+
---
|
11 |
+
|
12 |
+
|
13 |
+
# Dataset Card for NTCIR-13 MedWeb
|
14 |
+
|
15 |
+
## Dataset Description
|
16 |
+
|
17 |
+
- **Homepage:** http://research.nii.ac.jp/ntcir/permission/ntcir-13/perm-en-MedWeb.html
|
18 |
+
- **Pubmed:** False
|
19 |
+
- **Public:** False
|
20 |
+
- **Tasks:** Translation, Text Classification
|
21 |
+
|
22 |
+
|
23 |
+
NTCIR-13 MedWeb (Medical Natural Language Processing for Web Document) task requires
|
24 |
+
to perform a multi-label classification that labels for eight diseases/symptoms must
|
25 |
+
be assigned to each tweet. Given pseudo-tweets, the output are Positive:p or Negative:n
|
26 |
+
labels for eight diseases/symptoms. The achievements of this task can almost be
|
27 |
+
directly applied to a fundamental engine for actual applications.
|
28 |
+
|
29 |
+
This task provides pseudo-Twitter messages in a cross-language and multi-label corpus,
|
30 |
+
covering three languages (Japanese, English, and Chinese), and annotated with eight
|
31 |
+
labels such as influenza, diarrhea/stomachache, hay fever, cough/sore throat, headache,
|
32 |
+
fever, runny nose, and cold.
|
33 |
+
|
34 |
+
For more information, see:
|
35 |
+
http://research.nii.ac.jp/ntcir/permission/ntcir-13/perm-en-MedWeb.html
|
36 |
+
|
37 |
+
As this dataset also provides a parallel corpus of pseudo-tweets for english,
|
38 |
+
japanese and chinese it can also be used to train translation models between
|
39 |
+
these three languages.
|
40 |
+
|
41 |
+
|
42 |
+
|
43 |
+
## Citation Information
|
44 |
+
|
45 |
+
```
|
46 |
+
@article{wakamiya2017overview,
|
47 |
+
author = {Shoko Wakamiya, Mizuki Morita, Yoshinobu Kano, Tomoko Ohkuma and Eiji Aramaki},
|
48 |
+
title = {Overview of the NTCIR-13 MedWeb Task},
|
49 |
+
journal = {Proceedings of the 13th NTCIR Conference on Evaluation of Information Access Technologies (NTCIR-13)},
|
50 |
+
year = {2017},
|
51 |
+
url = {
|
52 |
+
http://research.nii.ac.jp/ntcir/workshop/OnlineProceedings13/pdf/ntcir/01-NTCIR13-OV-MEDWEB-WakamiyaS.pdf
|
53 |
+
},
|
54 |
+
}
|
55 |
+
|
56 |
+
```
|