Datasets:

ArXiv:
quentinbrabant commited on
Commit
20e52d8
1 Parent(s): ad3c5a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ The dataset is composed of several conversations. Each row correspond to one que
44
  - answer_span_text: string, excerpt of the story from answer_span_start to answer_span_end,
45
  - conversation_history: list of strings corresponding to previous (original) questions and answers,
46
  - file_name
47
- - story
48
  - name
49
 
50
 
 
44
  - answer_span_text: string, excerpt of the story from answer_span_start to answer_span_end,
45
  - conversation_history: list of strings corresponding to previous (original) questions and answers,
46
  - file_name
47
+ - story: string providing context for the conversation, from which the answers can be deduced
48
  - name
49
 
50