Publications
Research
Peer-reviewed work and works in progress on multimodal grounding, trustworthy AI, and human-robot interaction.
2026
Ask-to-Act: Learning When Robots Should Clarify Ambiguous Grounded Instructions
2026Ekele Ogbadu
IEEE RO-MAN (accepted)
When a natural-language instruction is ambiguous, a robot that acts confidently is more dangerous than one that asks. This work studies when a robot should request clarification rather than commit to an interpretation of a grounded instruction.
HRI · Grounded Language · Ambiguity
2025
Grounded Instruction Understanding with Large Language Models: Toward Trustworthy Human-Robot Interaction
2025Ekele Ogbadu, Stephanie Lukin, Cynthia Matuszek
AAAI Symposium Series 7(1), 223–231
Understanding natural language as a representational bridge between perception and action is critical for deploying autonomous robots in complex, high-risk environments. This work investigates how large language models (LLMs) can support this bridge by interpreting unconstrained human instructions in urban disaster response scenarios. Leveraging the SCOUT corpus, a multimodal dataset capturing human-robot dialogue through Wizard-of-Oz experiments, we construct SCOUT++, aligning over 11,000 visual frames with language commands and robot actions. We evaluate three instruction classification approaches: a neural network trained on tokenized text, GPT-4 using text alone, and GPT-4 with synchronized visual input. Results show that while GPT-4 (text-only) outperforms traditional models in accuracy, its multimodal variant exhibits degraded performance, often producing vague or hallucinated outputs. These findings expose the challenges of reliably grounding language in visual context and raise questions about the trustworthiness of foundation models in safety-critical settings. We contribute SCOUT++, a reproducible multimodal pipeline, and benchmark results that shed light on the capabilities and current limitations of vision-language models for risk-sensitive human-robot interaction.
HRI · VLM · Trustworthy AI