Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any interest in adding prolog for reasoning problems? #116

Open
ohpauleez opened this issue Dec 26, 2024 · 1 comment
Open

Any interest in adding prolog for reasoning problems? #116

ohpauleez opened this issue Dec 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ohpauleez
Copy link

There have been a few interesting papers of the past year that translated reasoning and logic problems into prolog to enhance the capacity of various llms. Some examples:

While optillm has Z3 for reasoning, what are your thoughts about expanding these capabilities with the techniques from the paper, using something simple like pytholog (as done in one of the papers) or using the Python bridge to SWI Prolog (as done in the other paper)?

@codelion codelion added the enhancement New feature or request label Dec 27, 2024
@codelion
Copy link
Owner

This would be a good addition, the z3 reasoning implemented in optillm now also includes sympy. It will be interesting to add more solvers/formal tools that can help with reasoning. Usually, when adding a new plugin or approach I look for a particular benchmark or eval suite to work with and compare with the baselines implemented in optillm already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants