Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Languages:
Russian
Size:
10K - 100K
Tags:
rag
License:
Commit ·
8b62eae
1
Parent(s): a292019
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,11 +23,13 @@ Length of one example of context + question + answer is less than 7000 symbols.
|
|
| 23 |
File retrieval_dataset_src.jsonl has additionally SOURCE data for every text chunk in context, also SOURCE of right answer is set in answer.
|
| 24 |
This variant of dataset is useful if you need extract answer with specifing source of the right answer.
|
| 25 |
|
| 26 |
-
{
|
| 27 |
'text': 'text with correct answer',
|
| 28 |
'q': 'question text',
|
| 29 |
'a': 'correct answer text with SOURCE data of text',
|
| 30 |
'context': 'text of 4-10 text chunks, one with right answer and others relevant with text and question on tematic and keywords.
|
| 31 |
Each of text chunks has it's own SOURCE data'
|
| 32 |
}
|
|
|
|
|
|
|
| 33 |
All SOURCE data are sintetic generated and not real.
|
|
|
|
| 23 |
File retrieval_dataset_src.jsonl has additionally SOURCE data for every text chunk in context, also SOURCE of right answer is set in answer.
|
| 24 |
This variant of dataset is useful if you need extract answer with specifing source of the right answer.
|
| 25 |
|
| 26 |
+
{
|
| 27 |
'text': 'text with correct answer',
|
| 28 |
'q': 'question text',
|
| 29 |
'a': 'correct answer text with SOURCE data of text',
|
| 30 |
'context': 'text of 4-10 text chunks, one with right answer and others relevant with text and question on tematic and keywords.
|
| 31 |
Each of text chunks has it's own SOURCE data'
|
| 32 |
}
|
| 33 |
+
|
| 34 |
+
|
| 35 |
All SOURCE data are sintetic generated and not real.
|