giuid commited on
Commit
9a3588f
·
1 Parent(s): ea5069d

Create README.md

Browse files

This is the QRECC dataset arranged to be used for a query rewriting task.
Each line is composed as follow:
>>INTRODUCTION<< token is followed by the PREVIOUS TURNS of the conversation together WITH THE ANSWERS provided in the dataset
>>QUESTION<< token is followed by the current query the system should rewrite
>>ANSWER<< token is followed by the rewriting of the current query

Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - conversational
4
+ - question-answering
5
+ language:
6
+ - en
7
+ ---
8
+