chuuhtetnaing commited on
Commit
d76fad4
·
verified ·
1 Parent(s): 1ad2ac1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -15
README.md CHANGED
@@ -174,25 +174,15 @@ label_pos_tags = [id2label[tag_id] for tag_id in ds["train"][7]["pos_tags"]]
174
  - Information extraction and semantic processing
175
  - Machine translation preprocessing
176
 
177
- ## Citation
178
 
179
- If you use this preprocessed dataset in your research, please cite the original dataset:
180
 
181
- ```bibtex
182
- @dataset{mypos,
183
- title={myPOS: Myanmar Part-of-Speech Tagging Dataset},
184
- author={Ye Kyaw Thu and others},
185
- howpublished={HuggingFace Datasets},
186
- url={https://huggingface.co/datasets/LULab/myPOS},
187
- year={2023}
188
- }
189
- ```
190
-
191
- If you want to use myPOS models or POS-tagged data in your research, we'd appreciate if you use the following two references:
192
 
193
- **Paper 1**: Khin War War Htike, Ye Kyaw Thu, Zuping Zhang, Win Pa Pa, Yoshinori Sagisaka and Naoto Iwahashi, "Comparison of Six POS Tagging Methods on 10K Sentences Myanmar Language (Burmese) POS Tagged Corpus", at 18th International Conference on Computational Linguistics and Intelligent Text Processing (CICLing 2017), April 17~23, 2017, Budapest, Hungary. [[Draft paper]](https://github.com/ye-kyaw-thu/myPOS/blob/master/CICLING2017/myPOS-CICLing2017-paper.pdf), [[Poster]](https://github.com/ye-kyaw-thu/myPOS/blob/master/CICLING2017/10K-POS-tagging-CICLing2017.pdf)
194
 
195
- **Paper 2**: Zar Zar Hlaing, Ye Kyaw Thu, Myat Myo Nwe Wai, Thepchai Supnithi, Ponrudee Netisopakul, "Myanmar POS resource extension effects on automatic tagging methods", In Proceedings of the 15th International Joint Symposium on Artificial Intelligence and Natural Language Processing (iSAI-NLP 2020), Nov 18 to Nov 20, 2020, Bangkok, Thailand, pp. 189-194. [[Paper]](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=9376835)
196
 
197
  For more information about the original dataset, please visit:
198
 
 
174
  - Information extraction and semantic processing
175
  - Machine translation preprocessing
176
 
177
+ ## Citation
178
 
179
+ According to the original repository:
180
 
181
+ > If you want to use myPOS models or POS-tagged data in your research, we'd appreciate if you use the following two references:
 
 
 
 
 
 
 
 
 
 
182
 
183
+ > **Paper 1**: Khin War War Htike, Ye Kyaw Thu, Zuping Zhang, Win Pa Pa, Yoshinori Sagisaka and Naoto Iwahashi, "Comparison of Six POS Tagging Methods on 10K Sentences Myanmar Language (Burmese) POS Tagged Corpus", at 18th International Conference on Computational Linguistics and Intelligent Text Processing (CICLing 2017), April 17~23, 2017, Budapest, Hungary. [[Draft paper]](https://github.com/ye-kyaw-thu/myPOS/blob/master/CICLING2017/myPOS-CICLing2017-paper.pdf), [[Poster]](https://github.com/ye-kyaw-thu/myPOS/blob/master/CICLING2017/10K-POS-tagging-CICLing2017.pdf)
184
 
185
+ > **Paper 2**: Zar Zar Hlaing, Ye Kyaw Thu, Myat Myo Nwe Wai, Thepchai Supnithi, Ponrudee Netisopakul, "Myanmar POS resource extension effects on automatic tagging methods", In Proceedings of the 15th International Joint Symposium on Artificial Intelligence and Natural Language Processing (iSAI-NLP 2020), Nov 18 to Nov 20, 2020, Bangkok, Thailand, pp. 189-194. [[Paper]](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=9376835)
186
 
187
  For more information about the original dataset, please visit:
188