← Search

Zhun Yang

4 accepted papers

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…

2022

Injecting Logical Constraints into Neural Networks via Straight-Through Estimators

ICML 2022spotlight

Injecting discrete logical constraints into neural network learning is one of the main challenges in neuro-symbolic AI. We find that a straight-through-estimator, a method introduced to train binary neural networks, could effectively be applied to incorporate logical constraints into neural network…