upload data
This commit is contained in:
parent
56f86cc114
commit
aeb16ce544
131 changed files with 5684422 additions and 0 deletions
12
LICENSE
Normal file
12
LICENSE
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
Copyright (c) 2016, Sabrina Hoppe
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
||||||
|
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
40
README.md
Normal file
40
README.md
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
# Eye movements during everyday behavior predict personality traits
|
||||||
|
*Sabrina Hoppe, Tobias Loetscher, Stephanie Morey and Andreas Bulling*
|
||||||
|
|
||||||
|
This repository provides all data used for the publication [in Frontiers in Human Neuroscience](https://dx.doi.org/10.3389/fnhum.2018.00105).
|
||||||
|
Code is coming soon!
|
||||||
|
|
||||||
|
## Dataset
|
||||||
|
* Gaze data recorded at 60Hz from 42 participants is stored in `data/ParticipantXX`.
|
||||||
|
For each participant there are three files:
|
||||||
|
1. `events.csv` is a list of gaze events as provided by the SMI eye tracker software.
|
||||||
|
The list contains saccades, fixations and blinks but only the blink information was used in the code.
|
||||||
|
2. `gaze_positions.csv` is a table with three columns: time in seconds, x gaze coordinate and y gaze coordinate. The x and y coordinates describe the participants' gaze direction normalised to the range from 0 to 1.
|
||||||
|
3. `pupil_diameter.csv` is another table with three columns: time in seconds, diameter of the right eye and diameter of the left eye. The diameter values are absolute gaze estimates in mm.
|
||||||
|
|
||||||
|
All files are of the same length and each row corresponds to one data sample. That is, the n-th row in all three files belongs to the same point in time.
|
||||||
|
|
||||||
|
* Ground truth personality scores from the respective questionnaires, participant age and sex (1: male, 2: female) can be found in `info/personality_sex_age.csv`.
|
||||||
|
|
||||||
|
* Personality score ranges that were obtained by binning the questionnaire scores are provided in `info/binned_personality.csv`.
|
||||||
|
|
||||||
|
* Timestamps indicating the times when participants entered and left the shop are given in `info/annotation.csv` in seconds.
|
||||||
|
|
||||||
|
## Citation
|
||||||
|
If you want to cite this project, please use the following Bibtex format:
|
||||||
|
|
||||||
|
```
|
||||||
|
@article{hoppe18_fhns,
|
||||||
|
title = {Eye Movements During Everyday Behavior Predict Personality Traits},
|
||||||
|
author = {Sabrina Hoppe and Tobias Loetscher and Stephanie Morey and Andreas Bulling},
|
||||||
|
doi = {10.3389/fnhum.2018.00105},
|
||||||
|
year = {2018},
|
||||||
|
date = {2018-03-05},
|
||||||
|
journal = {Frontiers in Human Neuroscience},
|
||||||
|
volume = {12},
|
||||||
|
abstract = {Besides allowing us to perceive our surroundings, eye movements are also a window into our mind and a rich source of information on who we are, how we feel, and what we do. Here we show that eye movements during an everyday task predict aspects of our personality. We tracked eye movements of 42 participants while they ran an errand on a university campus and subsequently assessed their personality traits using well-established questionnaires. Using a state-of-the-art machine learning method and a rich set of features encoding different eye movement characteristics, we were able to reliably predict four of the Big Five personality traits (neuroticism, extraversion, agreeableness, conscientiousness) as well as perceptual curiosity only from eye movements. Further analysis revealed new relations between previously neglected eye movement characteristics and personality. Our findings demonstrate a considerable influence of personality on everyday eye movement control, thereby complementing earlier studies in laboratory settings. Improving automatic recognition and interpretation of human social signals is an important endeavor, enabling innovative design of human–computer systems capable of sensing spontaneous natural user behavior to facilitate efficient interaction and personalization.},
|
||||||
|
keywords = {},
|
||||||
|
pubstate = {forthcoming},
|
||||||
|
tppubtype = {article}
|
||||||
|
}
|
||||||
|
```
|
41895
data/Participant00/events.csv
Normal file
41895
data/Participant00/events.csv
Normal file
File diff suppressed because it is too large
Load diff
41895
data/Participant00/gaze_positions.csv
Normal file
41895
data/Participant00/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
41895
data/Participant00/pupil_diameter.csv
Normal file
41895
data/Participant00/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
42381
data/Participant01/events.csv
Normal file
42381
data/Participant01/events.csv
Normal file
File diff suppressed because it is too large
Load diff
42381
data/Participant01/gaze_positions.csv
Normal file
42381
data/Participant01/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
42381
data/Participant01/pupil_diameter.csv
Normal file
42381
data/Participant01/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
35223
data/Participant02/events.csv
Normal file
35223
data/Participant02/events.csv
Normal file
File diff suppressed because it is too large
Load diff
35223
data/Participant02/gaze_positions.csv
Normal file
35223
data/Participant02/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
35223
data/Participant02/pupil_diameter.csv
Normal file
35223
data/Participant02/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
46740
data/Participant03/events.csv
Normal file
46740
data/Participant03/events.csv
Normal file
File diff suppressed because it is too large
Load diff
46740
data/Participant03/gaze_positions.csv
Normal file
46740
data/Participant03/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
46740
data/Participant03/pupil_diameter.csv
Normal file
46740
data/Participant03/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
29399
data/Participant04/events.csv
Normal file
29399
data/Participant04/events.csv
Normal file
File diff suppressed because it is too large
Load diff
29399
data/Participant04/gaze_positions.csv
Normal file
29399
data/Participant04/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
29399
data/Participant04/pupil_diameter.csv
Normal file
29399
data/Participant04/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
52275
data/Participant05/events.csv
Normal file
52275
data/Participant05/events.csv
Normal file
File diff suppressed because it is too large
Load diff
52275
data/Participant05/gaze_positions.csv
Normal file
52275
data/Participant05/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
52275
data/Participant05/pupil_diameter.csv
Normal file
52275
data/Participant05/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
41596
data/Participant06/events.csv
Normal file
41596
data/Participant06/events.csv
Normal file
File diff suppressed because it is too large
Load diff
41596
data/Participant06/gaze_positions.csv
Normal file
41596
data/Participant06/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
41596
data/Participant06/pupil_diameter.csv
Normal file
41596
data/Participant06/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
37408
data/Participant07/events.csv
Normal file
37408
data/Participant07/events.csv
Normal file
File diff suppressed because it is too large
Load diff
37408
data/Participant07/gaze_positions.csv
Normal file
37408
data/Participant07/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
37408
data/Participant07/pupil_diameter.csv
Normal file
37408
data/Participant07/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
44324
data/Participant08/events.csv
Normal file
44324
data/Participant08/events.csv
Normal file
File diff suppressed because it is too large
Load diff
44324
data/Participant08/gaze_positions.csv
Normal file
44324
data/Participant08/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
44324
data/Participant08/pupil_diameter.csv
Normal file
44324
data/Participant08/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
45991
data/Participant09/events.csv
Normal file
45991
data/Participant09/events.csv
Normal file
File diff suppressed because it is too large
Load diff
45991
data/Participant09/gaze_positions.csv
Normal file
45991
data/Participant09/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
45991
data/Participant09/pupil_diameter.csv
Normal file
45991
data/Participant09/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
68275
data/Participant10/events.csv
Normal file
68275
data/Participant10/events.csv
Normal file
File diff suppressed because it is too large
Load diff
68275
data/Participant10/gaze_positions.csv
Normal file
68275
data/Participant10/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
68275
data/Participant10/pupil_diameter.csv
Normal file
68275
data/Participant10/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
34052
data/Participant11/events.csv
Normal file
34052
data/Participant11/events.csv
Normal file
File diff suppressed because it is too large
Load diff
34052
data/Participant11/gaze_positions.csv
Normal file
34052
data/Participant11/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
34052
data/Participant11/pupil_diameter.csv
Normal file
34052
data/Participant11/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
54682
data/Participant12/events.csv
Normal file
54682
data/Participant12/events.csv
Normal file
File diff suppressed because it is too large
Load diff
54682
data/Participant12/gaze_positions.csv
Normal file
54682
data/Participant12/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
54682
data/Participant12/pupil_diameter.csv
Normal file
54682
data/Participant12/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
41141
data/Participant13/events.csv
Normal file
41141
data/Participant13/events.csv
Normal file
File diff suppressed because it is too large
Load diff
41141
data/Participant13/gaze_positions.csv
Normal file
41141
data/Participant13/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
41141
data/Participant13/pupil_diameter.csv
Normal file
41141
data/Participant13/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
43782
data/Participant14/events.csv
Normal file
43782
data/Participant14/events.csv
Normal file
File diff suppressed because it is too large
Load diff
43782
data/Participant14/gaze_positions.csv
Normal file
43782
data/Participant14/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
43782
data/Participant14/pupil_diameter.csv
Normal file
43782
data/Participant14/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
43917
data/Participant15/events.csv
Normal file
43917
data/Participant15/events.csv
Normal file
File diff suppressed because it is too large
Load diff
43917
data/Participant15/gaze_positions.csv
Normal file
43917
data/Participant15/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
43917
data/Participant15/pupil_diameter.csv
Normal file
43917
data/Participant15/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
66885
data/Participant16/events.csv
Normal file
66885
data/Participant16/events.csv
Normal file
File diff suppressed because it is too large
Load diff
66885
data/Participant16/gaze_positions.csv
Normal file
66885
data/Participant16/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
66885
data/Participant16/pupil_diameter.csv
Normal file
66885
data/Participant16/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
57582
data/Participant17/events.csv
Normal file
57582
data/Participant17/events.csv
Normal file
File diff suppressed because it is too large
Load diff
57582
data/Participant17/gaze_positions.csv
Normal file
57582
data/Participant17/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
57582
data/Participant17/pupil_diameter.csv
Normal file
57582
data/Participant17/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
39015
data/Participant18/events.csv
Normal file
39015
data/Participant18/events.csv
Normal file
File diff suppressed because it is too large
Load diff
39015
data/Participant18/gaze_positions.csv
Normal file
39015
data/Participant18/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
39015
data/Participant18/pupil_diameter.csv
Normal file
39015
data/Participant18/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
60189
data/Participant19/events.csv
Normal file
60189
data/Participant19/events.csv
Normal file
File diff suppressed because it is too large
Load diff
60189
data/Participant19/gaze_positions.csv
Normal file
60189
data/Participant19/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
60189
data/Participant19/pupil_diameter.csv
Normal file
60189
data/Participant19/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
37016
data/Participant20/events.csv
Normal file
37016
data/Participant20/events.csv
Normal file
File diff suppressed because it is too large
Load diff
37016
data/Participant20/gaze_positions.csv
Normal file
37016
data/Participant20/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
37016
data/Participant20/pupil_diameter.csv
Normal file
37016
data/Participant20/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
47358
data/Participant21/events.csv
Normal file
47358
data/Participant21/events.csv
Normal file
File diff suppressed because it is too large
Load diff
47358
data/Participant21/gaze_positions.csv
Normal file
47358
data/Participant21/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
47358
data/Participant21/pupil_diameter.csv
Normal file
47358
data/Participant21/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
52413
data/Participant22/events.csv
Normal file
52413
data/Participant22/events.csv
Normal file
File diff suppressed because it is too large
Load diff
52413
data/Participant22/gaze_positions.csv
Normal file
52413
data/Participant22/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
52413
data/Participant22/pupil_diameter.csv
Normal file
52413
data/Participant22/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
49050
data/Participant23/events.csv
Normal file
49050
data/Participant23/events.csv
Normal file
File diff suppressed because it is too large
Load diff
49050
data/Participant23/gaze_positions.csv
Normal file
49050
data/Participant23/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
49050
data/Participant23/pupil_diameter.csv
Normal file
49050
data/Participant23/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
61803
data/Participant24/events.csv
Normal file
61803
data/Participant24/events.csv
Normal file
File diff suppressed because it is too large
Load diff
61803
data/Participant24/gaze_positions.csv
Normal file
61803
data/Participant24/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
61803
data/Participant24/pupil_diameter.csv
Normal file
61803
data/Participant24/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
41534
data/Participant25/events.csv
Normal file
41534
data/Participant25/events.csv
Normal file
File diff suppressed because it is too large
Load diff
41534
data/Participant25/gaze_positions.csv
Normal file
41534
data/Participant25/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
41534
data/Participant25/pupil_diameter.csv
Normal file
41534
data/Participant25/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
51019
data/Participant26/events.csv
Normal file
51019
data/Participant26/events.csv
Normal file
File diff suppressed because it is too large
Load diff
51019
data/Participant26/gaze_positions.csv
Normal file
51019
data/Participant26/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
51019
data/Participant26/pupil_diameter.csv
Normal file
51019
data/Participant26/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
43306
data/Participant27/events.csv
Normal file
43306
data/Participant27/events.csv
Normal file
File diff suppressed because it is too large
Load diff
43306
data/Participant27/gaze_positions.csv
Normal file
43306
data/Participant27/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
43306
data/Participant27/pupil_diameter.csv
Normal file
43306
data/Participant27/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
39779
data/Participant28/events.csv
Normal file
39779
data/Participant28/events.csv
Normal file
File diff suppressed because it is too large
Load diff
39779
data/Participant28/gaze_positions.csv
Normal file
39779
data/Participant28/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
39779
data/Participant28/pupil_diameter.csv
Normal file
39779
data/Participant28/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
43721
data/Participant29/events.csv
Normal file
43721
data/Participant29/events.csv
Normal file
File diff suppressed because it is too large
Load diff
43721
data/Participant29/gaze_positions.csv
Normal file
43721
data/Participant29/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
43721
data/Participant29/pupil_diameter.csv
Normal file
43721
data/Participant29/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
46439
data/Participant30/events.csv
Normal file
46439
data/Participant30/events.csv
Normal file
File diff suppressed because it is too large
Load diff
46439
data/Participant30/gaze_positions.csv
Normal file
46439
data/Participant30/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
46439
data/Participant30/pupil_diameter.csv
Normal file
46439
data/Participant30/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
46400
data/Participant31/events.csv
Normal file
46400
data/Participant31/events.csv
Normal file
File diff suppressed because it is too large
Load diff
46400
data/Participant31/gaze_positions.csv
Normal file
46400
data/Participant31/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
46400
data/Participant31/pupil_diameter.csv
Normal file
46400
data/Participant31/pupil_diameter.csv
Normal file
File diff suppressed because it is too large
Load diff
58264
data/Participant32/events.csv
Normal file
58264
data/Participant32/events.csv
Normal file
File diff suppressed because it is too large
Load diff
58264
data/Participant32/gaze_positions.csv
Normal file
58264
data/Participant32/gaze_positions.csv
Normal file
File diff suppressed because it is too large
Load diff
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue