Datasets:

Languages:
Lao
ArXiv:
License:
yunshan_cup_2020 / README.md
holylovenia's picture
Upload README.md with huggingface_hub
33b3dc5 verified
metadata
license: unknown
language:
  - lao
pretty_name: Yunshan Cup 2020
task_categories:
  - pos-tagging
tags:
  - pos-tagging

Lao POS dataset containing 11,000 sentences was released as part of Yunshan-Cup-2020 evaluation track.

Languages

lao

Supported Tasks

Pos Tagging

Dataset Usage

Using datasets library

from datasets import load_dataset
dset = datasets.load_dataset("SEACrowd/yunshan_cup_2020", trust_remote_code=True)

Using seacrowd library

# Load the dataset using the default config
dset = sc.load_dataset("yunshan_cup_2020", schema="seacrowd")
# Check all available subsets (config names) of the dataset
print(sc.available_config_names("yunshan_cup_2020"))
# Load the dataset using a specific config
dset = sc.load_dataset_by_config_name(config_name="<config_name>")

More details on how to load the seacrowd library can be found here.

Dataset Homepage

https://github.com/GKLMIP/Yunshan-Cup-2020

Dataset Version

Source: 1.0.0. SEACrowd: 2024.06.20.

Dataset License

Unknown (unknown)

Citation

If you are using the Yunshan Cup 2020 dataloader in your work, please cite the following:

@article{DBLP:journals/corr/abs-2204-02658,
 author    = {Yingwen Fu and
              Jinyi Chen and
              Nankai Lin and
              Xixuan Huang and
              Xin Ying Qiu and
              Shengyi Jiang},
 title     = {Yunshan Cup 2020: Overview of the Part-of-Speech Tagging Task for
              Low-resourced Languages},
 journal   = {CoRR},
 volume    = {abs/2204.02658},
 year      = {2022},
 url       = {https://doi.org/10.48550/arXiv.2204.02658},
 doi       = {10.48550/arXiv.2204.02658},
 eprinttype = {arXiv},
 eprint    = {2204.02658},
 timestamp = {Tue, 12 Apr 2022 18:42:14 +0200},
 biburl    = {https://dblp.org/rec/journals/corr/abs-2204-02658.bib},
 bibsource = {dblp computer science bibliography, https://dblp.org}
}


@article{lovenia2024seacrowd,
    title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages}, 
    author={Holy Lovenia and Rahmad Mahendra and Salsabil Maulana Akbar and Lester James V. Miranda and Jennifer Santoso and Elyanah Aco and Akhdan Fadhilah and Jonibek Mansurov and Joseph Marvin Imperial and Onno P. Kampman and Joel Ruben Antony Moniz and Muhammad Ravi Shulthan Habibi and Frederikus Hudi and Railey Montalan and Ryan Ignatius and Joanito Agili Lopo and William Nixon and Börje F. Karlsson and James Jaya and Ryandito Diandaru and Yuze Gao and Patrick Amadeus and Bin Wang and Jan Christian Blaise Cruz and Chenxi Whitehouse and Ivan Halim Parmonangan and Maria Khelli and Wenyu Zhang and Lucky Susanto and Reynard Adha Ryanda and Sonny Lazuardi Hermawan and Dan John Velasco and Muhammad Dehan Al Kautsar and Willy Fitra Hendria and Yasmin Moslem and Noah Flynn and Muhammad Farid Adilazuarda and Haochen Li and Johanes Lee and R. Damanhuri and Shuo Sun and Muhammad Reza Qorib and Amirbek Djanibekov and Wei Qi Leong and Quyet V. Do and Niklas Muennighoff and Tanrada Pansuwan and Ilham Firdausi Putra and Yan Xu and Ngee Chia Tai and Ayu Purwarianti and Sebastian Ruder and William Tjhi and Peerat Limkonchotiwat and Alham Fikri Aji and Sedrick Keh and Genta Indra Winata and Ruochen Zhang and Fajri Koto and Zheng-Xin Yong and Samuel Cahyawijaya},
    year={2024},
    eprint={2406.10118},
    journal={arXiv preprint arXiv: 2406.10118}
}