Skip to content

Commit

Permalink
rich examples and add antonyms support
Browse files Browse the repository at this point in the history
Signed-off-by: yanpliu <[email protected]>
  • Loading branch information
yanpliu committed Jun 13, 2024
1 parent 7a68522 commit ef25d54
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions compositional_skills/general/synonyms/qna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ seed_examples:
'
question: List three synonyms for the word attend and separate with newline.
- answer: 'Four synonyms for Attend are
- answer: 'Four synonyms for Attend are
take part in
Expand All @@ -34,6 +34,33 @@ seed_examples:
make an appearance at
'
question: List four synonyms for the word attend and separate with newline.
task_description: to teach a large language model to list the synonyms for a word.
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 Beautiful are

Check failure on line 52 in compositional_skills/general/synonyms/qna.yaml

View workflow job for this annotation

GitHub Actions / lint

52:43 trailing spaces (trailing-spaces)
ugly
unattractive
disgusting
bad
awful
'
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.

0 comments on commit ef25d54

Please sign in to comment.