--- language: - et license: cc task_categories: - question-answering configs: - config_name: default data_files: - split: test path: data/test-* dataset_info: features: - name: id dtype: string - name: answer dtype: string - name: context dtype: string - name: title dtype: string - name: question dtype: string splits: - name: test num_bytes: 570213 num_examples: 603 download_size: 129506 dataset_size: 570213 --- # EstQA Estonian question answering on wikipedia paragraphs. EstQA dataset in a usable format for MTEB. Original is here: https://huggingface.co/datasets/anukaver/EstQA Citation: ```bib @mastersthesis{mastersthesis, author = {Anu Käver}, title = {Extractive Question Answering for Estonian Language}, school = {Tallinn University of Technology (TalTech)}, year = 2021 } ```