From ef25d54cfd417a8bb1e1d1777836b197bd796fdd Mon Sep 17 00:00:00 2001 From: yanpliu Date: Thu, 30 May 2024 03:37:27 -0400 Subject: [PATCH] rich examples and add antonyms support Signed-off-by: yanpliu --- .../general/synonyms/qna.yaml | 33 +++++++++++++++++-- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/compositional_skills/general/synonyms/qna.yaml b/compositional_skills/general/synonyms/qna.yaml index 090ac8532d..468aee55ab 100644 --- a/compositional_skills/general/synonyms/qna.yaml +++ b/compositional_skills/general/synonyms/qna.yaml @@ -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 @@ -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 + + 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.