File size: 2,926 Bytes
d5b7414
e516176
 
 
 
 
d5b7414
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33ae3e5
 
 
 
 
34a1e88
33ae3e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
---
language:
- th
license: cc-by-3.0
task_categories:
- token-classification
dataset_info:
  features:
  - name: words
    sequence: string
  - name: ner
    sequence:
      class_label:
        names:
          '0': B-PERSON
          '1': I-PERSON
          '2': O
          '3': B-ORGANIZATION
          '4': B-LOCATION
          '5': I-ORGANIZATION
          '6': I-LOCATION
          '7': B-DATE
          '8': I-DATE
          '9': B-TIME
          '10': I-TIME
          '11': B-MONEY
          '12': I-MONEY
          '13': B-FACILITY
          '14': I-FACILITY
          '15': B-URL
          '16': I-URL
          '17': B-PERCENT
          '18': I-PERCENT
          '19': B-LEN
          '20': I-LEN
          '21': B-AGO
          '22': I-AGO
          '23': B-LAW
          '24': I-LAW
          '25': B-PHONE
          '26': I-PHONE
          '27': B-EMAIL
          '28': I-EMAIL
          '29': B-ZIP
          '30': B-TEMPERATURE
          '31': I-TEMPERATURE
  splits:
  - name: train
    num_bytes: 3739947
    num_examples: 4379
  - name: validation
    num_bytes: 1215876
    num_examples: 1475
  - name: test
    num_bytes: 1243881
    num_examples: 1472
  download_size: 999069
  dataset_size: 6199704
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---
# Thai NER v2.2

Thai Named Entity Recognition Corpus


**You can download .conll to train named entity model in [https://zenodo.org/records/10795907](https://zenodo.org/records/10795907).**

**Size**

- Train: 3,938 docs
- Validation: 1,313 docs
- Test: 1,313 Docs

Some data come from crowdsourcing between Dec 2018 - Nov 2019. [https://github.com/wannaphong/thai-ner](https://github.com/wannaphong/thai-ner)

**Domain**
- News (It, politics, economy, social)
- PR (KKU news)
- general

**Source**
- 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.
- Twitter
- Blognone.com - It news
- thaigov.go.th
- kku.ac.th

And more (the lists are lost.)

**Tag**

- DATE - date
- TIME - time
- EMAIL - email
- LEN - length
- LOCATION - Location
- ORGANIZATION - Company / Organization
- PERSON - Person name
- PHONE - phone number
- TEMPERATURE - temperature
- URL - URL
- ZIP - Zip code
- MONEY - the amount
- LAW - legislation
- PERCENT - PERCENT


## Cite

> Wannaphong Phatthiyaphaibun. (2024). Thai NER 2.2 (2.2) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.10795907

or BibTeX

```
@dataset{wannaphong_phatthiyaphaibun_2024_10795907,
  author       = {Wannaphong Phatthiyaphaibun},
  title        = {Thai NER 2.2},
  month        = mar,
  year         = 2024,
  publisher    = {Zenodo},
  version      = {2.2},
  doi          = {10.5281/zenodo.10795907},
  url          = {https://doi.org/10.5281/zenodo.10795907}
}
```