Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,13 @@
|
|
1 |
-
# Sparse-Feature-Circuits-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Sparse-Feature-Circuits-Multiple-Choice-Dataset
|
2 |
+
Including three types of multiple choice questions
|
3 |
+
- Number Comparison
|
4 |
+
|
5 |
+
`Which is larger, {num1} or {num2}?\n(A): {num1}\n(B): {num2}\nAnswer: (`
|
6 |
+
|
7 |
+
- String Matching
|
8 |
+
|
9 |
+
`Which of the following options corresponds to \"{target_string}\"?\n(A) \"{options[0]}\"\n(B) \"{options[1]}\"\nAnswer: (`
|
10 |
+
|
11 |
+
- Subject-verb Agreement
|
12 |
+
|
13 |
+
`{data['clean_prefix']} [MASK]:\n(A) {options_content[0]}\n(B) {options_content[1]}\nAnswer: (`
|