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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -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
@@ -41,3 +41,10 @@ answer_text_with_window: string.
41
  For the 'distant_supervision' subset this field contains the relevant passage to the question: e.g.: Bennett was born Michael Bennett DiFiglia in Buffalo, New York, the son of Helen (nee Ternoff), a secretary, and Salvatore Joseph DiFiglia, a factory worker. Michael Bennett (theater)'s father was Roman Catholic and Italian American and Michael Bennett (theater)'s mother was Jewish. Michael Bennett (theater) studied dance and
42
  ```
43
 
 
 
 
 
 
 
 
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
41
  For the 'distant_supervision' subset this field contains the relevant passage to the question: e.g.: Bennett was born Michael Bennett DiFiglia in Buffalo, New York, the son of Helen (nee Ternoff), a secretary, and Salvatore Joseph DiFiglia, a factory worker. Michael Bennett (theater)'s father was Roman Catholic and Italian American and Michael Bennett (theater)'s mother was Jewish. Michael Bennett (theater) studied dance and
42
  ```
43
 
44
+ # Original authors
45
+
46
+ QuReTeC model from the published SIGIR 2020 paper: Query Resolution for Conversational Search with Limited Supervision by N. Voskarides, D. Li, P. Ren, E. Kanoulas and M. de Rijke. [[pdf]](https://arxiv.org/abs/2005.11723).
47
+
48
+ # Contributions
49
+
50
+ Uploaded by G. Scheuer ([website](https://giguruscheuer.com))