google-deepmind / code_contests

Apache License 2.0
2.04k stars 200 forks source link

Validation setup #38

Open IvanSedykh opened 3 months ago

IvanSedykh commented 3 months ago

After reading the paper one thing remains unclear to me.

For some problems in the dataset there are only few private tests. Overall, which solutions do you consider correct -- the ones that passes private+generated tests or only private?

Thanks.