File tree 2 files changed +43
-0
lines changed
compositional_skills/general/synonyms
2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ Title of work: To teach a language model how to get a certain number of synonyms.
2
+ Link to work: -
3
+ License of the work: CC BY-NC-SA 4.0
4
+ Creator names: Yanping Liu
Original file line number Diff line number Diff line change
1
+ created_by : yanpliu
2
+ seed_examples :
3
+ - answer : ' Synonym for Attend is
4
+ take part in
5
+
6
+ '
7
+ question : List a synonym for the word attend.
8
+ - answer : ' Two synonyms for Attend are
9
+
10
+ take part in
11
+
12
+ be present at
13
+
14
+ '
15
+ question : List two synonyms for the word attend and separate with newline.
16
+ - answer : ' Three synonyms for Attend are
17
+
18
+ take part in
19
+
20
+ be present at
21
+
22
+ be there at
23
+
24
+ '
25
+ question : List three synonyms for the word attend and separate with newline.
26
+ - answer : ' Four synonyms for Attend are
27
+
28
+ take part in
29
+
30
+ be present at
31
+
32
+ be there at
33
+
34
+ make an appearance at
35
+
36
+ '
37
+ question : List four synonyms for the word attend and separate with newline.
38
+ task_description : to teach a large language model to list the synonyms for a word.
39
+
You can’t perform that action at this time.
0 commit comments