Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
-
The dataset contains questions from three domains - Geography, Movies, and Paintings where multiple options are shown to voters and they are asked to provide two information - 1) Their vote on what the ground truth ranking of the alternatives is 2) Their prediction on what everyone else thinks the ground truth ranking of the alternatives is. The criteria for ranking is decreasing order of population for Geography, decreasing order of gross box office lifetime earnings for Movies, and decreasing order of auction prizes for paintings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
The dataset contains questions from three domains - Geography, Movies, and Paintings where multiple options are shown to voters and they are asked to provide two information - 1) Their vote on what the ground truth ranking of the alternatives is 2) Their prediction on what everyone else thinks the ground truth ranking of the alternatives is. The criteria for ranking is decreasing order of population for Geography, decreasing order of gross box office lifetime earnings for Movies, and decreasing order of auction prizes for paintings.
|
| 5 |
+
|
| 6 |
+
Dataset attributes:
|
| 7 |
+
|
| 8 |
+
workerid - Individual voter ID
|
| 9 |
+
problem - Problem number each voter answered
|
| 10 |
+
treatment - numerical representation of elicitation format
|
| 11 |
+
domain - Geography=1, Movies=2, and Paintings=3
|
| 12 |
+
options - The options presented to voters. Note that while being presented, this is randomized. But the way it is presented in the dataset can be used as ground truth ordering.
|
| 13 |
+
votes - Vote of each voter on what their own opinion is about the ground truth ranking
|
| 14 |
+
predictions - Vote of each voter on what they predict everyone else thinks about the ground truth ranking
|
| 15 |
+
elicitation_format - elicitation format name
|