The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the
loading script
and relying on
automated data support
(you can use
convert_to_parquet
from the datasets
library). If this is not possible, please
open a discussion
for direct help.
Dataset Card for Yorùbá Text C3
Dataset Summary
Yorùbá Text C3 was collected from various sources from the web (Bible, JW300, books, news articles, wikipedia, etc) to compare pre-trained word embeddings (Fasttext and BERT) and embeddings and embeddings trained on curated Yorùbá Texts. The dataset consists of clean texts (i.e texts with proper Yorùbá diacritics) like the Bible & JW300 and noisy texts ( with incorrect or absent diacritics) from other online sources like Wikipedia, BBC Yorùbá, and VON Yorùbá
Supported Tasks and Leaderboards
For training word embeddings and language models on Yoruba texts.
Languages
The language supported is Yorùbá.
Dataset Structure
Data Instances
A data point is a sentence in each line. { 'text': 'lílo àkàbà — ǹjẹ́ o máa ń ṣe àyẹ̀wò wọ̀nyí tó lè dáàbò bò ẹ́' }
Data Fields
text
: astring
feature. a sentence text per line
Data Splits
Contains only the training split.
Dataset Creation
Curation Rationale
The data was created to help introduce resources to new language - Yorùbá.
Source Data
Initial Data Collection and Normalization
The dataset comes from various sources of the web like Bible, JW300, books, news articles, wikipedia, etc. See Table 1 in the paper for the summary of the dataset and statistics
Who are the source language producers?
Jehovah Witness (JW300) Yorùbá Bible Yorùbá Wikipedia BBC Yorùbá VON Yorùbá Global Voices Yorùbá
And other sources, see https://www.aclweb.org/anthology/2020.lrec-1.335/
Annotations
Annotation process
[More Information Needed]
Who are the annotators?
[More Information Needed]
Personal and Sensitive Information
[More Information Needed]
Considerations for Using the Data
Social Impact of Dataset
[More Information Needed]
Discussion of Biases
The dataset is biased to the religion domain (Christianity) because of the inclusion of JW300 and the Bible.
Other Known Limitations
[More Information Needed]
Additional Information
Dataset Curators
The data sets were curated by Jesujoba Alabi and David Adelani, students of Saarland University, Saarbrücken, Germany .
Licensing Information
The data is under the Creative Commons Attribution-NonCommercial 4.0
Citation Information
@inproceedings{alabi-etal-2020-massive,
title = "Massive vs. Curated Embeddings for Low-Resourced Languages: the Case of {Y}or{\`u}b{\'a} and {T}wi",
author = "Alabi, Jesujoba and
Amponsah-Kaakyire, Kwabena and
Adelani, David and
Espa{\~n}a-Bonet, Cristina",
booktitle = "Proceedings of the 12th Language Resources and Evaluation Conference",
month = may,
year = "2020",
address = "Marseille, France",
publisher = "European Language Resources Association",
url = "https://www.aclweb.org/anthology/2020.lrec-1.335",
pages = "2754--2762",
abstract = "The success of several architectures to learn semantic representations from unannotated text and the availability of these kind of texts in online multilingual resources such as Wikipedia has facilitated the massive and automatic creation of resources for multiple languages. The evaluation of such resources is usually done for the high-resourced languages, where one has a smorgasbord of tasks and test sets to evaluate on. For low-resourced languages, the evaluation is more difficult and normally ignored, with the hope that the impressive capability of deep learning architectures to learn (multilingual) representations in the high-resourced setting holds in the low-resourced setting too. In this paper we focus on two African languages, Yor{\`u}b{\'a} and Twi, and compare the word embeddings obtained in this way, with word embeddings obtained from curated corpora and a language-dependent processing. We analyse the noise in the publicly available corpora, collect high quality and noisy data for the two languages and quantify the improvements that depend not only on the amount of data but on the quality too. We also use different architectures that learn word representations both from surface forms and characters to further exploit all the available information which showed to be important for these languages. For the evaluation, we manually translate the wordsim-353 word pairs dataset from English into Yor{\`u}b{\'a} and Twi. We extend the analysis to contextual word embeddings and evaluate multilingual BERT on a named entity recognition task. For this, we annotate with named entities the Global Voices corpus for Yor{\`u}b{\'a}. As output of the work, we provide corpora, embeddings and the test suits for both languages.",
language = "English",
ISBN = "979-10-95546-34-4",
}
Contributions
Thanks to @dadelani for adding this dataset.
- Downloads last month
- 185