PizzaCommonSense: Learning to Model Commonsense Reasoning about Intermediate Steps in Cooking Recipes
Aissatou Diallo, Antonis Bikakis, Luke Dickens, Anthony Hunter, Rob Miller
TL;DR
PizzaCommonsense introduces a dataset that grounds commonsense reasoning in procedural cooking by annotating intermediate step inputs and outputs for pizza recipes. The task reframes recipe following as predicting the explicit IO descriptions for each atomic action, evaluated across T5-family baselines and GPT-3.5/4 with prompting and fine-tuning. Results show substantial gaps relative to human performance, with GPT-3.5+FT delivering the strongest exact-match performance among AI models, while GPT-4+CoT remains competitive but not superior, underscoring the challenge of explicit, stepwise IO reasoning. The work highlights the need for better representations, preprocessing pipelines, and training paradigms to enable reliable, interpretable procedural understanding with potential applications in autonomous cooking agents and intelligent assistants.
Abstract
Understanding procedural texts, such as cooking recipes, is essential for enabling machines to follow instructions and reason about tasks, a key aspect of intelligent reasoning. In cooking, these instructions can be interpreted as a series of modifications to a food preparation. For a model to effectively reason about cooking recipes, it must accurately discern and understand the inputs and outputs of intermediate steps within the recipe. We present a new corpus of cooking recipes enriched with descriptions of intermediate steps that describe the input and output for each step. PizzaCommonsense serves as a benchmark for the reasoning capabilities of LLMs because it demands rigorous explicit input-output descriptions to demonstrate the acquisition of implicit commonsense knowledge, which is unlikely to be easily memorized. GPT-4 achieves only 26\% human-evaluated preference for generations, leaving room for future improvements.
