Datasets:
File size: 1,740 Bytes
84ddabd cded788 84ddabd cded788 84ddabd cded788 0b3d811 84ddabd 0b3d811 84ddabd 0b3d811 e113ce1 |
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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
---
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
- split: dev
path: data/dev-*
dataset_info:
features:
- name: uid
dtype: int64
- name: question_text
dtype: string
- name: query
dtype: string
- name: answer_text
dtype: string
- name: question_uris
sequence: string
- name: question_props
sequence: string
- name: answers
list:
- name: datatype
dtype: string
- name: label
dtype: string
- name: type
dtype: string
- name: value
dtype: string
- name: wd_names
struct:
- name: en
sequence: string
- name: ru
sequence: string
- name: wp_names
sequence: string
- name: xml:lang
dtype: string
- name: paragraphs_uids
struct:
- name: all_related
sequence: int64
- name: with_answer
sequence: int64
- name: tags
sequence: string
- name: RuBQ_version
dtype: string
- name: question_eng
dtype: string
splits:
- name: test
num_bytes: 1992076
num_examples: 2330
- name: dev
num_bytes: 488914
num_examples: 580
download_size: 0
dataset_size: 2480990
license: cc-by-sa-4.0
task_categories:
- question-answering
language:
- ru
- en
tags:
- qa
- machine reading
source_datasets:
- original
pretty_name: RuBQ 2.0
size_categories:
- 1K<n<10K
paperswithcode_id: rubq
---
# RuBQ 2.0
## Dataset Description
- **Repository:** https://github.com/vladislavneon/RuBQ/tree/master/RuBQ_2.0
- **Paper:** [RuBQ: A Russian Dataset for Question Answering over Wikidata](https://arxiv.org/abs/2005.10659)
For training data see [d0rj/RuBQ_2.0-paragraphs](https://huggingface.co/datasets/d0rj/RuBQ_2.0-paragraphs). |