File tree 2 files changed +71
-0
lines changed
compositional_skills/general/synonyms
2 files changed +71
-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
+ version : 2
2
+ created_by : yanpliu
3
+ domain : synonyms
4
+ seed_examples :
5
+ - answer : ' Synonym for Attend is take part in
6
+
7
+ '
8
+ question : List a synonym for the word attend.
9
+ - answer : ' Two synonyms for Attend are
10
+
11
+ take part in
12
+
13
+ be present at
14
+
15
+ '
16
+ question : List two synonyms for the word attend and separate with newline.
17
+ - answer : ' Three synonyms for Attend are
18
+
19
+ take part in
20
+
21
+ be present at
22
+
23
+ be there at
24
+
25
+ '
26
+ question : List three synonyms for the word attend and separate with newline.
27
+ - answer : ' Four synonyms for Attend are
28
+
29
+ take part in
30
+
31
+ be present at
32
+
33
+ be there at
34
+
35
+ make an appearance at
36
+
37
+ '
38
+ question : List four synonyms for the word beautiful and separate with newline.
39
+ - answer : ' Five synonyms for Beautiful are
40
+
41
+ attractive
42
+
43
+ pretty
44
+
45
+ gorgeous
46
+
47
+ good-looking
48
+
49
+ handsome
50
+
51
+ '
52
+ question : List five synonyms for the word beautiful and separate with newline.
53
+ - answer : ' Five antonyms for Beautiful are
54
+
55
+ ugly
56
+
57
+ unattractive
58
+
59
+ disgusting
60
+
61
+ bad
62
+
63
+ awful
64
+
65
+ '
66
+ question : List five antonyms for the word attend and separate with newline.
67
+ task_description : to teach a large language model to list the synonyms for a word.
You can’t perform that action at this time.
0 commit comments