Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Languages:
Russian
Size:
10K - 100K
Tags:
rag
License:
Commit ·
60022ce
1
Parent(s): c6c0dfb
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,9 +10,6 @@ Based on Sberquad
|
|
| 10 |
- This dataset cold be used for training retrieval LLM models or modificators for ability of LLM to retrieve target information from collection of tematic related texts.
|
| 11 |
|
| 12 |
Dataset consists of 45278 examples of format:
|
| 13 |
-
{
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
'a': '<correct answer text>',
|
| 17 |
-
'context': '<text of 4-10 text chunks, one with right answer and others relevant with text and question on tematic and keywords>'
|
| 18 |
-
}
|
|
|
|
| 10 |
- This dataset cold be used for training retrieval LLM models or modificators for ability of LLM to retrieve target information from collection of tematic related texts.
|
| 11 |
|
| 12 |
Dataset consists of 45278 examples of format:
|
| 13 |
+
{ 'text': '<text with correct answer>', 'q': '<question text>', 'a': '<correct answer text>', 'context': '<text of 4-10 text chunks, one with right answer and others relevant with text and question on tematic and keywords>'}
|
| 14 |
+
|
| 15 |
+
|
|
|
|
|
|
|
|
|