paper-with-me

Papers

Chronosymbolic Learning: Efficient CHC Solving with Symbolic Reasoning and Inductive Learning

2023-05-02 · Ziyan Luo, Xujie Si

Solving Constrained Horn Clauses (CHCs) is a fundamental challenge behind a wide range of verification and analysis tasks. Data-driven approaches show great promise in improving CHC solving without the painstaking manual effort of creating and tuning various heuristics. However, a large performance gap exists between data-driven CHC solvers and symbolic reasoning-based solvers. In this work, we develop a simple but effective framework, "Chronosymbolic Learning", which unifies symbolic information and numerical data points to solve a CHC system efficiently. We also present a simple instance of Chronosymbolic Learning with a data-driven learner and a BMC-styled reasoner. Despite its relative simplicity, experimental results show the efficacy and robustness of our tool. It outperforms state-of-the-art CHC solvers on a dataset consisting of 288 benchmarks, including many instances with non-linear integer arithmetics.

📄 PDF Abstract BibTeX arXiv:2305.01206

Code (2)

https://zenodo.org/record/8336156 공식 구현
chronosymbolic/chronosymbolic-learning

Tasks

Inductive Learning

Similar Papers 제목 키워드 기반

Can LLM Aid in Solving Constraints with Inductive Definitions?

2026-03-04 · Weizhi Feng, Shidong Shen, Jiaxiang Liu, Taolue Chen 외 arxiv

Solving constraints involving inductive (aka recursive) definitions is challenging. State-of-the-art SMT/CHC solvers and first-order logic provers provide only limited support for solving such constraints, especially whe…

A Hybrid Neuro-Symbolic approach for Text-Based Games using Inductive Logic Programming

2021-11-21 · AAAI Workshop CLeaR 2022 2 · Kinjal Basu, Keerthiram Murugesan, Mattia Atzeni, Pavan Kapanipathi 외

Text-based games (TBGs) have emerged as an important test-bed, requiring reinforcement learning (RL) agents to combine natural language understanding with reasoning. A key challenge for agents solving this task is to gen…

Inductive logic programmingNatural Language UnderstandingReinforcement Learning (RL)text-based games

Phenomenal Yet Puzzling: Testing Inductive Reasoning Capabilities of Language Models with Hypothesis Refinement

2023-10-12 · Linlu Qiu, Liwei Jiang, Ximing Lu, Melanie Sclar 외

The ability to derive underlying principles from a handful of observations and then generalize to novel situations -- known as inductive reasoning -- is central to human intelligence. Prior work suggests that language mo…

A Novel Neural-symbolic System under Statistical Relational Learning

2023-09-16 · Dongran Yu, Xueyan Liu, Shirui Pan, Anchen Li 외

A key objective in field of artificial intelligence is to develop cognitive models that can exhibit human-like intellectual capabilities. One promising approach to achieving this is through neural-symbolic systems, which…

Deep LearningRelational Reasoning

SymAgent: A Neural-Symbolic Self-Learning Agent Framework for Complex Reasoning over Knowledge Graphs

2025-02-05 · Ben Liu, Jihai Zhang, Fangquan Lin, Cheng Yang 외

Recent advancements have highlighted that Large Language Models (LLMs) are prone to hallucinations when solving complex reasoning problems, leading to erroneous results. To tackle this issue, researchers incorporate Know…

Knowledge GraphsLogical ReasoningSelf-Learning