Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
Dataset Viewer
Auto-converted to Parquet Duplicate
input
stringlengths
613
661
output
sequencelengths
1
1
id
stringlengths
40
40
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[46, -92, -78, 38, 96, -40]" ]
task369-15d61b62262e432c99b691cd014cbfe3
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[90, 92, -86, -2, 50]" ]
task369-592c66096914435694561392bbc1a63d
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[64, -80, -4, 86, 54, -48]" ]
task369-27c6930dc38d4dc0854dea8affd6c4b0
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-62, 12]" ]
task369-f0f0849521d548529ea641a53eae0af7
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[10]" ]
task369-7f37322fdf7d49dd93e7e1583ee08881
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[22, -8, -80]" ]
task369-faeb206396fe4a8eaba08f5ab2f70486
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-42, 58, 2, 38, 72, 86]" ]
task369-e5ded6b9203746aaacc46200bd954e0e
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-34, 50, -70, 10, 32, 2, -48]" ]
task369-e33e02b7aeb549b399488396264f1d80
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[72, 68]" ]
task369-bb2e8bbf27534657a9ed940f64cdc21e
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-6, 76, -94, -14, 44, 62]" ]
task369-af6cbed2ae2e4575a3a5e5870316f527
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-28, -12, -34]" ]
task369-281bd2d6ebc74dffa0f2a82dd49576d6
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[18, -12, -28, -70]" ]
task369-b3f94102269d46a5a5cbc743948b88ee
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-46, -62, -50, 62, -10, 22, 8]" ]
task369-027bc664d25b4ac9a9250437af5d1c95
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-80, 52, 40, -74, -60, -40]" ]
task369-3a39bea28e864d4486d437c4dbf96048
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-74, -98]" ]
task369-58c6b302a82a4f65b342fa7d7d54328e
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[88, 50, -28, -74]" ]
task369-20e709a64e4c4c8ca02c2c4efd139554
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[78]" ]
task369-760a05f54dec404bb07a1a9c468664fc
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[58, -86, -50, -68]" ]
task369-3017034613c64c0a988d58c41f030c52
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[0, -82, -88, -28, -20, 38, 26]" ]
task369-cd5bef1f918747a7a51a678b52a57e60
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-46, 50, -68, -42]" ]
task369-8c397e011b61427785dc91aa234c1bed
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-98, 76]" ]
task369-abc3478233b74504bdccb6a93c75d378
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-70, 44, -64, 70, 10]" ]
task369-e4cb93f988314250ba58a67aa440ee00
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[8, 18]" ]
task369-46b44f7bf5d54101b9fac34b39700ea0
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-56, -54, -8]" ]
task369-021664fec72e48db9b4e382bb88fb236
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[12, 28, -56, -68]" ]
task369-d4d7e4a7583942c0ac988c6503df10e7
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[48, 76, -50, 72, 72, 58, 86, 36]" ]
task369-88784789caae4064a0c782b4df7eaa89
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-70, -22, -6, 0, -32]" ]
task369-62aad65ef3fe471a959abe0236b283c5
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-70, 32, -80, -98, -20, -86]" ]
task369-1121d365b7fb4fdc90d37d7fe3922ae0
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-2, -30, 16]" ]
task369-1e4f5a8275884708bb99b352cbe1e0a1
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[14, 86, 54, 46, -2]" ]
task369-bbbac795f9d34f2bbb1fd38a06813e97
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[26, 96]" ]
task369-6eed6ce3920d4e958af0761d086209e1
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[42, -8]" ]
task369-28baa673dcd84fd88263463670370de3
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[40, 66, -76, 70, 88]" ]
task369-8e29e2ffca8745ed9084fdb302a3d1e1
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-12, 20, -58, -40, -98, -14, -20]" ]
task369-142f07ca675547388f89c12d918501e4
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-34, 6, -26]" ]
task369-17492cfb00f34099a5cbcbb323c8909d
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[94, 46, -26, 22, -22]" ]
task369-330ef6a6cb8e4b24bfe001db4fd1861c
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-98, -70, -68, 28, 64, -68, 56]" ]
task369-f416c065623d442db86a5a486e0555e9
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[14, -22, -86, 22, 100, -74]" ]
task369-1b0a6d7ea77740bd88534994a08475ac
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[72, -62]" ]
task369-6010acc9d8d94a8b941d7373c42feb3a
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[36]" ]
task369-be4fd8d772324cd5bb41e334af586c10
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[54, 50]" ]
task369-81fcef22f98f43dbac22b90308813cc0
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[46, 68, 48, 76]" ]
task369-468ce07926434b69a0a2a5c370dda1d5
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-28, 6, -78, -98, 90]" ]
task369-b1e95dcf150543abb428a684d7d38eaf
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-82, -74, -82]" ]
task369-d6eb331c49ed4e9cac1650bce16868c9
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[74, -96, -74, -44, -12, -64]" ]
task369-c948916f26d549f7ac3c893ad2cf99c8
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[20, 58, -40, -12]" ]
task369-c05a3234a9ef496c8029345d98905618
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[88, 48]" ]
task369-6b1b75c52f454bc0ac9ffe20a85624db
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[70, -72, -50]" ]
task369-f23fedc1fa734a009e110756e6f29470
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-82, -60, -96, 80, 58, 62]" ]
task369-ab287128c7b744e584af4c1a7aba2afa
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[66, -82, 46, 52, -24]" ]
task369-be551f6f114e43d594f63a0f8d369d1f
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[34]" ]
task369-943f0e3c10b6437aa6b706f75a69d376
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[64, 34, 30, 90, 54, 64]" ]
task369-fa1410e5a77541089b170d7291d68e43
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[86, 94, 72]" ]
task369-dc9a9bdef8864c11956a5452198f7ce1
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-12, -98, -40, -74]" ]
task369-e531000ca3ae47d19aeb98b2d49a9159
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[6, -96]" ]
task369-5c474e3759a4457c8e2dc4b1ba7461d5
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-34, 22, -84, 78]" ]
task369-7332b9a524f142dea295bd716d690d5a
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[16, 60, 6, 78, -94, 58]" ]
task369-39e8880ae7e94f4b84839a6537d5e6ea
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-12, -90]" ]
task369-f4ea4e9d5a034fc99fbe30c328cc8502
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-64, -84]" ]
task369-82495b19f738481b927c872d14147c0d
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-38, -22]" ]
task369-51801b993c444b019c365e00558cd844
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-82, -6, -50, 94, -58, -96, -48]" ]
task369-f49c78fe62ce4cc4ad87d75239cadbbc
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[6, -38]" ]
task369-9f7748bdae614c128c39c12d7fe1fe72
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[98, -26, 92, -88]" ]
task369-79bd1c34d8634c34a918444cd3616f96
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-52, 92, -56, -86, -14, -14]" ]
task369-9ee4c55dacc64d6d91d327ea441929e8
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[12, 36, 18]" ]
task369-76647a0e811644c7b7717e59eee72990
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[100, 84, -80, -78, 36]" ]
task369-3e960b93c7774d1381177de5907fa2f1
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[68]" ]
task369-ee1eceaa828f4f1ba0fd42fa19ebae07
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[100, -54, 68, -80]" ]
task369-2c33acb86129469aa83713513130de74
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-36, -30, -6]" ]
task369-39a1c5f898b345b491dce97395618f37
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-2, -66, -60, -26]" ]
task369-7f8c2267f8394edba9971125157b84bb
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[2, -48]" ]
task369-ab7cb37e4c37423eb2c6fd1b8808e3a9
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[84, -68, -42, -6]" ]
task369-eed489d1bd81493c840cc158858e9102
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[50, -94, -18, -14]" ]
task369-e41aac35b97446e7befa4a67bf2f7855
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[34, -26, 54]" ]
task369-7e904d11a7f04f88843ded5776f73c6b
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[82, 94, -18, -44, -6]" ]
task369-cff97e4e4b2c4f579518e0b342fbfb4a
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[30, -90, -76, 38, 10]" ]
task369-b9e2a7c2f4d94a1ca68d4720d53f1834
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-40, 90]" ]
task369-cbda786090d44a4bb41c7472d7c276d7
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[30]" ]
task369-5b4ff88bbd5642dbbeeab2f62143b500
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-10, -78, -94, 70]" ]
task369-cb45921bf9364bde97e26de913c9ea60
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[72, 80, 86]" ]
task369-e4c95038734c495f85b03765473a0e5d
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-58]" ]
task369-64ec655b326a42cc9a0cc463d1f54153
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[82, -60]" ]
task369-d7bcdd2daa9041629daee785e3f46422
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[16, 4, 14]" ]
task369-f5ebef8ff3d1445bbbded34c305cf0d7
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-76, -62]" ]
task369-17ff59427e294c81bc9e5ad82be29240
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-66]" ]
task369-8d755452626b4ae3978beb7775f3597d
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-14, -50, -32, 36, 28]" ]
task369-196b512399eb46fdb70c5fc50c74ec03
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[]" ]
task369-55e58cfd78964bce84f81e65b49cf41c
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[48, 16]" ]
task369-efb9480a8b1f4082a580f34b256de906
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[74, 88]" ]
task369-264a8920e6084c729ca1a9e240498c73
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-22, -44]" ]
task369-f89043b2a4784eb6b789a48f4b9fe72c
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-38, 76]" ]
task369-d715362d63dc4bb19ad2b087dcbc3d3d
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-24, 98, 64, -52]" ]
task369-ba7ccfbeec9742289e37ee9394bf7fa0
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-66, -64]" ]
task369-eb18e71511c948db930ffc58d23cae28
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[10, 66, 40, 44, -46]" ]
task369-3af6e128e85e47fab2645bce880ff7ee
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[34, -70, -28, 74, -88]" ]
task369-ea862ba8e89c4f73960057458f406742
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[-30, -42, 0]" ]
task369-847a473f0f184bc1a1f1936a27cadc07
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[28, 62, 16]" ]
task369-45e93ff6e7cd420098b9db5e7da14781
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[60, 56, 74]" ]
task369-031a0195f5134becbc04351e0bbeda16
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[86, -60, 94]" ]
task369-876fc83cf2d54173ad439e686fe1d6c1
Definition: In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets. ...
[ "[4]" ]
task369-d8911e9bfe0342488e75a6339fe2a063
End of preview. Expand in Data Studio

Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task369_synthetic_remove_odds

Additional Information

Citation Information

The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:

@misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
    title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP Tasks}, 
    author={Yizhong Wang and Swaroop Mishra and Pegah Alipoormolabashi and Yeganeh Kordi and Amirreza Mirzaei and Anjana Arunkumar and Arjun Ashok and Arut Selvan Dhanasekaran and Atharva Naik and David Stap and Eshaan Pathak and Giannis Karamanolakis and Haizhi Gary Lai and Ishan Purohit and Ishani Mondal and Jacob Anderson and Kirby Kuznia and Krima Doshi and Maitreya Patel and Kuntal Kumar Pal and Mehrad Moradshahi and Mihir Parmar and Mirali Purohit and Neeraj Varshney and Phani Rohitha Kaza and Pulkit Verma and Ravsehaj Singh Puri and Rushang Karia and Shailaja Keyur Sampat and Savan Doshi and Siddhartha Mishra and Sujan Reddy and Sumanta Patro and Tanay Dixit and Xudong Shen and Chitta Baral and Yejin Choi and Noah A. Smith and Hannaneh Hajishirzi and Daniel Khashabi},
    year={2022},
    eprint={2204.07705},
    archivePrefix={arXiv},
    primaryClass={cs.CL},
    url={https://arxiv.org/abs/2204.07705}, 
}

More details can also be found in the following paper:

@misc{brüelgabrielsson2024compressserveservingthousands,
    title={Compress then Serve: Serving Thousands of LoRA Adapters with Little Overhead}, 
    author={Rickard Brüel-Gabrielsson and Jiacheng Zhu and Onkar Bhardwaj and Leshem Choshen and Kristjan Greenewald and Mikhail Yurochkin and Justin Solomon},
    year={2024},
    eprint={2407.00066},
    archivePrefix={arXiv},
    primaryClass={cs.DC},
    url={https://arxiv.org/abs/2407.00066}, 
}

Contact Information

For any comments or questions, please email Rickard Brüel Gabrielsson

Downloads last month
14

Papers for Lots-of-LoRAs/task369_synthetic_remove_odds