File size: 3,367 Bytes
917cb77
 
8b1058c
 
 
 
5634c1f
8b1058c
 
 
 
 
 
11936bf
 
 
8b1058c
 
 
11936bf
917cb77
8b1058c
 
 
11936bf
 
 
 
 
 
 
 
 
 
bf66ffb
11936bf
 
 
 
bf66ffb
8b1058c
11936bf
5634c1f
 
8b1058c
 
 
11936bf
8b1058c
 
5634c1f
11936bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5634c1f
8b1058c
 
5634c1f
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
64
65
66
67
68
69
70
71
72
73
74
---

license: cc-by-nc-4.0
task_categories:
- sentence-similarity
language:
- lb
- ltz
size_categories:
- 10K<n<100K
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: lb-en
  data_files:
  - split: train
    path: data/v3/lb_en.json
  default: true   # optional

- config_name: lb-fr
  data_files:
  - split: train
    path: data/v3/lb_fr.json
---


# Dataset Card for LuxAlign

## Loading the Dataset
The dataset is currently at **version v3**, which can be loaded as:

```python

from datasets import load_dataset



ds = load_dataset("fredxlpy/LuxAlign", name="lb-en")  # or "lb-fr"

```

If you want to reproduce the results from the paper (`v1`) or use any previous version, you can specify the version folder:

```python

# Load version v1 (as used in the paper)

ds_v1 = load_dataset("fredxlpy/LuxAlign", data_dir="data/v1", data_files={"train": "lb_en.json"})

```

## Dataset Summary
LuxAlign is a parallel dataset featuring Luxembourgish-English and Luxembourgish-French sentence pairs, introduced in [*LuxEmbedder: A Cross-Lingual Approach to Enhanced Luxembourgish Sentence Embeddings* (Philippy et al., 2025)](https://aclanthology.org/2025.coling-main.753/). Designed to align the Luxembourgish embedding space with those of other languages, it enables improved cross-lingual sentence representations for Luxemborgish. This dataset was used to train the Luxembourgish sentence embedding model [**LuxEmbedder**](https://huggingface.co/fredxlpy/LuxEmbedder). The data originates from news articles published by the Luxembourgish news platform [RTL.lu](https://www.rtl.lu).

The sentence pairs in this dataset are not always exact translations but instead reflect high semantic similarity; hence, this dataset may not be suitable for training a machine translation model without caution.

## Dataset Description
- **Repository:** [fredxlpy/LuxEmbedder](https://github.com/fredxlpy/LuxEmbedder)
- **Paper:** [LuxEmbedder: A Cross-Lingual Approach to Enhanced Luxembourgish Sentence Embeddings (Philippy et al., COLING 2025)](https://doi.org/10.48550/arXiv.2412.03331)

## Citation Information
```bibtex

@inproceedings{philippy-etal-2025-luxembedder,

    title = "{L}ux{E}mbedder: A Cross-Lingual Approach to Enhanced {L}uxembourgish Sentence Embeddings",

    author = "Philippy, Fred  and

      Guo, Siwen  and

      Klein, Jacques  and

      Bissyande, Tegawende",

    editor = "Rambow, Owen  and

      Wanner, Leo  and

      Apidianaki, Marianna  and

      Al-Khalifa, Hend  and

      Eugenio, Barbara Di  and

      Schockaert, Steven",

    booktitle = "Proceedings of the 31st International Conference on Computational Linguistics",

    month = jan,

    year = "2025",

    address = "Abu Dhabi, UAE",

    publisher = "Association for Computational Linguistics",

    url = "https://aclanthology.org/2025.coling-main.753/",

    pages = "11369--11379",

}

```

We would like to express our sincere gratitude to RTL Luxembourg for providing the raw seed data that served as the foundation for this research. Those interested in obtaining this data are encouraged to reach out to [RTL Luxembourg](https://www.rtl.lu) or Mr. Tom Weber via [ai@rtl.lu](mailto:ai@rtl.lu).