| # Sparse-Feature-Circuits-Multiple-Choice-Dataset | |
| Including three types of multiple choice questions | |
| - Number Comparison | |
| `Which is larger, {num1} or {num2}?\n(A): {num1}\n(B): {num2}\nAnswer: (` | |
| - String Matching | |
| `Which of the following options corresponds to \"{target_string}\"?\n(A) \"{options[0]}\"\n(B) \"{options[1]}\"\nAnswer: (` | |
| - Subject-verb Agreement | |
| `{data['clean_prefix']} [MASK]:\n(A) {options_content[0]}\n(B) {options_content[1]}\nAnswer: (` |