The Correction Machine: Formulating Explanations for User Misconceptions
Abstract
Novice computer users have many incorrect beliefs about the commands on their system. This paper considers the problem of providing explanatory responses that correct these mistaken user beliefs. Current approaches correct mistaken beliefs by trying to infer the reasons why the user holds them. In contrast, our advisor corrects these beliefs simply by explaining why he doesn't share them. This allows the advisor to provide reasonable advice even when no robust user model is available. Our advisor constructs this explanation from scratch, using a set of domain-independent strategies for justifying plan-oriented beliefs. This differs from existing systems, such as explanationbased story understanders, that provide explanations by modifying existing explanations and fail to address the underlying problem of forming the initial explanation. This approach gives our advisor the ability to explain novel misconceptions. 1 The Problem Intelligent user interfaces and advisory systems must be able to provide explanations for mistaken user beliefs. Consider this dialog between a novice UNIX user and a more experienced UNIX advisor. USER: I accidentally removed a file. How can I restore it now? ADVISOR: YOU can't. It takes at least two days to restore a file. USER: But I need the file today. ADVISOR: YOU need to take care not to remove files you need. Why don't you use tt rm-i " so that you're asked before any files are removed? USER: It takes too long to answer the questions. ADVISOR: It takes a long time to restore a file. But as a faster alternative to ''rm-i", you could move unwanted files into ''/tmp". USER: But that's going to fill up '' / tm P"-ADVISOR: tt /tmp " is automatically cleaned up every few hours so filling it up isn't a problem.
Cite
Text
Quilici. "The Correction Machine: Formulating Explanations for User Misconceptions." International Joint Conference on Artificial Intelligence, 1989.Markdown
[Quilici. "The Correction Machine: Formulating Explanations for User Misconceptions." International Joint Conference on Artificial Intelligence, 1989.](https://mlanthology.org/ijcai/1989/quilici1989ijcai-correction/)BibTeX
@inproceedings{quilici1989ijcai-correction,
title = {{The Correction Machine: Formulating Explanations for User Misconceptions}},
author = {Quilici, Alex},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {1989},
pages = {550-555},
url = {https://mlanthology.org/ijcai/1989/quilici1989ijcai-correction/}
}