{{ block global_styles }} {{ endblock }} {{ block content }}


Scenario 1

You may influence the AI prediction




Before the AI system makes the prediction of your risk tolerance, you now have the opportunity to influence the prediction.

In the following we show you the information you provided at the beginning of the experiment. You can decide which of your information you want to provide to the AI system and which information you want to hold back. The information you hold back will not be taken into account in the prediction of the AI system.

For example: If you decide to hold back your gender/age/etc., the AI prediction cannot be driven by your gender/age/etc.

Note:

With your decisions you can influence the accuracy of the AI prediction.

Assume that you are a risk-seeking person. If you now assume that certain attributes make you appear highly risk-sensitive, holding back these attributes can increase the accuracy of the prediction.


Please decide now which of your attributes you want to provide to the AI system:

Your choice Your provided information
Your age {{ formfield "age_dummy" label="" }} {{player.age}} years
Your gender {{ formfield "sex_dummy" label="" }} {{player.field_display('sex')}}
Your body height {{ formfield "height_dummy" label="" }} {{player.height_feet}} feet {{ player.height_inches }} inches
Born in the USA? {{ formfield "germborn_dummy" label="" }} {{player.field_display('germborn')}}
Your monthly gross income {{ formfield "income_dummy" label="" }} {{player.field_display('income')}}
Your duration of education {{ formfield "education_dummy" label="" }} {{player.education}} years
Your satisfaction with your health {{ formfield "sat_health_dummy" label="" }} {{player.sat_health}} of 10
Your satisfaction with your friends and acquaintances {{ formfield "sat_socialLife_dummy" label="" }} {{player.sat_socialLife}} of 10
Your importance of faith, religion {{ formfield "importance_religion_dummy" label="" }} {{player.field_display('importance_religion')}}
Your importance of being politically, socially involved {{ formfield "importance_involvement_dummy" label="" }} {{player.field_display('importance_involvement')}}
Smoker? (yes/no) {{ formfield "smoke_dummy" label="" }} {{player.field_display('smoke')}}
The frequency of checking your bank account balance {{ formfield "check_account_dummy" label="" }} {{player.field_display('check_account')}}
The frequency of drinking alcohol {{ formfield "alcohol_dummy" label="" }} {{player.field_display('alcohol')}}


{{ endblock }}