Skip to content

Skill: Find words that alliterate with the prompt word. #1451

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
3 changes: 3 additions & 0 deletions compositional_skills/linguistics/attribution.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Title of work: Find words that alliterate with the prompt word.
License of the work: CC-BY-SA-4.0
Creator names: lpsandrea02
24 changes: 24 additions & 0 deletions compositional_skills/linguistics/qna.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
created_by: lpsandrea02
version: 3
task_description: >-
Generate alliterating words which have same initial consonant sound as the
prompt word.
seed_examples:
- question: What words alliterate with dog?
answer: Day, drink, daily, dangerous, doughnut.
- question: Three words that alliterate with cat.
answer: Class, careful, call.
- question: Words that alliterate with chair.
answer: Chaste, chatter, chauffeur, chocolate, chips.
- question: What words alliterate with knowledge?
answer: Kneel, knave, knife, noise, noble.
- question: What is a word that alliterates with Jonathan?
answer: Jester.
- question: What alliterates with obsession?
answer: Obvious, oven, obnoxious, official, orange.
- question: What words alliterate with phone?
answer: Forest, phantom, phrase, phase, photograph.
- question: What adjectives alliterate with girl?
answer: Gentle, gracious, glamorous, ghastly, grand.
- question: What verbs alliterate with swiftly?
answer: Speak, smile, study, send, sleep.