The authors generate logic programs from LLM dialog threads and execute them with a GPU-based minimal model solver and soft-unification retrieval.
Learning Invariants through Soft Unification
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Human reasoning involves recognising common underlying principles across many examples. The by-products of such reasoning are invariants that capture patterns such as "if someone went somewhere then they are there", expressed using variables "someone" and "somewhere" instead of mentioning specific people or places. Humans learn what variables are and how to use them at a young age. This paper explores whether machines can also learn and use variables solely from examples without requiring human pre-engineering. We propose Unification Networks, an end-to-end differentiable neural network approach capable of lifting examples into invariants and using those invariants to solve a given task. The core characteristic of our architecture is soft unification between examples that enables the network to generalise parts of the input into variables, thereby learning invariants. We evaluate our approach on five datasets to demonstrate that learning invariants captures patterns in the data and can improve performance over baselines.
citation-role summary
citation-polarity summary
fields
cs.AI 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
On LLM-generated Logic Programs and their Inference Execution Methods
The authors generate logic programs from LLM dialog threads and execute them with a GPU-based minimal model solver and soft-unification retrieval.