input
stringlengths
749
954
output
sequencelengths
1
1
id
stringlengths
40
40
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: Professional baseball game featuring batter and and catcher stands Output:
[ "(7, 8)" ]
task089-86130ce2307b4d27b78a18517979ad5f
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: Two people baseball playing near first base Output:
[ "(3, 4)" ]
task089-fb672845a31c4ac1ba660cc786caca7f
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A woman skiing is down a snowy slope Output:
[ "(3, 4)" ]
task089-1f211b7656be4cfb95b5ddab89c058ab
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A pizza with of lots mushrooms is seen here Output:
[ "(4, 5)" ]
task089-fb1304ffbfaa4e108d1e094d24f2284e
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A car mirror back looking at mountains and traffic Output:
[ "(4, 5)" ]
task089-67819bedcb6044018801190bdfba64a7
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A horses and eye just the side of the face Output:
[ "(3, 4)" ]
task089-f30db7d908c34f0fbe5d482baf2da3c7
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: a base ball player is swinging his bat to hit ball the Output:
[ "(11, 12)" ]
task089-d50f3daf4de54d04ad3a476a036f4724
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A woman standing in a court yard with colorful umbrellas hanging her above head Output:
[ "(12, 13)" ]
task089-929df1c5e6c04a96a1fdd95738c13d1c
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: Boy in standing a dry lot with two calves Output:
[ "(2, 3)" ]
task089-c9831f6a70a94493b04526b05459daed
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A street has that different cars in it Output:
[ "(3, 4)" ]
task089-850bdcae6f824132a89096a8aa31de1b
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: an image of a man by a sign stop Output:
[ "(8, 9)" ]
task089-d8ddfbdb43ac4a228b01a3822b7a8272
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A cat on laying top of a bed with a remote Output:
[ "(3, 4)" ]
task089-0eccce94cf1c43d999b57e84b49121e2
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: Several woman fruit buy from a farmers market Output:
[ "(3, 4)" ]
task089-a14302a124a74d7fbd9ce516a9ac7c61
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: Several people stand in surf the on a beach Output:
[ "(5, 6)" ]
task089-2dbfa55b887649e282dd07902b3c51e9
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: a close up of a pair of scissors next a to cup on a canvas Output:
[ "(10, 11)" ]
task089-c9c654138e004c8b8b29e60a5c97f4ee
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: Pedestrians walking underneath a traffic light by city a road Output:
[ "(8, 9)" ]
task089-b335cc39d83842d6aceac1be93f00a4d
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A pizza in pan a sitting on top of a wooden table Output:
[ "(4, 5)" ]
task089-8dc7ccd3fadd4336af9eb1007ce79ab1
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: The ocean with a boat in the distance and closeby birds Output:
[ "(10, 11)" ]
task089-d9d9645ccf9f4e2daf12a8d859dbedd5
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: The fork lift operator loading is a truck Output:
[ "(5, 6)" ]
task089-896b0a83d9a447599d6edcbb1ab363a9
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: Red doubledecker with bus a bicycle laying on top of it Output:
[ "(3, 4)" ]
task089-4d714d6d86224b84b4f9b8c8fd16d2bf
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: Beer and sausage sliced pizza meal in a cafe Output:
[ "(3, 4)" ]
task089-8078819fdcd94117ba641885657354c4
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A brown dog adorable hanging off the side of a building Output:
[ "(3, 4)" ]
task089-8ab19622aa7f4f0fab4e6867e47ac9db
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A large knife a slicing cake covered in coconut Output:
[ "(4, 5)" ]
task089-d65c0642265f425da7e886c123d7b5ad
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A person with a skateboard walking some towards steps Output:
[ "(7, 8)" ]
task089-d353e75970294fc6b2a01a9ab91b3564
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A large green decker double bus driving down a road Output:
[ "(4, 5)" ]
task089-f61447d3ff404893a36a35431d1195d2
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A boy messily eating powdered a doughnut at a table Output:
[ "(5, 6)" ]
task089-1349ebcc63bd49cd90af83fac7706a50
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A of group people carrying umbrellas in grassy field next to trees Output:
[ "(2, 3)" ]
task089-815b8ec2063c4adf90d1354cfabd2421
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A light reflector is attached to a hydrant fire Output:
[ "(8, 9)" ]
task089-dfb3f63770e34280bbfacf9ee10c8c3d
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A person skateboarding on a city street the in sun Output:
[ "(8, 9)" ]
task089-c5edf94e86f740aa8ac4bd89edb5a10d
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: People walking on a in sidewalk the rain Output:
[ "(5, 6)" ]
task089-4ed8765438ac4dda9a1bfe8bea0eb0b0
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A bunch of items that are sitting on wooden a table Output:
[ "(9, 10)" ]
task089-5a6114356b2545139d4b94314a38b0cd
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: little A girl pulling a kite across a field Output:
[ "(1, 2)" ]
task089-a62d67651f234df5b61dc59c056850e6
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A couple of people playing Frisbee side out Output:
[ "(7, 8)" ]
task089-aebb5d803c2f495f9d0bf2f4f3095ef1
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A city decorative street with a bench and buildings Output:
[ "(2, 3)" ]
task089-ba7c3a296d77467f890a8251906abcc8
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: Several different electronic devices and arranged cables on a table Output:
[ "(6, 7)" ]
task089-7a1acc6e83734ad9ad646c5e2e1ae0b4
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A bowl of rice and green peas to next some bread Output:
[ "(8, 9)" ]
task089-f32d52b6fd84427780611ee09433b883
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: a of couple people are sitting on couches Output:
[ "(2, 3)" ]
task089-0e30fc5a891e480ba5ee24ae2e7a9837
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: Surfers surfboards holding walking along the beach along with other people on the beach Output:
[ "(2, 3)" ]
task089-d977ce9df79d41f8a34614946fd2b7f5
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A brown and white dog in sitting sandy area next to water Output:
[ "(6, 7)" ]
task089-574f51e4134546298050fd1e2c972794
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A man and little a girl holding game controllers Output:
[ "(4, 5)" ]
task089-8a43cda923724e5bb0cacc1bbe9cdeeb
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A couple of zebra standing on top a of dirt field Output:
[ "(8, 9)" ]
task089-ed2cb7fdbdea4a4aa417adc9e5966dc4
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: a toilet with a control remote mounted on the side Output:
[ "(5, 6)" ]
task089-b42cdb0174ca49fdb8d3e957391f276e
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A model train set is shown with a fake large tree Output:
[ "(9, 10)" ]
task089-1a0b022ecdab476e8e877c2da0c7f58d
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A area bathroom with toilet mirror and a television Output:
[ "(2, 3)" ]
task089-28757a2fc3a14be1a1eb947793061c4a
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A with pizza cheese and leafy vegetables next to a beer glass Output:
[ "(2, 3)" ]
task089-892f751130be4e37a5e5d93bcbe49afa
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: Woman pouring drink while standing kitchen in next to Mac Output:
[ "(6, 7)" ]
task089-6886fd30fe0d4b1b8046761d52ec06b7
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: man A that is holding a bat standing in the dirt Output:
[ "(1, 2)" ]
task089-682ec172abb64724adfbb931e2e442e7
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: animals The are walking along on the beach Output:
[ "(1, 2)" ]
task089-5f7cab54d1ac4ceb9c13fc2c1289546b
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A couple riding men skis down a snow covered slope Output:
[ "(3, 4)" ]
task089-c32fb808d398400ca85bb2cb07c0ce4d
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: white A bus parked next to a crowd of people Output:
[ "(1, 2)" ]
task089-b1b334eba43d4da589839540671d3ed9
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A young man sitting on a couch a with laptop Output:
[ "(8, 9)" ]
task089-b0c5702afe55404b975e7b8933f9f0fb
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: rusted A old clock is inset over a set of exterior doors Output:
[ "(1, 2)" ]
task089-90375a3937414dc5a60e223905f8a7d6
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A man with a hat and glasses holding wine a glass in a kitchen Output:
[ "(9, 10)" ]
task089-b16e43599b74428bb8ebd5439cffd655
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A man reaching a for soccer ball on a soccer field Output:
[ "(4, 5)" ]
task089-bb6577af58f9491f94f51d85bef18db8
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: Some women indoors on basketball a court playing ultimate frisbee Output:
[ "(5, 6)" ]
task089-84bf0ecd18104feba027994d45489e7e
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: An older is woman petting her white horse Output:
[ "(3, 4)" ]
task089-fc7848b49c4144b89b403a6e2f015449
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: a in woman a purple dress a parking meter grass and a car Output:
[ "(2, 3)" ]
task089-98e322f9ecb743228d1773a064fe16de
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: sandwich Grilled with vegetables on a plate with a beer Output:
[ "(1, 2)" ]
task089-255754ad955646c9a127cd52f8d4bf37
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A close up of view a green plant with very green leaves Output:
[ "(4, 5)" ]
task089-8290d93f7faf4e12bb7173d905589034
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A young man is leaning against a pole talking while on a cell phone Output:
[ "(9, 10)" ]
task089-4efb82de923e4e88b52d7872e5d6b182
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A very girl small flying a kite in a field Output:
[ "(3, 4)" ]
task089-9811b437ebdd43fda07799d358dc7f23
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A large birthday cake decorated with cereal a and caterpillar sits on a round plate Output:
[ "(8, 9)" ]
task089-3f532f8200354d9192cbaa7af60381c0
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A blue race car bed sitting next to a fake pump fuel Output:
[ "(11, 12)" ]
task089-a1162713f4ee488690e0289f1ec85e31
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A group of elephants walking are with a baby elephant Output:
[ "(5, 6)" ]
task089-2915e37c6c4f4c3cae79e68bcf548c45
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A man the sweeping sidewalk near a big building Output:
[ "(3, 4)" ]
task089-4f218c37574d4b80b7911f107a64cfe9
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: Two cats laying on top of a on bed a blanket Output:
[ "(8, 9)" ]
task089-a2459391fb7b4b8aa9281dc80dc09a31
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A greenlit traffic light on a pole on city a street Output:
[ "(9, 10)" ]
task089-bf8ec9d43d584c81aa7886810e62ec18
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A clean living room is seen in image this Output:
[ "(8, 9)" ]
task089-3e81ed22eba841aa85cf1df4ca847d9e
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: two small black bears being held by a volunteer at an shelter animal Output:
[ "(12, 13)" ]
task089-f69f8e7b0843419da40a8e8528f6f6c0
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A of pile luggage sitting up against a wall of towels Output:
[ "(2, 3)" ]
task089-ab3547a2c9a943aba5e3ff2066556fe3
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: People standing around a soccer field watching players two Output:
[ "(8, 9)" ]
task089-5ff49d51d017442f9d30fb33f741741e
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A parked bus with a Vote Today promotion on its display electronic sign Output:
[ "(11, 12)" ]
task089-8bd4210de6bc4c3cb47b688395434ec3
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A man who is flying a kite a in field Output:
[ "(8, 9)" ]
task089-726b2c23ca104231bc2e3b72bae84f74
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: An old meter parking sets with time expired in front of a parked vehicle Output:
[ "(3, 4)" ]
task089-30da0229f7d14d469508517779352d50
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: Black white and photo of people looking at animals grazing Output:
[ "(2, 3)" ]
task089-0df7407b5cb04080bb3386a44710686b
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: man A driving a street car on the tracks Output:
[ "(1, 2)" ]
task089-9c7c83afd8884109bfce8515867f6480
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A woman is watching a giraffe stick tongue its out Output:
[ "(8, 9)" ]
task089-91dc883b61b646f2ad9e16d8e3a7b0cd
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A man riding skis down the side of snow a slope Output:
[ "(9, 10)" ]
task089-0648a908165f4176bc563c7b9d7d62e9
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A player baseball who is holding two baseball bats Output:
[ "(2, 3)" ]
task089-a7a7c9a378e142269f6d77a035d0a13b
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: three The people smile as they finish a dinner together Output:
[ "(1, 2)" ]
task089-24ca713352234bff9e10b1700969be72
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: Small kitchen appliances on sitting a kitchen counter Output:
[ "(4, 5)" ]
task089-1c0acbce8a8a4512a24777a7e5778c44
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: THERE IS SIGN A THAT IS ON THE SUB WAY Output:
[ "(3, 4)" ]
task089-cd75c8181373413494a0c4365dc8b6ad
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A man and woman riding on a as motorcycle others look on Output:
[ "(8, 9)" ]
task089-046122b3014541da96cc3a214ab84214
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A man is sitting on edge the of the tub as he brushes his teeth Output:
[ "(6, 7)" ]
task089-6819f935f16e4508b00b31c990b505d0
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A dark and bathroom creepy has writing on an otherwise nice mirror Output:
[ "(4, 5)" ]
task089-5b2df2d47fce4948b74e9899d8460de0
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A man a riding surfboard on a wave in the ocean Output:
[ "(3, 4)" ]
task089-e25590db7f0e4269a8ff1333433bd8ac
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: women Two are playing a game on the Wii Output:
[ "(1, 2)" ]
task089-e5e546322ca648ea9342e589d0011222
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A train on tracks at stop train with people on a bench outside Output:
[ "(6, 7)" ]
task089-7739807b18244f3b9a3cf532bd3cc4ad
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A brown and white sink in sitting a bathroom Output:
[ "(6, 7)" ]
task089-58efbaa0f1224fd18d73bd376f850688
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A man carrying a surfboard blue out into the ocean Output:
[ "(5, 6)" ]
task089-6208175f6ebe4dfd95ecaa09e1290087
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: Two people in helmets riding are Segways on the street Output:
[ "(5, 6)" ]
task089-66fbe549d5234a0c8c1f39c7da447f0d
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: there are cups many and plates in this kitchen Output:
[ "(3, 4)" ]
task089-562bde43305841d893e8d5a1e5420c02
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A boy looking at kite tiger as it flies by Output:
[ "(5, 6)" ]
task089-18595a3985074e53b7262b9304cf46f4
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A blue umbrella sitting on a beach sandy Output:
[ "(7, 8)" ]
task089-1c50c26c7ac04863864d291e17effc23
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A lady with a big red bag is walking the by fire hydrant Output:
[ "(10, 11)" ]
task089-7aa25d2f073b46ee96956d163cef4095
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A grilled sandwich and french fries on a plate white Output:
[ "(9, 10)" ]
task089-ddb9116600c14b95a8acf88002744fbb
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A young woman sitting at a table on talking a phone Output:
[ "(8, 9)" ]
task089-c8eb5502e133463bbd092903fc7794e2
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A toilet is being used as flower a pot Output:
[ "(7, 8)" ]
task089-7c7255b52526483896f957a6c6f4ee8f
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: with Pizza veggies on it on a plate sitting on a table Output:
[ "(1, 2)" ]
task089-5f72d96ec47a4b88876e7db8c4e0dd81
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1. Positive Example 1 - Input: I a am professional dancer. Output: (2,3) Positive Example 2 - Input: I want buy to tomatoes. Output: (3,4) Negative Example 1 - Input: Physics is a difficult very subject. Output: (2,3) Negative Example 2 - Input: A large with wave some people on surfboards Output: wave, with Now complete the following example - Input: A group of people are sitting around table a eating Output:
[ "(8, 9)" ]
task089-462aeeead8de49b586bfbc0ddeafa71a