Risks and NLP Design: A Case Study on Procedural Document QA
Nikita Haduong, Alice Gao, Noah A. Smith
TL;DR
The paper introduces the Risk-Aware Design Questionnaire (RADQ) to specialize risk analysis for Procedural Document QA (ProcDocQA) and applies it to a recipe-domain case study. It shows that zero-shot GPT-3 can match human answers on recipes, yet deeper multi-output evaluation reveals concrete risks such as output instability, hallucination, and unsafe recommendations that require design mitigations. Through a multi-decoding analysis, the authors identify actionable error categories and propose design strategies, including uncertainty visualization and source verification, to reduce risk. A post-study RADQ update further integrates risk-communication insights, outlining a path toward safer, user-aware deployment of procedural QA systems. The work advocates documenting error analyses across multiple outputs and employing interdisciplinary methods to align NLP systems with user capabilities and safety requirements.
Abstract
As NLP systems are increasingly deployed at scale, concerns about their potential negative impacts have attracted the attention of the research community, yet discussions of risk have mostly been at an abstract level and focused on generic AI or NLP applications. We argue that clearer assessments of risks and harms to users--and concrete strategies to mitigate them--will be possible when we specialize the analysis to more concrete applications and their plausible users. As an illustration, this paper is grounded in cooking recipe procedural document question answering (ProcDocQA), where there are well-defined risks to users such as injuries or allergic reactions. Our case study shows that an existing language model, applied in "zero-shot" mode, quantitatively answers real-world questions about recipes as well or better than the humans who have answered the questions on the web. Using a novel questionnaire informed by theoretical work on AI risk, we conduct a risk-oriented error analysis that could then inform the design of a future system to be deployed with lower risk of harm and better performance.
