File size: 3,789 Bytes
c741370
 
 
 
 
 
 
 
c725f91
 
 
3bdb9e7
30a5f96
 
7647606
30a5f96
7647606
30a5f96
7647606
3bdb9e7
c725f91
 
7647606
c725f91
7647606
c725f91
7647606
c725f91
 
484bfec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
license: cc-by-4.0
task_categories:
- text-classification
language:
- lb
size_categories:
- 10K<n<100K
source_datasets:
- Luxembourg Online Dictionary (LOD)
configs:  # Optional. This can be used to pass additional parameters to the dataset loader, such as `data_files`, `data_dir`, and any builder-specific parameters  
- config_name: LETZ-SYN  # Example: default
  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  # Example: default
  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 **L**uxembourgish **E**ntailment-based **T**opic classification via **Z**ero-shot learning (**LETZ**) can be used to adapt language models to zero-shot classification in Luxembourgish. It leverages data from the [*Luxembourg Online Dictionary*](https://lod.lu) 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.",
}
```