Datasets:

ArXiv:
License:
holylovenia commited on
Commit
adde2ab
·
verified ·
1 Parent(s): 04dcaad

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +117 -0
README.md ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: cc-by-sa-3.0
4
+ language:
5
+ - ind
6
+ - kod
7
+ - ceb
8
+ - hil
9
+ - tgl
10
+ pretty_name: Unimorph
11
+ task_categories:
12
+ - morphological-inflection
13
+ tags:
14
+ - morphological-inflection
15
+ ---
16
+
17
+ The Universal Morphology (UniMorph) project is a collaborative effort providing
18
+ broad-coverage instantiated normalized morphological inflection tables for
19
+ undreds of diverse world languages. The project comprises two major thrusts: a
20
+ language-independent feature schema for rich morphological annotation, and a
21
+ type-level resource of annotated data in diverse languages realizing that
22
+ schema. 5 Austronesian languages spoken in Southeast Asia, consisting 2
23
+ Malayo-Polynesian languages and 3 Greater Central Philippine languages, become
24
+ the part of UniMorph 4.0 release.
25
+
26
+
27
+ ## Languages
28
+
29
+ ind, kod, ceb, hil, tgl
30
+
31
+ ## Supported Tasks
32
+
33
+ Morphological Inflection
34
+
35
+ ## Dataset Usage
36
+ ### Using `datasets` library
37
+ ```
38
+ from datasets import load_dataset
39
+ dset = datasets.load_dataset("SEACrowd/unimorph", trust_remote_code=True)
40
+ ```
41
+ ### Using `seacrowd` library
42
+ ```import seacrowd as sc
43
+ # Load the dataset using the default config
44
+ dset = sc.load_dataset("unimorph", schema="seacrowd")
45
+ # Check all available subsets (config names) of the dataset
46
+ print(sc.available_config_names("unimorph"))
47
+ # Load the dataset using a specific config
48
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
49
+ ```
50
+
51
+ More details on how to load the `seacrowd` library can be found [here](https://github.com/SEACrowd/seacrowd-datahub?tab=readme-ov-file#how-to-use).
52
+
53
+
54
+ ## Dataset Homepage
55
+
56
+ [https://unimorph.github.io](https://unimorph.github.io)
57
+
58
+ ## Dataset Version
59
+
60
+ Source: 4.0.0. SEACrowd: 2024.06.20.
61
+
62
+ ## Dataset License
63
+
64
+ Creative Commons Attribution Share Alike 3.0 (cc-by-sa-3.0)
65
+
66
+ ## Citation
67
+
68
+ If you are using the **Unimorph** dataloader in your work, please cite the following:
69
+ ```
70
+
71
+ @misc{batsuren2022unimorph,
72
+ title={UniMorph 4.0: Universal Morphology},
73
+ author={
74
+ Khuyagbaatar Batsuren and Omer Goldman and Salam Khalifa and Nizar
75
+ Habash and Witold Kieraś and Gábor Bella and Brian Leonard and Garrett
76
+ Nicolai and Kyle Gorman and Yustinus Ghanggo Ate and Maria Ryskina and
77
+ Sabrina J. Mielke and Elena Budianskaya and Charbel El-Khaissi and Tiago
78
+ Pimentel and Michael Gasser and William Lane and Mohit Raj and Matt
79
+ Coler and Jaime Rafael Montoya Samame and Delio Siticonatzi Camaiteri
80
+ and Benoît Sagot and Esaú Zumaeta Rojas and Didier López Francis and
81
+ Arturo Oncevay and Juan López Bautista and Gema Celeste Silva Villegas
82
+ and Lucas Torroba Hennigen and Adam Ek and David Guriel and Peter Dirix
83
+ and Jean-Philippe Bernardy and Andrey Scherbakov and Aziyana Bayyr-ool
84
+ and Antonios Anastasopoulos and Roberto Zariquiey and Karina Sheifer and
85
+ Sofya Ganieva and Hilaria Cruz and Ritván Karahóǧa and Stella
86
+ Markantonatou and George Pavlidis and Matvey Plugaryov and Elena
87
+ Klyachko and Ali Salehi and Candy Angulo and Jatayu Baxi and Andrew
88
+ Krizhanovsky and Natalia Krizhanovskaya and Elizabeth Salesky and Clara
89
+ Vania and Sardana Ivanova and Jennifer White and Rowan Hall Maudslay and
90
+ Josef Valvoda and Ran Zmigrod and Paula Czarnowska and Irene Nikkarinen
91
+ and Aelita Salchak and Brijesh Bhatt and Christopher Straughn and Zoey
92
+ Liu and Jonathan North Washington and Yuval Pinter and Duygu Ataman and
93
+ Marcin Wolinski and Totok Suhardijanto and Anna Yablonskaya and Niklas
94
+ Stoehr and Hossep Dolatian and Zahroh Nuriah and Shyam Ratan and Francis
95
+ M. Tyers and Edoardo M. Ponti and Grant Aiton and Aryaman Arora and
96
+ Richard J. Hatcher and Ritesh Kumar and Jeremiah Young and Daria
97
+ Rodionova and Anastasia Yemelina and Taras Andrushko and Igor Marchenko
98
+ and Polina Mashkovtseva and Alexandra Serova and Emily Prud'hommeaux and
99
+ Maria Nepomniashchaya and Fausto Giunchiglia and Eleanor Chodroff and
100
+ Mans Hulden and Miikka Silfverberg and Arya D. McCarthy and David
101
+ Yarowsky and Ryan Cotterell and Reut Tsarfaty and Ekaterina Vylomova},
102
+ year={2022},
103
+ eprint={2205.03608},
104
+ archivePrefix={arXiv},
105
+ primaryClass={cs.CL}
106
+ }
107
+
108
+
109
+ @article{lovenia2024seacrowd,
110
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
111
+ 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},
112
+ year={2024},
113
+ eprint={2406.10118},
114
+ journal={arXiv preprint arXiv: 2406.10118}
115
+ }
116
+
117
+ ```