Update README.md
Browse files
README.md
CHANGED
|
@@ -8,3 +8,11 @@ configs:
|
|
| 8 |
path: "data_pythia-6.9b.json"
|
| 9 |
---
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
path: "data_pythia-6.9b.json"
|
| 9 |
---
|
| 10 |
|
| 11 |
+
Each record in the dataset contains the following fields:
|
| 12 |
+
|
| 13 |
+
- target_new: the counterfactual term
|
| 14 |
+
- target_true: the actual term
|
| 15 |
+
- subject: the topic of the prompt
|
| 16 |
+
- base_prompt: the foundational prompt
|
| 17 |
+
- prompt: the modified prompt incorporating the counterfactual change
|
| 18 |
+
- template: the sentence structure using the counterfactual wording.
|