input
stringlengths 570
598
| output
sequencelengths 1
1
| id
stringlengths 41
41
|
---|---|---|
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: South Georgia
Output:
| [
"239"
] | task1425-909b417ac33649a4a75bd9b8383a08b4 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Papua New Guinea
Output:
| [
"598"
] | task1425-b46286940a0b4432857007c6e00d8d8e |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Indonesia
Output:
| [
"360"
] | task1425-b4f29da64b084401a2733d67605f81f1 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Sweden
Output:
| [
"752"
] | task1425-33a7cf851c934e79aceccc4008a1133b |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: South Korea
Output:
| [
"410"
] | task1425-6fcd9a51d214456ba8214f7c647ae59f |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Paraguay
Output:
| [
"600"
] | task1425-5da83650f23f4c0d802ce781fd4a80a6 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Nauru
Output:
| [
"520"
] | task1425-0b6753d855fb4d2086d07c40435a273f |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: British Virgin Islands
Output:
| [
"092"
] | task1425-2d1b440e87a9403da62f4df50ca773da |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: French Southern Territories
Output:
| [
"260"
] | task1425-3b1a63721e7f4d91b1859eecbe5c0d84 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Saint Helena
Output:
| [
"654"
] | task1425-508f223e362942f8a2ac16a6e670bb48 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Italy
Output:
| [
"380"
] | task1425-3339a353bddd4b049587475a6e45a776 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Jersey
Output:
| [
"832"
] | task1425-a71d82a55af7483c8907c1c7ef40c804 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Sierra Leone
Output:
| [
"694"
] | task1425-a4b3915ccda0483f976f7be96ddd5a95 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Ethiopia
Output:
| [
"231"
] | task1425-f5dcd37bdd904ad3a79cc8ca4586c9c7 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Colombia
Output:
| [
"170"
] | task1425-8ce69aab261c4750879923b1b92b5dd7 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Solomon Islands
Output:
| [
"090"
] | task1425-60237e1120364afe9683dd9a11a6d9e2 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: American Samoa
Output:
| [
"016"
] | task1425-9359d055c8394da0807f8cbc9a75d707 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Kuwait
Output:
| [
"414"
] | task1425-ee1c60016bff4cdf96be3e0e970157d2 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Taiwan
Output:
| [
"158"
] | task1425-97b9bb2f342a4a36a0525f9584d17867 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Bolivia
Output:
| [
"068"
] | task1425-f3f8ce3a3e484ffb98c4bf716499cb7d |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Falkland Islands
Output:
| [
"238"
] | task1425-d27fb215ba4a4262a28a03c4d9f85659 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Yemen
Output:
| [
"887"
] | task1425-c453d3deee944d23a8077ef617227442 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Wallis and Futuna
Output:
| [
"876"
] | task1425-1d2134ad40f04e448eac4a449ac03aed |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Republic of the Congo
Output:
| [
"178"
] | task1425-36b6fc7abcf84f35b19c3b28cf376aa0 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Malta
Output:
| [
"470"
] | task1425-bd18222e5e8c499f8b051dfd8247ef5a |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Iraq
Output:
| [
"368"
] | task1425-0786348d708f4ec39e7f496872c0de77 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Lebanon
Output:
| [
"422"
] | task1425-7ae1cf0e154e4177b829cfdc6d0e5bd9 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Monaco
Output:
| [
"492"
] | task1425-603b44b7aff44022b0141d54ced3e514 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Chile
Output:
| [
"152"
] | task1425-1f8659d0429d43f098e311b61c23d1c1 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Anguilla
Output:
| [
"660"
] | task1425-de06204750da44799f8a9a0525a108a5 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Ecuador
Output:
| [
"218"
] | task1425-22d1e0ca0b6443a6aa5f4965d04ce349 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Somalia
Output:
| [
"706"
] | task1425-109c9395a104402a9fe24839ed0fd6d2 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Kyrgyzstan
Output:
| [
"417"
] | task1425-2fb12dd8d92e411888351c14251c9584 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Iceland
Output:
| [
"352"
] | task1425-4b74f036afca4e548a436e1c5ad68e06 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Belgium
Output:
| [
"056"
] | task1425-4d6f19a86b834da686cbc72bd974b415 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Gambia
Output:
| [
"270"
] | task1425-5c47cb3ab50d404ca3bdbfc81d9a208f |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Gibraltar
Output:
| [
"292"
] | task1425-6e2c7f409be2459590eb96be81149142 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Japan
Output:
| [
"392"
] | task1425-7ff4d0bfd3c84d869260906b07112457 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Guernsey
Output:
| [
"831"
] | task1425-00cdc789489a40b293c4ddb4c4476096 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Rwanda
Output:
| [
"646"
] | task1425-bc9d93c05d8743aab38b6d95a357b81a |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Barbados
Output:
| [
"052"
] | task1425-8f5875dcf9fd4f858069f7a9d1334c5d |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Russia
Output:
| [
"643"
] | task1425-14ad419f02ba4ac19c3fa771be28fad7 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Pitcairn Islands
Output:
| [
"612"
] | task1425-c6947a80196b40a8bff71b8f0de8eba6 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Brunei
Output:
| [
"096"
] | task1425-9208dd18bad542bab83d68b61e7ebdfd |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Namibia
Output:
| [
"516"
] | task1425-c1c608655e1c40b89c3434c4f8f96c16 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Gabon
Output:
| [
"266"
] | task1425-c70c034f12ed405e9f66a826aa1f2f25 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Czech Republic
Output:
| [
"203"
] | task1425-6ca2143f97f94e6f9da0c45adbd93a6e |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Eritrea
Output:
| [
"232"
] | task1425-f3cf177197c04db5add7cc083dff45b8 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Denmark
Output:
| [
"208"
] | task1425-1a6d492cc5e440e1b2905f93768b2d90 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Spain
Output:
| [
"724"
] | task1425-dd25ff938a7d44369129508b9947c486 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Sint Maarten
Output:
| [
"534"
] | task1425-a4eb234d7c0c4aa7a06b6ed26cc2724a |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Democratic Republic of the Congo
Output:
| [
"180"
] | task1425-50ccfc0b35844ee3b729d59e0d6c9688 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Panama
Output:
| [
"591"
] | task1425-2307833a9e724cda90f4e62cc34ee08e |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Palestine
Output:
| [
"275"
] | task1425-ad570708181a425eb496249790104c78 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Saint Lucia
Output:
| [
"662"
] | task1425-2d4a91723ca2409e8011da5523a0df07 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Kosovo
Output:
| [
"0"
] | task1425-7c6b09a5f9a54e73ac04cf1ab209f74e |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Malawi
Output:
| [
"454"
] | task1425-4e34001e5ae54436a3e8c8e621650c16 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Malaysia
Output:
| [
"458"
] | task1425-3fbb19f7f81e48fbb3c675cc7774f5d7 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Saudi Arabia
Output:
| [
"682"
] | task1425-7e028958c600476e8b3b8fe0e59186b9 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Belarus
Output:
| [
"112"
] | task1425-f2898510b148430f9651d0d1d5384c0c |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Bouvet Island
Output:
| [
"074"
] | task1425-930870c52bb6496f89af19e009fe4e33 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Tonga
Output:
| [
"776"
] | task1425-7a5bf62f46bf4531a8870656d33bc2bf |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Croatia
Output:
| [
"191"
] | task1425-ce9823b376c546dea2dfb8a25e88fdbf |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Niger
Output:
| [
"562"
] | task1425-f47a6d2939c443f19a1056a7becac921 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Costa Rica
Output:
| [
"188"
] | task1425-3ffcf28a57274c64a3185e3a9142372d |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Cayman Islands
Output:
| [
"136"
] | task1425-76a12600cba64550b8b293d83fb90af2 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Lithuania
Output:
| [
"440"
] | task1425-4af3f2dfa8b54a119fabc47d93b1cebc |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Bahamas
Output:
| [
"044"
] | task1425-e22ff2e9a2e24271af5ac01614dc15a9 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Portugal
Output:
| [
"620"
] | task1425-e246748f4f9d499d94e60d72e00fe816 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Armenia
Output:
| [
"051"
] | task1425-c6420382f0f44074abe92a8e69cec4bf |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: France
Output:
| [
"250"
] | task1425-28dc9df6ac894b739af1f32147b11194 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Heard Island
Output:
| [
"334"
] | task1425-083da8bcaf044b46bdf495ed35f2cc19 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Cocos Islands
Output:
| [
"166"
] | task1425-753c3bec46a845149116bf87a9b2486c |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Haiti
Output:
| [
"332"
] | task1425-c85f67790fe74251936e23bda4906e87 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Montserrat
Output:
| [
"500"
] | task1425-1c3a5e8c7b3b461ba555740b102027c4 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Saint Martin
Output:
| [
"663"
] | task1425-f8611569812941ecb79b9a8a1313fd45 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Liechtenstein
Output:
| [
"438"
] | task1425-869aa6f3688d46faa0591935fa853e7a |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Guam
Output:
| [
"316"
] | task1425-64ceaed4db6a43b684c021ba196682ad |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Moldova
Output:
| [
"498"
] | task1425-e59850c530ab402bb4edaf1a9cc5838a |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Myanmar [Burma]
Output:
| [
"104"
] | task1425-f21a4a8fc99d421d92b33c8f0762feaf |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Jamaica
Output:
| [
"388"
] | task1425-23a597d27e594b758068f3ec33d65ab3 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Macedonia
Output:
| [
"807"
] | task1425-e8c63a574c494f119fc028dc594f0953 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Micronesia
Output:
| [
"583"
] | task1425-49371045a93e4dc1b84451c1f0a9436a |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Israel
Output:
| [
"376"
] | task1425-c5182e545f7842f6abcbca697f9eb02a |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Kenya
Output:
| [
"404"
] | task1425-0a7e81be12904be5be6212be3de31530 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Chad
Output:
| [
"148"
] | task1425-e771b8f7237342849a2e1d7219c45e3b |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Uruguay
Output:
| [
"858"
] | task1425-9df69133fb7749bd8ce74eee6e671bab |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Bangladesh
Output:
| [
"050"
] | task1425-982a92530d8f4a1e84608c30b14e6094 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Syria
Output:
| [
"760"
] | task1425-9c2dc502288740f691226954aa12550d |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Bonaire
Output:
| [
"535"
] | task1425-8925305cceed48d4bd5b8a16d3aa9cf9 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Mauritania
Output:
| [
"478"
] | task1425-bc376f47e2e540ae82ab1c8db33211a0 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Marshall Islands
Output:
| [
"584"
] | task1425-aa08676c3ac84369890382b9bd8a2d56 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Trinidad
Output:
| [
"780"
] | task1425-9db14a1971604cb6acb0ff9cb45f29c3 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Peru
Output:
| [
"604"
] | task1425-575fb67ed78f43d2ac969be78c33bb79 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Mongolia
Output:
| [
"496"
] | task1425-e8157fce7bab420bb456cc85b5d66173 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Belize
Output:
| [
"084"
] | task1425-dda509898e6543acad249db75dbfe87a |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Sudan
Output:
| [
"729"
] | task1425-e950e44dad824e6e9d61481505a2a52a |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Singapore
Output:
| [
"702"
] | task1425-0dc96e858268475395ae409b0f510a94 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: Maldives
Output:
| [
"462"
] | task1425-6f432093baf54a96b3ae16112c5c2883 |
Definition: In this task, you are given a country name, and you need to return the numeric International Organization for Standardization (ISO) code of the given country. The codes are three-digit numbers defined by the ISO to represent countries, dependent territories, and special areas of geographical interest.
Positive Example 1 -
Input: Angola
Output: 024
Positive Example 2 -
Input: Iran
Output: 364
Negative Example 1 -
Input: Afghanistan
Output: 028
Negative Example 2 -
Input: Bhutan
Output: 031
Now complete the following example -
Input: United Kingdom
Output:
| [
"826"
] | task1425-61b7ec9ffe8c4cf5b55d3c027d9c96b2 |
End of preview. Expand
in Dataset Viewer.
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task1425_country_iso_numeric
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
- 71