Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Languages:
Slovak
Size:
10K - 100K
Tags:
text-retrieval
DOI:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -50,9 +50,9 @@ SKQuAD-Eval is a unique dataset designed to evaluate Slovak search performance u
|
|
50 |
|
51 |
### Supported Tasks and Leaderboards
|
52 |
|
53 |
-
Document Retrieval
|
54 |
-
Information Retrieval
|
55 |
-
Text Retrieval
|
56 |
|
57 |
|
58 |
### Languages
|
@@ -102,7 +102,7 @@ Slovak
|
|
102 |
```
|
103 |
### Data Fields
|
104 |
|
105 |
-
|
106 |
- id: A unique identifier for each data instance.
|
107 |
- question: The question posed in Slovak language.
|
108 |
- is_impossible: Indicates whether the question is impossible to answer.
|
@@ -110,7 +110,7 @@ annotated_dataset
|
|
110 |
- answer_id: Unique identifier for each answer.
|
111 |
- category: The category assigned to the answer based on relevance.
|
112 |
|
113 |
-
|
114 |
- id: A unique identifier for each article.
|
115 |
- title: The title of the article.
|
116 |
- context: The text content of the article providing information relevant to the questions.
|
|
|
50 |
|
51 |
### Supported Tasks and Leaderboards
|
52 |
|
53 |
+
- Document Retrieval
|
54 |
+
- Information Retrieval
|
55 |
+
- Text Retrieval
|
56 |
|
57 |
|
58 |
### Languages
|
|
|
102 |
```
|
103 |
### Data Fields
|
104 |
|
105 |
+
**answering.jsonl**
|
106 |
- id: A unique identifier for each data instance.
|
107 |
- question: The question posed in Slovak language.
|
108 |
- is_impossible: Indicates whether the question is impossible to answer.
|
|
|
110 |
- answer_id: Unique identifier for each answer.
|
111 |
- category: The category assigned to the answer based on relevance.
|
112 |
|
113 |
+
**indexing.jsonl**
|
114 |
- id: A unique identifier for each article.
|
115 |
- title: The title of the article.
|
116 |
- context: The text content of the article providing information relevant to the questions.
|