id int32 0 23.6k | sentence stringlengths 7 558 | motion stringclasses 2
values | motion_entities listlengths 0 6 | template_name stringclasses 12
values | template stringclasses 12
values | rendered_input stringlengths 58 764 | rendered_output stringlengths 1 58 |
|---|---|---|---|---|---|---|---|
7,000 | The lady laughs then waves to the camera. | yes | [
{
"entity": "lady",
"start_index": 5
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The lady laughs then waves to the camera.
Are there any entities in motion in the sentence? | Yes |
7,001 | A boy serves a tennis ball. | yes | [
{
"entity": "boy",
"start_index": 2
},
{
"entity": "tennis ball",
"start_index": 15
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A boy serves a tennis ball.
Are there any entities in motion in the sentence? | Yes |
7,002 | A boy is floating in a raft as his father holds a rope attached to it. | yes | [
{
"entity": "boy",
"start_index": 2
},
{
"entity": "raft",
"start_index": 23
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A boy is floating in a raft as his father holds a rope attached to it.
Are there any entities in motion in the sentence? | Yes |
7,003 | He rocks back and forth as he plays soulfully. | yes | [
{
"entity": "He",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | He rocks back and forth as he plays soulfully.
Are there any entities in motion in the sentence? | Yes |
7,004 | Sugar is being put on top of the vegetables in the pots. | yes | [
{
"entity": "Sugar",
"start_index": 1
},
{
"entity": "vegetables",
"start_index": 34
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | Sugar is being put on top of the vegetables in the pots.
Are there any entities in motion in the sentence? | Yes |
7,005 | A group of men sit around a bar flirting with a bartender behind the bar. | yes | [
{
"entity": "men",
"start_index": 11
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A group of men sit around a bar flirting with a bartender behind the bar.
Are there any entities in motion in the sentence? | Yes |
7,006 | He bows at the end and runs towards the camera. | yes | [
{
"entity": "He",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | He bows at the end and runs towards the camera.
Are there any entities in motion in the sentence? | Yes |
7,007 | The piercing artist paints a dot above her lip. | yes | [
{
"entity": "artist",
"start_index": 14
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The piercing artist paints a dot above her lip.
Are there any entities in motion in the sentence? | Yes |
7,008 | They arm wrestle again at the table. | yes | [
{
"entity": "They",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | They arm wrestle again at the table.
Are there any entities in motion in the sentence? | Yes |
7,009 | She talks while she does the sit ups. | yes | [
{
"entity": "she",
"start_index": 17
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | She talks while she does the sit ups.
Are there any entities in motion in the sentence? | Yes |
7,010 | The horse gets up but, the man remains on the ground. | yes | [
{
"entity": "horse",
"start_index": 5
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The horse gets up but, the man remains on the ground.
Are there any entities in motion in the sentence? | Yes |
7,011 | The stage lights up green and they separate and come back to spar. | yes | [
{
"entity": "they",
"start_index": 31
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The stage lights up green and they separate and come back to spar.
Are there any entities in motion in the sentence? | Yes |
7,012 | People are snowboarding down a large hill of snow. | yes | [
{
"entity": "People",
"start_index": 0
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | People are snowboarding down a large hill of snow.
Are there any entities in motion in the sentence? | Yes |
7,013 | We see a man shifting the ball with his feet. | yes | [
{
"entity": "ball",
"start_index": 27
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | We see a man shifting the ball with his feet.
Are there any entities in motion in the sentence? | Yes |
7,014 | A woman is painting a picture on a canvas. | yes | [
{
"entity": "woman",
"start_index": 2
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A woman is painting a picture on a canvas.
Are there any entities in motion in the sentence? | Yes |
7,015 | She starts surfing in the water. | yes | [
{
"entity": "She",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | She starts surfing in the water.
Are there any entities in motion in the sentence? | Yes |
7,016 | He lifts him up as two other wrestlers clean off a table. | yes | [
{
"entity": "He",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | He lifts him up as two other wrestlers clean off a table.
Are there any entities in motion in the sentence? | Yes |
7,017 | The stylist wets the client's hair. | yes | [
{
"entity": "stylist",
"start_index": 6
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The stylist wets the client's hair.
Are there any entities in motion in the sentence? | Yes |
7,018 | They use a plastic tool to smooth it out. | yes | [
{
"entity": "They",
"start_index": 1
},
{
"entity": "plastic tool",
"start_index": 11
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | They use a plastic tool to smooth it out.
Are there any entities in motion in the sentence? | Yes |
7,019 | A man is using a sprayer to pain a fence outside a house. | yes | [
{
"entity": "man",
"start_index": 2
},
{
"entity": "sprayer",
"start_index": 17
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A man is using a sprayer to pain a fence outside a house.
Are there any entities in motion in the sentence? | Yes |
7,020 | He begins to lean forward and stretches. | yes | [
{
"entity": "He",
"start_index": 2
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | He begins to lean forward and stretches.
Are there any entities in motion in the sentence? | Yes |
7,021 | The man finishes the weld and the seam is seen glowing red hot. | yes | [
{
"entity": "man",
"start_index": 5
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The man finishes the weld and the seam is seen glowing red hot.
Are there any entities in motion in the sentence? | Yes |
7,022 | A skateboarder rides a concrete ramp in a skate park. | yes | [
{
"entity": "skateboarder",
"start_index": 3
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A skateboarder rides a concrete ramp in a skate park.
Are there any entities in motion in the sentence? | Yes |
7,023 | She finishes with the low fifth position. | yes | [
{
"entity": "She",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | She finishes with the low fifth position.
Are there any entities in motion in the sentence? | Yes |
7,024 | Very short scenes of athletes training in various sports are shown. | yes | [
{
"entity": "athletes",
"start_index": 21
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | Very short scenes of athletes training in various sports are shown.
Are there any entities in motion in the sentence? | Yes |
7,025 | kids are riding in little motobikes in a green grassy field. | yes | [
{
"entity": "kids",
"start_index": 0
},
{
"entity": "motobikes",
"start_index": 26
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | kids are riding in little motobikes in a green grassy field.
Are there any entities in motion in the sentence? | Yes |
7,026 | One of the women runs all the way into the goal. | yes | [
{
"entity": "women",
"start_index": 12
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | One of the women runs all the way into the goal.
Are there any entities in motion in the sentence? | Yes |
7,027 | They are dancing together while working out. | yes | [
{
"entity": "They",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | They are dancing together while working out.
Are there any entities in motion in the sentence? | Yes |
7,028 | Then, the man drain the mop in a yellow bucket. | yes | [
{
"entity": "man",
"start_index": 11
},
{
"entity": "mop",
"start_index": 25
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | Then, the man drain the mop in a yellow bucket.
Are there any entities in motion in the sentence? | Yes |
7,029 | A girl performs gymnastics on uneven bars at a professional sports event. | yes | [
{
"entity": "girl",
"start_index": 2
},
{
"entity": "bars",
"start_index": 37
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A girl performs gymnastics on uneven bars at a professional sports event.
Are there any entities in motion in the sentence? | Yes |
7,030 | He nods his head as he looks at the camera. | yes | [
{
"entity": "He",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | He nods his head as he looks at the camera.
Are there any entities in motion in the sentence? | Yes |
7,031 | He continues pushing the man while many watch on the side. | yes | [
{
"entity": "He",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | He continues pushing the man while many watch on the side.
Are there any entities in motion in the sentence? | Yes |
7,032 | People are holding a large sea-slug. | yes | [
{
"entity": "People",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | People are holding a large sea-slug.
Are there any entities in motion in the sentence? | Yes |
7,033 | The man gets a needle and applies it to the lady's lip. | yes | [
{
"entity": "man",
"start_index": 6
},
{
"entity": "needle",
"start_index": 17
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The man gets a needle and applies it to the lady's lip.
Are there any entities in motion in the sentence? | Yes |
7,034 | A child is crossing the monkey bars on a playground. | yes | [
{
"entity": "child",
"start_index": 2
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A child is crossing the monkey bars on a playground.
Are there any entities in motion in the sentence? | Yes |
7,035 | The man continues playing and stops moving his hand out of frame. | yes | [
{
"entity": "man",
"start_index": 5
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The man continues playing and stops moving his hand out of frame.
Are there any entities in motion in the sentence? | Yes |
7,036 | They are putting ornaments onto the Christmas tree. | yes | [
{
"entity": "They",
"start_index": 1
},
{
"entity": "ornaments",
"start_index": 18
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | They are putting ornaments onto the Christmas tree.
Are there any entities in motion in the sentence? | Yes |
7,037 | A person is cutting cordwood using a log splitter. | yes | [
{
"entity": "person",
"start_index": 2
},
{
"entity": "cordwood",
"start_index": 20
},
{
"entity": "log splitter",
"start_index": 37
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A person is cutting cordwood using a log splitter.
Are there any entities in motion in the sentence? | Yes |
7,038 | They are walking back and forward together. | yes | [
{
"entity": "They",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | They are walking back and forward together.
Are there any entities in motion in the sentence? | Yes |
7,039 | A girl jumps onto a balance beam. | yes | [
{
"entity": "girl",
"start_index": 2
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A girl jumps onto a balance beam.
Are there any entities in motion in the sentence? | Yes |
7,040 | He applies a second coat, then shows off the finished product. | yes | [
{
"entity": "He",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | He applies a second coat, then shows off the finished product.
Are there any entities in motion in the sentence? | Yes |
7,041 | The sauce is completed and poured onto the noodles. | yes | [
{
"entity": "sauce",
"start_index": 4
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The sauce is completed and poured onto the noodles.
Are there any entities in motion in the sentence? | Yes |
7,042 | When the dance is finally over both men shake hands and wave to the crowd. | yes | [
{
"entity": "men",
"start_index": 37
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | When the dance is finally over both men shake hands and wave to the crowd.
Are there any entities in motion in the sentence? | Yes |
7,043 | The women start drying the car. | yes | [
{
"entity": "The women",
"start_index": 1
},
{
"entity": "car",
"start_index": 27
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The women start drying the car.
Are there any entities in motion in the sentence? | Yes |
7,044 | A person pops out of a closet next to him while he continues speaking. | yes | [
{
"entity": "person",
"start_index": 3
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A person pops out of a closet next to him while he continues speaking.
Are there any entities in motion in the sentence? | Yes |
7,045 | She goes back and forth and side to side in slow motion. | yes | [
{
"entity": "She",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | She goes back and forth and side to side in slow motion.
Are there any entities in motion in the sentence? | Yes |
7,046 | Two girls are sailing on a lake. | yes | [
{
"entity": "girls",
"start_index": 4
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | Two girls are sailing on a lake.
Are there any entities in motion in the sentence? | Yes |
7,047 | A girl knocks on a door but nobody answers. | yes | [
{
"entity": "girl",
"start_index": 2
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A girl knocks on a door but nobody answers.
Are there any entities in motion in the sentence? | Yes |
7,048 | He is explaining his daily routine to the camera. | yes | [
{
"entity": "He",
"start_index": 2
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | He is explaining his daily routine to the camera.
Are there any entities in motion in the sentence? | Yes |
7,049 | A title loads and we see the ladies feet as she dances. | yes | [
{
"entity": "ladies",
"start_index": 31
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A title loads and we see the ladies feet as she dances.
Are there any entities in motion in the sentence? | Yes |
7,050 | He surfs in the water some more. | yes | [
{
"entity": "He",
"start_index": 1
},
{
"entity": "water",
"start_index": 17
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | He surfs in the water some more.
Are there any entities in motion in the sentence? | Yes |
7,051 | A group wearing helmets and safety vests pull a raft into a rapid river. | yes | [
{
"entity": "group",
"start_index": 2
},
{
"entity": "raft",
"start_index": 48
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A group wearing helmets and safety vests pull a raft into a rapid river.
Are there any entities in motion in the sentence? | Yes |
7,052 | They are playing the drums for a small audience. | yes | [
{
"entity": "They",
"start_index": 1
},
{
"entity": "drums",
"start_index": 21
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | They are playing the drums for a small audience.
Are there any entities in motion in the sentence? | Yes |
7,053 | The girl puts her leg on the bathroom counter and finishes shaving. | yes | [
{
"entity": "The girl",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The girl puts her leg on the bathroom counter and finishes shaving.
Are there any entities in motion in the sentence? | Yes |
7,054 | They take turns, running down the track. | yes | [
{
"entity": "They",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | They take turns, running down the track.
Are there any entities in motion in the sentence? | Yes |
7,055 | Another kid jumps and the bar falls down. | yes | [
{
"entity": "kid",
"start_index": 10
},
{
"entity": "bar",
"start_index": 26
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | Another kid jumps and the bar falls down.
Are there any entities in motion in the sentence? | Yes |
7,056 | She begins drying the woman's hair. | yes | [
{
"entity": "She",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | She begins drying the woman's hair.
Are there any entities in motion in the sentence? | Yes |
7,057 | The men stand back to back in a partial circle and dance. | yes | [
{
"entity": "men",
"start_index": 5
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The men stand back to back in a partial circle and dance.
Are there any entities in motion in the sentence? | Yes |
7,058 | The couple gives the guy several of the items in their home. | yes | [
{
"entity": "couple",
"start_index": 5
},
{
"entity": "items",
"start_index": 41
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The couple gives the guy several of the items in their home.
Are there any entities in motion in the sentence? | Yes |
7,059 | A group of men is shown up close playing tug of war with people around them. | yes | [
{
"entity": "group of men",
"start_index": 3
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A group of men is shown up close playing tug of war with people around them.
Are there any entities in motion in the sentence? | Yes |
7,060 | He is playing a violin slowly. | yes | [
{
"entity": "He",
"start_index": 1
},
{
"entity": "violin",
"start_index": 16
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | He is playing a violin slowly.
Are there any entities in motion in the sentence? | Yes |
7,061 | The lady clips the ear hairs on the horse. | yes | [
{
"entity": "lady",
"start_index": 5
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The lady clips the ear hairs on the horse.
Are there any entities in motion in the sentence? | Yes |
7,062 | Water is poured into the glass. | yes | [
{
"entity": "Water",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | Water is poured into the glass.
Are there any entities in motion in the sentence? | Yes |
7,063 | A group of people are shown rollerblading in Paris. | yes | [
{
"entity": "group of people",
"start_index": 2
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A group of people are shown rollerblading in Paris.
Are there any entities in motion in the sentence? | Yes |
7,064 | A man rakes his yard and talks to the camera. | yes | [
{
"entity": "man",
"start_index": 3
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A man rakes his yard and talks to the camera.
Are there any entities in motion in the sentence? | Yes |
7,065 | We see the goalie spin again. | yes | [
{
"entity": "goalie",
"start_index": 12
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | We see the goalie spin again.
Are there any entities in motion in the sentence? | Yes |
7,066 | Two men quickly dismantle a red chimney. | yes | [
{
"entity": "Two men",
"start_index": 0
},
{
"entity": "chimney",
"start_index": 32
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | Two men quickly dismantle a red chimney.
Are there any entities in motion in the sentence? | Yes |
7,067 | It pulls up the snow in large amounts. | yes | [
{
"entity": "snow",
"start_index": 17
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | It pulls up the snow in large amounts.
Are there any entities in motion in the sentence? | Yes |
7,068 | The person steps over the orange cord. | yes | [
{
"entity": "person",
"start_index": 5
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The person steps over the orange cord.
Are there any entities in motion in the sentence? | Yes |
7,069 | She then places her finger nails into a white box that is lit up. | yes | [
{
"entity": "She",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | She then places her finger nails into a white box that is lit up.
Are there any entities in motion in the sentence? | Yes |
7,070 | The man that threw the pole is seen putting a jacket on. | yes | [
{
"entity": "man",
"start_index": 5
},
{
"entity": "pole",
"start_index": 23
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The man that threw the pole is seen putting a jacket on.
Are there any entities in motion in the sentence? | Yes |
7,071 | The man then uses the tool on the grass in font of him quickly. | yes | [
{
"entity": "man",
"start_index": 5
},
{
"entity": "tool",
"start_index": 23
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The man then uses the tool on the grass in font of him quickly.
Are there any entities in motion in the sentence? | Yes |
7,072 | A man is pouring shots of alcohol into a blender. | yes | [
{
"entity": "man",
"start_index": 2
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A man is pouring shots of alcohol into a blender.
Are there any entities in motion in the sentence? | Yes |
7,073 | He shows and talks about olive oil and lemon juice. | yes | [
{
"entity": "He",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | He shows and talks about olive oil and lemon juice.
Are there any entities in motion in the sentence? | Yes |
7,074 | We see a lady mixing drinks behind a bar. | yes | [
{
"entity": "lady",
"start_index": 11
},
{
"entity": "drinks",
"start_index": 22
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | We see a lady mixing drinks behind a bar.
Are there any entities in motion in the sentence? | Yes |
7,075 | A girl does flips across a mat. | yes | [
{
"entity": "girl",
"start_index": 2
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A girl does flips across a mat.
Are there any entities in motion in the sentence? | Yes |
7,076 | The woman shows off the blade, and charger. | yes | [
{
"entity": "woman",
"start_index": 5
},
{
"entity": "blade",
"start_index": 24
},
{
"entity": "charger",
"start_index": 35
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The woman shows off the blade, and charger.
Are there any entities in motion in the sentence? | Yes |
7,077 | After, people on inflatable rings gather in a pond on front houses. | yes | [
{
"entity": "people",
"start_index": 8
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | After, people on inflatable rings gather in a pond on front houses.
Are there any entities in motion in the sentence? | Yes |
7,078 | The lady in pink needs to bend down to pick up a ball. | yes | [
{
"entity": "lady in pink",
"start_index": 5
},
{
"entity": "ball",
"start_index": 50
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The lady in pink needs to bend down to pick up a ball.
Are there any entities in motion in the sentence? | Yes |
7,079 | The lady spins and does a pliea. | yes | [
{
"entity": "lady",
"start_index": 5
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The lady spins and does a pliea.
Are there any entities in motion in the sentence? | Yes |
7,080 | A waverider is racing across the path of hundreds of windsurfers. | yes | [
{
"entity": "waverider",
"start_index": 3
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A waverider is racing across the path of hundreds of windsurfers.
Are there any entities in motion in the sentence? | Yes |
7,081 | Several men complete a triple jump and get their scores. | yes | [
{
"entity": "men",
"start_index": 10
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | Several men complete a triple jump and get their scores.
Are there any entities in motion in the sentence? | Yes |
7,082 | A man is surf boarding in the ocean on a blue surf board. | yes | [
{
"entity": "man",
"start_index": 2
},
{
"entity": "surf board",
"start_index": 46
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A man is surf boarding in the ocean on a blue surf board.
Are there any entities in motion in the sentence? | Yes |
7,083 | A girl tries to catch a ball while the rest of the kids watch. | yes | [
{
"entity": "girl",
"start_index": 2
},
{
"entity": "ball",
"start_index": 24
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A girl tries to catch a ball while the rest of the kids watch.
Are there any entities in motion in the sentence? | Yes |
7,084 | The left man has the ball caught and tries to score but fails. | yes | [
{
"entity": "man",
"start_index": 10
},
{
"entity": "ball",
"start_index": 21
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The left man has the ball caught and tries to score but fails.
Are there any entities in motion in the sentence? | Yes |
7,085 | The little boy sits in the blue kayak holding paddles. | yes | [
{
"entity": "boy",
"start_index": 11
},
{
"entity": "paddles",
"start_index": 46
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The little boy sits in the blue kayak holding paddles.
Are there any entities in motion in the sentence? | Yes |
7,086 | A woman with a hat on stands and talks. | yes | [
{
"entity": "woman",
"start_index": 2
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A woman with a hat on stands and talks.
Are there any entities in motion in the sentence? | Yes |
7,087 | A young boy wearing a black t-shirt plays congas in a band rehearsal. | yes | [
{
"entity": "boy",
"start_index": 8
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A young boy wearing a black t-shirt plays congas in a band rehearsal.
Are there any entities in motion in the sentence? | Yes |
7,088 | A teen sits in a chair talking. | yes | [
{
"entity": "teen",
"start_index": 2
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A teen sits in a chair talking.
Are there any entities in motion in the sentence? | Yes |
7,089 | A masked wrestler hits a unmasked wrestler on his shoulder. | yes | [
{
"entity": "wrestler",
"start_index": 35
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | A masked wrestler hits a unmasked wrestler on his shoulder.
Are there any entities in motion in the sentence? | Yes |
7,090 | The man then holds the ski for us to see. | yes | [
{
"entity": "man",
"start_index": 5
},
{
"entity": "ski",
"start_index": 23
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The man then holds the ski for us to see.
Are there any entities in motion in the sentence? | Yes |
7,091 | Then, he stops and talks pointing the panel of the cardio machine. | yes | [
{
"entity": "he",
"start_index": 7
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | Then, he stops and talks pointing the panel of the cardio machine.
Are there any entities in motion in the sentence? | Yes |
7,092 | People are running down a trail. | yes | [
{
"entity": "People",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | People are running down a trail.
Are there any entities in motion in the sentence? | Yes |
7,093 | Two men are seen doing a sumo move in a large circle surrounded by others. | yes | [
{
"entity": "Two men",
"start_index": 0
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | Two men are seen doing a sumo move in a large circle surrounded by others.
Are there any entities in motion in the sentence? | Yes |
7,094 | He jumps off a hill and tries to do a 360 but falls. | yes | [
{
"entity": "He",
"start_index": 3
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | He jumps off a hill and tries to do a 360 but falls.
Are there any entities in motion in the sentence? | Yes |
7,095 | He points to the words on his shirt. | yes | [
{
"entity": "He",
"start_index": 1
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | He points to the words on his shirt.
Are there any entities in motion in the sentence? | Yes |
7,096 | Another boy is seen throwing the dart onto a window. | yes | [
{
"entity": "boy",
"start_index": 9
},
{
"entity": "dart",
"start_index": 33
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | Another boy is seen throwing the dart onto a window.
Are there any entities in motion in the sentence? | Yes |
7,097 | The girl walks to the water. | yes | [
{
"entity": "girl",
"start_index": 6
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | The girl walks to the water.
Are there any entities in motion in the sentence? | Yes |
7,098 | They are holding batons as they march. | yes | [
{
"entity": "They",
"start_index": 1
},
{
"entity": "batons",
"start_index": 18
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | They are holding batons as they march.
Are there any entities in motion in the sentence? | Yes |
7,099 | Another man is seen sitting next to her playing an accordion. | yes | [
{
"entity": "accordion",
"start_index": 52
}
] | any_entity | {{sentence}}
Are there any entities in motion in the sentence?
|||
{% if motion == "yes" %}
{{ answer_choices[0] }}
{% else %}
{{ answer_choices[1] }}
{% endif %} | Another man is seen sitting next to her playing an accordion.
Are there any entities in motion in the sentence? | Yes |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.