MIDGARD: Self-Consistency Using Minimum Description Length for Structured Commonsense Reasoning
Inderjeet Nair, Lu Wang

TL;DR
MIDGARD employs a Minimum Description Length-based approach to enhance self-consistency in structured reasoning graphs generated by large language models, improving accuracy by rejecting inconsistent elements and including missing ones.
Contribution
It introduces MIDGARD, a novel MDL-guided aggregation method that improves the quality of reasoning graphs by effectively handling errors and omissions in LLM-generated samples.
Findings
Outperforms previous methods on multiple structured reasoning tasks.
Effectively rejects erroneous graph properties while including missing elements.
Demonstrates robustness across argument, explanation, dependency, and semantic graph generation.
Abstract
We study the task of conducting structured reasoning as generating a reasoning graph from natural language input using large language models (LLMs). Previous approaches have explored various prompting schemes, yet they suffer from error propagation due to the autoregressive nature and single-pass-based decoding, which lack error correction capability. Additionally, relying solely on a single sample may result in the omission of true nodes and edges. To counter this, we draw inspiration from self-consistency (SC), which involves sampling a diverse set of reasoning chains and taking the majority vote as the final answer. To tackle the substantial challenge of applying SC on generated graphs, we propose MIDGARD (MInimum Description length Guided Aggregation of Reasoning in Directed acyclic graph) that leverages Minimum Description Length (MDL)-based formulation to identify consistent…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSemantic Web and Ontologies · Natural Language Processing Techniques · Topic Modeling
MethodsSparse Evolutionary Training
