Commit
·
1011210
1
Parent(s):
eba59a3
Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,59 @@ dataset_info:
|
|
24 |
num_examples: 150
|
25 |
download_size: 618416
|
26 |
dataset_size: 1553684
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
-
# Dataset Card for "han_corf_dataset_v1.0"
|
29 |
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
num_examples: 150
|
25 |
download_size: 618416
|
26 |
dataset_size: 1553684
|
27 |
+
license: cc-by-3.0
|
28 |
+
tags:
|
29 |
+
- coreference-resolution
|
30 |
+
- coreference
|
31 |
+
- anaphora
|
32 |
+
language:
|
33 |
+
- th
|
34 |
+
size_categories:
|
35 |
+
- 1K<n<10K
|
36 |
---
|
|
|
37 |
|
38 |
+
# 🪿 Han-Coref: Thai Coreference resolution by PyThaiNLP (Dataset)
|
39 |
+
|
40 |
+
This project want to create Thai Coreference resolution system.
|
41 |
+
|
42 |
+
This project is developed by 🪿 Wannaphong Phatthiyaphaibun.
|
43 |
+
|
44 |
+
|
45 |
+
**Current 🪿 Han-Coref version**: 1.0
|
46 |
+
|
47 |
+
- GitHub: [pythainlp/han-coref](https://github.com/pythainlp/han-coref)
|
48 |
+
- Model: [pythainlp/han-coref-v1.0](https://huggingface.co/pythainlp/han-coref-v1.0)
|
49 |
+
- Dataset: [pythainlp/han-corf-dataset-v1.0](https://huggingface.co/datasets/pythainlp/han-corf-dataset-v1.0)
|
50 |
+
|
51 |
+
## Cite as
|
52 |
+
|
53 |
+
> Wannaphong Phatthiyaphaibun, & Peerat Limkonchotiwat. (2023). Han-Coref: Thai Coreference resolution by PyThaiNLP. https://doi.org/10.5281/zenodo.7965488
|
54 |
+
|
55 |
+
or BibTeX entry:
|
56 |
+
|
57 |
+
``` bib
|
58 |
+
@misc{wannaphong_phatthiyaphaibun_2023_7965488,
|
59 |
+
author = {Wannaphong Phatthiyaphaibun and
|
60 |
+
Peerat Limkonchotiwat},
|
61 |
+
title = {{Han-Coref: Thai Coreference resolution by
|
62 |
+
PyThaiNLP}},
|
63 |
+
month = may,
|
64 |
+
year = 2023,
|
65 |
+
publisher = {Zenodo},
|
66 |
+
version = {1.0.0},
|
67 |
+
doi = {10.5281/zenodo.7965488},
|
68 |
+
url = {https://doi.org/10.5281/zenodo.7965488}
|
69 |
+
}
|
70 |
+
```
|
71 |
+
|
72 |
+
## License
|
73 |
+
- All source code use [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
|
74 |
+
- The Dataset use [Creative Commons Attribution 3.0 Unported License](https://creativecommons.org/licenses/by/3.0/).
|
75 |
+
|
76 |
+
|
77 |
+
This project is a part of [🪿 PyThaiNLP project](https://github.com/PyThaiNLP/).
|
78 |
+
|
79 |
+
|
80 |
+
We build Thai NLP.
|
81 |
+
|
82 |
+
PyThaiNLP
|