Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Languages:
Russian
Size:
10K - 100K
Tags:
rag
License:
Commit
·
0f9e907
1
Parent(s):
60022ce
Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ Based on Sberquad
|
|
9 |
|
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 |
|
|
|
9 |
|
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 in russian language 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 |
|