English

Clarify: Improving Model Robustness With Natural Language Corrections

Machine Learning 2024-08-23 v3 Artificial Intelligence Computation and Language

Abstract

The standard way to teach models is by feeding them lots of data. However, this approach often teaches models incorrect ideas because they pick up on misleading signals in the data. To prevent such misconceptions, we must necessarily provide additional information beyond the training data. Prior methods incorporate additional instance-level supervision, such as labels for misleading features or additional labels for debiased data. However, such strategies require a large amount of labeler effort. We hypothesize that people are good at providing textual feedback at the concept level, a capability that existing teaching frameworks do not leverage. We propose Clarify, a novel interface and method for interactively correcting model misconceptions. Through Clarify, users need only provide a short text description of a model's consistent failure patterns. Then, in an entirely automated way, we use such descriptions to improve the training process. Clarify is the first end-to-end system for user model correction. Our user studies show that non-expert users can successfully describe model misconceptions via Clarify, leading to increased worst-case performance in two datasets. We additionally conduct a case study on a large-scale image dataset, ImageNet, using Clarify to find and rectify 31 novel hard subpopulations.

Keywords

Cite

@article{arxiv.2402.03715,
  title  = {Clarify: Improving Model Robustness With Natural Language Corrections},
  author = {Yoonho Lee and Michelle S. Lam and Helena Vasconcelos and Michael S. Bernstein and Chelsea Finn},
  journal= {arXiv preprint arXiv:2402.03715},
  year   = {2024}
}

Comments

UIST 2024. Interface code available at https://github.com/yoonholee/Clarify

R2 v1 2026-06-28T14:39:41.121Z