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:List specific number synonyms for one word #1130

Merged
merged 3 commits into from
Sep 9, 2024
Merged
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
4 changes: 4 additions & 0 deletions compositional_skills/general/synonyms/attribution.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Title of work: To teach a language model how to get a certain number of synonyms.
Link to work: -
License of the work: CC BY-NC-SA 4.0
Creator names: Yanping Liu
66 changes: 66 additions & 0 deletions compositional_skills/general/synonyms/qna.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
version: 3
created_by: yanpliu
seed_examples:
- answer: 'Synonym for Attend is take part in

'
question: List a synonym for the word attend.
- answer: 'Two synonyms for Attend are

take part in

be present at

'
question: List two synonyms for the word attend and separate with newline.
- answer: 'Three synonyms for Attend are

take part in

be present at

be there at

'
question: List three synonyms for the word attend and separate with newline.
- answer: 'Four synonyms for Attend are

take part in

be present at

be there at

make an appearance at

'
question: List four synonyms for the word beautiful and separate with newline.
- answer: 'Five synonyms for Beautiful are

attractive

pretty

gorgeous

good-looking

handsome

'
question: List five synonyms for the word beautiful and separate with newline.
- answer: 'Five antonyms for attend are

absent

neglect

disregard

disown

ignore

'
question: List five antonyms for the word attend and separate with newline.
task_description: to teach a large language model to list the synonyms for a word.