Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Slovenian
ArXiv:
License:
File size: 2,627 Bytes
72632eb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
760c84c
 
 
72632eb
760c84c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: url
    dtype: string
  - name: title
    dtype: string
  - name: text
    dtype: string
  - name: chopped_document
    sequence: string
  - name: text_sl
    dtype: string
  splits:
  - name: train
    num_bytes: 63902117212
    num_examples: 6941400
  download_size: 37759382538
  dataset_size: 63902117212
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: cc-by-4.0
language:
- sl
---

# Slovene translation of English Wikipedia

## Overview

This is a Slovene translation of the English Wikipedia in Markdown format. The English dataset was taken from [zidsi/wikipedia_markdown](https://huggingface.co/datasets/zidsi/wikipedia_markdown). The dump that was used is **23. 1. 2025**. The dataset was translated using [cjvt/GaMS-DPO-Translator](https://huggingface.co/cjvt/GaMS-DPO-Translator) model.

## Data Size

The dataset contains **6.9 million** documents. The translated documents contain around **3.6 B** Slovene words.

## Data Structure

Dataset contains the following fields:
- `id`
- `url`
- `title`: Original (English) article title
- `text`: Original (English) article text
- `chopped_document`: The list of smaller text units that fit into the context window of GaMS-DPO-Translator.
- `text_sl`: Slovene translation of the English article.

## Acknowledgment

The dataset was developed within the [PoVeJMo](https://www.cjvt.si/povejmo/en/project/) research program (Adaptive Natural Language Processing with Large Language Models), particularly within the research project titled SloLLaMai -- Open-access computationally efficient models for Slovenian. The program is funded within the Recovery and Resilience Plan by the Slovenian Research and Innovation Agency (ARIS) and NextGenerationEU. The authors also acknowledge the financial support from the Slovenian Research and Innovation Agency (research core funding No. P6-0411 -- Language Resources and Technologies for Slovene).

This project is also funded by the European Union under Horizon Europe (101186647 – AI4DH).

## License

The dataset is released under the **CC BY 4.0** license.

## Citation

```bibtex
misc{vreš2026buildingstronginstructionlanguage,
      title={Building a Strong Instruction Language Model for a Less-Resourced Language}, 
      author={Domen Vreš and Tjaša Arčon and Timotej Petrič and Dario Vajda and Marko Robnik-Šikonja and Iztok Lebar Bajec},
      year={2026},
      eprint={2603.01691},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2603.01691}, 
}
```