Topic: To what extent does the form of presentation (textual, visual, hybrid) in combination with AI explanation types (input influence-based, sensitivity-based) influence end users' acceptance of AI-based decision support systems?
To address this question, I created a user-friendly React app that takes participants through a scenario where they play the role of insurance company employees. In this role, they must assess surrogate based explanations (based on LIME) of an AI system's recommendations for customers' data-driven price ratings.
In this scenario, participants are asked to assume the role of a clerk at an insurance company that uses AI to offer personalized and competitive car insurance premiums. The participant learns that the insurance company collects data on driving behavior through sensors installed in customers' vehicles and that this data is analyzed by AI to evaluate individual driving habits. Participants are informed that the willingness of customers to participate in this system is based on the fact that customers would receive a discount on their insurance premium as an incentive if they voluntarily participate in the data collection. The scenario outlines that participants will receive the task to review a comprehensive overview of a fictitious customer's profile, including personal details and data on his driving behavior and that this data serves as the basis for the AI's analysis and subsequent recommendation. The participant is instructed that after the AI’s recommendation an AI explanation will follow explaining the decision rationale behind the AI result and that the participant is tasked to rate this AI explanation afterwards.
Step 1: Participants reviews a fictitious customer profile
Step 2: Participant sees how the "AI" supposedly analyzes the customers data (loading screen)
Step 3: Participant sees result
Step 4: Participant receives based on the experimental group (6 groups) randomly assigned to a combination of explanation type (input influence-based | sensitivity-based) and display type (textual, visual, hybrid).
Step 5: Participant gets redirected back to Limesurvey instance and rates the explanation.
Group randomization happened prior on Limesurvey. When redirected to this app, /register?g=<groupnumber 1 to 6> defines which explanation is seen.
/register?g=1 --> textual input influence-based explanation
/register?g=2 --> visual input influence-based explanation
/register?g=3 --> hybrid input influence-based explanation
/register?g=4 --> textual sensitivity-based explanation
/register?g=5 --> visual sensitivity-based explanation
/register?g=6 --> hybrid sensitivity-based explanation