CLAug 29, 2023

TaskLAMA: Probing the Complex Task Understanding of Language Models

arXiv:2308.15299v122 citationsh-index: 10
Originality Incremental advance
AI Analysis

This addresses the challenge of commonsense reasoning for assistive planning tools, but it is incremental as it builds on existing LLM capabilities with new metrics and dataset.

The paper tackled the problem of Structured Complex Task Decomposition (SCTD) by probing how accurately Large Language Models (LLMs) can break down complex tasks into steps with temporal dependencies, finding that LLMs effectively decompose tasks with a relative improvement of 15% to 280% over baselines but struggle with predicting dependencies.

Structured Complex Task Decomposition (SCTD) is the problem of breaking down a complex real-world task (such as planning a wedding) into a directed acyclic graph over individual steps that contribute to achieving the task, with edges specifying temporal dependencies between them. SCTD is an important component of assistive planning tools, and a challenge for commonsense reasoning systems. We probe how accurately SCTD can be done with the knowledge extracted from Large Language Models (LLMs). We introduce a high-quality human-annotated dataset for this problem and novel metrics to fairly assess performance of LLMs against several baselines. Our experiments reveal that LLMs are able to decompose complex tasks into individual steps effectively, with a relative improvement of 15% to 280% over the best baseline. We also propose a number of approaches to further improve their performance, with a relative improvement of 7% to 37% over the base model. However, we find that LLMs still struggle to predict pairwise temporal dependencies, which reveals a gap in their understanding of complex tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes