CarperAI / InstructGPT

For experiments involving instruct gpt. Currently used for documenting open research questions.
MIT License
71 stars 3 forks source link

Physical Reasoning #25

Open jmerullo opened 1 year ago

jmerullo commented 1 year ago

🚀 The Task

Given some description of objects in the world, have the model generate descriptions/solutions for some goal or problem. Many of these could be derived from PIQA examples

Example

(PIQA) I'm camping and my pillow floated down the river. I have a tin can, a trash bag, and a rubber band. Is there anyway I can make a pillow? A: Blow into a trash bag and tie with rubber band

(Other example) I have a sheet of paper, how do I make a paper airplane? A: Fold it in half lengthwise, on one end, fold the corners towards the folded line, .....

Additional Notes

PIQA paper: https://arxiv.org/abs/1911.11641 Example used from PIQA: [Goal] Make an outdoor pillow [Sol1] Blow into a tin can and tie with rubber band [Sol2] Blow into a trash bag and tie with rubber band