nehalecky commited on
Commit
f3a084b
·
verified ·
1 Parent(s): 16dab78

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +33 -0
  2. data-00000-of-00001.arrow +3 -0
  3. dataset_info.json +24 -0
  4. state.json +13 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # HaluEval QA Dataset
2
+
3
+ This dataset is sourced from the HaluEval project by RUCAIBox. It is designed for evaluating question answering models.
4
+
5
+ ## Dataset Description
6
+
7
+ - **Homepage:** [HaluEval](https://github.com/RUCAIBox/HaluEval)
8
+ - **Source:** [RUCAIBox HaluEval GitHub Repository](https://github.com/RUCAIBox/HaluEval)
9
+ - **License:** MIT License
10
+
11
+ ## Citation
12
+
13
+ If you use this dataset in your research, please cite the repository:
14
+
15
+ ```
16
+ @misc{RUCAIBoxHaluEval,
17
+ author = {RUCAIBox},
18
+ title = {HaluEval QA Dataset},
19
+ year = {2023},
20
+ url = {https://github.com/RUCAIBox/HaluEval}
21
+ }
22
+ ```
23
+
24
+ ## Usage
25
+
26
+ To use this dataset in your projects, you can load it via the Hugging Face Datasets library:
27
+
28
+ ```python
29
+ from datasets import load_dataset
30
+ dataset = load_dataset("nehalecky/halu-eval-qa-dataset")
31
+ ```
32
+
33
+ Happy building!
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d83c4b618bdd65d429b228c25b5d78f8deac2571c06b2b7636de1f08aa54381
3
+ size 5492296
dataset_info.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "knowledge": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "question": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "right_answer": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "hallucinated_answer": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ }
21
+ },
22
+ "homepage": "",
23
+ "license": ""
24
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "ba766af25bbd75e6",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }