SOTAVerified

Evaluating Step-by-Step Reasoning through Symbolic Verification

2022-12-16Code Available0· sign in to hype

Yi-Fan Zhang, HANLIN ZHANG, Li Erran Li, Eric Xing

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Pre-trained language models (LMs) have shown remarkable reasoning performance using explanations or chain-of-thoughts (CoT)) for in-context learning. On the other hand, these reasoning tasks are usually presumed to be more approachable for symbolic programming. To understand the mechanism of reasoning of LMs, we curate synthetic datasets containing equivalent (natural, symbolic) data pairs, where symbolic examples contain first-order logic rules and predicates from non-parametric knowledge bases (KBs), supporting automated verification of intermediate reasoning results. Then we revisit neuro-symbolic approaches and propose to learn from demonstrations containing logic rules and corresponding examples to iteratively reason over KBs, recovering Prolog's backward chaining algorithm and supporting automated verification of LMs' outputs. Comprehensive experiments are included to systematically compare LMLP with CoT in deductive reasoning settings, showing that LMLP enjoys more than 25\% higher accuracy than CoT on length generalization benchmarks even with smaller model sizes.

Tasks

Reproductions