Datasets:
initial commit
Browse files- .gitattributes +1 -0
- README.md +31 -0
- lb_en.json +3 -0
- lb_fr.json +3 -0
.gitattributes
CHANGED
@@ -7,6 +7,7 @@
|
|
7 |
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
*.joblib filter=lfs diff=lfs merge=lfs -text
|
|
|
10 |
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
*.mds filter=lfs diff=lfs merge=lfs -text
|
|
|
7 |
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
11 |
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
12 |
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
13 |
*.mds filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
+
task_categories:
|
4 |
+
- sentence-similarity
|
5 |
+
language:
|
6 |
+
- lb
|
7 |
+
size_categories:
|
8 |
+
- 10K<n<100K
|
9 |
+
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
|
10 |
+
- config_name: lb-en
|
11 |
+
data_files:
|
12 |
+
- split: train
|
13 |
+
path: lb_en.json
|
14 |
+
- config_name: lb-fr
|
15 |
+
data_files:
|
16 |
+
- split: train
|
17 |
+
path: lb_fr.json
|
18 |
---
|
19 |
+
|
20 |
+
# Dataset Card for LuxAlign
|
21 |
+
|
22 |
+
## Dataset Summary
|
23 |
+
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., COLING 2025)*](#). 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).
|
24 |
+
|
25 |
+
## Dataset Description
|
26 |
+
- **Repository:** [fredxlpy/LuxEmbedder](https://github.com/fredxlpy/LuxEmbedder)
|
27 |
+
- **Paper:** [LuxEmbedder: A Cross-Lingual Approach to Enhanced Luxembourgish Sentence Embeddings (Philippy et al., COLING 2025)](#)
|
28 |
+
|
29 |
+
## Citation Information
|
30 |
+
```
|
31 |
+
@inproceedings{}
|
32 |
+
```
|
33 |
+
|
34 |
+
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 [[email protected]](mailto:[email protected]).
|
lb_en.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce0b6050a31d573b602cb8839450041c6b3c1b9c7574c8af00cfcbb20c043681
|
3 |
+
size 6757718
|
lb_fr.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad60c4b9ae467c5b2c915a97f873ddbebf64adc11bd2e4536d4a1c4fa4c0f58c
|
3 |
+
size 22962370
|