source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
The girl froze Liam .
|
freeze ( agent = * girl , theme = Liam )
|
Leah cooked a cookie on the stage .
|
cook ( agent = Leah , theme = cookie ( nmod . on = * stage ) )
|
A researcher hunted Sophia .
|
hunt ( agent = researcher , theme = Sophia )
|
Olivia was given the donut by a girl .
|
give ( recipient = Olivia , theme = * donut , agent = girl )
|
A cookie was found by a dog .
|
find ( theme = cookie , agent = dog )
|
Emma helped a champion .
|
help ( agent = Emma , theme = champion )
|
Emma awarded a mother the rose .
|
award ( agent = Emma , recipient = mother , theme = * rose )
|
The dog gave a cake to a guest .
|
give ( agent = * dog , theme = cake , recipient = guest )
|
A hen ate the bell .
|
eat ( agent = hen , theme = * bell )
|
A brush was fed to a chicken by Zoe .
|
feed ( theme = brush , recipient = chicken , agent = Zoe )
|
A donut was awarded to Emma .
|
award ( theme = donut , recipient = Emma )
|
Liam examined a pen .
|
examine ( agent = Liam , theme = pen )
|
Olivia was loaned a strawberry on a stage .
|
loan ( recipient = Olivia , theme = strawberry ( nmod . on = stage ) )
|
A girl helped the politician .
|
help ( agent = girl , theme = * politician )
|
A lollipop was offered to Benjamin .
|
offer ( theme = lollipop , recipient = Benjamin )
|
The cloud was noticed by the scientist .
|
notice ( theme = * cloud , agent = * scientist )
|
Jaxon drew a girl .
|
draw ( agent = Jaxon , theme = girl )
|
A president sneezed .
|
sneeze ( agent = president )
|
A girl slipped a goose the cake in the house .
|
slip ( agent = girl , recipient = goose , theme = * cake ( nmod . in = * house ) )
|
The donut was eaten by the boy .
|
eat ( theme = * donut , agent = * boy )
|
The beer was given to a girl .
|
give ( theme = * beer , recipient = girl )
|
A donut rolled .
|
roll ( theme = donut )
|
Olivia was wired a needle .
|
wire ( recipient = Olivia , theme = needle )
|
A drink was cooked .
|
cook ( theme = drink )
|
Noah liked that the crayon was wired to Liam .
|
like ( agent = Noah , ccomp = wire ( theme = * crayon , recipient = Liam ) )
|
A father lended Olivia a bean .
|
lend ( agent = father , recipient = Olivia , theme = bean )
|
Emma gave the child the cake .
|
give ( agent = Emma , recipient = * child , theme = * cake )
|
A boy slipped a donut to Harper .
|
slip ( agent = boy , theme = donut , recipient = Harper )
|
A melon was observed .
|
observe ( theme = melon )
|
Avery ate a yogurt .
|
eat ( agent = Avery , theme = yogurt )
|
Olivia shortened a cake .
|
shorten ( agent = Olivia , theme = cake )
|
The girl sneezed .
|
sneeze ( agent = * girl )
|
Madison admired that a lollipop was given to Evelyn .
|
admire ( agent = Madison , ccomp = give ( theme = lollipop , recipient = Evelyn ) )
|
A cake was given to Olivia .
|
give ( theme = cake , recipient = Olivia )
|
James painted Emma .
|
paint ( agent = James , theme = Emma )
|
The drink was helped .
|
help ( theme = * drink )
|
A potato was sketched by a girl .
|
sketch ( theme = potato , agent = girl )
|
Olivia liked that Emma observed the lion .
|
like ( agent = Olivia , ccomp = observe ( agent = Emma , theme = * lion ) )
|
William lended a drink to the girl .
|
lend ( agent = William , theme = drink , recipient = * girl )
|
The goose burned the pretzel beside a table .
|
burn ( agent = * goose , theme = * pretzel ( nmod . beside = table ) )
|
A brick was cleaned .
|
clean ( theme = brick )
|
A politician was given a chalk in the car .
|
give ( recipient = politician , theme = chalk ( nmod . in = * car ) )
|
A girl packed the cat .
|
pack ( agent = girl , theme = * cat )
|
A basket was eaten by a tiger .
|
eat ( theme = basket , agent = tiger )
|
A cake was floated by the zebra .
|
float ( theme = cake , agent = * zebra )
|
A raisin was given to Violet by a girl .
|
give ( theme = raisin , recipient = Violet , agent = girl )
|
The nail was packed by Emma .
|
pack ( theme = * nail , agent = Emma )
|
A girl needed to hunt .
|
need ( agent = girl , xcomp = hunt ( agent = girl ) )
|
A plate was crumpled .
|
crumple ( theme = plate )
|
A ball was nursed .
|
nurse ( theme = ball )
|
William floated Emma .
|
float ( agent = William , theme = Emma )
|
A bag was liked by a girl .
|
like ( theme = bag , agent = girl )
|
The cake was stabbed by Liam .
|
stab ( theme = * cake , agent = Liam )
|
A pig found a donut on the table .
|
find ( agent = pig , theme = donut ( nmod . on = * table ) )
|
The cat smirked .
|
smirk ( agent = * cat )
|
A pancake was eaten .
|
eat ( theme = pancake )
|
A chicken juggled .
|
juggle ( agent = chicken )
|
The cat packed Emma .
|
pack ( agent = * cat , theme = Emma )
|
A cat gave the crayon to the mouse .
|
give ( agent = cat , theme = * crayon , recipient = * mouse )
|
The box was helped by the kitty .
|
help ( theme = * box , agent = * kitty )
|
Noah was given a cake by a boy .
|
give ( recipient = Noah , theme = cake , agent = boy )
|
A donut was found by the cat .
|
find ( theme = donut , agent = * cat )
|
value
|
value
|
Emma was given a cake on the stage .
|
give ( recipient = Emma , theme = cake ( nmod . on = * stage ) )
|
The cake was eaten by the frog .
|
eat ( theme = * cake , agent = * frog )
|
The boy dreamed that Anthony broke Ava .
|
dream ( agent = * boy , ccomp = break ( agent = Anthony , theme = Ava ) )
|
The girl was sent the cake in a house by Olivia .
|
send ( recipient = * girl , theme = * cake ( nmod . in = house ) , agent = Olivia )
|
The raisin was rolled by Emma .
|
roll ( theme = * raisin , agent = Emma )
|
A donut was promised to Emma by a baby .
|
promise ( theme = donut , recipient = Emma , agent = baby )
|
The fly painted Emma .
|
paint ( agent = * fly , theme = Emma )
|
Evelyn ate the student .
|
eat ( agent = Evelyn , theme = * student )
|
A girl dreamed that a cow inflated the donut .
|
dream ( agent = girl , ccomp = inflate ( agent = cow , theme = * donut ) )
|
A hat was nursed .
|
nurse ( theme = hat )
|
Emma lended the girl a cookie .
|
lend ( agent = Emma , recipient = * girl , theme = cookie )
|
A jigsaw was rolled by the girl .
|
roll ( theme = jigsaw , agent = * girl )
|
The banana was appreciated .
|
appreciate ( theme = * banana )
|
A cake was tolerated by Brooklyn .
|
tolerate ( theme = cake , agent = Brooklyn )
|
A drink was liked by the girl .
|
like ( theme = drink , agent = * girl )
|
A cookie was changed by Mason .
|
change ( theme = cookie , agent = Mason )
|
Benjamin was offered a donut in the storage by Emma .
|
offer ( recipient = Benjamin , theme = donut ( nmod . in = * storage ) , agent = Emma )
|
The girl missed the cake .
|
miss ( agent = * girl , theme = * cake )
|
Luna liked Sophia .
|
like ( agent = Luna , theme = Sophia )
|
A drink was slid .
|
slide ( theme = drink )
|
Liam packed the hamburger beside the tent .
|
pack ( agent = Liam , theme = * hamburger ( nmod . beside = * tent ) )
|
A boy drew a donut in a house in the glass .
|
draw ( agent = boy , theme = donut ( nmod . in = house ( nmod . in = * glass ) ) )
|
A boy was given the donut on the table on a machine .
|
give ( recipient = boy , theme = * donut ( nmod . on = * table ( nmod . on = machine ) ) )
|
A raisin was found by the bird .
|
find ( theme = raisin , agent = * bird )
|
A cake was respected by a manager .
|
respect ( theme = cake , agent = manager )
|
A cake was liked by the president .
|
like ( theme = cake , agent = * president )
|
Aria was brought a cake by Noah .
|
bring ( recipient = Aria , theme = cake , agent = Noah )
|
The strawberry decomposed .
|
decompose ( theme = * strawberry )
|
The block was nursed by a girl .
|
nurse ( theme = * block , agent = girl )
|
A princess changed a boy .
|
change ( agent = princess , theme = boy )
|
Emma dusted a newspaper .
|
dust ( agent = Emma , theme = newspaper )
|
The dog shortened a cake in the vehicle .
|
shorten ( agent = * dog , theme = cake ( nmod . in = * vehicle ) )
|
A monkey forwarded a button to Emma .
|
forward ( agent = monkey , theme = button , recipient = Emma )
|
A giraffe was wired a muffin .
|
wire ( recipient = giraffe , theme = muffin )
|
A cookie was lended to a child by Ava .
|
lend ( theme = cookie , recipient = child , agent = Ava )
|
Liam was slipped the cake .
|
slip ( recipient = Liam , theme = * cake )
|
The jar was sold to a doctor .
|
sell ( theme = * jar , recipient = doctor )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.