CLLGOct 13, 2022

Language Models of Code are Few-Shot Commonsense Learners

CMU
arXiv:2210.07128v3381 citationsh-index: 91
Originality Incremental advance
AI Analysis

This addresses the problem of generating structured graphs from natural language for AI systems, offering a novel approach but is incremental as it adapts existing models to a new task.

The paper tackles structured commonsense reasoning by framing it as code generation, showing that pre-trained code language models outperform natural language models on three tasks in few-shot settings, with CODEX beating fine-tuned T5 and GPT-3.

We address the general task of structured commonsense reasoning: given a natural language input, the goal is to generate a graph such as an event -- or a reasoning-graph. To employ large language models (LMs) for this task, existing approaches ``serialize'' the output graph as a flat list of nodes and edges. Although feasible, these serialized graphs strongly deviate from the natural language corpora that LMs were pre-trained on, hindering LMs from generating them correctly. In this paper, we show that when we instead frame structured commonsense reasoning tasks as code generation tasks, pre-trained LMs of code are better structured commonsense reasoners than LMs of natural language, even when the downstream task does not involve source code at all. We demonstrate our approach across three diverse structured commonsense reasoning tasks. In all these natural language tasks, we show that using our approach, a code generation LM (CODEX) outperforms natural-LMs that are fine-tuned on the target task (e.g., T5) and other strong LMs such as GPT-3 in the few-shot setting.

Code Implementations2 repos
Foundations

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

Your Notes