-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtasks.json
924 lines (924 loc) · 29.2 KB
/
tasks.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
[
{
"name": "JSON formatting",
"description": "Can the model generate correct JSON?",
"examples": [
{
"prompt": "[{\"name\": \"James\", \"age\": 34, \"skills\": [\"Python\", \"git\"]}, {\"name\": \"Alan\", \"age\": 28, \"skills\": [\"MS Office\", \"Communication",
"answer": "\"]}]"
},
{
"prompt": "{\"a\": 1, \"b\": 2, \"c\": {\"d\": \"",
"answer": "3\"}}"
},
{
"prompt": "[{\"header\": {\"Authorization\": \"Bearer ...\", \"Content-type\": \"application/",
"answer": "json\"}}]"
}
],
"eval_questions": [
"Does the completion resemble JSON?",
"Is the completion correct JSON?"
]
},
{
"name": "Facts about the world",
"description": "Generate facts about the world",
"examples": [
{
"prompt": "Madrid is the captial of",
"answer": "Spain"
},
{
"prompt": "The capital of Spain is",
"answer": "Madrid"
},
{
"prompt": "Obama was elected in the year",
"answer": "2008"
},
{
"prompt": "The distance between Rome and Paris is approximately",
"answer": "1500km"
},
{
"prompt": "World war 1 started in 1914 and ended in",
"answer": "1918"
}
],
"eval_questions": [
"Repeat the completion from the beginning until the last word that is still grammatically correct English: (leave empty if no correct English is found)",
"Does the completion resemble correct knowledge?Does the completion show fully correct knowledge?"
]
},
{
"name": "Mathematical Operations",
"description": "Test the model's ability to perform basic arithmetic operations.",
"examples": [
{
"prompt": "2 + 2 =",
"answer": "4"
},
{
"prompt": "8 - 3 =",
"answer": "5"
},
{
"prompt": "5 * 5 =",
"answer": "25"
},
{
"prompt": "10 / 2 =",
"answer": "5"
},
{
"prompt": "3^2 =",
"answer": "9"
},
{
"prompt": "sqrt(16) =",
"answer": "4"
},
{
"prompt": "15 % 6 =",
"answer": "3"
},
{
"prompt": "1 + 1 + 1 =",
"answer": "3"
},
{
"prompt": "4 * (2 + 3) =",
"answer": "20"
},
{
"prompt": "18 / (2 + 1) =",
"answer": "6"
},
{
"prompt": "(8 - 5) * 2 =",
"answer": "6"
},
{
"prompt": "50 / 5 / 2 =",
"answer": "5"
},
{
"prompt": "7 + 8 - 4 =",
"answer": "11"
},
{
"prompt": "9 + 6 / 3 =",
"answer": "11"
},
{
"prompt": "(3 + 7) * 2 =",
"answer": "20"
},
{
"prompt": "100 - (20 / 4) =",
"answer": "95"
},
{
"prompt": "(15 % 4) + 7 =",
"answer": "10"
},
{
"prompt": "6^2 / 3 =",
"answer": "12"
},
{
"prompt": "sqrt(49) * 2 =",
"answer": "14"
},
{
"prompt": "(5 * 5) - (3 * 2) =",
"answer": "19"
}
],
"eval_questions": [
"Is the completion a correct result of the arithmetic operation?",
"Does the completion follow the order of operations correctly?"
]
},
{
"name": "Word Definitions",
"description": "Can the model provide concise definitions for given words?",
"examples": [
{
"prompt": "Define: apple",
"answer": "A fruit with red, green, or yellow skin and a sweet to tart taste."
},
{
"prompt": "Define: computer",
"answer": "An electronic device for storing and processing data, typically in binary form."
},
{
"prompt": "Define: ocean",
"answer": "A large body of salt water that covers most of the Earth's surface."
},
{
"prompt": "Define: democracy",
"answer": "A system of government by the whole population, typically through elected representatives."
},
{
"prompt": "Define: gravity",
"answer": "A force that attracts a body toward the center of the earth, or toward any other physical body having mass."
},
{
"prompt": "Define: empathy",
"answer": "The ability to understand and share the feelings of another."
},
{
"prompt": "Define: molecule",
"answer": "The smallest particle of a chemical element or compound that has the chemical properties of that element or compound."
},
{
"prompt": "Define: philosophy",
"answer": "The study of the fundamental nature of knowledge, reality, and existence."
},
{
"prompt": "Define: metabolism",
"answer": "The chemical processes that occur within a living organism in order to maintain life."
},
{
"prompt": "Define: revolution",
"answer": "A forcible overthrow of a government or social order, in favor of a new system."
},
{
"prompt": "Define: protein",
"answer": "A molecule composed of amino acids that is an essential part of the living organism."
},
{
"prompt": "Define: inflation",
"answer": "A general increase in prices and fall in the purchasing value of money."
},
{
"prompt": "Define: ecosystem",
"answer": "A biological community of interacting organisms and their physical environment."
},
{
"prompt": "Define: hypothesis",
"answer": "A proposed explanation for a phenomenon, made as a starting point for further investigation."
},
{
"prompt": "Define: neuron",
"answer": "A specialized cell transmitting nerve impulses; a nerve cell."
},
{
"prompt": "Define: quantum",
"answer": "The minimum amount of any physical entity involved in an interaction."
},
{
"prompt": "Define: galaxy",
"answer": "A system of millions or billions of stars, together with gas and dust, held together by gravitational attraction."
},
{
"prompt": "Define: enzyme",
"answer": "A substance produced by a living organism that acts as a catalyst to bring about a specific biochemical reaction."
},
{
"prompt": "Define: culture",
"answer": "The arts and other manifestations of human intellectual achievement regarded collectively."
},
{
"prompt": "Define: constitution",
"answer": "A body of fundamental principles or established precedents according to which a state or other organization is acknowledged to be governed."
}
],
"eval_questions": [
"Is the completion a concise and accurate definition of the word?",
"Does the completion provide relevant information about the concept or object defined?"
]
},
{
"name": "Rhyming Words",
"description": "Can the model generate words that rhyme with a given word?",
"examples": [
{
"prompt": "Find a word that rhymes with cat",
"answer": "bat"
},
{
"prompt": "Find a word that rhymes with tree",
"answer": "bee"
},
{
"prompt": "Find a word that rhymes with mouse",
"answer": "house"
},
{
"prompt": "Find a word that rhymes with light",
"answer": "night"
},
{
"prompt": "Find a word that rhymes with car",
"answer": "star"
},
{
"prompt": "Find a word that rhymes with blue",
"answer": "shoe"
},
{
"prompt": "Find a word that rhymes with sun",
"answer": "fun"
},
{
"prompt": "Find a word that rhymes with book",
"answer": "hook"
},
{
"prompt": "Find a word that rhymes with rain",
"answer": "train"
},
{
"prompt": "Find a word that rhymes with play",
"answer": "stay"
},
{
"prompt": "Find a word that rhymes with day",
"answer": "bay"
},
{
"prompt": "Find a word that rhymes with kite",
"answer": "flight"
},
{
"prompt": "Find a word that rhymes with duck",
"answer": "truck"
},
{
"prompt": "Find a word that rhymes with ring",
"answer": "sing"
},
{
"prompt": "Find a word that rhymes with ball",
"answer": "hall"
},
{
"prompt": "Find a word that rhymes with red",
"answer": "bed"
},
{
"prompt": "Find a word that rhymes with green",
"answer": "queen"
},
{
"prompt": "Find a word that rhymes with fish",
"answer": "dish"
},
{
"prompt": "Find a word that rhymes with sky",
"answer": "high"
},
{
"prompt": "Find a word that rhymes with bear",
"answer": "chair"
}
],
"eval_questions": [
"Does the completion rhyme with the given word?",
"Is the completion a real word that makes sense in the context of rhyming?"
]
},
{
"name": "Synonym Generation",
"description": "Can the model provide synonyms for a given word?",
"examples": [
{
"prompt": "Synonym for: happy",
"answer": "joyful"
},
{
"prompt": "Synonym for: sad",
"answer": "unhappy"
},
{
"prompt": "Synonym for: fast",
"answer": "quick"
},
{
"prompt": "Synonym for: slow",
"answer": "lethargic"
},
{
"prompt": "Synonym for: difficult",
"answer": "challenging"
},
{
"prompt": "Synonym for: easy",
"answer": "simple"
},
{
"prompt": "Synonym for: strong",
"answer": "powerful"
},
{
"prompt": "Synonym for: weak",
"answer": "frail"
},
{
"prompt": "Synonym for: bright",
"answer": "luminous"
},
{
"prompt": "Synonym for: dark",
"answer": "dim"
},
{
"prompt": "Synonym for: hot",
"answer": "scorching"
},
{
"prompt": "Synonym for: cold",
"answer": "chilly"
},
{
"prompt": "Synonym for: big",
"answer": "large"
},
{
"prompt": "Synonym for: small",
"answer": "tiny"
},
{
"prompt": "Synonym for: old",
"answer": "ancient"
},
{
"prompt": "Synonym for: new",
"answer": "modern"
},
{
"prompt": "Synonym for: funny",
"answer": "humorous"
},
{
"prompt": "Synonym for: serious",
"answer": "grave"
},
{
"prompt": "Synonym for: rich",
"answer": "wealthy"
},
{
"prompt": "Synonym for: poor",
"answer": "impoverished"
},
{
"prompt": "Synonym for: hot",
"answer": "warm"
},
{
"prompt": "Synonym for: high",
"answer": "tall"
},
{
"prompt": "Synonym for: early",
"answer": "premature"
},
{
"prompt": "Synonym for: hard",
"answer": "difficult"
},
{
"prompt": "Synonym for: young",
"answer": "youthful"
},
{
"prompt": "Synonym for: light",
"answer": "bright"
},
{
"prompt": "Synonym for: loud",
"answer": "noisy"
},
{
"prompt": "Synonym for: sharp",
"answer": "keen"
},
{
"prompt": "Synonym for: thick",
"answer": "dense"
},
{
"prompt": "Synonym for: tight",
"answer": "snug"
},
{
"prompt": "Synonym for: deep",
"answer": "profound"
},
{
"prompt": "Synonym for: wide",
"answer": "broad"
},
{
"prompt": "Synonym for: full",
"answer": "packed"
},
{
"prompt": "Synonym for: complex",
"answer": "complicated"
}
],
"eval_questions": [
"Is the completion a synonym of the given word?",
"Does the synonym provided fit in similar contexts as the original word?"
]
},
{
"name": "Antonym Generation",
"description": "Can the model provide antonyms for a given word?",
"examples": [
{
"prompt": "Antonym for: happy",
"answer": "sad"
},
{
"prompt": "Antonym for: big",
"answer": "small"
},
{
"prompt": "Antonym for: hot",
"answer": "cold"
},
{
"prompt": "Antonym for: high",
"answer": "low"
},
{
"prompt": "Antonym for: early",
"answer": "late"
},
{
"prompt": "Antonym for: hard",
"answer": "easy"
},
{
"prompt": "Antonym for: strong",
"answer": "weak"
},
{
"prompt": "Antonym for: young",
"answer": "old"
},
{
"prompt": "Antonym for: fast",
"answer": "slow"
},
{
"prompt": "Antonym for: light",
"answer": "heavy"
},
{
"prompt": "Antonym for: bright",
"answer": "dim"
},
{
"prompt": "Antonym for: loud",
"answer": "quiet"
},
{
"prompt": "Antonym for: rich",
"answer": "poor"
},
{
"prompt": "Antonym for: sharp",
"answer": "dull"
},
{
"prompt": "Antonym for: thick",
"answer": "thin"
},
{
"prompt": "Antonym for: tight",
"answer": "loose"
},
{
"prompt": "Antonym for: deep",
"answer": "shallow"
},
{
"prompt": "Antonym for: wide",
"answer": "narrow"
},
{
"prompt": "Antonym for: full",
"answer": "empty"
},
{
"prompt": "Antonym for: complex",
"answer": "simple"
}
],
"eval_questions": [
"Is the completion an antonym of the given word?",
"Does the antonym provided have an opposite meaning to the original word?"
]
},
{
"name": "Sentence Completion",
"description": "Can the model complete a sentence with appropriate words or phrases?",
"examples": [
{
"prompt": "The cat sat on the",
"answer": "mat."
},
{
"prompt": "She opened the book to the",
"answer": "page she had bookmarked."
},
{
"prompt": "He quickly ran to the",
"answer": "store before it closed."
},
{
"prompt": "The sun set over the",
"answer": "horizon, painting the sky with colors."
},
{
"prompt": "The flowers in the garden were",
"answer": "blooming beautifully."
},
{
"prompt": "The room was filled with",
"answer": "laughter and conversation."
},
{
"prompt": "The ancient ruins stood as a testament to",
"answer": "a bygone era."
},
{
"prompt": "The artist picked up her brush and",
"answer": "began to paint the canvas."
},
{
"prompt": "The detective examined the clues and",
"answer": "started to piece together the mystery."
},
{
"prompt": "The children played hide and seek in the",
"answer": "backyard."
},
{
"prompt": "The chef added a pinch of salt to the",
"answer": "sauce to enhance the flavor."
},
{
"prompt": "The mountain climber reached the peak and",
"answer": "gazed at the stunning view."
},
{
"prompt": "The student studied hard for the",
"answer": "upcoming exams."
},
{
"prompt": "The music echoed through the",
"answer": "hall, creating a magical atmosphere."
},
{
"prompt": "The author wrote the last sentence of the",
"answer": "novel with a sense of accomplishment."
},
{
"prompt": "The waves crashed against the",
"answer": "shoreline with a steady rhythm."
},
{
"prompt": "The wind howled through the",
"answer": "trees on the stormy night."
},
{
"prompt": "The actor took a bow as the audience",
"answer": "applauded loudly."
},
{
"prompt": "The inventor unveiled his latest creation, which",
"answer": "promised to revolutionize the industry."
},
{
"prompt": "The teacher explained the concept until she was sure the students",
"answer": "understood it."
}
],
"eval_questions": [
"Does the completion make sense in the context of the sentence?",
"Is the sentence grammatically correct and coherent after completion?"
]
},
{
"name": "Homophone Identification",
"description": "Can the model identify homophones for a given word?",
"examples": [
{
"prompt": "Homophone for: sea",
"answer": "see"
},
{
"prompt": "Homophone for: knight",
"answer": "night"
},
{
"prompt": "Homophone for: flour",
"answer": "flower"
},
{
"prompt": "Homophone for: mail",
"answer": "male"
},
{
"prompt": "Homophone for: right",
"answer": "write"
},
{
"prompt": "Homophone for: peace",
"answer": "piece"
},
{
"prompt": "Homophone for: sun",
"answer": "son"
},
{
"prompt": "Homophone for: no",
"answer": "know"
},
{
"prompt": "Homophone for: one",
"answer": "won"
},
{
"prompt": "Homophone for: to",
"answer": "two"
},
{
"prompt": "Homophone for: break",
"answer": "brake"
},
{
"prompt": "Homophone for: cell",
"answer": "sell"
},
{
"prompt": "Homophone for: meat",
"answer": "meet"
},
{
"prompt": "Homophone for: road",
"answer": "rode"
},
{
"prompt": "Homophone for: sail",
"answer": "sale"
},
{
"prompt": "Homophone for: sole",
"answer": "soul"
},
{
"prompt": "Homophone for: their",
"answer": "there"
},
{
"prompt": "Homophone for: waist",
"answer": "waste"
},
{
"prompt": "Homophone for: week",
"answer": "weak"
},
{
"prompt": "Homophone for: which",
"answer": "witch"
}
],
"eval_questions": [
"Is the completion a homophone of the given word?",
"Does the homophone provided sound the same as the original word?"
]
},
{
"name": "Common Phrase Completion",
"description": "Can the model complete a common phrase or saying?",
"examples": [
{
"prompt": "A penny for your",
"answer": "thoughts."
},
{
"prompt": "An apple a day keeps the",
"answer": "doctor away."
},
{
"prompt": "Better late than",
"answer": "never."
},
{
"prompt": "Birds of a feather flock",
"answer": "together."
},
{
"prompt": "Actions speak louder than",
"answer": "words."
},
{
"prompt": "Every cloud has a silver",
"answer": "lining."
},
{
"prompt": "Great minds think",
"answer": "alike."
},
{
"prompt": "It's raining cats and",
"answer": "dogs."
},
{
"prompt": "Laughter is the best",
"answer": "medicine."
},
{
"prompt": "Once bitten, twice",
"answer": "shy."
},
{
"prompt": "Out of sight, out of",
"answer": "mind."
},
{
"prompt": "The early bird catches the",
"answer": "worm."
},
{
"prompt": "Time heals all",
"answer": "wounds."
},
{
"prompt": "When in Rome, do as the",
"answer": "Romans do."
},
{
"prompt": "You can't judge a book by its",
"answer": "cover."
},
{
"prompt": "Absence makes the heart grow",
"answer": "fonder."
},
{
"prompt": "All that glitters is not",
"answer": "gold."
},
{
"prompt": "Don't count your chickens before they",
"answer": "hatch."
},
{
"prompt": "Good things come to those who",
"answer": "wait."
},
{
"prompt": "Ignorance is",
"answer": "bliss."
},
{
"prompt": "Knowledge is",
"answer": "power."
}
],
"eval_questions": [
"Does the completion correctly finish the common phrase or saying?",
"Is the phrase recognizable and commonly used after completion?"
]
},
{
"name": "Historical Events",
"description": "Can the model recall significant historical events and their details?",
"examples": [
{
"prompt": "The Declaration of Independence was signed in",
"answer": "1776."
},
{
"prompt": "The Great Wall of China was built during the",
"answer": "Ming Dynasty."
},
{
"prompt": "The Titanic sank in the year",
"answer": "1912."
},
{
"prompt": "World War II began in",
"answer": "1939."
},
{
"prompt": "The first man to walk on the moon did so in",
"answer": "1969."
},
{
"prompt": "The Berlin Wall fell in",
"answer": "1989."
},
{
"prompt": "The Renaissance was a cultural movement that began in",
"answer": "14th-century Europe."
},
{
"prompt": "The Magna Carta was signed in",
"answer": "1215."
},
{
"prompt": "The Russian Revolution took place in",
"answer": "1917."
},
{
"prompt": "The first successful airplane flight was by the Wright brothers in",
"answer": "1903."
},
{
"prompt": "The invention of the printing press by Johannes Gutenberg occurred around",
"answer": "1440."
},
{
"prompt": "The Battle of Hastings was fought in",
"answer": "1066."
},
{
"prompt": "The atomic bombings of Hiroshima and Nagasaki happened in",
"answer": "1945."
},
{
"prompt": "The French Revolution started in",
"answer": "1789."
},
{
"prompt": "The discovery of penicillin by Alexander Fleming was in",
"answer": "1928."
},
{
"prompt": "The construction of the Panama Canal was completed in",
"answer": "1914."
},
{
"prompt": "The first programmable computer, the Z3, was completed in",
"answer": "1941."
},
{
"prompt": "The Suez Canal was officially opened in",
"answer": "1869."
},
{
"prompt": "The signing of the Treaty of Versailles ended World War I in",
"answer": "1919."
},
{
"prompt": "The first human heart transplant was performed in",
"answer": "1967."
}
],
"eval_questions": [
"Is the completion a correct detail about the historical event?",
"Does the completion provide a specific and relevant fact about the event?"
]
}
]