Chouoftears commited on
Commit
dbd024d
·
verified ·
1 Parent(s): 1d6fb22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1 +1,13 @@
1
- # Sparse-Feature-Circuits-for-Multiple-Choice-Capacity
 
 
 
 
 
 
 
 
 
 
 
 
 
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: (`