-
Notifications
You must be signed in to change notification settings - Fork 19
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
Are lean proofs manually written or automatically found? #9
Comments
Some of them are generated and some of them are written by humans. For example, this long one is written by humans. |
@DyeKuu Thank you! Given https://arxiv.org/abs/2205.11491 says they solve ~40% of the problems (see screenshot), and this repo is owned by "facebookresearch", and README says "if you're using it and discovering new proofs (manually or automatically) please contribute them back to the benchmark", the conclusion seems that these solutions should be contributed to this repo ;) |
Yep, it is encouraged, and happy to see the contribution from the community but we do not want to enforce this to be mandatory :) I think you could open an issue to track this one. |
@fzyzcjy Hi, how is your reproduce progress? Recently I am also working on ATP with MCTS. I would like to ask how you interact with the lean kernel (as the number of interactions increases, the efficiency of lean-gym developed by OpenAI will become lower and lower), btw, I would be very appreciative if you could public your code repository (even if it's still an on-going project. |
@venom12138 Hi, seems someone was observing the same behavior - openai/lean-gym#24. I have not finished reproducing yet. |
Hi thanks for the repo! As I am learning both lean and neural theorem proving, I am quite curious whether these proofs are automatically found? (For example, this long one: https://github.com/fzyzcjy/miniF2F/blob/5271ddec788677c815cf818a06f368ef6498a106/lean/src/valid.lean#L621-L681)
The text was updated successfully, but these errors were encountered: