giguru commited on
Commit
ca7a00a
1 Parent(s): fa07f44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -5,21 +5,21 @@ CANARD is a dataset for question-in-context rewriting that consists of questions
5
 
6
  QuReTeC is trained to label the relevant terms in the conversation history for the current contextless question. The relevant terms are the terms that occur in both the rewritten question and the history. For example:
7
 
8
- **History:** \\
9
- Where was Bennett born?\\
10
- Bennett was born Michael Bennett DiFiglia in Buffalo, New York. When was he born? CANNOTANSWER \\
11
- **Current question**: \\
12
- Who are his parents? \\
13
- **Rewritten question**: \\
14
  Who are Michael Bennett's parents?
15
 
16
  The **gold/relevant terms** from the question history are: michael, bennett
17
 
18
  ## Data subsets
19
  This repository contains the following subsets:
20
- - gold_supervision (default): \\
21
  the gold terms are the overlapping terms between the question history from the rewritten question.
22
- - distant_supervision: \\
23
  the gold terms are the overlapping terms between the question history and the passage in which the answer to question can be found.
24
 
25
  ## Data structure
5
 
6
  QuReTeC is trained to label the relevant terms in the conversation history for the current contextless question. The relevant terms are the terms that occur in both the rewritten question and the history. For example:
7
 
8
+ **History:** \
9
+ Where was Bennett born?\
10
+ Bennett was born Michael Bennett DiFiglia in Buffalo, New York. When was he born? CANNOTANSWER \
11
+ **Current question**: \
12
+ Who are his parents? \
13
+ **Rewritten question**: \
14
  Who are Michael Bennett's parents?
15
 
16
  The **gold/relevant terms** from the question history are: michael, bennett
17
 
18
  ## Data subsets
19
  This repository contains the following subsets:
20
+ - gold_supervision (default): \
21
  the gold terms are the overlapping terms between the question history from the rewritten question.
22
+ - distant_supervision: \
23
  the gold terms are the overlapping terms between the question history and the passage in which the answer to question can be found.
24
 
25
  ## Data structure