File size: 1,262 Bytes
a822e3b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dbe7252
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a822e3b
dbe7252
a822e3b
dbe7252
 
 
 
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
---
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: type
      dtype: string
    - name: value
      dtype: string
    - name: xml:lang
      dtype: string
  - name: tags
    sequence: string
  - name: question_eng
    dtype: string
  splits:
  - name: test
    num_bytes: 472281
    num_examples: 1200
  - name: dev
    num_bytes: 115029
    num_examples: 300
  download_size: 249954
  dataset_size: 587310
license: cc-by-sa-4.0
task_categories:
- question-answering
language:
- ru
- en
tags:
- qa
- machine reading
source_datasets:
- original
pretty_name: RuBQ 1.0
size_categories:
- 1K<n<10K
paperswithcode_id: rubq
---
# RuBQ 1.0

## Dataset Description

- **Repository:** https://github.com/vladislavneon/RuBQ/tree/master/RuBQ_1.0
- **Paper:** [RuBQ: A Russian Dataset for Question Answering over Wikidata](https://arxiv.org/abs/2005.10659)