File size: 1,795 Bytes
af7ff3b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b3541c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
af7ff3b
 
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
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: answer
    dtype: bool
  - name: passage
    dtype: string
  - name: itv2 hi question
    dtype: string
  - name: itv2 hi passage
    dtype: string
  - name: itv2 hi question en
    dtype: string
  - name: itv2 hi passage en
    dtype: string
  splits:
  - name: train
    num_bytes: 25356277
    num_examples: 9427
  - name: validation
    num_bytes: 8638084
    num_examples: 3270
  download_size: 16628479
  dataset_size: 33994361
---
## "boolq-translated"

**Description:**
The BoolQ dataset is designed for natural language understanding tasks, particularly focused on boolean question answering. It contains questions paired with passages, where each question is associated with a boolean answer (true or false). The dataset is aimed at assessing a model's ability to comprehend and answer boolean questions based on given passages.

**Dataset Info:**

**Features:**
- **Question:** The boolean question presented to the model.
- **Answer:** The boolean answer (true or false) to the corresponding question.
- **Passage:** The passage containing information relevant to answering the question.
- **Indic Translated Variants:**
  - **Question (Hindi):** Translated version of the question into Hindi.
  - **Passage (Hindi):** Translated version of the passage into Hindi.
  - **Question (English):** English version of the question.
  - **Passage (English):** English version of the passage.
  
**Splits:**
- **Train:**
  - Number of Examples: 9427
- **Validation:**
  - Number of Examples: 3270

**Download Size:** Approximately 16.63 MB

**Dataset Size:** Approximately 33.99 MB

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)