anonymousatom commited on
Commit
c24c5f3
·
verified ·
1 Parent(s): 836381a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: session_id
5
+ dtype: string
6
+ - name: timestamp
7
+ dtype: string
8
+ - name: paper_id
9
+ dtype: string
10
+ - name: source
11
+ dtype: string
12
+ - name: question
13
+ dtype: string
14
+ - name: low_effort
15
+ dtype: bool
16
+ - name: specific
17
+ dtype: bool
18
+ - name: evidence
19
+ dtype: bool
20
+ - name: factual
21
+ dtype: bool
22
+ - name: skipped
23
+ dtype: bool
24
+ - name: user_name
25
+ dtype: string
26
+ - name: key
27
+ dtype: string
28
+ - name: img_urls
29
+ sequence: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 725009
33
+ num_examples: 572
34
+ download_size: 136788
35
+ dataset_size: 725009
36
+ configs:
37
+ - config_name: default
38
+ data_files:
39
+ - split: train
40
+ path: data/train-*
41
+ ---
42
+ # Dataset Card for "paper_voting_data_v2_noimages"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)