Spaces:
Build error
Build error
File size: 7,915 Bytes
ab13cee |
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 |
dataset: discofuse
subset: discofuse-wikipedia
templates:
0a7fb8ae-c695-4f78-bd92-35dec191e258: !Template
answer_choices: null
id: 0a7fb8ae-c695-4f78-bd92-35dec191e258
jinja: 'Here are two sentences:
1: {{incoherent_first_sentence}}
2: {{incoherent_second_sentence}}
Please edit them so that they sound more connected to each other, perhaps by
fusing the sentences together.
|||
{{coherent_first_sentence}} {{coherent_second_sentence}}'
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: fuse_instruction_2
reference: ''
223b3d21-f809-4876-9273-31d75307eb06: !Template
answer_choices: null
id: 223b3d21-f809-4876-9273-31d75307eb06
jinja: "{% if coherent_second_sentence==\"\" %}\n{{coherent_first_sentence}}\n\
\nDecompose this sentence into two sentences\n|||\n\n{{incoherent_first_sentence}}\
\ {{incoherent_second_sentence}} \n{% endif %}"
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: decompose
reference: ''
2b0f2c7a-1426-4713-b293-e1e4d876bdfd: !Template
answer_choices: null
id: 2b0f2c7a-1426-4713-b293-e1e4d876bdfd
jinja: "{% if coherent_second_sentence==\"\" %}\n\nRewrite these two sentences\
\ as one sentence:\n\nFirst sentence: {{incoherent_first_sentence}} \n\nSecond\
\ sentence: {{incoherent_second_sentence}} \n\n|||\n\n{{coherent_first_sentence}}\n\
{% endif %}"
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: fuse_3
reference: ''
54ea85d8-d1af-4644-b787-55c0226db777: !Template
answer_choices: null
id: 54ea85d8-d1af-4644-b787-55c0226db777
jinja: "{% if coherent_second_sentence==\"\" %}\n\nRead this sentence:\n\n{{coherent_first_sentence}}\n\
\nNow, read this second sentence, that covers some of the information from the\
\ first:\n\n{{incoherent_second_sentence}}\n\nWrite a sentence that covers the\
\ information from the first sentence that is missing from the second\n|||\n\
\n {{incoherent_first_sentence}} \n{% endif %}"
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: decompose remainder 2
reference: ''
62b617d2-5524-42d4-8ef1-8c2b38fa2c7e: !Template
answer_choices: null
id: 62b617d2-5524-42d4-8ef1-8c2b38fa2c7e
jinja: "{% if coherent_second_sentence==\"\" %}\n\nRead this sentence:\n\n{{coherent_first_sentence}}\n\
\nNow, read this second sentence, that covers some of the information from the\
\ first:\n\n{{incoherent_first_sentence}}\n\nWrite a sentence that covers the\
\ information from the first sentence that is missing from the second\n|||\n\
\n {{incoherent_second_sentence}} \n{% endif %}"
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: decompose remainder 1
reference: ''
6ac9b065-38f3-43b6-9e6c-751a71ef1e2f: !Template
answer_choices: null
id: 6ac9b065-38f3-43b6-9e6c-751a71ef1e2f
jinja: "{% if discourse_type != \"PAIR_NONE\" %}\n\nPassage A: {{coherent_first_sentence}}\
\ {{coherent_second_sentence}}\n\nPassage B: {{incoherent_first_sentence}} {{incoherent_second_sentence}}\n\
\nWhich of the following discourse phenomena have been removed in order to turn\
\ Passage A into Passage B?\n\n{{\"1: Apposition\"}}\n\n{{\"2: Relative Clauses\"\
}}\n\n{{\"3: Cataphora\"}}\n\n{{\"4: Verb Phrase Coordination\"}}\n\n{{\"5:\
\ Anaphora\"}}\n\n{{\"6: Inner Connectives\"}}\n\n{{\"7: Both Inner Connectives\
\ and Anaphora\"}}\n\n{{\"8: Sentence Coordination\"}}\n\n{{\"9 Both Sentence\
\ Coordination and Anaphora\"}}\n\n{{\"10: Forward Connectives\"}}\n\n{{\"11:\
\ Discourse Connectives\"}}\n\n{{\"12: Both Discourse Connectives and Anaphora\"\
}}\n\nAnswer with both the option letter and phenomena name.\n|||\n\n{{\n{\"\
PAIR_ANAPHORA\": \"5\",\n\"PAIR_CONN\": \"11\", \n\"PAIR_CONN_ANAPHORA\": \"\
12\",\n\"SINGLE_APPOSITION\": \"1\",\n\"SINGLE_CATAPHORA\": \"3\",\n\"SINGLE_CONN_INNER\"\
: \"6\",\n\"SINGLE_CONN_INNER_ANAPHORA\": \"7\",\n\"SINGLE_CONN_START\": \"\
10\",\n\"SINGLE_RELATIVE\": \"2\",\n\"SINGLE_S_COORD\":\"8\",\n\"SINGLE_S_COORD_ANAPHORA\"\
: \"9\",\n\"SINGLE_VP_COORD\": \"4\"\n}[discourse_type]\n}}\n\n\n{% endif %}\n"
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: Grammar detection 2
reference: ''
91e17ea5-91cd-4d0d-a0d2-5e3f4d06da47: !Template
answer_choices: null
id: 91e17ea5-91cd-4d0d-a0d2-5e3f4d06da47
jinja: "{% if coherent_second_sentence==\"\" %}\n\nDecompose the following sentence\
\ into two separate sentences:\n\n{{coherent_first_sentence}}\n\n|||\n\n{{incoherent_first_sentence}}\
\ {{incoherent_second_sentence}} \n{% endif %}"
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: decompose 2
reference: ''
a5fb909f-894c-431d-8b1a-ab2177b726ad: !Template
answer_choices: null
id: a5fb909f-894c-431d-8b1a-ab2177b726ad
jinja: 'Rewrite the following two sentences so that they flow better:
first sentence: {{incoherent_first_sentence}}
Second Sentence: {{incoherent_second_sentence}}
|||
{{coherent_first_sentence}} {{coherent_second_sentence}}'
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: fuse_instruction
reference: ''
c6292146-751f-4650-8fc0-4cbf71aebcf7: !Template
answer_choices: null
id: c6292146-751f-4650-8fc0-4cbf71aebcf7
jinja: "{% if coherent_second_sentence==\"\" %}\nI'm doing some research, and\
\ found these facts:\n\n{{incoherent_first_sentence}} {{incoherent_second_sentence}}\
\ \n\nHow could I rewrite my facts to sound more natural?\n\n|||\n\n{{coherent_first_sentence}}\n\
{% endif %}"
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: fuse_4
reference: ''
cc4bb1fb-251d-4258-a0b4-4c355ff41315: !Template
answer_choices: null
id: cc4bb1fb-251d-4258-a0b4-4c355ff41315
jinja: "{% if discourse_type != \"PAIR_NONE\" %}\n\nPassage 1: {{incoherent_first_sentence}}\
\ {{incoherent_second_sentence}}\n\nPassage 2: {{coherent_first_sentence}} {{coherent_second_sentence}}\n\
\nWhich of the following discourse phenomena have been used to turn Passage\
\ 1 into Passage 2?\n\n{{\"A: Apposition\"}}\n\n{{\"B: Relative Clauses\"}}\n\
\n{{\"C: Cataphora\"}}\n\n{{\"D: Verb Phrase Coordination\"}}\n\n{{\"E: Anaphora\"\
}}\n\n{{\"F: Inner Connectives\"}}\n\n{{\"G: Both Inner Connectives and Anaphora\"\
}}\n\n{{\"H: Sentence Coordination\"}}\n\n{{\"I: Both Sentence Coordination\
\ and Anaphora\"}}\n\n{{\"J: Forward Connectives\"}}\n\n{{\"K: Discourse Connectives\"\
}}\n\n{{\"L: Both Discourse Connectives and Anaphora\"}}\n\nAnswer with both\
\ the option letter and phenomena name.\n|||\n\n{{\n{\"PAIR_ANAPHORA\": \"E\"\
,\n\"PAIR_CONN\": \"K\", \n\"PAIR_CONN_ANAPHORA\": \"L\",\n\"SINGLE_APPOSITION\"\
: \"A\",\n\"SINGLE_CATAPHORA\": \"C\",\n\"SINGLE_CONN_INNER\": \"F\",\n\"SINGLE_CONN_INNER_ANAPHORA\"\
: \"G\",\n\"SINGLE_CONN_START\": \"J\",\n\"SINGLE_RELATIVE\": \"B\",\n\"SINGLE_S_COORD\"\
:\"H\",\n\"SINGLE_S_COORD_ANAPHORA\": \"I\",\n\"SINGLE_VP_COORD\": \"D\"\n}[discourse_type]\n\
}}\n\n\n{% endif %}\n"
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: Grammar detection
reference: ''
|