wannaphong commited on
Commit
33ae3e5
·
verified ·
1 Parent(s): d5b7414

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md CHANGED
@@ -60,4 +60,77 @@ configs:
60
  path: data/validation-*
61
  - split: test
62
  path: data/test-*
 
 
 
 
 
63
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  path: data/validation-*
61
  - split: test
62
  path: data/test-*
63
+ license: cc-by-3.0
64
+ task_categories:
65
+ - token-classification
66
+ language:
67
+ - th
68
  ---
69
+ # Thai NER v2.2
70
+
71
+ Thai Named Entity Recognition Corpus
72
+
73
+ Home Page: [https://pythainlp.github.io/Thai-NER/version/2](https://pythainlp.github.io/Thai-NER/version/2)
74
+
75
+ Training script and split data: [https://zenodo.org/record/7761354](https://zenodo.org/record/7761354)
76
+
77
+ **You can download .conll to train named entity model in [https://zenodo.org/record/7761354](https://zenodo.org/record/7761354).**
78
+
79
+ **Size**
80
+
81
+ - Train: 3,938 docs
82
+ - Validation: 1,313 docs
83
+ - Test: 1,313 Docs
84
+
85
+ Some data come from crowdsourcing between Dec 2018 - Nov 2019. [https://github.com/wannaphong/thai-ner](https://github.com/wannaphong/thai-ner)
86
+
87
+ **Domain**
88
+ - News (It, politics, economy, social)
89
+ - PR (KKU news)
90
+ - general
91
+
92
+ **Source**
93
+ - I use sone data from Nutcha’s theses (http://pioneer.chula.ac.th/~awirote/Data-Nutcha.zip) and improve data by rechecking and adding more tagging.
94
+ - Twitter
95
+ - Blognone.com - It news
96
+ - thaigov.go.th
97
+ - kku.ac.th
98
+
99
+ And more (the lists are lost.)
100
+
101
+ **Tag**
102
+
103
+ - DATE - date
104
+ - TIME - time
105
+ - EMAIL - email
106
+ - LEN - length
107
+ - LOCATION - Location
108
+ - ORGANIZATION - Company / Organization
109
+ - PERSON - Person name
110
+ - PHONE - phone number
111
+ - TEMPERATURE - temperature
112
+ - URL - URL
113
+ - ZIP - Zip code
114
+ - MONEY - the amount
115
+ - LAW - legislation
116
+ - PERCENT - PERCENT
117
+
118
+
119
+ ## Cite
120
+
121
+ > Wannaphong Phatthiyaphaibun. (2024). Thai NER 2.2 (2.2) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.10795907
122
+
123
+ or BibTeX
124
+
125
+ ```
126
+ @dataset{wannaphong_phatthiyaphaibun_2024_10795907,
127
+ author = {Wannaphong Phatthiyaphaibun},
128
+ title = {Thai NER 2.2},
129
+ month = mar,
130
+ year = 2024,
131
+ publisher = {Zenodo},
132
+ version = {2.2},
133
+ doi = {10.5281/zenodo.10795907},
134
+ url = {https://doi.org/10.5281/zenodo.10795907}
135
+ }
136
+ ```