| configs: | |
| - config_name: default | |
| data_files: | |
| - split: gpt2small | |
| path: "data_gpt2_small.json" | |
| - split: pythia6.9b | |
| path: "data_pythia-6.9b.json" | |
| Each record in the dataset contains the following fields: | |
| - target_new: the counterfactual term | |
| - target_true: the actual term | |
| - subject: the topic of the prompt | |
| - base_prompt: the foundational prompt | |
| - prompt: the modified prompt incorporating the counterfactual change | |
| - template: the sentence structure using the counterfactual wording. | |