-
Notifications
You must be signed in to change notification settings - Fork 8
/
templates.json
64 lines (62 loc) · 4.49 KB
/
templates.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
{
"bert":{
"template-1": "[SENTENCE]. [A] in medicine is a [MASK].",
"template-2": "[SENTENCE]. [A] in biomedicine is a [MASK].",
"template-3": "[SENTENCE]. '[A]' in medicine is a [MASK].",
"template-4": "[SENTENCE]. '[A]' in biomedicine is a [MASK].",
"template-5": "[A] in medicine is a [MASK].",
"template-6": "[A] in biomedicine is a [MASK].",
"template-7": "'[A]' in medicine is a [MASK].",
"template-8": "'[A]' in biomedicine is a [MASK]."
},
"t5":{
"template-1": "[SENTENCE]. [A] in medicine is a ?",
"template-2": "[SENTENCE]. [A] in biomedicine is a ?",
"template-3": "[SENTENCE]. '[A]' in medicine is a ?",
"template-4": "[SENTENCE]. '[A]' in biomedicine is a ?",
"template-5": "[A] in medicine is a ?",
"template-6": "[A] in biomedicine is a ?",
"template-7": "'[A]' in medicine is a ?",
"template-8": "'[A]' in biomedicine is a ?"
},
"bart":{
"template-1": "[SENTENCE]. [A] in medicine is a <mask> .",
"template-2": "[SENTENCE]. [A] in biomedicine is a <mask> .",
"template-3": "[SENTENCE]. '[A]' in medicine is a <mask> .",
"template-4": "[SENTENCE]. '[A]' in biomedicine is a <mask> .",
"template-5": "[A] in medicine is a <mask> .",
"template-6": "[A] in biomedicine is a <mask> .",
"template-7": "'[A]' in medicine is a <mask> .",
"template-8": "'[A]' in biomedicine is a <mask> ."
},
"gpt3": {
"template-1": "Perform a sentence completion on the following sentence:\nSentence: [SENTENCE]. [A] in medicine is a ",
"template-2": "Perform a sentence completion on the following sentence:\nSentence: [SENTENCE]. [A] in biomedicine is a ",
"template-3": "Perform a sentence completion on the following sentence:\nSentence: [SENTENCE]. '[A]' in medicine is a ",
"template-4": "Perform a sentence completion on the following sentence:\nSentence: [SENTENCE]. '[A]' in biomedicine is a ",
"template-5": "Perform a sentence completion on the following sentence:\nSentence: [A] in medicine is a ",
"template-6": "Perform a sentence completion on the following sentence:\nSentence: [A] in biomedicine is a ",
"template-7": "Perform a sentence completion on the following sentence:\nSentence: '[A]' in medicine is a ",
"template-8": "Perform a sentence completion on the following sentence:\nSentence: '[A]' in biomedicine is a "
},
"bloom": {
"template-1": "Perform a sentence completion on the following sentence:\nSentence: [SENTENCE]. [A] in medicine is a",
"template-2": "Perform a sentence completion on the following sentence:\nSentence: [SENTENCE]. [A] in biomedicine is a",
"template-3": "Perform a sentence completion on the following sentence:\nSentence: [SENTENCE]. '[A]' in medicine is a",
"template-4": "Perform a sentence completion on the following sentence:\nSentence: [SENTENCE]. '[A]' in biomedicine is a",
"template-5": "Perform a sentence completion on the following sentence:\nSentence: [A] in medicine is a",
"template-6": "Perform a sentence completion on the following sentence:\nSentence: [A] in biomedicine is a",
"template-7": "Perform a sentence completion on the following sentence:\nSentence: '[A]' in medicine is a",
"template-8": "Perform a sentence completion on the following sentence:\nSentence: '[A]' in biomedicine is a"
},
"llama": {
"template-1": "Perform a sentence completion on the following sentence: [SENTENCE]. [A] in medicine is a ___.\nThe answer is",
"template-2": "Perform a sentence completion on the following sentence: [SENTENCE]. [A] in biomedicine is a ___.\nThe answer is",
"template-3": "Perform a sentence completion on the following sentence: [SENTENCE]. '[A]' in medicine is a ___.\nThe answer is",
"template-4": "Perform a sentence completion on the following sentence: [SENTENCE]. '[A]' in biomedicine is a ___.\nThe answer is",
"template-5": "Perform a sentence completion on the following sentence: [A] in medicine is a ___.\nThe answer is",
"template-6": "Perform a sentence completion on the following sentence: [A] in biomedicine is a ___.\nThe answer is",
"template-7": "Perform a sentence completion on the following sentence: '[A]' in medicine is a ___.\nThe answer is",
"template-8": "Perform a sentence completion on the following sentence: '[A]' in biomedicine is a ___.\nThe answer is"
}
}