LETZ / README.md
fredxlpy's picture
Update README.md
484bfec verified
|
raw
history blame
3.79 kB
metadata
license: cc-by-4.0
task_categories:
  - text-classification
language:
  - lb
size_categories:
  - 10K<n<100K
source_datasets:
  - Luxembourg Online Dictionary (LOD)
configs:
  - config_name: LETZ-SYN
    data_files:
      - split: train
        path: LETZ-SYN/train.json
      - split: validation
        path: LETZ-SYN/val.json
      - split: test
        path: LETZ-SYN/test.json
  - config_name: LETZ-WoT
    data_files:
      - split: train
        path: LETZ-WoT/train.json
      - split: validation
        path: LETZ-WoT/val.json
      - split: test
        path: LETZ-WoT/test.json

Dataset Card for Luxembourgish Entailment-based Topic classification via Zero-shot learning (LETZ)

Dataset Summary

The datasets for Luxembourgish Entailment-based Topic classification via Zero-shot learning (LETZ) can be used to adapt language models to zero-shot classification in Luxembourgish. It leverages data from the Luxembourg Online Dictionary to provide relevant topic classification examples in Luxembourgish, a low-resource language. The LETZ datasets were created to address the limitations of using Natural Language Inference (NLI) datasets for zero-shot classification in low-resource languages. Specifically, they aim to improve topic classification performance by providing more relevant and accessible data through dictionary entries.

Columns in the Dataset

Each dataset includes the following columns:

  • Text: The Luxembourgish sentence or phrase.
  • Label: The potentially associated topic label.
  • Class: A binary indicator where “1” denotes relevance (entailment) and “0” denotes irrelevance (non-entailment).

Citation Information

@inproceedings{philippy-etal-2024-forget,
    title = "Forget {NLI}, Use a Dictionary: Zero-Shot Topic Classification for Low-Resource Languages with Application to {L}uxembourgish",
    author = "Philippy, Fred  and
      Haddadan, Shohreh  and
      Guo, Siwen",
    editor = "Melero, Maite  and
      Sakti, Sakriani  and
      Soria, Claudia",
    booktitle = "Proceedings of the 3rd Annual Meeting of the Special Interest Group on Under-resourced Languages @ LREC-COLING 2024",
    month = may,
    year = "2024",
    address = "Torino, Italia",
    publisher = "ELRA and ICCL",
    url = "https://aclanthology.org/2024.sigul-1.13",
    pages = "97--104",
    abstract = "In NLP, zero-shot classification (ZSC) is the task of assigning labels to textual data without any labeled examples for the target classes. A common method for ZSC is to fine-tune a language model on a Natural Language Inference (NLI) dataset and then use it to infer the entailment between the input document and the target labels. However, this approach faces certain challenges, particularly for languages with limited resources. In this paper, we propose an alternative solution that leverages dictionaries as a source of data for ZSC. We focus on Luxembourgish, a low-resource language spoken in Luxembourg, and construct two new topic relevance classification datasets based on a dictionary that provides various synonyms, word translations and example sentences. We evaluate the usability of our dataset and compare it with the NLI-based approach on two topic classification tasks in a zero-shot manner. Our results show that by using the dictionary-based dataset, the trained models outperform the ones following the NLI-based approach for ZSC. While we focus on a single low-resource language in this study, we believe that the efficacy of our approach can also transfer to other languages where such a dictionary is available.",
}