You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two sets of results. The first set (baseline) is obtained using raw instructions of these tasks. The second set (reframed) is obtained using the reframed instructions. Techniques to reframe instructions are described in the paper.
Raw instructions
Each prompt for raw instructions is defined using the "Definition", "Emphasis & Caution", "Things to Avoid", "Prompt", "Positive Examples Full Only" fields, in that order, from files in Dataset_Jsons.
The script named src/encoding/encodeinstructions outputs the encoded raw instructions.
Reframed instructions:
Reframed instructions for all tasks are present inside the reframed_instructions directory.
The script in src/encoding/encodeinstructions_reframed outputs the encoded reframed instructions.
@article{mishra2021reframing,
title={Reframing Instructional Prompts to GPTk's Language},
author={Mishra, Swaroop and Khashabi, Daniel and Baral, Chitta and Choi, Yejin and Hajishirzi, Hannaneh},
journal={ACL Findings},
year={2021}
}