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: Various of types luggage lying on the floor
Output:
| [
"(2, 3)"
] | task089-7b1d112d6d0e48e2b0e00b7082d1a817 |
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 motor scooter parked in front of a next building to a cat
Output:
| [
"(9, 10)"
] | task089-7e8de5438c564610bd64d7482621182d |
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 dog a laying on a bed
Output:
| [
"(5, 6)"
] | task089-795a2de19ff54380a8aa1c1305f1b9b6 |
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 boy at a eating table some nice pastries
Output:
| [
"(6, 7)"
] | task089-82d67911623e4700b717325426b8d715 |
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 living decorated room with a Christmas tree and stockings
Output:
| [
"(3, 4)"
] | task089-26d159656ac643a28d3885cdb3f3fafc |
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 smiling woman is holding a controller WII
Output:
| [
"(7, 8)"
] | task089-feeed8088a6a4f899dfb95a5c8cbe925 |
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 stop light sits in of front a building
Output:
| [
"(6, 7)"
] | task089-bb474b878b644afca684a2295c5ac75a |
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: Plated salad and toast with a side of and coffee water
Output:
| [
"(9, 10)"
] | task089-912602fcf6d1420c99b52edf86af8e24 |
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 tern stands on a beach a with fish in its beak
Output:
| [
"(7, 8)"
] | task089-85d167fffdfc41f9b4fd412125b5714d |
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 sign green that says rockaway beach on a post
Output:
| [
"(2, 3)"
] | task089-ad3aa6b9653e45fe958950f3da34e76d |
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: DoubleDecker buses in Edinburgh Scotland is one a parked tour bus
Output:
| [
"(6, 7)"
] | task089-5aa35ebcf1ba4a1e883fb82e6327314e |
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 glass water of and tea sitting on a wooden table
Output:
| [
"(3, 4)"
] | task089-0f0e2c7041624ff5a30e74af5668f30e |
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 a with round seat and an oddshaped tank
Output:
| [
"(3, 4)"
] | task089-f354c4afc75f4f5fa45c1d2b89b0ee18 |
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: Group of people standing around a area kitchen with food on it
Output:
| [
"(7, 8)"
] | task089-fac01f5108424119aa7200429b87f2e6 |
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 child smiles posing a with plastic yellow bat
Output:
| [
"(6, 7)"
] | task089-5262dcb696a540d5a334e684ecce4725 |
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 with bathroom a big soaking tub
Output:
| [
"(3, 4)"
] | task089-3935e152383a46b7a78cbc921cec724b |
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 small with a suitcase is entering a cruise ship
Output:
| [
"(2, 3)"
] | task089-9ca50a1323b243668b14fc2718099bc9 |
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 horses a pulling carriage down a street
Output:
| [
"(3, 4)"
] | task089-6b47d9cfc0c74633936c1a7debca501f |
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 duck stands in the grass beside a of body water
Output:
| [
"(9, 10)"
] | task089-6ce46af94a674a76bc4d0e4b98804bd2 |
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 playing a game Frisbee of
Output:
| [
"(8, 9)"
] | task089-e15156b4f0e44c0f87eca0ebfa81133b |
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 riding skateboard down the side of a hand rail
Output:
| [
"(1, 2)"
] | task089-cb2e8ebaa6534d5da261619f20847198 |
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 is swinging a at tennis ball
Output:
| [
"(5, 6)"
] | task089-fc3718d5f3974cf5817abfe07490ea2a |
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 empty table with a fork and spoon glass
Output:
| [
"(7, 8)"
] | task089-60a89a953e2b4ae398f9779ed0bfe8cf |
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 snowboarders sit and lay the in snow
Output:
| [
"(6, 7)"
] | task089-b7bdee028ceb421aaa99175645f900d4 |
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: Tennis player just swung his racket serve to the ball back to the other side
Output:
| [
"(7, 8)"
] | task089-805b42b92c0746fcb421db6508a3dad4 |
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 and a man are out sanding in a park
Output:
| [
"(7, 8)"
] | task089-da3b27e22eb24265913196b3cd8c9d6c |
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 black seat cover next to sink a
Output:
| [
"(10, 11)"
] | task089-ed48ceb4c32f4243bd1ab25b6cc7614c |
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 small room was made functional with light wood desk shelve bed and in the corner
Output:
| [
"(12, 13)"
] | task089-ff29c939fcf645f5a559a7f68500121b |
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 cats sitting are on a chair
Output:
| [
"(5, 6)"
] | task089-1a7c989de16c4b358b67d0e62e1d9623 |
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 white and gray bird on perched a humans hand
Output:
| [
"(6, 7)"
] | task089-43a0dd8a52ff415693c265e398b15a17 |
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 multicolored car subway is stopped on the tracks
Output:
| [
"(3, 4)"
] | task089-f3dc4e7d58874a0395b7130910059a82 |
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 walking horses along the hillside grazing
Output:
| [
"(2, 3)"
] | task089-04b93988b0b34c1b9f80e514fbc17f13 |
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 truck carries a full load of bananas to ready be shipped
Output:
| [
"(9, 10)"
] | task089-8110f2b7b2bf407c841b4a6ec7e42b72 |
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 basket with a croissant split in half and two cups filled liquid with on saucers
Output:
| [
"(13, 14)"
] | task089-fb05fcea540c460e83e0a08148143551 |
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 black and white dog preparing jump to in water
Output:
| [
"(7, 8)"
] | task089-f07f9326e6634d69886a5f8f91264362 |
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 on walkway a between a large building and a river
Output:
| [
"(3, 4)"
] | task089-d41aba5f2131405cb3061f769a583e17 |
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 vehicle is parked front in of beached boats arranged in neat rows
Output:
| [
"(5, 6)"
] | task089-097b5eacaa924fbda5338a13e02e9e2b |
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 busy dirt with street people and a brown cow
Output:
| [
"(4, 5)"
] | task089-5534cf5afb7547c481638c1a8836ad16 |
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 playing with a red couch its with eyes closed
Output:
| [
"(8, 9)"
] | task089-0d4da9f1a67a4ad4ab03dc6ba4a64b81 |
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 huge amount of sheep some smaller some big are on walking
Output:
| [
"(11, 12)"
] | task089-f2a46e03abd0469697517d0acf5fa9f2 |
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 gentleman on a tennis holding court a racquet
Output:
| [
"(6, 7)"
] | task089-7df0955d7b09476eae89bb9d982d12ec |
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 tall tower structure with a clock built in at top the
Output:
| [
"(11, 12)"
] | task089-c8926a38cc4e4a72a3f402a2af8eeb28 |
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: lone A zebra standing under a large tree
Output:
| [
"(1, 2)"
] | task089-1bb30b81642546f4a19e9bfe9095f06f |
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 with makeup on it to look like a ball tennis went into his head
Output:
| [
"(10, 11)"
] | task089-0afce676800945dbb4348e98ff2558fe |
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: skier A holding two ski poles while standing on snow covered ground
Output:
| [
"(1, 2)"
] | task089-84f625591b4f49e39268e734208f2030 |
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 fly kites in field the of a city
Output:
| [
"(8, 9)"
] | task089-75a870b9d68445738769c108446861e6 |
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 giraffes group are standing in a field
Output:
| [
"(2, 3)"
] | task089-25a29837d61044109d0c5d7b8de28417 |
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 is that standing next to an open suitcase
Output:
| [
"(3, 4)"
] | task089-c1054fa660574a77b1f84e2607a9c353 |
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 time lapse photo of street city traffic
Output:
| [
"(6, 7)"
] | task089-e0bdcf453ef94f889276b46ae457a4b2 |
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 computer and two laptops turned all on
Output:
| [
"(6, 7)"
] | task089-1206e949613c43449e163ab7f2778ace |
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 beautiful young woman holding a racquet tennis
Output:
| [
"(7, 8)"
] | task089-bfef74f9ce3e403cbcb0e388bce30356 |
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 dressed in a dark suit talking to older an woman with sunglasses
Output:
| [
"(11, 12)"
] | task089-f1318081d4ed4f689b53b5a2385bb4dc |
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 kitchen with an on appliance a small table in the middle
Output:
| [
"(5, 6)"
] | task089-417b921065a846e2a1c7bea4fa162469 |
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 surfer coming out of a on wave a surfboard in the ocean
Output:
| [
"(7, 8)"
] | task089-3ef7ff22ccff4f55b153bbc91b6b41a4 |
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 a and bidet that are next to each other
Output:
| [
"(3, 4)"
] | task089-877c662be4b74a0b87ab7b80d2aa880b |
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 girl with a happy holding look a teddy bear on a trampoline
Output:
| [
"(6, 7)"
] | task089-4900ea578238424d9c02bfe0b81731f9 |
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: Four jet flying airplanes straight up in the sky leaving a smoke trail
Output:
| [
"(3, 4)"
] | task089-4eab1b57a4544022930e439e97777d8b |
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 men laying and sitting on snow covered ground
Output:
| [
"(2, 3)"
] | task089-4ea76abd374b4af0a57608edca9acb0e |
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 living room with of lots furniture and a large window
Output:
| [
"(5, 6)"
] | task089-b0a1703e73bd4e57b39ab3cbeb696fb7 |
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 small white dog tucked a into persons backpac
Output:
| [
"(6, 7)"
] | task089-eb719fc6cc814cefbaea9a349d2286c6 |
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 standing on a beach with umbrella an
Output:
| [
"(8, 9)"
] | task089-703e5caf500a4df897d76115e5efbc8b |
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 exercising with frisbee on indoor an court
Output:
| [
"(6, 7)"
] | task089-67eb08f0bfd040de981ff141b5cb9559 |
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 holding a railing and wearing a suit bow and tie
Output:
| [
"(10, 11)"
] | task089-adfc2b314d724428b99906f216b8b70a |
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 pushing a surfboard with a small boy on standing it
Output:
| [
"(10, 11)"
] | task089-c7d990f5a6e1459ab48168507f4732cf |
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 bathroom with a toilet attached to wall a
Output:
| [
"(8, 9)"
] | task089-4d8425c946974f89887996abf3c01672 |
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 sitting cross legged on wood floor with Asian rugs holing a gaming control with coffee table with lace flowers and trays and sofa behind him and papers gaming and device and cord around him
Output:
| [
"(30, 31)"
] | task089-ad1fcc2866614d7792c7077f08d60506 |
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 white surface with a tooth brush rope tape and tools other
Output:
| [
"(11, 12)"
] | task089-dc2c9cb793734752a32ea989db28f187 |
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 inside elephant a basket lifted by a woman
Output:
| [
"(2, 3)"
] | task089-9609541938014d32b30f2331d7d598ce |
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 in checkered blue shorts stands near a baby elephant and she has her trunk on shoulder his
Output:
| [
"(18, 19)"
] | task089-28c8bb3ee04d492c81bd7858c733673b |
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 sitting on bench table at with sandwich and chips
Output:
| [
"(6, 7)"
] | task089-85e0b46e20aa45a9b5a65f7e23bed0c5 |
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: fiftieth A birthday cake with a sheep on it
Output:
| [
"(1, 2)"
] | task089-9d0e71c6c6724bfab8ea77fb4af60c90 |
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 bridge going into a large complex with clock a tower
Output:
| [
"(9, 10)"
] | task089-71150d4ccc2147aba52ef8babf08eea5 |
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 building gray under skies at the corner of an intersection
Output:
| [
"(4, 5)"
] | task089-727f865edf7a4790875fade4c346ef74 |
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 playing soccer on field a near a goal
Output:
| [
"(6, 7)"
] | task089-a11595b489f346cc80f740f6bc1ffb7e |
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 photo of the back of the stop sign a with house in the background
Output:
| [
"(10, 11)"
] | task089-3ea061b6bc2e43609a00cb6e8962e1cf |
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 different foods are layed out on table a
Output:
| [
"(8, 9)"
] | task089-e1dfe15c04164d1e8b83ef5aac33d581 |
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 US Force Air airplane parked in a field
Output:
| [
"(4, 5)"
] | task089-1849005295b64591bb7853ee61f3fff4 |
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: person a holding a plate of food with a sandwich
Output:
| [
"(1, 2)"
] | task089-9b804d4cbdc0468b9a1f6e5304abcd99 |
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: 25 images of dogs are formed into square a grid
Output:
| [
"(8, 9)"
] | task089-dcda650f8cab4a4b9052db85870d573d |
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 Wii remote and college packets on table a
Output:
| [
"(8, 9)"
] | task089-2671b777fbb440ba92563878c3a74ff3 |
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 zebras crowd around each other in painting a
Output:
| [
"(8, 9)"
] | task089-3420edf2bfb8470f8e5bb080ae127fdc |
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 is shown sitting a in train yard
Output:
| [
"(6, 7)"
] | task089-b18f3558e6d34e269d63ceaf879a0f33 |
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: large A amount of cameras on a wooden table
Output:
| [
"(1, 2)"
] | task089-c750071af7774595bde8d13960ce3d00 |
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 office home with a black chair a computer an easy chair and a cat
Output:
| [
"(2, 3)"
] | task089-77a19c23dda14a9793c1418522704501 |
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 oven refrigerator and sink a in kitchen
Output:
| [
"(6, 7)"
] | task089-f6b3db24ae0f49ee9a88fb271ad5511a |
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: Pasta with and broccoli sauce mixed together in a bowl
Output:
| [
"(3, 4)"
] | task089-1554e0f4d50449fcbdd73c5b5e1e6a2b |
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 under a traffic light and street in sign city
Output:
| [
"(9, 10)"
] | task089-06666d19f56d4ddea87f0c9c42f8213c |
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: Air Canada airplanes at an on airport a cloudy day
Output:
| [
"(6, 7)"
] | task089-199890ad8f7a48fab04543c94b1a3781 |
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 child small and a baby are lying down together
Output:
| [
"(2, 3)"
] | task089-ed838c723d9e4d8db945cac48bddd862 |
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 snowboarder a in black jacket is coming down a hill
Output:
| [
"(3, 4)"
] | task089-696cf3b565f441fe85c37522bd2c6833 |
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 orange helicopter is flying a through partially cloudy sky
Output:
| [
"(6, 7)"
] | task089-f74e08d79b8b485c87946a5f97b14ec9 |
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 sunbathing and under sitting umbrellas at a city beach
Output:
| [
"(4, 5)"
] | task089-92a78a9954ed4731b9d3149ad0bf6311 |
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 a few items of graffiti drawn on the concrete wall by street the signs
Output:
| [
"(14, 15)"
] | task089-5a79b79bca954cdaa8da5ca921a406e8 |
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: this is man a next to a sttatue
Output:
| [
"(3, 4)"
] | task089-03bf8c041c0e41bcb224b98f82213f6c |
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: Somebody in is the photograph not certain who that individual is
Output:
| [
"(2, 3)"
] | task089-c27c2a2066aa48709d730d1e737b7a57 |
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 donut display is set for up the patrons
Output:
| [
"(6, 7)"
] | task089-1870839a6bac4a14a8bb428fa16df455 |
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 in white shirt skiing on next slope to trees
Output:
| [
"(8, 9)"
] | task089-a283cc1c59db426a9c58172eefd7c490 |
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 men all up dressed in holiday costumes together
Output:
| [
"(4, 5)"
] | task089-926e762509814c69867f0ba0bfdec746 |
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 small in boat the ocean with four seagulls standing on it
Output:
| [
"(3, 4)"
] | task089-f0980fc143d84f17a954c89a629b058a |
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: Large plane with propellors waiting to off take
Output:
| [
"(7, 8)"
] | task089-cf7715553a45471cbabf0e3b8d4e784f |
Subsets and Splits