|
--- |
|
dataset_info: |
|
features: |
|
- name: inputs |
|
dtype: string |
|
- name: targets |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 26964824 |
|
num_examples: 130454 |
|
download_size: 5903386 |
|
dataset_size: 26964824 |
|
license: cc-by-3.0 |
|
task_categories: |
|
- text2text-generation |
|
- text-generation |
|
language: |
|
- th |
|
size_categories: |
|
- 10K<n<100K |
|
--- |
|
# Dataset Card for "blackboard_treebank_prompt" |
|
|
|
This dataset made from [blackboard treebank](https://bitbucket.org/kaamanita/blackboard-treebank). The dataset want to create Thai sentence by structure. |
|
|
|
The original dataset 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) |
|
|
|
|
|
Source code for create dataset: [https://github.com/PyThaiNLP/support-aya-datasets/blob/main/pos/blackboard_treebank_prompt.ipynb](https://github.com/PyThaiNLP/support-aya-datasets/blob/main/pos/blackboard_treebank_prompt.ipynb) |
|
|
|
## Template |
|
``` |
|
Inputs: จงสร้างประโยคตามโครงสร้าง {pos}: |
|
|
|
Targets: Thai sentence |
|
``` |
|
pos: [All tag](https://universaldependencies.org/u/pos/) |
|
|
|
See more: [blackboard treebank](https://bitbucket.org/kaamanita/blackboard-treebank). |