Hello Codeforces,
It has been a long while, but in this project we close the long-standing open problem proposed by Umnik 2021. You can try it here (deployed on my tiny server, be nice!) while supplies last. Currently I only imported problems from Codeforces & BZOJ (the dead Chinese OJ) but adding other OJs should be easy as long as we have the statements crawled (PRs?).
Cheers!
Nice Initiative
Nice idea, may be abused during live contests though.
I don't understanding anything. But it looks like something useful so I upvote for you.
Nice job!
Wow I Was searching for SOS DP problems, and i was looking for something like This. Thank You.
out of curiosity: how bad would the search results be if we don't use chatgpt to simplify the problem.
Truly amazing work. You should write a paper about it or sth.
I'm slightly worried about consequences for competitive programming... you should probably block usage during contests as an anti-cheating measure. Otherwise you'll lose your credits pretty quickly :)
In regards to cheating concerns, this may actually reduce cheating incidents by making it easier for authors to find repeated problems.
this is neat, but then won't the training data annotators know your next problem when you plug it into openai?
I'm using their paid API (same function as chatgpt but not free..), so in theory they should not be used for training :|
I guess even then someone working at openai who really really wants to cheat on a contest could do it, but that's probably not going to occur. How well does it work? I tried plugging in this year's FHC 3B which seems very similar to 1870E but the ones it gives don't seem very closely related to it.
However, I plugged CF1793F into it but it showed nothing that is even close to CF765F. What can possibly be the issue here? ig it's because of the problem background, but how to deal with that?
Update: also, with this year's CSP-S problem 2, i plugged it in but still, it isnt showing CF1223F. Even after it's paraphrased to "Given an array of integers, we want to count the number of non-empty continuous subarrays that can be reduced to an empty array by repeatedly removing adjacent identical elements.", CF1223F shows nowhere on that list.
Yeah, the system is still imperfect — we should probably experiment a better prompt to remove the backgrounds (you can find the current prompts here).
For your second example, it seems doable with a bit of luck...
Yeah, automatically removing the background and actually "formalizing" the statement will be a great feature, and will help a lot ig:)
Amazing work!
Honestly, that is impressive. I wonder if the same thing could be done but with the editorials (so that people can find applications of different ideas and algorithms).
Is the link still live? not working for me
Wow what a wonderful work. Ask Um_nik for 1000 dollars.
Lol, this could be used in today's contest to figure out the solution for D.