pig4431 commited on
Commit
0201a61
1 Parent(s): 4159697

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +113 -43
README.md CHANGED
@@ -1,43 +1,113 @@
1
- # Dataset Card for "HeQ_v1"
2
-
3
- ## Summary
4
- HeQ is a question answering dataset in Modern Hebrew, consisting of 30,147 questions. It follows the format and crowdsourcing methodology of SQuAD (Stanford Question Answering Dataset) and the original ParaShoot. The dataset includes paragraphs sourced from Hebrew Wikipedia and Geektime, an online Israeli news channel specializing in technology.
5
-
6
- ## Question Features
7
- Two types of questions were collected:
8
- 1. Answerable questions (21,784): Questions for which the answer is present in the paragraph.
9
- 2. Unanswerable questions (8,363): Questions related to the paragraph's content, where the paragraph provides a plausible answer, but the answer is not explicitly included.
10
-
11
- ## Dataset Information
12
- - **Configurations:**
13
- - **default:**
14
- - **train:** `data/train-*`
15
- - **test:** `data/test-*`
16
- - **validation:** `data/validation-*`
17
- - **Features:**
18
- - **ID:** `string`
19
- - **Title:** `string`
20
- - **Source:** `string`
21
- - **Context:** `string`
22
- - **Question:** `string`
23
- - **Answers:** `string` (Note: Consider representing answers as a complex structure, e.g., a dictionary)
24
- - **Is_Impossible:** `bool`
25
- - **WH_Question:** `string`
26
- - **Question_Quality:** `string`
27
- - **Splits:**
28
- - **train:** 27,142 examples, 39,986,349 bytes
29
- - **test:** 1,504 examples, 2,222,603 bytes
30
- - **validation:** 1,501 examples, 2,267,582 bytes
31
- - **Size Categories:** 1K < n < 10K
32
- - **Download Size:** 20,887,154 bytes
33
- - **Dataset Size:** 44,476,534 bytes
34
- - **License:** cc-by-4.0
35
- - **Task Categories:**
36
- - **question-answering**
37
- - **Language:** Hebrew (he)
38
- - **Pretty Name:** Hebrew Question Answering Dataset
39
-
40
- [More details and full README on GitHub](https://github.com/NNLP-IL/Hebrew-Question-Answering-Dataset)
41
-
42
- ## Contributions
43
- Contributions and additional information are welcome. Please refer to the [contribution guidelines](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
3
+ # Doc / guide: https://huggingface.co/docs/hub/datasets-cards
4
+ {}
5
+
6
+ ---
7
+
8
+ # Dataset Card for HeQ_v1
9
+
10
+ ## Dataset Description
11
+
12
+ - **Homepage:** [HeQ - Hebrew Question Answering Dataset](https://github.com/NNLP-IL/Hebrew-Question-Answering-Dataset)
13
+ - **Repository:** [GitHub Repository](https://github.com/NNLP-IL/Hebrew-Question-Answering-Dataset)
14
+ - **Paper:** [HeQ: A Dataset for Hebrew Question Answering](https://u.cs.biu.ac.il/~yogo/heq.pdf)
15
+ - **Leaderboard:** N/A
16
+
17
+ ### Dataset Summary
18
+
19
+ HeQ is a question answering dataset in Modern Hebrew, consisting of 30,147 questions. It follows the format and crowdsourcing methodology of SQuAD and ParaShoot, with paragraphs sourced from Hebrew Wikipedia and Geektime.
20
+
21
+ ### Supported Tasks and Leaderboards
22
+
23
+ - **Task:** Question Answering
24
+
25
+ ### Languages
26
+
27
+ - Hebrew (he)
28
+
29
+ ## Dataset Structure
30
+
31
+ ### Data Instances
32
+
33
+ [More Information Needed]
34
+
35
+ ### Data Fields
36
+
37
+ - **ID:** `string`
38
+ - **Title:** `string`
39
+ - **Source:** `string`
40
+ - **Context:** `string`
41
+ - **Question:** `string`
42
+ - **Answers:** `string`
43
+ - **Is_Impossible:** `bool`
44
+ - **WH_Question:** `string`
45
+ - **Question_Quality:** `string`
46
+
47
+ ### Data Splits
48
+
49
+ - **Train:** 27,142 examples
50
+ - **Test:** 1,504 examples
51
+ - **Validation:** 1,501 examples
52
+
53
+ ## Dataset Creation
54
+
55
+ ### Curation Rationale
56
+
57
+ The dataset was created to provide a resource for question answering research in Hebrew.
58
+
59
+ ### Source Data
60
+
61
+ #### Initial Data Collection and Normalization
62
+
63
+ Paragraphs were sourced from Hebrew Wikipedia and Geektime.
64
+
65
+ #### Who are the source language producers?
66
+
67
+ [More Information Needed]
68
+
69
+ ### Annotations
70
+
71
+ #### Annotation process
72
+
73
+ A team of crowdworkers formulated and answered reading comprehension questions.
74
+
75
+ #### Who are the annotators?
76
+
77
+ [More Information Needed]
78
+
79
+ ### Personal and Sensitive Information
80
+
81
+ [More Information Needed]
82
+
83
+ ## Considerations for Using the Data
84
+
85
+ ### Social Impact of Dataset
86
+
87
+ [More Information Needed]
88
+
89
+ ### Discussion of Biases
90
+
91
+ [More Information Needed]
92
+
93
+ ### Other Known Limitations
94
+
95
+ [More Information Needed]
96
+
97
+ ## Additional Information
98
+
99
+ ### Dataset Curators
100
+
101
+ [More Information Needed]
102
+
103
+ ### Licensing Information
104
+
105
+ License: cc-by-4.0
106
+
107
+ ### Citation Information
108
+
109
+ [More Information Needed]
110
+
111
+ ### Contributions
112
+
113
+ Contributions and additional information are welcome.