input
stringlengths 398
438
| output
sequencelengths 1
1
| id
stringlengths 41
41
|
---|---|---|
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Libyan Arab Jamahiriya
Output:
| [
"Africa"
] | task1321-74e1804991d145b0acc00e6cda9247a8 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Philippines
Output:
| [
"Asia"
] | task1321-66aa0653d302466c8e8e6fc489d476ba |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Solomon Islands
Output:
| [
"Oceania"
] | task1321-55e5ffadff9f4f08a8a16e049dc52711 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Saint Helena
Output:
| [
"Africa"
] | task1321-4f7ef1de53124dd9bde2bdfde0f21b40 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Nauru
Output:
| [
"Oceania"
] | task1321-73dc9f2f250e48328e95458916dc661a |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Guinea
Output:
| [
"Africa"
] | task1321-076ed79f15d944a8bb0a80fac5b1164f |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Cambodia
Output:
| [
"Asia"
] | task1321-dc51a559a358486caa61518ed0f656bc |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: British Virgin Islands
Output:
| [
"North America"
] | task1321-7854195612b24db0b533300597c7756a |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Luxembourg
Output:
| [
"Europe"
] | task1321-b65e78d1d673407f9a9d985b3f63862b |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Tanzania
Output:
| [
"Africa"
] | task1321-ca80c147954d47ed92251de935dc56f7 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Niue
Output:
| [
"Oceania"
] | task1321-1f593116b85b419fba2f47ff718d4bf1 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Kyrgyzstan
Output:
| [
"Asia"
] | task1321-007b68056e9e4908abca3d5c0b8dc843 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Somalia
Output:
| [
"Africa"
] | task1321-db22a4b1ad694d6fb5013e09fdd30b5d |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Lesotho
Output:
| [
"Africa"
] | task1321-b431dfd666544d19a8dca6d3418cd0bc |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Cape Verde
Output:
| [
"Africa"
] | task1321-f8f1f20ff7414e6cb3c89e7d479802ef |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Ireland
Output:
| [
"Europe"
] | task1321-8b4fa46559164aea813659a33ff24292 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Antarctica
Output:
| [
"Antarctica"
] | task1321-3e8be50a1fd2401f9021aa2d015e1857 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: France
Output:
| [
"Europe"
] | task1321-8bd945c79d9b444e9bd8e5a5bc25d736 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Mayotte
Output:
| [
"Africa"
] | task1321-5ffc9b6964f84bffb6f02c109d3f9133 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Bolivia
Output:
| [
"South America"
] | task1321-d2f5edc556ba47d88efd5b9193f02394 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Northern Mariana Islands
Output:
| [
"Oceania"
] | task1321-34afd69aa6c146d083cf21b8b1c6d536 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Kazakstan
Output:
| [
"Asia"
] | task1321-1f1bb9d666b348edbdd0a33538ee5162 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Cote d'Ivoire
Output:
| [
"Africa"
] | task1321-0419f46581bf4053b7af80f93fc17469 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Macedonia
Output:
| [
"Europe"
] | task1321-15a8936af10d45aa9bcb05fb9a201804 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: New Caledonia
Output:
| [
"Oceania"
] | task1321-00962106b6264ceea04a6c91028a0621 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Greece
Output:
| [
"Europe"
] | task1321-c07d9d08277642bca1cd30b7cd2a4b25 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Cook Islands
Output:
| [
"Oceania"
] | task1321-da1389318c214a15b875e8ff50944ff1 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Netherlands Antilles
Output:
| [
"North America"
] | task1321-e69c560cfeb640f2b09ec0c9da176126 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Egypt
Output:
| [
"Africa"
] | task1321-6cc7d2787f7840259017b3799ff2fa0e |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Suriname
Output:
| [
"South America"
] | task1321-cd8e7c30eb904e51ad0ae50b08e579d7 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Guam
Output:
| [
"Oceania"
] | task1321-f374f61b4fa9452abaeef0e2e103af1e |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Norway
Output:
| [
"Europe"
] | task1321-bf6c01a2be1e495b8821ad20a7c595f4 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Burkina Faso
Output:
| [
"Africa"
] | task1321-cc84d4322f27403493a1199dcd88590e |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Guinea-Bissau
Output:
| [
"Africa"
] | task1321-12d26b7a24e24e4b8e1577864d5c4e07 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Jordan
Output:
| [
"Asia"
] | task1321-967d512a06f2426ca07f6153d5b0f536 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Guadeloupe
Output:
| [
"North America"
] | task1321-e0be793760984165b498ddb0c2967596 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Saudi Arabia
Output:
| [
"Asia"
] | task1321-2936eeb226074507a417be1622f3ca5e |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Belgium
Output:
| [
"Europe"
] | task1321-fd0533c5e27646d98e75b599d38923f4 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Wallis and Futuna
Output:
| [
"Oceania"
] | task1321-aaab5f3b6d314d01a6b782d96000ee88 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Lebanon
Output:
| [
"Asia"
] | task1321-dae27a31b7404431885c710a4bbfd07f |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Bermuda
Output:
| [
"North America"
] | task1321-46fbd5af7c154900a8b35ab133aea0c4 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Niger
Output:
| [
"Africa"
] | task1321-eea3f25078ae476b927764b5886f4d8d |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Macao
Output:
| [
"Asia"
] | task1321-43929d30e9b642b7a7f812f98713448c |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Germany
Output:
| [
"Europe"
] | task1321-2ed4d9b2833e4abfa8887dc0008789ea |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Estonia
Output:
| [
"Europe"
] | task1321-a765dc8ac3a14b6aac658b4d32fcc7db |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Denmark
Output:
| [
"Europe"
] | task1321-87fb816d74eb4a858df7d540e7435ca4 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Ethiopia
Output:
| [
"Africa"
] | task1321-b003618037224428801133f91a52e5f1 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Swaziland
Output:
| [
"Africa"
] | task1321-28900817ad234fc0a9a91b09c4138dd0 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Chile
Output:
| [
"South America"
] | task1321-95886d8d8f424d92b18690dbd9110c3b |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Senegal
Output:
| [
"Africa"
] | task1321-0f4249e7c85648d3b176af184eb07ead |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Paraguay
Output:
| [
"South America"
] | task1321-8f57591e17154e51ae153b5068c7f2b4 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Saint Lucia
Output:
| [
"North America"
] | task1321-d00ea27699974356be4f2a976d50536e |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Palau
Output:
| [
"Oceania"
] | task1321-9439f20093004d2787b27405159c089a |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Malaysia
Output:
| [
"Asia"
] | task1321-27cf8588b4724deeb808b56ed07dd467 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Namibia
Output:
| [
"Africa"
] | task1321-37070c364e824fb9a3ac57505fc57f29 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Sudan
Output:
| [
"Africa"
] | task1321-c34dd5cc8e8a433bb50b28416cb657d3 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Central African Republic
Output:
| [
"Africa"
] | task1321-515383dc22d44945a55364e5e1a799c2 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Bouvet Island
Output:
| [
"Antarctica"
] | task1321-27ab58c21fe94e74b0cabba1f52866eb |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Rwanda
Output:
| [
"Africa"
] | task1321-eb1946892cd845c98d1e0a2f4643537f |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Indonesia
Output:
| [
"Asia"
] | task1321-0f7f5260cab44ef1be5003566b926ce0 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Norfolk Island
Output:
| [
"Oceania"
] | task1321-511390cd3ee840a399cdc7cd26f1d0fb |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Costa Rica
Output:
| [
"North America"
] | task1321-2c4d5518d878439b9ba62da46301ab67 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Panama
Output:
| [
"North America"
] | task1321-465fbb87628b4284a71c010da82d3554 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Lithuania
Output:
| [
"Europe"
] | task1321-62a0d6dd617749a682c095724b0055b7 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Brunei
Output:
| [
"Asia"
] | task1321-0231af7adad7475eae19b414b89df98a |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Yemen
Output:
| [
"Asia"
] | task1321-436306d5809e4f8ea53d7d348e484ec7 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Argentina
Output:
| [
"South America"
] | task1321-d3051800975a4c2d8a244e012b655709 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Gabon
Output:
| [
"Africa"
] | task1321-8b4a6e29bb5c49c2b303ecbf0d5f1bb2 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Haiti
Output:
| [
"North America"
] | task1321-6f3ab8fca7eb4ce28c29567bafd50600 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Switzerland
Output:
| [
"Europe"
] | task1321-77b8eec333e84728b10ecebb43f2b306 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: India
Output:
| [
"Asia"
] | task1321-311bf94979e848f7b5303410ebb70fb6 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Montserrat
Output:
| [
"North America"
] | task1321-005386ed09244863a0c43a25a417f88d |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Marshall Islands
Output:
| [
"Oceania"
] | task1321-d681cf026b754352892d83c8d9fd61f4 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Latvia
Output:
| [
"Europe"
] | task1321-aa88d7667ab6453e8141c365378faaab |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Venezuela
Output:
| [
"South America"
] | task1321-7f08535e29d44961b77360affb5f231e |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Myanmar
Output:
| [
"Asia"
] | task1321-0731f145dfe04ddaa3f42056f2fe2096 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Kenya
Output:
| [
"Africa"
] | task1321-73c0189014f94b8e89028b36a25f8a5f |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Mali
Output:
| [
"Africa"
] | task1321-2e8047dc2d3944e390c683b590862353 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Hong Kong
Output:
| [
"Asia"
] | task1321-2a9ae64062484a079cdc66555a94538b |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: United Kingdom
Output:
| [
"Europe"
] | task1321-e9ddb3d3be4542adaba5a202522c2c5c |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Faroe Islands
Output:
| [
"Europe"
] | task1321-fcf619aaf28349368a520f853d70057b |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Iraq
Output:
| [
"Asia"
] | task1321-423fe20de7744eb48d2a6f1336017fe3 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Kiribati
Output:
| [
"Oceania"
] | task1321-500d0a90e27f4b9cb58eaa8ff39f52e4 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Chad
Output:
| [
"Africa"
] | task1321-0290f4aae1a04fc29d3cbb7258c90c90 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: United States
Output:
| [
"North America"
] | task1321-bc51a872ab694af096a344dcdc354fa6 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Benin
Output:
| [
"Africa"
] | task1321-871d5cabfbb9478ca35ae485df37f7ed |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Seychelles
Output:
| [
"Africa"
] | task1321-04c9cfecc0464f8984832c212162022d |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Brazil
Output:
| [
"South America"
] | task1321-48926bb0dc4a45ee9a19e21ee15af061 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Tunisia
Output:
| [
"Africa"
] | task1321-2c2279328f5b43c9a289151fe502f1de |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Tuvalu
Output:
| [
"Oceania"
] | task1321-fc7f4b2efa434c77a54a38e5435359e0 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Uganda
Output:
| [
"Africa"
] | task1321-00fd0ecfa0e54335b2eebbf397dc0194 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Canada
Output:
| [
"North America"
] | task1321-04e67501ef7f47b2913b31f83da16704 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: San Marino
Output:
| [
"Europe"
] | task1321-5f75f771af254332bec1d0b391439313 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Zambia
Output:
| [
"Africa"
] | task1321-f84ce11c176f4951908aafc08601915f |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Syria
Output:
| [
"Asia"
] | task1321-72494b223b1c47a982cecf25a6a31785 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Georgia
Output:
| [
"Asia"
] | task1321-8e97e62eb33f4549a48eec2a3e0d094d |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Mongolia
Output:
| [
"Asia"
] | task1321-73ccb2d4ca894fd0b6324348bd1c855f |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Uruguay
Output:
| [
"South America"
] | task1321-8fc4da40d0e4483780d91a0dc85978f5 |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Mauritania
Output:
| [
"Africa"
] | task1321-e8b0a65cc93d40f3b127970832ae51aa |
Definition: In this task, you are given a country name and you need to return the continent to which the country belongs.
Positive Example 1 -
Input: Aruba
Output: North America
Positive Example 2 -
Input: Afghanistan
Output: Asia
Negative Example 1 -
Input: Anguilla
Output: Africa
Negative Example 2 -
Input: Argentina
Output: Asia
Now complete the following example -
Input: Pakistan
Output:
| [
"Asia"
] | task1321-fe08686ee78b4dd18dc7f89203039242 |
End of preview. Expand
in Dataset Viewer.
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task1321_country_continent
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
- 65