maximoss commited on
Commit
1cf5cf4
·
verified ·
1 Parent(s): 9dca0bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -25,14 +25,12 @@ size_categories:
25
 
26
  ### Dataset Summary
27
 
28
- This repository contains a machine-translated French version of [SICK](https://huggingface.co/datasets/sick) (Sentences Involving Compositional Knowldedge) dataset, with some manual corrections over the translations produced. The goal is to predict textual entailment (does sentence A
29
  imply/contradict/neither sentence B), which is a classification task (given two sentences, predict one of three labels). Apart from translating the sentence pairs, the rest of information (pair ID, labels, source dataset of each sentence, train/dev/test subset partition) has been left intact as in the original English dataset.
30
  For every sentence pair translated to French, the repository also contains the original sentences in English, so that it can also be used for multilingual or crosslingual tasks.
31
 
32
  The dataset is here formatted in a similar manner (TSV format) as the widely used [XNLI](https://huggingface.co/datasets/xnli) dataset for convenience.
33
 
34
- The machine translation produced in the present repository should be of pretty decent quality, given the average short length of the sentences in SICK dataset. Some of the translations were also manually corrected.
35
-
36
  ### Supported Tasks and Leaderboards
37
 
38
  This dataset can be used for the task of Natural Language Inference (NLI), also known as Recognizing Textual Entailment (RTE), which is a sentence-pair classification task.
@@ -78,7 +76,7 @@ For the B-A order:
78
 
79
  The dataset was machine translated from English to French using the latest neural machine translation [opus-mt-tc-big](https://huggingface.co/Helsinki-NLP/opus-mt-tc-big-en-fr) model available for French.
80
  The translation of the sentences was carried out on November 26th, 2023.
81
- Some of the translations were manually corrected.
82
 
83
  ## Additional Information
84
 
 
25
 
26
  ### Dataset Summary
27
 
28
+ This repository contains a machine-translated, manually corrected French version of [SICK](https://huggingface.co/datasets/sick) (Sentences Involving Compositional Knowldedge) dataset, with some manual corrections over the translations produced. The goal is to predict textual entailment (does sentence A
29
  imply/contradict/neither sentence B), which is a classification task (given two sentences, predict one of three labels). Apart from translating the sentence pairs, the rest of information (pair ID, labels, source dataset of each sentence, train/dev/test subset partition) has been left intact as in the original English dataset.
30
  For every sentence pair translated to French, the repository also contains the original sentences in English, so that it can also be used for multilingual or crosslingual tasks.
31
 
32
  The dataset is here formatted in a similar manner (TSV format) as the widely used [XNLI](https://huggingface.co/datasets/xnli) dataset for convenience.
33
 
 
 
34
  ### Supported Tasks and Leaderboards
35
 
36
  This dataset can be used for the task of Natural Language Inference (NLI), also known as Recognizing Textual Entailment (RTE), which is a sentence-pair classification task.
 
76
 
77
  The dataset was machine translated from English to French using the latest neural machine translation [opus-mt-tc-big](https://huggingface.co/Helsinki-NLP/opus-mt-tc-big-en-fr) model available for French.
78
  The translation of the sentences was carried out on November 26th, 2023.
79
+ The translated sentences were then manually corrected in 2025.
80
 
81
  ## Additional Information
82