yjlee36/knowchat-multi-turn-dialogues
KnowChat: Multi-Turn Human-LLM Dialogues on Knowledge Tasks KnowChat is a dataset of 705 multi-turn human-LLM conversations collected to validate the KnowSim user simulation framework. It pairs each conversation with pre/post knowledge assessments, self-reported survey ratings, and participant background information, enabling research on information calibration -- how well LLM assistants tailor responses to users with different knowledge levels. Dataset Summary… See the full description on the dataset page: https://huggingface.co/datasets/yjlee36/knowchat-multi-turn-dialogues.
KnowChat: Multi-Turn Human-LLM Dialogues on Knowledge Tasks
KnowChat is a dataset of 705 multi-turn human-LLM conversations collected to validate the KnowSim user simulation framework. It pairs each conversation with pre/post knowledge assessments, self-reported survey ratings, and participant background information, enabling research on information calibration -- how well LLM assistants tailor responses to users with different knowledge levels.
Dataset Summary
Total: 705 conversations from 235 participants.
Conditions
Tasks
- MathQA: Competition math problems (AMC/AIME level 4-5)
- ExpertQA: Domain expert questions across Architecture, Education, Psychology, and Visual Arts
Strategy Arm (conditions 0-2)
Same LLM (GPT-4.1), different strategies:
- 0 Socratic · 1 Adaptive · 2 Comprehensive
Model Arm (conditions 0-2)
Same strategy (Adaptive), different LLMs:
- 0 GPT-5.4 · 1 Gemini 3 Pro · 2 Claude Opus 4.7
Data Files
Conversation Logs (JSONL)
Full multi-turn conversations exported as JSONL to avoid Excel's 32K character cell limit:
JSONL schema:
{
"timestamp": 1776903871977,
"time": "2026-04-23T00:24:31.977Z",
"prolific id": "P006",
"topic": "counting_and_probability",
"condition": 2,
"session": 0,
"answer": "0.411",
"questions": 5,
"messages": [
{"role": "system", "content": "You are a skilled math tutor..."},
{"role": "user", "content": "If it rains in the capital city..."},
{"role": "assistant", "content": "Great question! Let's break this down..."}
]
}Note: Thequestionsfield appears only in ExpertQA files and indexes into thequestionssheet of the corresponding XLSX file. MathQA files omit this field.
Structured Data (XLSX)
Each XLSX file contains multiple sheets with participant-level data:
Survey Measures
Each conversation session includes 3 self-reported Likert-scale ratings:
- Delivery Calibration: How well the AI matched the participant's level
- Cognitive Overload: Whether the AI's responses were overwhelming
- Interaction Quality: Overall quality of the interaction
Privacy & Ethics
- All participant identifiers have been replaced with sequential anonymous IDs (P001, P002, ...).
- Identifiers are consistent within each study arm but not across arms.
- The study was conducted via Prolific with informed consent and IRB approval.
- Free-text responses (conversation messages, answers) are included as-is; they do not contain personally identifiable information.
Intended Use
This dataset is designed for:
- Validating user simulation frameworks against real human behavior
- Studying information calibration in LLM tutoring interactions
- Analyzing knowledge gain patterns across user expertise levels
- Benchmarking LLM assistants on pedagogical effectiveness
Citation
@article{lee2026knowsim,
title={KnowSim: Evaluating Information Calibration in LLM Assistants with User Simulators that Learn},
author={Lee, Yoonjoo and Jin, Hyoungwook and Kim, Tae Soo and Zhang, Shaoyang and Laban, Philippe and Liao, Q. Vera},
year={2026}
}