jpconsuegra commited on
Commit
a2cd60b
·
verified ·
1 Parent(s): 91f45f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md CHANGED
@@ -1,3 +1,89 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ task_categories:
4
+ - translation
5
+ language:
6
+ - va
7
+ - en
8
+ size_categories:
9
+ - 100K<n<1M
10
  ---
11
+
12
+ # UV_PARALLEL_VA_EN Dataset
13
+
14
+ ## Dataset Summary
15
+
16
+ **UV_PARALLEL_VA_EN** is a parallel dataset for machine translation between **Valencian (VA)** and **English (EN)**.
17
+ It consists of aligned sentence pairs along with the source file from which each pair was extracted.
18
+ The dataset is intended for research in machine translation, cross-lingual NLP, and linguistic analysis.
19
+
20
+ ## Dataset Structure
21
+
22
+ Each row in the dataset includes the following fields:
23
+
24
+ - **VA**: A sentence in Valencian.
25
+ - **EN**: The corresponding English translation.
26
+ - **Source**: The file from which the parallel sentence pair was obtained.
27
+
28
+ ## Dataset Creation
29
+
30
+ ### Curation Rationale
31
+
32
+ This dataset is aimed at promoting the development of Machine Translation
33
+ between Valencian and English, supporting research in multilingual NLP
34
+ and facilitating the development of translation systems for these language pairs.
35
+
36
+ ### Source Data
37
+
38
+ The parallel data in this dataset is extracted from web news published by the [Universitat de València](https://www.uv.es/).
39
+ All sentence pairs originate from publicly available articles on the university's official communication channels.
40
+
41
+ ### Data Filtering and Normalization
42
+
43
+ All data underwent rigorous filtering and normalization:
44
+ - **Alignment filtering**: Sentence- and paragraph-level alignments were calculated with the [`gplsi
45
+ translation-alignment` tool](https://github.com/gplsi/translation-alignment).
46
+ - **Language identification**: Valencian documents are filtered using a private discriminative tool to differentiate them from Catalan.
47
+ - **Deduplication:** The filtered datasets were deduplicated to remove redundant sentence pairs
48
+
49
+ The filtered and normalized datasets were then concatenated to form the final corpus.
50
+
51
+ ## Funding
52
+
53
+ This dataset is funded by the *Ministerio para la Transformación Digital y de la Función Pública* — Funded by **EU – NextGenerationEU**, within the framework of the project *Desarrollo de Modelos ALIA*.
54
+
55
+ <!-- ## Acknowledgments
56
+
57
+ We extend our gratitude to all individuals and institutions that contributed to the development of this resource.
58
+
59
+ Special thanks to:
60
+
61
+ - [Data providers]
62
+ - [Technological support providers]
63
+
64
+ We also acknowledge the financial, scientific, and technical contributions of the *Ministerio para la Transformación Digital y de la Función Pública – Funded by EU – NextGenerationEU* within the framework of the *Desarrollo de Modelos ALIA* project. -->
65
+
66
+ ## Reference
67
+
68
+ Please cite this dataset using the following BibTeX entry:
69
+
70
+ ```bibtex
71
+ @misc{uv_parallel_va_en_2026,
72
+ author = {Espinosa Zaragoza, Sergio and Sep{\'u}lveda Torres, Robiert and Mu{\~n}oz Guillena, Rafael and Consuegra-Ayala, Juan Pablo},
73
+ title = {UV\_PARALLEL\_VA\_EN Dataset},
74
+ year = {2025},
75
+ institution = {Language and Information Systems Group (GPLSI) and Centro de Inteligencia Digital (CENID), University of Alicante (UA)},
76
+ howpublished = {\url{https://huggingface.co/datasets/gplsi/uv_parallel_va_en}}
77
+ }
78
+ ```
79
+
80
+ ## Disclaimer
81
+
82
+ This dataset may contain biases or unintended artifacts.
83
+ Any third party using or deploying systems based on this dataset is solely responsible for ensuring compliant, safe, and ethical use, including adherence to relevant AI and data protection regulations.
84
+
85
+ The University of Alicante, as creator and owner of the dataset, assumes no liability for outcomes resulting from third-party use.
86
+
87
+ ## License
88
+
89
+ This work is licensed under a [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/) licence.