maximoss commited on
Commit
a04613c
1 Parent(s): a7fd241

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ It can also be used for the task of Question Answering (QA).
42
  - `hypothesis`: The translated hypothesis in the target language (French).
43
  - `label`: The classification label, with possible values 0 (`entailment`), 1 (`neutral`), 2 (`contradiction`), or undef (for undefined).
44
  - `question`: The hypothesis in the form of question, in French.
45
- - `answer`: The answer to the question, with possible values `yes` (0), `unknown` (1), `no` (2), `undef`, or a longer phrase containing qualifications or elaborations such as `Yes, on one reading`.
46
  - `premises_original`: All premises provided for this particular example, concatenated, in their language of origin (English).
47
  - `premise1`: The first premise in English.
48
  - `premise1_original`: The first premise in English.
 
42
  - `hypothesis`: The translated hypothesis in the target language (French).
43
  - `label`: The classification label, with possible values 0 (`entailment`), 1 (`neutral`), 2 (`contradiction`), or undef (for undefined).
44
  - `question`: The hypothesis in the form of question, in French.
45
+ - `answer`: The answer to the question, with possible values `Yes` (0), `Don't know` / `Unknown` (1), `No` (2), `undef`, or a longer phrase containing qualifications or elaborations such as `Yes, on one reading`.
46
  - `premises_original`: All premises provided for this particular example, concatenated, in their language of origin (English).
47
  - `premise1`: The first premise in English.
48
  - `premise1_original`: The first premise in English.