This repository was archived by the owner on Sep 9, 2025. It is now read-only.
Commit 3bfb1be
skill: Add reasoning skill about siblings
This skill was inspired by one of the tests included in mt-bench. It
included some questions that the model answered incorrectly. When
given the same question manually, I got the following incorrect answer:
> Q: David has three sisters. Each of them has one brother. How many
> brothers does David have?
> A: David has three sisters, and each of them has one brother, so it
> must be the same brother in all cases. Therefore, David has 1 brother.
Signed-off-by: Russell Bryant <rbryant@redhat.com>
Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>1 parent 2631714 commit 3bfb1be
File tree
2 files changed
+30
-0
lines changed- compositional_skills/philosophy/logic/induction/siblings
2 files changed
+30
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments