maximoss commited on
Commit
bf92ff1
1 Parent(s): 77663e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -19,7 +19,9 @@ size_categories:
19
 
20
  ### Dataset Summary
21
 
22
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
 
 
23
 
24
  ### Supported Tasks and Leaderboards
25
 
@@ -42,6 +44,7 @@ This dataset card aims to be a base template for new datasets. It has been gener
42
  - `hypothesis`: The translated premise in the target language.
43
  - `label`: The classification label, with possible values 0 (`entailment`), 1 (`neutral`), 2 (`contradiction`).
44
  - `label_text`: The classification label, with possible values `entailment` (0), `neutral` (1), `contradiction` (2).
 
45
 
46
  ### Data Splits
47
 
 
19
 
20
  ### Dataset Summary
21
 
22
+ The DACCORD dataset is a collection of 1034 sentence pairs annotated as a binary classification task for automatic detection of contradictions between sentences in French.
23
+ Each pair of sentences receives a label according to whether or not the two sentences contradict each other.
24
+ DACCORD currently covers the themes of Russia’s invasion of Ukraine in 2022, the Covid-19 pandemic, and the climate crisis.
25
 
26
  ### Supported Tasks and Leaderboards
27
 
 
44
  - `hypothesis`: The translated premise in the target language.
45
  - `label`: The classification label, with possible values 0 (`entailment`), 1 (`neutral`), 2 (`contradiction`).
46
  - `label_text`: The classification label, with possible values `entailment` (0), `neutral` (1), `contradiction` (2).
47
+ - `genre`: a `string` feature .
48
 
49
  ### Data Splits
50