← Search

Adam Ishay

4 accepted papers

2025

LLM+AL: Bridging Large Language Models and Action Languages for Complex Reasoning About Actions

AAAI 2025technical

Large Language Models (LLMs) have made significant strides in various intelligent tasks but still struggle with complex action reasoning tasks that require systematic search. To address this limitation, we propose a method that bridges the natural language understanding capabilities of LLMs with the…

2023

Coupling Large Language Models with Logic Programming for Robust and General Reasoning from Text

ACL 2023findings

While large language models (LLMs), such as GPT-3, appear to be robust and general, their reasoning ability is not at a level to compete with the best models trained for specific natural language reasoning problems. In this study, we observe that a large language model can serve as a highly effectiv…

2023

Learning to Solve Constraint Satisfaction Problems with Recurrent Transformer

ICLR 2023poster

Constraint satisfaction problems (CSPs) are about finding values of variables that satisfy the given constraints. We show that Transformer extended with recurrence is a viable approach to learning to solve CSPs in an end-to-end manner, having clear advantages over state-of-the-art methods such as Gr…