Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skill: Add reasoning skill about siblings #736

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Self-authored
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
created_by: russellb
version: 3
task_description: Inductive reasoning about sibling relationships
seed_examples:
- question: |
David is the brother to three sisters. Each of the sisters has one brother. How many brothers does David have?
answer: |
David has three sisters, and each of the sisters have one brother.
David is their one brother. So, David has no brothers.
- question: |
David is the brother to three sisters. Each of the sisters has two brothers. How many brothers does David have?
answer: |
David has three sisters, and each of the sisters have two brothers.
David is one of their brothers. So, David has one brother.
- question: |
Sally is the sister to three brothers. Each of the brothers has one sister. How many sisters does Sally have?
answer: |
Sally has three brothers, and each of the brothers have one sister.
Sally is their one sister. So, Sally has no sisters.
- question: |
Sally is the sister to three brothers. Each of the brothers has two sisters. How many sisters does Sally have?
answer: |
Sally has three brothers, and each of the brothers have two sisters.
Sally is their one sister. So, Sally has one sister.
- question: |
Sally is the sister to one brother and one sister. How many sisters does Sally's brother have?
answer: |
Sally has one brother and one sister. There are two sisters and one brother.
Sally's brother has two sisters.
Loading