Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Sub-tasks:
natural-language-inference
Languages:
Catalan
Size:
10K - 100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,11 +43,11 @@ configs:
|
|
| 43 |
- config_name: default
|
| 44 |
data_files:
|
| 45 |
- split: train
|
| 46 |
-
path: data
|
| 47 |
- split: validation
|
| 48 |
-
path: data
|
| 49 |
- split: test
|
| 50 |
-
path: data
|
| 51 |
---
|
| 52 |
|
| 53 |
# Dataset Card for TE-ca
|
|
@@ -65,6 +65,8 @@ configs:
|
|
| 65 |
|
| 66 |
TE-ca is a dataset of textual entailment in Catalan, which contains 21,163 pairs of premises and hypotheses, annotated according to the inference relation they have (implication, contradiction or neutral).
|
| 67 |
|
|
|
|
|
|
|
| 68 |
This dataset was developed by [BSC TeMU](https://temu.bsc.es/) as part of [Projecte AINA](https://politiquesdigitals.gencat.cat/ca/economia/catalonia-ai/aina/), to enrich the [Catalan Language Understanding Benchmark (CLUB)](https://club.aina.bsc.es/).
|
| 69 |
|
| 70 |
This work is licensed under an <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/4.0/">Attribution-NonCommercial-NoDerivatives 4.0 International License</a>.
|
|
@@ -125,6 +127,7 @@ Three JSON files, one for each split.
|
|
| 125 |
## Dataset Creation
|
| 126 |
|
| 127 |
### Curation Rationale
|
|
|
|
| 128 |
We created this dataset to contribute to the development of language models in Catalan, a low-resource language.
|
| 129 |
|
| 130 |
### Source Data
|
|
|
|
| 43 |
- config_name: default
|
| 44 |
data_files:
|
| 45 |
- split: train
|
| 46 |
+
path: data/*train*
|
| 47 |
- split: validation
|
| 48 |
+
path: data/*validation*
|
| 49 |
- split: test
|
| 50 |
+
path: data/*test*
|
| 51 |
---
|
| 52 |
|
| 53 |
# Dataset Card for TE-ca
|
|
|
|
| 65 |
|
| 66 |
TE-ca is a dataset of textual entailment in Catalan, which contains 21,163 pairs of premises and hypotheses, annotated according to the inference relation they have (implication, contradiction or neutral).
|
| 67 |
|
| 68 |
+
This is the second version of the dataset, released on 29/03/2025, where encoding mistakes from the initial release have been corrected in both the 'hypothesis' and 'premise' column. Check https://huggingface.co/datasets/projecte-aina/teca/blob/main/OLD/{SPLIT}_changes.csv for teh corresponding hcanges in each split.
|
| 69 |
+
|
| 70 |
This dataset was developed by [BSC TeMU](https://temu.bsc.es/) as part of [Projecte AINA](https://politiquesdigitals.gencat.cat/ca/economia/catalonia-ai/aina/), to enrich the [Catalan Language Understanding Benchmark (CLUB)](https://club.aina.bsc.es/).
|
| 71 |
|
| 72 |
This work is licensed under an <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/4.0/">Attribution-NonCommercial-NoDerivatives 4.0 International License</a>.
|
|
|
|
| 127 |
## Dataset Creation
|
| 128 |
|
| 129 |
### Curation Rationale
|
| 130 |
+
|
| 131 |
We created this dataset to contribute to the development of language models in Catalan, a low-resource language.
|
| 132 |
|
| 133 |
### Source Data
|