Datasets:
File size: 4,224 Bytes
d8f3ec2 5db136e effb4b1 5db136e effb4b1 5db136e 4f903d8 d8f3ec2 effb4b1 03767b6 effb4b1 5db136e effb4b1 f88be4a 1eb725f effb4b1 5db136e effb4b1 da2cc9b c8b62a4 1d706ea effb4b1 76c3ef0 effb4b1 5db136e e6bb43f effb4b1 5db136e effb4b1 5db136e 804abaa 5db136e effb4b1 5db136e 863cce1 ce4fc37 5db136e f88be4a ce4fc37 89d2129 ce4fc37 5db136e a98e8b6 5db136e ce4fc37 efe38e0 5db136e 7cbe2c9 76c3ef0 7cbe2c9 5db136e effb4b1 5db136e f35c89d 5db136e 454b471 d57041a effb4b1 4f903d8 effb4b1 4f903d8 effb4b1 8e3f63f effb4b1 5db136e 9708a16 effb4b1 5db136e effb4b1 1eb725f effb4b1 5db136e |
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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 |
---
YAML tags: null
language:
- ca
- pt
multilinguality:
- multilingual
pretty_name: CA-PT Parallel Corpus
task_categories:
- translation
size_categories:
- 1M<n<10M
license: cc-by-nc-sa-4.0
---
# Dataset Card for CA-PT Parallel Corpus
## Dataset Description
- **Point of Contact:** langtech@bsc.es
### Dataset Summary
The CA-PT Parallel Corpus is a Catalan-Portuguese dataset created to support Catalan in NLP tasks, specifically
Machine Translation.
### Supported Tasks and Leaderboards
The dataset can be used to train Bilingual Machine Translation models between Portuguese and Catalan in any direction,
as well as Multilingual Machine Translation models.
### Languages
The sentences included in the dataset are in Catalan (CA) and Portuguese (PT).
## Dataset Structure
### Data Instances
Two separate txt files are provided with the sentences sorted in the same order:
- ca-pt_2023_09_01_full.ca
- ca-pt_2023_09_01_full.pt
The dataset is additionally provided in parquet format: ca-pt_2023_09_01_full.parquet.
The parquet file contains two columns of parallel text obtained from the two original text files.
Each row in the file represents a pair of parallel sentences in the two languages of the dataset.
### Data Fields
[N/A]
### Data Splits
The dataset contains a single split: `train`.
## Dataset Creation
### Curation Rationale
This dataset is aimed at promoting the development of Machine Translation between Catalan and other languages, specifically Portuguese.
### Source Data
#### Initial Data Collection and Normalization
The first portion of the corpus is a combination of the following original datasets collected from [Opus](https://opus.nlpl.eu/):
CCMatrix, WikiMatrix, GNOME, KDE4, OpenSubtitles, GlobalVoices, Tatoeba.
Additionally, the corpus contains synthetic parallel data generated from the original Spanish-Catalan Europarl dataset
made public by [SoftCatalà](https://github.com/Softcatala/Europarl-catalan).
A last portion of the dataset is composed by synthetic parallel data generated from a random sampling of the Spanish-Portuguese corpora
available on [Opus](https://opus.nlpl.eu/) and translated into Catalan using the [PlanTL es-ca](https://huggingface.co/PlanTL-GOB-ES/mt-plantl-es-ca) model.
All datasets are deduplicated and filtered to remove any sentence pairs with a cosine similarity of less than 0.75.
This is done using sentence embeddings calculated using [LaBSE](https://huggingface.co/sentence-transformers/LaBSE).
The filtered datasets are then concatenated to form the final corpus.
#### Who are the source language producers?
[Opus](https://opus.nlpl.eu/)
[SoftCatalà](https://github.com/Softcatala/Europarl-catalan)
### Annotations
#### Annotation process
The dataset does not contain any annotations.
#### Who are the annotators?
[N/A]
### Personal and Sensitive Information
Given that this dataset is partly derived from pre-existing datasets that may contain crawled data, and that no specific anonymisation process has been applied,
personal and sensitive information may be present in the data. This needs to be considered when using the data for training models.
## Considerations for Using the Data
### Social Impact of Dataset
By providing this resource, we intend to promote the use of Catalan across NLP tasks, thereby improving the accessibility and visibility of the Catalan language.
### Discussion of Biases
No specific bias mitigation strategies were applied to this dataset.
Inherent biases may exist within the data.
### Other Known Limitations
The dataset contains data of a general domain. Applications of this dataset in more specific domains such as biomedical, legal etc. would be of limited use.
## Additional Information
### Dataset Curators
Language Technologies Unit at the Barcelona Supercomputing Center (langtech@bsc.es).
This work has been promoted and financed by the Generalitat de Catalunya through the [Aina project](https://projecteaina.cat/).
### Licensing Information
This work is licensed under a [Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/).
### Citation Information
[N/A]
### Contributions
[N/A] |