Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,8 @@ language:
|
|
| 8 |
This is the QRECC dataset arranged to be used for a query rewriting task.
|
| 9 |
Each line is composed as follow:
|
| 10 |
>>INTRODUCTION<< token is followed by the PREVIOUS TURNS of the conversation together WITH THE ANSWERS provided in the dataset
|
|
|
|
| 11 |
>>QUESTION<< token is followed by the current query the system should rewrite
|
|
|
|
| 12 |
>>ANSWER<< token is followed by the rewriting of the current query
|
| 13 |
|
|
|
|
| 8 |
This is the QRECC dataset arranged to be used for a query rewriting task.
|
| 9 |
Each line is composed as follow:
|
| 10 |
>>INTRODUCTION<< token is followed by the PREVIOUS TURNS of the conversation together WITH THE ANSWERS provided in the dataset
|
| 11 |
+
|
| 12 |
>>QUESTION<< token is followed by the current query the system should rewrite
|
| 13 |
+
|
| 14 |
>>ANSWER<< token is followed by the rewriting of the current query
|
| 15 |
|