Datasets:

Modalities:
Text
Formats:
json
Languages:
Czech
ArXiv:
Libraries:
Datasets
pandas
File size: 1,936 Bytes
375a8cd
 
 
 
aac71ef
 
4066a07
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
856c2dc
375a8cd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
language:
- cs
---
Licensing: [NLP Centre Web Corpus Agreement](https://nlp.fi.muni.cz/en/LicenceWebCorpus)

## Introduction
This dataset is a filtered version of [CZLC/SQAD_3.2](https://huggingface.co/datasets/CZLC/SQAD_3.2) dataset.

## Filtering Information
We found SQAD3.0 is computation heavy for current LLMs (due to the long contexts). To reduce the budget cost, we seek to reduce the size of the dataset, while maintaining possibly hard instances.
To do so, we apply the following filtering steps:
- We remove 90% of cases when the answer is in the first 50 characters of the context (following by [Stefanik et al., 2023](https://arxiv.org/abs/2304.01922)).
- We remove 90% of qa pairs with answers in the Wikipedia title.
- We remove 90% of qa with  questions with heavy overlap with the context (tf-idf > 0.9).
## About Dataset
SQAD is a Czech database for question answering developed in **NLP laboratory at Masaryk University**. Database have been harvested from **Czech Wikipedia** articles by students and annotated with appropriate question, answer sentence, exact answer, question type and answer type. Part of speech tagging and lemmatization by [Majka](https://nlp.fi.muni.cz/projekty/ajka/) pipeline.

## Citing
If you use the dataset, please cite
```bibtex
@inproceedings{1591218,
   author = {Sabol, Radoslav and Medveď, Marek and Horák, Aleš},
   address = {Brno},
   booktitle = {Proceedings of the Thirteenth Workshop on Recent Advances in Slavonic Natural Languages Processing, RASLAN 2019},
   editor = {Horák, Aleš and Rychlý, Pavel and Rambousek, Adam},
   keywords = {question answering; QA benchmark dataset; SQAD; Czech},
   howpublished = {tištěná verze "print"},
   language = {eng},
   location = {Brno},
   isbn = {978-80-263-1530-8},
   pages = {99-108},
   publisher = {Tribun EU},
   title = {Czech Question Answering with Extended SQAD v3.0 Benchmark Dataset},
   year = {2019}
}
```