allenai / natural-instructions

Expanding natural instructions
https://instructions.apps.allenai.org/
Apache License 2.0
935 stars 187 forks source link

Tasks built based on coding challenges #127

Open danyaljj opened 3 years ago

danyaljj commented 3 years ago

We can use the task description of coding challenges (the ones that are relatively simple to understand for avg humans) and create input/output instances based on the solution program.

https://leetcode.com/ https://www.codechef.com/problems/school https://edabit.com/challenges

swarooprm commented 2 years ago

FYI: @DZuoShi

swarooprm commented 2 years ago

FYI: @maykillmore

eshaanpathak commented 2 years ago

This may also be helpful or relevant, though it is pseudocode to code and could also go vice versa: https://sumith1896.github.io/spoc/

Time to make our own OpenAI Codex lol.

ayush-anand-13 commented 2 years ago

Yes I'll start working on this. Just submitted a big assignment for 515 and I can get on this.

On Fri, 3 Sep, 2021, 8:27 pm Eshaan Pathak, @.***> wrote:

This may also be helpful or relevant, though it is pseudocode to code and could also go vice versa: https://sumith1896.github.io/spoc/

Time to make our own OpenAI Codex lol.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/allenai/natural-instructions-expansion/issues/127#issuecomment-912899591, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFNAUHA7PIYHATIA5OK7DIDUAGG2PANCNFSM5C3VGFOQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

swarooprm commented 2 years ago

I guess @Ravsehajsinghpuri is also working on it.

swarooprm commented 2 years ago

Make sure to create a PR soon so that your tasks get registered. Note that, if multiple people create the exact same task, we usually accept the PR created first and ask the other person to change their PR.