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

Relaxation testing agent on top of LLM and Vampire #803

Open
riccitensor opened this issue Nov 7, 2024 · 0 comments
Open

Relaxation testing agent on top of LLM and Vampire #803

riccitensor opened this issue Nov 7, 2024 · 0 comments

Comments

@riccitensor
Copy link

riccitensor commented Nov 7, 2024

Is your feature request related to a problem? Please describe.
@teorth wrote "Anyway this makes me realize that it is far better to use ATPs to test whether various relaxations of laws are possible in order to truncate the iteration, than to simply propose them and then do a very tedious human verification"

I've been running my tests exactly this way and think that we could profit from an agent testing new Vampire scripts based on our continuous input (in natural language).

Describe the solution you'd like

A tool enabling this kind of use case through natural language (via @teorth ): "can you try the same exercise with m(W,t(Y,Z))=t(W,Y) replaced by m(t(Y,Z),t(W,Y))=t(t(Y,Z),W)?"

One would keep asking natural language questions, the LLM would adjust the script, run Vampire, and evaluate the output.

Describe alternatives you've considered

The alternative is manual (or LLM-assisted) creation and then modification of Vampire scripts.

Additional context

It's based on the discussion in 1516->255.

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

No branches or pull requests

1 participant