Lino-Urdaneta-Mammut's picture
Create README.md
2155124
|
raw
history blame
4.94 kB

How to use

How to load this dataset directly with the datasets library:

>>> from datasets import load_dataset
>>> dataset = load_dataset("mammut-corpus-venezuela")

Dataset Summary

mammut-corpus-venezuela is a dataset for Spanish language modeling. This dataset comprises a large number of Venezuelan and Latin-American Spanish texts, manually selected and collected in 2021. The data was collected by a process of web scraping from different portals, downloading of Telegram group chats' history, and selecting of Venezuelan and Latin-American Spanish corpus available online. The texts come from Venezuelan Spanish speakers, subtitlers, journalists, politicians, doctors, writers, and online sellers. Social biases may be present, and a percentage of the texts may be fake or contain misleading or offensive language.

Each record in the dataset contains the author of the text (anonymized for conversation authors), the date on which the text entered in the corpus, the text which was automatically tokenized at sentence level for sources other than conversations, the source of the text, the title of the text, the number of tokens (excluding punctuation marks) of the text, and the linguistic register of the text.

The dataset counts with a train split and a test split.

Supported Tasks and Leaderboards

This dataset can be used for language modeling.

Languages

The dataset contains Venezuelan and Latin-American Spanish.

Dataset Structure

Data Instances

An example from the dataset: { "AUTHOR":“author in title”, “TITLE”:“Luis Alberto Buttó: Hecho en socialismo” "SENTENCE":“Históricamente, siempre fue así.”, "DATE":“2021-07-04 07:18:46.918253”,
"SOURCE":"la patilla", “TOKENS”:“4” “TYPE”:“opinion/news” }

The average word token count are provided below: Splits Total of tokens (no spelling marks): Train 92,431,194 Test 4,876,739

Data Fields

The data have several fields: AUTHOR: author of the text. It is anonymized for conversation authors. DATE: date on which the text was entered in the corpus. SENTENCE: text. It was automatically tokenized for sources other than conversations. SOURCE: source of the texts. TITLE: title of the text from which SENTENCE originates. TOKENS: number of tokens (excluding punctuation marks) of SENTENCE. TYPE: linguistic register of the text.

Data Splits

Size of downloaded dataset files: Size of the generated dataset: Total amount of disk used: The mammut-corpus-ve dataset has 2 splits: train and test. Below are the statistics:

Dataset Split Number of Instances in Split Train 2,983,302 Test 157,011

Dataset Creation

Curation Rationale

The purpose of the mammut-corpus-ve dataset is language modeling. It can be used for pre-training a model from scratch or for fine-tuning on another pre-trained model.

Source Data

Initial Data Collection and Normalization

The data consists of opinion articles and text messages. It was collected by a process of web scraping from different portals, downloading of Telegram group chats’ history and selecting of Venezuelan and Latin-American Spanish corpus available online.

The text from the web scraping process was separated in sentences and was automatically tokenized for sources other than conversations.

An arrow parquet file was created.

Text sources: El Estímulo (website), cinco8 (website), csm_1990 (oral speaking corpus), “El atajo más largo” (blog), El Pitazo (website), La Patilla (website), Venezuelan movies subtitles, Preseea Mérida (oral speaking corpus), Prodavinci (website), Runrunes (website), and Telegram group chats.

Who are the source language producers?

The texts come from Venezuelan Spanish speakers, subtitlers, journalists, politicians, doctors, writers, and online sellers.

Annotations

Annotation process

At the moment the dataset does not contain any additional annotations.

Who are the annotators?

Not applicable.

Personal and Sensitive Information

The data is partially anonymized. Also, there are messages from Telegram selling chats, some percentage of these messages may be fake or contain misleading or offensive language.

Considerations for Using the Data

Social Impact of Dataset

The purpose of this dataset is to help the development of language modeling models (pre-training or fine-tuning) in Venezuelan Spanish.

Discussion of Biases

Most of the content comes from political, economical and sociological opinion articles. Social biases may be present.

Other Known Limitations

(If applicable, description of the other limitations in the data.)

Not applicable.

Additional Information

Dataset Curators

The data was originally collected by Lino Urdaneta and Miguel Riveros from Mammut.io.

Licensing Information

Not applicable.

Citation Information

Not applicable.

Contributions

Not applicable.