Datasets › AI Conversational Interviewing: Interview data

AI Conversational Interviewing: Interview data

Introduced by Alexander Wuttke et al. in AI Conversational Interviewing: Transforming Surveys with LLMs as Adaptive Interviewers16 Sep 2024 archive 2025-07-28

Replication Material

This document contains the necessary materials and instructions to replicate the findings presented in our paper. We provide comprehensive information on the data sources, code, and analytical procedures used in our study. The replication package includes raw data files, data cleaning scripts, and analysis code. We encourage users to contact us with any questions or issues encountered during the replication process.

Data Sources

We conducted two different types of interviews: human-human and AI-human. The raw responses from our participants and interviewers can be found in the following folders:

  • AI-Human Interviews: All responses from the AI as interviewer
  • File: ai_interviewing-responses.csv
  • Human-Human Interviews: All transcribed responses from human interviewers
  • Files: interview-transcripted_i{1..5}.csv (5 files, one for each interviewer)

Application

We used Langchain and Chainlit for the development stack. The version used in the experiment can be found in the app-v1 directory. For deployment, we used Fly.io. Conversation data was stored using Literal AI.

Setup

Install requirements from requirements.txt (in a virtual environment):

pip install -r requirements.txt

Version v1 uses ChatGPT, so you need to create a .env file with your OpenAI key:

OPENAI_API_KEY=<KEY>

Run Chainlit app:

chainlit run app.py

Evaluation Sources

We employed various evaluation methods including qualitative surveys, annotations, and quantitative analysis of the conducted interviews:

  1. Post-interview Surveys:
  2. Purpose: Addresses aspects such as clarity
  3. Contents: Survey results and the codebook used
  4. Location: post_interview_surveys folder

  5. Quality Coding on Interview Responses:

  6. Purpose: Annotation of interview quality along dimensions described in the paper (e.g., engagement)
  7. Contents: Merged annotations from two annotators
  8. Note: Raw data from individual annotators available upon request (kept private for anonymization)
  9. Location: quality_coding folder

  10. Observer Comments:

  11. Purpose: Documentation of issues during interviews
  12. Contents: Observer comments and the form used
  13. Location: observer_comments folder

  14. Quantitative Text Analysis:

  15. Purpose: Analysis of responses from AI and human interviews
  16. Contents: Results of quantitative analysis
  17. Location: quantitative_analysis folder

All results from these sources and scripts can be found in Table X in the paper.

Benchmarks archive 2025-07-28

No leaderboard in the archive resolves to this dataset.

Papers archive 2025-07-28

No paper in the archive has a leaderboard row on this dataset; the archive counts 1 paper for it but never published that list.

Dataset loaders archive 2025-07-28

No loader listed in the archive.

Tasks archive 2025-07-28

No task tagged in the archive.

License archive 2025-07-28

Creative Commons Zero v1.0 Universal

Modalities archive 2025-07-28

Languages archive 2025-07-28

Variants archive 2025-07-28

  • AI Conversational Interviewing: Interview data

1 variant name, as the archive lists them.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections