yuvalav commited on
Commit
1a13514
1 Parent(s): 0914603

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md CHANGED
@@ -1,3 +1,50 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ language:
4
+ - he
5
+ - en
6
+ tags:
7
+ - hebrew dataset
8
+ - yuval avidani
9
  ---
10
+ # Hebrew Questions and Answers Dataset
11
+
12
+ ## Description
13
+ This dataset is a comprehensive collection of Hebrew question and answer pairs covering a wide range of topics, derived from multiple reliable sources. It is specifically curated to support research and applications in the field of natural language processing, especially for Hebrew language understanding.
14
+
15
+ ### Source
16
+ This dataset has been compiled and adapted from the [Hebrew Question Answering Dataset repository](https://github.com/NNLP-IL/Hebrew-Question-Answering-Dataset), which is available under the Creative Commons Attribution 4.0 International License.
17
+
18
+ ## Dataset Structure
19
+
20
+ ### Data Fields
21
+ - `question`: The question text in Hebrew.
22
+ - `answer`: The corresponding answer text in Hebrew.
23
+
24
+ ### Data Splits
25
+ The dataset is split into training, validation, and testing sets to facilitate machine learning applications and model evaluations.
26
+
27
+ ## Usage
28
+ This dataset can be utilized for a variety of NLP tasks, including but not limited to, question answering systems, chatbots, and other applications requiring understanding of natural language in Hebrew.
29
+
30
+ ## Licensing
31
+ This work is based on data from the [Hebrew Question Answering Dataset](https://github.com/NNLP-IL/Hebrew-Question-Answering-Dataset) and is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license. You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
32
+
33
+ ### More about CC BY 4.0 License
34
+ This license lets others distribute, remix, adapt, and build upon this work, even commercially, as long as they credit the creator for the original creation. This is the most accommodating of licenses offered, in terms of what others can do with the works licensed under it.
35
+
36
+ For more details, see the full CC BY 4.0 License here: [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).
37
+
38
+ ## Citation
39
+ If you use this dataset in your research, please cite it using the following format:
40
+
41
+ @misc{HebrewQA_2024,
42
+ author = {Yuval Avidani},
43
+ title = {Hebrew Questions and Answers Dataset},
44
+ year = {2024},
45
+ publisher = {GitHub/Hugging Face},
46
+ journal = {Hugging Face Dataset Hub},
47
+ howpublished = {\url{https://huggingface.co/datasets/yuvalav/Hebrew-Questions-and-Answers-Dataset}}
48
+
49
+ ## Contact
50
+ For any questions or issues, please open an issue on the [dataset repository](https://github.com/hoodini/Hebrew-Questions-and-Answers-Dataset) or contact Yuval Avidani at yuval.avidani@gmail.com.