Datasets:

Languages:
Catalan
Multilinguality:
monolingual
Size Categories:
unknown
Annotations Creators:
professional translators
ArXiv:
License:

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 XNLI-ca

Dataset Summary

Professional translation into Catalan of the Cross-lingual Natural Language Inference XNLI dataset, an evaluation corpus for language transfer and cross-lingual sentence classification.

XNLI-ca is a collection of 7,500 sentence pairs annotated with textual entailment.

XNLI is restricted to only non-commercial research purposes under the Creative Commons Attribution Non-commercial 4.0 International Public License.

Supported Tasks and Leaderboards

Textual entailment, Text classification, Language Model

Languages

The dataset is in Catalan (ca-ES).

Dataset Structure

Data Instances

Two JSON files, one for each split.

Example:

    
   {
    "label": "contradiction",
    "premise": "Bé, ni tan sols estava pensant en això, però estava molt frustrat i vaig acabar tornant a parlar amb ell.",
    "hypothesis": "No he tornat a parlar amb ell."
  },
  {
    "label": "entailment",
    "premise": "Bé, ni tan sols estava pensant en això, però estava molt frustrat i vaig acabar tornant a parlar amb ell.",
    "hypothesis": "Estava tan molest que vaig començar a parlar amb ell de nou."
  },
  {
    "label": "neutral",
    "premise": "Bé, ni tan sols estava pensant en això, però estava molt frustrat i vaig acabar tornant a parlar amb ell.",
    "hypothesis": "Vam tenir una gran xerrada."
  }
  

Data Fields

  • premise: text
  • hypothesis: text related to the premise
  • label: relation between premise and hypothesis:
    • 0: entailment
    • 1: neutral
    • 2: contradiction

Data Splits

  • dev.json: 2490 examples
  • test.json: 5010 examples

Dataset Creation

Curation Rationale

We created this dataset to contribute to the development of language models in Catalan, a low-resource language.

Source Data

XNLI.

Initial Data Collection and Normalization

This dataset is a professional translation of XNLI into Catalan, commissioned by BSC LangTech Unit within Projecte AINA.

Who are the source language producers?

For more information on how XNLI was created, refer to the paper XNLI: Evaluating Cross-lingual Sentence Representations, or visit the XNLI's webpage.

Annotations

Annotation process

[N/A]

Who are the annotators?

This is a professional translation of the XNLI corpus and its annotations.

Personal and Sensitive Information

No personal or sensitive information included.

Considerations for Using the Data

Social Impact of Dataset

We hope this dataset contributes to the development of language models in Catalan, a low-resource language.

Discussion of Biases

[N/A]

Other Known Limitations

[N/A]

Additional Information

Dataset Curators

Language Technologies Unit at the Barcelona Supercomputing Center (langtech@bsc.es)

This work was funded by the Departament de la Vicepresidència i de Polítiques Digitals i Territori de la Generalitat de Catalunya within the framework of Projecte AINA.

Licensing Information

XNLI is restricted to only non-commercial research purposes under the Creative Commons Attribution Non-commercial 4.0 International Public License.

Citation Information


DOI

Contributions

[N/A]

Downloads last month
30
Edit dataset card

Collection including projecte-aina/xnli-ca