Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
csv
Sub-tasks:
open-domain-qa
Languages:
Polish
Size:
1K - 10K
License:
Commit
•
7135a55
1
Parent(s):
ce5e40c
Update README.md (#2)
Browse files- Update README.md (4f00f38404c191ea0d36c780c6d09481e776bd2e)
- Update README.md (4d8877dd85675d74c1b5b38d66161fb6368320fb)
Co-authored-by: Albert Sawczyn <asawczyn@users.noreply.huggingface.co>
README.md
CHANGED
@@ -32,15 +32,20 @@ The task is to predict if the answer to the given question is correct or not.
|
|
32 |
|
33 |
**Input** ('question sentence', 'answer' columns): question and answer sentences
|
34 |
|
35 |
-
**Output** ('target' column): 1 if the answer is correct, 0 otherwise.
|
36 |
|
37 |
**Domain**: Wikipedia
|
38 |
|
39 |
**Measurements**: F1-Score
|
40 |
|
41 |
-
**Example**:
|
42 |
-
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
## Data splits
|
46 |
|
|
|
32 |
|
33 |
**Input** ('question sentence', 'answer' columns): question and answer sentences
|
34 |
|
35 |
+
**Output** ('target' column): 1 if the answer is correct, 0 otherwise.
|
36 |
|
37 |
**Domain**: Wikipedia
|
38 |
|
39 |
**Measurements**: F1-Score
|
40 |
|
41 |
+
**Example**:
|
42 |
+
|
43 |
+
Input: `Czym zajmowali się świątnicy?` ; `Świątnik – osoba, która dawniej zajmowała się
|
44 |
+
obsługą kościoła (świątyni).`
|
45 |
+
|
46 |
+
Input (translated by DeepL): `What did the sacristans do?` ; `A sacristan - a person who used to be in charge of the handling the church (temple).`
|
47 |
+
|
48 |
+
Output: `1` (the answer is correct)
|
49 |
|
50 |
## Data splits
|
51 |
|