Datasets:

ArXiv:
License:
holylovenia commited on
Commit
a12ec3a
·
verified ·
1 Parent(s): 1284bce

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +107 -0
README.md ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: cc-by-sa-4.0
4
+ language:
5
+ - ind
6
+ - mya
7
+ pretty_name: Xstorycloze
8
+ task_categories:
9
+ - commonsense-reasoning
10
+ tags:
11
+ - commonsense-reasoning
12
+ ---
13
+
14
+ XStoryCloze consists of the professionally translated version of the English StoryCloze
15
+ dataset (Spring 2016 version) to 10 non-English languages. This dataset is released by
16
+ Meta AI.
17
+
18
+
19
+ ## Languages
20
+
21
+ ind, mya
22
+
23
+ ## Supported Tasks
24
+
25
+ Commonsense Reasoning
26
+
27
+ ## Dataset Usage
28
+ ### Using `datasets` library
29
+ ```
30
+ from datasets import load_dataset
31
+ dset = datasets.load_dataset("SEACrowd/xstorycloze", trust_remote_code=True)
32
+ ```
33
+ ### Using `seacrowd` library
34
+ ```import seacrowd as sc
35
+ # Load the dataset using the default config
36
+ dset = sc.load_dataset("xstorycloze", schema="seacrowd")
37
+ # Check all available subsets (config names) of the dataset
38
+ print(sc.available_config_names("xstorycloze"))
39
+ # Load the dataset using a specific config
40
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
41
+ ```
42
+
43
+ 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).
44
+
45
+
46
+ ## Dataset Homepage
47
+
48
+ [https://huggingface.co/datasets/juletxara/xstory_cloze](https://huggingface.co/datasets/juletxara/xstory_cloze)
49
+
50
+ ## Dataset Version
51
+
52
+ Source: 1.0.0. SEACrowd: 2024.06.20.
53
+
54
+ ## Dataset License
55
+
56
+ Creative Commons Attribution Share Alike 4.0 (cc-by-sa-4.0)
57
+
58
+ ## Citation
59
+
60
+ If you are using the **Xstorycloze** dataloader in your work, please cite the following:
61
+ ```
62
+ @inproceedings{lin2022fewshot,
63
+ author = {Xi Victoria Lin and
64
+ Todor Mihaylov and
65
+ Mikel Artetxe and
66
+ Tianlu Wang and
67
+ Shuohui Chen and
68
+ Daniel Simig and
69
+ Myle Ott and
70
+ Naman Goyal and
71
+ Shruti Bhosale and
72
+ Jingfei Du and
73
+ Ramakanth Pasunuru and
74
+ Sam Shleifer and
75
+ Punit Singh Koura and
76
+ Vishrav Chaudhary and
77
+ Brian O'Horo and
78
+ Jeff Wang and
79
+ Luke Zettlemoyer and
80
+ Zornitsa Kozareva and
81
+ Mona T. Diab and
82
+ Veselin Stoyanov and
83
+ Xian Li},
84
+ editor = {Yoav Goldberg and
85
+ Zornitsa Kozareva and
86
+ Yue Zhang},
87
+ title = {Few-shot Learning with Multilingual Generative Language Models},
88
+ booktitle = {Proceedings of the 2022 Conference on Empirical Methods in Natural
89
+ Language Processing, {EMNLP} 2022, Abu Dhabi, United Arab Emirates,
90
+ December 7-11, 2022},
91
+ pages = {9019--9052},
92
+ publisher = {Association for Computational Linguistics},
93
+ year = {2022},
94
+ url = {https://doi.org/10.18653/v1/2022.emnlp-main.616},
95
+ doi = {10.18653/V1/2022.EMNLP-MAIN.616},
96
+ }
97
+
98
+
99
+ @article{lovenia2024seacrowd,
100
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
101
+ 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},
102
+ year={2024},
103
+ eprint={2406.10118},
104
+ journal={arXiv preprint arXiv: 2406.10118}
105
+ }
106
+
107
+ ```