CLAIOct 2, 2023

Knowledge Crosswords: Geometric Knowledge Reasoning with Large Language Models

CMU
arXiv:2310.01290v233 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses the challenge of evaluating and improving LLMs' reasoning abilities in complex, structured knowledge domains, though it is incremental in advancing benchmark design and prompting techniques.

The paper tackles the problem of geometric knowledge reasoning by introducing Knowledge Crosswords, a benchmark with 2,101 problems, and finds that baseline LLMs struggle, but their proposed Verify-All method significantly outperforms prior approaches, especially on hard problems.

We propose Knowledge Crosswords, a geometric knowledge reasoning benchmark consisting of incomplete knowledge networks bounded by structured factual constraints, where LLMs are tasked with inferring the missing facts to meet all constraints. The novel setting of geometric knowledge reasoning necessitates new LM abilities beyond existing atomic/linear multi-hop QA, such as backtracking, verifying facts and constraints, reasoning with uncertainty, and more. Knowledge Crosswords contains 2,101 individual problems, covering diverse knowledge domains, and is further divided into three difficulty levels. We conduct extensive experiments to evaluate existing LLMs and approaches on Knowledge Crosswords. Results demonstrate that baseline approaches struggle with larger knowledge networks and semantically-equivalent entity distractors. In light of their limitations, we propose two new approaches, Staged Prompting and Verify-All, to augment LLMs' abilities for error-aware backtracking and constraint verification. Our Verify-All significantly outperforms prior methods and is more robust towards problems in the hard subset. Further analysis shows that geometric knowledge reasoning poses new challenges to LLMs' knowledge abilities, particularly in robustness towards varying option orders, complex structural constraints in knowledge networks, "none of the above" scenarios, and more.

Code Implementations1 repo
Foundations

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

Your Notes