wannaphong
commited on
Commit
•
3d7bc15
1
Parent(s):
e538bea
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,28 @@ dataset_info:
|
|
14 |
num_examples: 130454
|
15 |
download_size: 6418943
|
16 |
dataset_size: 29785888
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
18 |
# Dataset Card for "Thai-Pos-prompt"
|
|
|
19 |
|
20 |
-
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
num_examples: 130454
|
15 |
download_size: 6418943
|
16 |
dataset_size: 29785888
|
17 |
+
license: cc-by-sa-3.0
|
18 |
+
task_categories:
|
19 |
+
- text2text-generation
|
20 |
+
- text-generation
|
21 |
+
language:
|
22 |
+
- th
|
23 |
+
size_categories:
|
24 |
+
- 10K<n<100K
|
25 |
---
|
26 |
# Dataset Card for "Thai-Pos-prompt"
|
27 |
+
This dataset made to create prompt for Thai part-of-speech tagging.
|
28 |
|
29 |
+
- The Train set made from [blackboard treebank](https://bitbucket.org/kaamanita/blackboard-treebank) that used own tags but we use Universal Dependencies tags, so we convert those tags into Universal Dependencies tags. [See blackboard treebank tags to Universal Dependencies tags](https://github.com/PyThaiNLP/pythainlp/blob/dev/pythainlp/tag/blackboard.py#L56C5-L56C17)
|
30 |
+
- The test set from the Parallel Universal Dependencies (PUD) treebanks. See more [https://github.com/UniversalDependencies/UD_Thai-PUD](https://github.com/UniversalDependencies/UD_Thai-PUD)
|
31 |
+
|
32 |
+
## Template
|
33 |
+
```
|
34 |
+
Inputs: จงสร้างประโยคตามโครงสร้าง {pos}:
|
35 |
+
|
36 |
+
Targets: Thai sentence
|
37 |
+
```
|
38 |
+
pos: [All tag](https://universaldependencies.org/u/pos/)
|
39 |
+
|
40 |
+
|
41 |
+
Source code for create dataset: [https://github.com/PyThaiNLP/support-aya-datasets/blob/main/pos/merge.ipynb](https://github.com/PyThaiNLP/support-aya-datasets/blob/main/pos/merge.ipynb)
|