SnehaPriyaaMP commited on
Commit
1ce1827
·
verified ·
1 Parent(s): 003933f

Upload csvjson.json

Browse files
Files changed (1) hide show
  1. csvjson.json +637 -0
csvjson.json ADDED
@@ -0,0 +1,637 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
4
+ "Input": "<img src=\\\"logo.png\\\">",
5
+ "Output": "<img src=\\\"logo.png\\\" alt=\\\"Company Logo\\\">"
6
+ },
7
+ {
8
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
9
+ "Input": "<a href=\\\"page.html\\\">Click here</a>",
10
+ "Output": "<a href=\\\"page.html\\\" title=\\\"Go to Page\\\">Click here</a>"
11
+ },
12
+ {
13
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
14
+ "Input": "<button>Submit</button>",
15
+ "Output": "<button aria-label=\\\"Submit form\\\">Submit</button>"
16
+ },
17
+ {
18
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
19
+ "Input": "<div role=\\\"button\\\">Submit</div>",
20
+ "Output": "<div role=\\\"button\\\" tabindex=\\\"0\\\" aria-label=\\\"Submit form\\\">Submit</div>"
21
+ },
22
+ {
23
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
24
+ "Input": "<iframe src=\\\"video.html\\\"></iframe>",
25
+ "Output": "<iframe src=\\\"video.html\\\" title=\\\"Video player\\\"></iframe>"
26
+ },
27
+ {
28
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
29
+ "Input": "<table><tr><td>Content</td></tr></table>",
30
+ "Output": "<table role=\\\"presentation\\\"><tr><td>Content</td></tr></table>"
31
+ },
32
+ {
33
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
34
+ "Input": "<form><input type=\\\"text\\\"></form>",
35
+ "Output": "<form><label for=\\\"text-input\\\">Name</label><input id=\\\"text-input\\\" type=\\\"text\\\"></form>"
36
+ },
37
+ {
38
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
39
+ "Input": "<input type=\\\"text\\\">",
40
+ "Output": "<input type=\\\"text\\\" aria-label=\\\"Text input field\\\">"
41
+ },
42
+ {
43
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
44
+ "Input": "<audio controls></audio>",
45
+ "Output": "<audio controls aria-label=\\\"Audio player\\\"></audio>"
46
+ },
47
+ {
48
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
49
+ "Input": "<video controls></video>",
50
+ "Output": "<video controls aria-label=\\\"Video player\\\"></video>"
51
+ },
52
+ {
53
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
54
+ "Input": "<div><h1>Header</h1><p>Paragraph</p></div>",
55
+ "Output": "<section><h1>Header</h1><p>Paragraph</p></section>"
56
+ },
57
+ {
58
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
59
+ "Input": "<span>Tooltip</span>",
60
+ "Output": "<span role=\\\"tooltip\\\">Tooltip</span>"
61
+ },
62
+ {
63
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
64
+ "Input": "<ul><li>Item</li></ul>",
65
+ "Output": "<ul><li aria-label=\\\"List item\\\">Item</li></ul>"
66
+ },
67
+ {
68
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
69
+ "Input": "<nav>Menu</nav>",
70
+ "Output": "<nav aria-label=\\\"Main menu\\\">Menu</nav>"
71
+ },
72
+ {
73
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
74
+ "Input": "<select><option>Option</option></select>",
75
+ "Output": "<select aria-label=\\\"Dropdown menu\\\"><option>Option</option></select>"
76
+ },
77
+ {
78
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
79
+ "Input": "<textarea></textarea>",
80
+ "Output": "<textarea aria-label=\\\"Text area\\\"></textarea>"
81
+ },
82
+ {
83
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
84
+ "Input": "<header>Header</header>",
85
+ "Output": "<header role=\\\"banner\\\">Header</header>"
86
+ },
87
+ {
88
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
89
+ "Input": "<footer>Footer</footer>",
90
+ "Output": "<footer role=\\\"contentinfo\\\">Footer</footer>"
91
+ },
92
+ {
93
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
94
+ "Input": "<input type=\\\"checkbox\\\">",
95
+ "Output": "<input type=\\\"checkbox\\\" aria-label=\\\"Checkbox\\\">"
96
+ },
97
+ {
98
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
99
+ "Input": "<input type=\\\"radio\\\">",
100
+ "Output": "<input type=\\\"radio\\\" aria-label=\\\"Radio button\\\">"
101
+ },
102
+ {
103
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
104
+ "Input": "<progress></progress>",
105
+ "Output": "<progress aria-label=\\\"Progress bar\\\"></progress>"
106
+ },
107
+ {
108
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
109
+ "Input": "<label></label>",
110
+ "Output": "<label aria-label=\\\"Label text\\\"></label>"
111
+ },
112
+ {
113
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
114
+ "Input": "<abbr title=\\\"World Wide Web\\\">WWW</abbr>",
115
+ "Output": "<abbr title=\\\"World Wide Web\\\">WWW</abbr>"
116
+ },
117
+ {
118
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
119
+ "Input": "<blockquote>Quote</blockquote>",
120
+ "Output": "<blockquote cite=\\\"source\\\">Quote</blockquote>"
121
+ },
122
+ {
123
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
124
+ "Input": "<cite>Citation</cite>",
125
+ "Output": "<cite>Citation</cite>"
126
+ },
127
+ {
128
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
129
+ "Input": "<code>Code</code>",
130
+ "Output": "<code>Code</code>"
131
+ },
132
+ {
133
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
134
+ "Input": "<pre>Preformatted text</pre>",
135
+ "Output": "<pre aria-label=\\\"Preformatted text\\\">Preformatted text</pre>"
136
+ },
137
+ {
138
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
139
+ "Input": "<q>Quote</q>",
140
+ "Output": "<q cite=\\\"source\\\">Quote</q>"
141
+ },
142
+ {
143
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
144
+ "Input": "<dfn>Definition</dfn>",
145
+ "Output": "<dfn>Definition</dfn>"
146
+ },
147
+ {
148
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
149
+ "Input": "<kbd>Keyboard input</kbd>",
150
+ "Output": "<kbd aria-label=\\\"Keyboard input\\\">Keyboard input</kbd>"
151
+ },
152
+ {
153
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
154
+ "Input": "<samp>Sample output</samp>",
155
+ "Output": "<samp aria-label=\\\"Sample output\\\">Sample output</samp>"
156
+ },
157
+ {
158
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
159
+ "Input": "<var>Variable</var>",
160
+ "Output": "<var aria-label=\\\"Variable\\\">Variable</var>"
161
+ },
162
+ {
163
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
164
+ "Input": "<time>10:00</time>",
165
+ "Output": "<time datetime=\\\"10:00\\\">10:00</time>"
166
+ },
167
+ {
168
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
169
+ "Input": "<figure><img src=\\\"image.png\\\"></figure>",
170
+ "Output": "<figure><img src=\\\"image.png\\\" alt=\\\"Description\\\"><figcaption>Image caption</figcaption></figure>"
171
+ },
172
+ {
173
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
174
+ "Input": "<mark>Highlight</mark>",
175
+ "Output": "<mark aria-label=\\\"Highlight\\\">Highlight</mark>"
176
+ },
177
+ {
178
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
179
+ "Input": "<wbr>",
180
+ "Output": "<wbr aria-label=\\\"Word break\\\">"
181
+ },
182
+ {
183
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
184
+ "Input": "<bdo dir=\\\"rtl\\\">Text</bdo>",
185
+ "Output": "<bdo dir=\\\"rtl\\\" aria-label=\\\"Right to left text\\\">Text</bdo>"
186
+ },
187
+ {
188
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
189
+ "Input": "<ins>Inserted text</ins>",
190
+ "Output": "<ins aria-label=\\\"Inserted text\\\">Inserted text</ins>"
191
+ },
192
+ {
193
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
194
+ "Input": "<del>Deleted text</del>",
195
+ "Output": "<del aria-label=\\\"Deleted text\\\">Deleted text</del>"
196
+ },
197
+ {
198
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
199
+ "Input": "<b>Bold text</b>",
200
+ "Output": "<b aria-label=\\\"Bold text\\\">Bold text</b>"
201
+ },
202
+ {
203
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
204
+ "Input": "<i>Italic text</i>",
205
+ "Output": "<i aria-label=\\\"Italic text\\\">Italic text</i>"
206
+ },
207
+ {
208
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
209
+ "Input": "<strong>Strong text</strong>",
210
+ "Output": "<strong aria-label=\\\"Strong text\\\">Strong text</strong>"
211
+ },
212
+ {
213
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
214
+ "Input": "<em>Emphasized text</em>",
215
+ "Output": "<em aria-label=\\\"Emphasized text\\\">Emphasized text</em>"
216
+ },
217
+ {
218
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
219
+ "Input": "<small>Small text</small>",
220
+ "Output": "<small aria-label=\\\"Small text\\\">Small text</small>"
221
+ },
222
+ {
223
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
224
+ "Input": "<sup>Superscript</sup>",
225
+ "Output": "<sup aria-label=\\\"Superscript\\\">Superscript</sup>"
226
+ },
227
+ {
228
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
229
+ "Input": "<sub>Subscript</sub>",
230
+ "Output": "<sub aria-label=\\\"Subscript\\\">Subscript</sub>"
231
+ },
232
+ {
233
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
234
+ "Input": "<ruby>Ruby annotation</ruby>",
235
+ "Output": "<ruby aria-label=\\\"Ruby annotation\\\">Ruby annotation</ruby>"
236
+ },
237
+ {
238
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
239
+ "Input": "<rp>(</rp><rt>Text</rt><rp>)</rp>",
240
+ "Output": "<rp aria-label=\\\"Ruby parenthesis\\\">(</rp><rt aria-label=\\\"Ruby text\\\">Text</rt><rp aria-label=\\\"Ruby parenthesis\\\">)</rp>"
241
+ },
242
+ {
243
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
244
+ "Input": "<rt>Text</rt>",
245
+ "Output": "<rt aria-label=\\\"Ruby text\\\">Text</rt>"
246
+ },
247
+ {
248
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
249
+ "Input": "<address>Contact info</address>",
250
+ "Output": "<address aria-label=\\\"Contact information\\\">Contact info</address>"
251
+ },
252
+ {
253
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
254
+ "Input": "<figcaption>Image caption</figcaption>",
255
+ "Output": "<figcaption aria-label=\\\"Image caption\\\">Image caption</figcaption>"
256
+ },
257
+ {
258
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
259
+ "Input": "<legend>Fieldset legend</legend>",
260
+ "Output": "<legend aria-label=\\\"Fieldset legend\\\">Fieldset legend</legend>"
261
+ },
262
+ {
263
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
264
+ "Input": "<caption>Table caption</caption>",
265
+ "Output": "<caption aria-label=\\\"Table caption\\\">Table caption</caption>"
266
+ },
267
+ {
268
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
269
+ "Input": "<datalist></datalist>",
270
+ "Output": "<datalist aria-label=\\\"Data list\\\"></datalist>"
271
+ },
272
+ {
273
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
274
+ "Input": "<optgroup></optgroup>",
275
+ "Output": "<optgroup aria-label=\\\"Option group\\\"></optgroup>"
276
+ },
277
+ {
278
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
279
+ "Input": "<option>Option</option>",
280
+ "Output": "<option aria-label=\\\"Option\\\">Option</option>"
281
+ },
282
+ {
283
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
284
+ "Input": "<output></output>",
285
+ "Output": "<output aria-label=\\\"Output\\\"></output>"
286
+ },
287
+ {
288
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
289
+ "Input": "<details></details>",
290
+ "Output": "<details aria-label=\\\"Details\\\"></details>"
291
+ },
292
+ {
293
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
294
+ "Input": "<summary>Summary</summary>",
295
+ "Output": "<summary aria-label=\\\"Summary\\\">Summary</summary>"
296
+ },
297
+ {
298
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
299
+ "Input": "<dialog></dialog>",
300
+ "Output": "<dialog aria-label=\\\"Dialog\\\"></dialog>"
301
+ },
302
+ {
303
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
304
+ "Input": "<menu></menu>",
305
+ "Output": "<menu aria-label=\\\"Menu\\\"></menu>"
306
+ },
307
+ {
308
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
309
+ "Input": "<menuitem></menuitem>",
310
+ "Output": "<menuitem aria-label=\\\"Menu item\\\"></menuitem>"
311
+ },
312
+ {
313
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
314
+ "Input": "<picture><source src=\\\"image.png\\\"></picture>",
315
+ "Output": "<picture><source src=\\\"image.png\\\" aria-label=\\\"Picture source\\\"></picture>"
316
+ },
317
+ {
318
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
319
+ "Input": "<source src=\\\"audio.mp3\\\">",
320
+ "Output": "<source src=\\\"audio.mp3\\\" aria-label=\\\"Audio source\\\">"
321
+ },
322
+ {
323
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
324
+ "Input": "<track src=\\\"subtitles.vtt\\\">",
325
+ "Output": "<track src=\\\"subtitles.vtt\\\" label=\\\"English subtitles\\\">"
326
+ },
327
+ {
328
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
329
+ "Input": "<bdi>Bi-directional text</bdi>",
330
+ "Output": "<bdi aria-label=\\\"Bi-directional text\\\">Bi-directional text</bdi>"
331
+ },
332
+ {
333
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
334
+ "Input": "<div>Content</div>",
335
+ "Output": "<div role=\\\"document\\\">Content</div>"
336
+ },
337
+ {
338
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
339
+ "Input": "<span>Inline text</span>",
340
+ "Output": "<span role=\\\"text\\\">Inline text</span>"
341
+ },
342
+ {
343
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
344
+ "Input": "<hr>",
345
+ "Output": "<hr aria-label=\\\"Horizontal rule\\\">"
346
+ },
347
+ {
348
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
349
+ "Input": "<br>",
350
+ "Output": "<br aria-label=\\\"Line break\\\">"
351
+ },
352
+ {
353
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
354
+ "Input": "<ol><li>Item</li></ol>",
355
+ "Output": "<ol><li aria-label=\\\"Ordered list item\\\">Item</li></ol>"
356
+ },
357
+ {
358
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
359
+ "Input": "<dl><dt>Term</dt><dd>Definition</dd></dl>",
360
+ "Output": "<dl aria-label=\\\"Definition list\\\"><dt>Term</dt><dd>Definition</dd></dl>"
361
+ },
362
+ {
363
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
364
+ "Input": "<h1>Header</h1>",
365
+ "Output": "<h1 aria-label=\\\"Heading level 1\\\">Header</h1>"
366
+ },
367
+ {
368
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
369
+ "Input": "<h2>Subheader</h2>",
370
+ "Output": "<h2 aria-label=\\\"Heading level 2\\\">Subheader</h2>"
371
+ },
372
+ {
373
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
374
+ "Input": "<h3>Sub-subheader</h3>",
375
+ "Output": "<h3 aria-label=\\\"Heading level 3\\\">Sub-subheader</h3>"
376
+ },
377
+ {
378
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
379
+ "Input": "<h4>Title</h4>",
380
+ "Output": "<h4 aria-label=\\\"Heading level 4\\\">Title</h4>"
381
+ },
382
+ {
383
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
384
+ "Input": "<h5>Subtitle</h5>",
385
+ "Output": "<h5 aria-label=\\\"Heading level 5\\\">Subtitle</h5>"
386
+ },
387
+ {
388
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
389
+ "Input": "<h6>Note</h6>",
390
+ "Output": "<h6 aria-label=\\\"Heading level 6\\\">Note</h6>"
391
+ },
392
+ {
393
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
394
+ "Input": "<main>Content</main>",
395
+ "Output": "<main aria-label=\\\"Main content\\\">Content</main>"
396
+ },
397
+ {
398
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
399
+ "Input": "<article>Article content</article>",
400
+ "Output": "<article aria-label=\\\"Article content\\\">Article content</article>"
401
+ },
402
+ {
403
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
404
+ "Input": "<section>Section content</section>",
405
+ "Output": "<section aria-label=\\\"Section content\\\">Section content</section>"
406
+ },
407
+ {
408
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
409
+ "Input": "<aside>Aside content</aside>",
410
+ "Output": "<aside aria-label=\\\"Aside content\\\">Aside content</aside>"
411
+ },
412
+ {
413
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
414
+ "Input": "<form></form>",
415
+ "Output": "<form aria-label=\\\"Form\\\"></form>"
416
+ },
417
+ {
418
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
419
+ "Input": "<fieldset></fieldset>",
420
+ "Output": "<fieldset aria-label=\\\"Field set\\\"></fieldset>"
421
+ },
422
+ {
423
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
424
+ "Input": "<div aria-hidden=\\\"true\\\"></div>",
425
+ "Output": "<div aria-hidden=\\\"true\\\" tabindex=\\\"-1\\\"></div>"
426
+ },
427
+ {
428
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
429
+ "Input": "<label for=\\\"input\\\"></label>",
430
+ "Output": "<label for=\\\"input\\\" aria-label=\\\"Input label\\\"></label>"
431
+ },
432
+ {
433
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
434
+ "Input": "<ul><li>Item</li></ul>",
435
+ "Output": "<ul aria-label=\\\"Unordered list\\\"><li>Item</li></ul>"
436
+ },
437
+ {
438
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
439
+ "Input": "<nav>Navigation</nav>",
440
+ "Output": "<nav aria-label=\\\"Navigation menu\\\">Navigation</nav>"
441
+ },
442
+ {
443
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
444
+ "Input": "<input type=\\\"text\\\" placeholder=\\\"Name\\\">",
445
+ "Output": "<input type=\\\"text\\\" placeholder=\\\"Name\\\" aria-label=\\\"Name input field\\\">"
446
+ },
447
+ {
448
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
449
+ "Input": "<input type=\\\"number\\\">",
450
+ "Output": "<input type=\\\"number\\\" aria-label=\\\"Number input field\\\">"
451
+ },
452
+ {
453
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
454
+ "Input": "<button>Click me</button>",
455
+ "Output": "<button aria-label=\\\"Click me button\\\">Click me</button>"
456
+ },
457
+ {
458
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
459
+ "Input": "<map name=\\\"map\\\">",
460
+ "Output": "<map name=\\\"map\\\" aria-label=\\\"Image map\\\">"
461
+ },
462
+ {
463
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
464
+ "Input": "<area shape=\\\"rect\\\">",
465
+ "Output": "<area shape=\\\"rect\\\" alt=\\\"Area description\\\">"
466
+ },
467
+ {
468
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
469
+ "Input": "<table>",
470
+ "Output": "<table aria-label=\\\"Data table\\\">"
471
+ },
472
+ {
473
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
474
+ "Input": "<th>Header</th>",
475
+ "Output": "<th scope=\\\"col\\\">Header</th>"
476
+ },
477
+ {
478
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
479
+ "Input": "<td>Data</td>",
480
+ "Output": "<td aria-label=\\\"Data cell\\\">Data</td>"
481
+ },
482
+ {
483
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
484
+ "Input": "<caption>Table title</caption>",
485
+ "Output": "<caption aria-label=\\\"Table title\\\">Table title</caption>"
486
+ },
487
+ {
488
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
489
+ "Input": "<img src=\\\"example.jpg\\\">",
490
+ "Output": "<img src=\\\"example.jpg\\\" alt=\\\"Example image\\\">"
491
+ },
492
+ {
493
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
494
+ "Input": "<video src=\\\"movie.mp4\\\"></video>",
495
+ "Output": "<video src=\\\"movie.mp4\\\" aria-label=\\\"Movie player\\\"></video>"
496
+ },
497
+ {
498
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
499
+ "Input": "<audio src=\\\"audio.mp3\\\"></audio>",
500
+ "Output": "<audio src=\\\"audio.mp3\\\" aria-label=\\\"Audio player\\\"></audio>"
501
+ },
502
+ {
503
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
504
+ "Input": "<link rel=\\\"stylesheet\\\">",
505
+ "Output": "<link rel=\\\"stylesheet\\\" aria-label=\\\"Stylesheet\\\">"
506
+ },
507
+ {
508
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
509
+ "Input": "<meta name=\\\"description\\\" content=\\\"\\\">",
510
+ "Output": "<meta name=\\\"description\\\" content=\\\"\\\" aria-label=\\\"Meta description\\\">"
511
+ },
512
+ {
513
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
514
+ "Input": "<script src=\\\"script.js\\\"></script>",
515
+ "Output": "<script src=\\\"script.js\\\" aria-label=\\\"Script\\\">"
516
+ },
517
+ {
518
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
519
+ "Input": "<style></style>",
520
+ "Output": "<style aria-label=\\\"Style block\\\"></style>"
521
+ },
522
+ {
523
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
524
+ "Input": "<title>Page Title</title>",
525
+ "Output": "<title aria-label=\\\"Page title\\\">Page Title</title>"
526
+ },
527
+ {
528
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
529
+ "Input": "<a href=\\\"link.html\\\">Link</a>",
530
+ "Output": "<a href=\\\"link.html\\\" aria-label=\\\"Hyperlink\\\">Link</a>"
531
+ },
532
+ {
533
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
534
+ "Input": "<meta charset=\\\"UTF-8\\\">",
535
+ "Output": "<meta charset=\\\"UTF-8\\\" aria-label=\\\"Character set\\\">"
536
+ },
537
+ {
538
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
539
+ "Input": "<button>Start</button>",
540
+ "Output": "<button aria-label=\\\"Start button\\\">Start</button>"
541
+ },
542
+ {
543
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
544
+ "Input": "<input type=\\\"submit\\\">",
545
+ "Output": "<input type=\\\"submit\\\" aria-label=\\\"Submit button\\\">"
546
+ },
547
+ {
548
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
549
+ "Input": "<input type=\\\"reset\\\">",
550
+ "Output": "<input type=\\\"reset\\\" aria-label=\\\"Reset button\\\">"
551
+ },
552
+ {
553
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
554
+ "Input": "<button>OK</button>",
555
+ "Output": "<button aria-label=\\\"OK button\\\">OK</button>"
556
+ },
557
+ {
558
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
559
+ "Input": "<a href=\\\"#\\\">Skip to content</a>",
560
+ "Output": "<a href=\\\"#\\\" aria-label=\\\"Skip to content\\\">Skip to content</a>"
561
+ },
562
+ {
563
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
564
+ "Input": "<input type=\\\"password\\\">",
565
+ "Output": "<input type=\\\"password\\\" aria-label=\\\"Password field\\\">"
566
+ },
567
+ {
568
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
569
+ "Input": "<input type=\\\"email\\\">",
570
+ "Output": "<input type=\\\"email\\\" aria-label=\\\"Email field\\\">"
571
+ },
572
+ {
573
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
574
+ "Input": "<input type=\\\"file\\\">",
575
+ "Output": "<input type=\\\"file\\\" aria-label=\\\"File upload\\\">"
576
+ },
577
+ {
578
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
579
+ "Input": "<input type=\\\"date\\\">",
580
+ "Output": "<input type=\\\"date\\\" aria-label=\\\"Date picker\\\">"
581
+ },
582
+ {
583
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
584
+ "Input": "<input type=\\\"color\\\">",
585
+ "Output": "<input type=\\\"color\\\" aria-label=\\\"Color picker\\\">"
586
+ },
587
+ {
588
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
589
+ "Input": "<input type=\\\"range\\\">",
590
+ "Output": "<input type=\\\"range\\\" aria-label=\\\"Range selector\\\">"
591
+ },
592
+ {
593
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
594
+ "Input": "<input type=\\\"search\\\">",
595
+ "Output": "<input type=\\\"search\\\" aria-label=\\\"Search field\\\">"
596
+ },
597
+ {
598
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
599
+ "Input": "<input type=\\\"tel\\\">",
600
+ "Output": "<input type=\\\"tel\\\" aria-label=\\\"Telephone field\\\">"
601
+ },
602
+ {
603
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
604
+ "Input": "<input type=\\\"url\\\">",
605
+ "Output": "<input type=\\\"url\\\" aria-label=\\\"URL field\\\">"
606
+ },
607
+ {
608
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
609
+ "Input": "<input type=\\\"hidden\\\">",
610
+ "Output": "<input type=\\\"hidden\\\" aria-label=\\\"Hidden input\\\">"
611
+ },
612
+ {
613
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
614
+ "Input": "<input type=\\\"image\\\" src=\\\"button.png\\\">",
615
+ "Output": "<input type=\\\"image\\\" src=\\\"button.png\\\" alt=\\\"Submit button\\\">"
616
+ },
617
+ {
618
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
619
+ "Input": "<input type=\\\"text\\\" value=\\\"\\\">",
620
+ "Output": "<input type=\\\"text\\\" value=\\\"\\\" aria-label=\\\"Text input field\\\">"
621
+ },
622
+ {
623
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
624
+ "Input": "<label><input type=\\\"radio\\\"> Option</label>",
625
+ "Output": "<label><input type=\\\"radio\\\" aria-label=\\\"Option\\\"> Option</label>"
626
+ },
627
+ {
628
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
629
+ "Input": "<label><input type=\\\"checkbox\\\"> Check</label>",
630
+ "Output": "<label><input type=\\\"checkbox\\\" aria-label=\\\"Check\\\"> Check</label>"
631
+ },
632
+ {
633
+ "Instruction": "Below is an instruction that describes a task. Write a response that appropriately completes the request.",
634
+ "Input": "<a href=\\\"home.html\\\">Home</a>",
635
+ "Output": "<a href=\\\"home.html\\\" title=\\\"Go to home page\\\">Home</a>"
636
+ }
637
+ ]