CoolFace
Datasetpublic

lwachowiak/xai-questions-dataset

Explore the questions users have for robots across a diverse set of situations! You can read the paper here: What Questions Should Robots Be Able to Answer? A Dataset of User Questions for Explainable Robotics! from datasets import load_dataset dataset = load_dataset("lwachowiak/xai-questions-dataset") dataset['train'][0] The analysis code can be found on GitHub Paper Abstract With the increased use of large language models and conversational interfaces in human–robot… See the full description on the dataset page: https://huggingface.co/datasets/lwachowiak/xai-questions-dataset.

sourceHugging Facecc-by-sa-4.0updated 3mo agoView on Hugging Face
0likes79downloads
Dataset Card

Explore the questions users have for robots across a diverse set of situations!

You can read the paper here: **What Questions Should Robots Be Able to Answer? A Dataset of User Questions for Explainable Robotics**!

python
from datasets import load_dataset
dataset = load_dataset("lwachowiak/xai-questions-dataset")
dataset['train'][0]

The analysis code can be found on GitHub

Paper Abstract

With the increased use of large language models and conversational interfaces in human–robot interaction, robots' ability to answer user questions is more important than ever. We therefore introduce a dataset of 1,893 user questions for household robots, collected from 100 participants and organized into 12 categories and 70 subcategories. Most work in explainable robotics focuses on why-questions, such as "Why did you clean the bathroom but not the kitchen?". In contrast, our dataset provides a wide variety of questions, from questions about simple execution details to questions about how the robot would act in hypothetical scenarios — thus giving roboticists valuable insights into what questions their robot needs to be able to answer. To collect the dataset, we created 15 video stimuli and 7 text stimuli, depicting robots performing varied household tasks. We then asked participants on Prolific what questions they would want to ask the robot in each portrayed situation. In the final dataset, the most frequent categories are questions about task execution details (21.4%), the robot's capabilities (12.6%), and performance assessments (10.7%). Although these questions are less frequent, users highly value robots being able to explain how they would handle potentially difficult scenarios and how they can ensure correct behavior when problems arise. Moreover, we find that users who identify as novices in robotics ask different questions than more experienced users. Novices are more likely to inquire about simple facts, such as what the robot did or the current state of the environment.

As robots enter environments shared with humans and language becomes central to giving instructions and interaction, this dataset provides a valuable foundation for

  • —(i) identifying the information robots need to log and expose to conversational interfaces,
  • —(ii) benchmarking question-answering modules,
  • —(iii) designing explanation strategies that align with user expectations.

Citation

bibtex
@article{wachowiak2025questions,
  title={What Questions Should Robots Be Able to Answer? A Dataset of User Questions for Explainable Robotics},
  author={Wachowiak, Lennart and Coles, Andrew and Canal, Gerard and Celiktutan, Oya},
  journal={Transactions on Human-Robot Interaction},
  year={2026}
}