source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
Olivia forwarded Isaac a crayon .
|
forward ( agent = Olivia , recipient = Isaac , theme = crayon )
|
Alexander dusted .
|
dust ( agent = Alexander )
|
A prince was lended the fruit on a ladder .
|
lend ( recipient = prince , theme = * fruit ( nmod . on = ladder ) )
|
Claire helped the hamburger .
|
help ( agent = Claire , theme = * hamburger )
|
A visitor lended the lamb the cookie .
|
lend ( agent = visitor , recipient = * lamb , theme = * cookie )
|
The girl hunted a friend on the table .
|
hunt ( agent = * girl , theme = friend ( nmod . on = * table ) )
|
A rose was cooked .
|
cook ( theme = rose )
|
A lollipop was frozen by the girl .
|
freeze ( theme = lollipop , agent = * girl )
|
Henry lended the bell to Benjamin .
|
lend ( agent = Henry , theme = * bell , recipient = Benjamin )
|
Olivia was offered the key by the child .
|
offer ( recipient = Olivia , theme = * key , agent = * child )
|
A can was passed to Ellie by Leah .
|
pass ( theme = can , recipient = Ellie , agent = Leah )
|
Olivia was posted a donut by the guy .
|
post ( recipient = Olivia , theme = donut , agent = * guy )
|
The balloon was lended to Sophia by the girl .
|
lend ( theme = * balloon , recipient = Sophia , agent = * girl )
|
A gumball was given to Emma .
|
give ( theme = gumball , recipient = Emma )
|
A turkey helped the cake .
|
help ( agent = turkey , theme = * cake )
|
A donut was sent to Mia .
|
send ( theme = donut , recipient = Mia )
|
The cat was given the ball by Daniel .
|
give ( recipient = * cat , theme = * ball , agent = Daniel )
|
The customer called .
|
call ( agent = * customer )
|
Olivia was given a bucket by William .
|
give ( recipient = Olivia , theme = bucket , agent = William )
|
James liked the raisin on the yacht .
|
like ( agent = James , theme = * raisin ( nmod . on = * yacht ) )
|
Isabella liked that the monster slept .
|
like ( agent = Isabella , ccomp = sleep ( agent = * monster ) )
|
Emma liked Logan .
|
like ( agent = Emma , theme = Logan )
|
A bear painted the sweetcorn .
|
paint ( agent = bear , theme = * sweetcorn )
|
Evelyn was mailed a box beside the stage by the girl .
|
mail ( recipient = Evelyn , theme = box ( nmod . beside = * stage ) , agent = * girl )
|
The cake was given to a cat .
|
give ( theme = * cake , recipient = cat )
|
Emma burned a box .
|
burn ( agent = Emma , theme = box )
|
The pillow was sold to a director .
|
sell ( theme = * pillow , recipient = director )
|
A prisoner burned a shoe .
|
burn ( agent = prisoner , theme = shoe )
|
The cake was frozen by Liam .
|
freeze ( theme = * cake , agent = Liam )
|
A boy hoped that the student ate .
|
hope ( agent = boy , ccomp = eat ( agent = * student ) )
|
Emma was sold a cake beside the table .
|
sell ( recipient = Emma , theme = cake ( nmod . beside = * table ) )
|
Emma passed Olivia the banana .
|
pass ( agent = Emma , recipient = Olivia , theme = * banana )
|
Avery was lended the book .
|
lend ( recipient = Avery , theme = * book )
|
The scarf was given to the butterfly by a cat .
|
give ( theme = * scarf , recipient = * butterfly , agent = cat )
|
A boy hoped that Isabella said that Elijah handed a bee a raisin .
|
hope ( agent = boy , ccomp = say ( agent = Isabella , ccomp = hand ( agent = Elijah , recipient = bee , theme = raisin ) ) )
|
The lion liked that a cookie floated .
|
like ( agent = * lion , ccomp = float ( theme = cookie ) )
|
A chalk was rolled by the girl .
|
roll ( theme = chalk , agent = * girl )
|
The ball was shortened by Grace .
|
shorten ( theme = * ball , agent = Grace )
|
Emma liked the girl .
|
like ( agent = Emma , theme = * girl )
|
A box was seen by Liam .
|
see ( theme = box , agent = Liam )
|
Jackson slept .
|
sleep ( agent = Jackson )
|
Emma was given the potato .
|
give ( recipient = Emma , theme = * potato )
|
Ella ate .
|
eat ( agent = Ella )
|
The cake was painted by Avery .
|
paint ( theme = * cake , agent = Avery )
|
Emma helped a frog on a table .
|
help ( agent = Emma , theme = frog ( nmod . on = table ) )
|
The boy froze a mouse in a room .
|
freeze ( agent = * boy , theme = mouse ( nmod . in = room ) )
|
A drink was loved by a child .
|
love ( theme = drink , agent = child )
|
A girl was forwarded a cake .
|
forward ( recipient = girl , theme = cake )
|
The flower was rolled by a scientist .
|
roll ( theme = * flower , agent = scientist )
|
A cake was painted by the girl .
|
paint ( theme = cake , agent = * girl )
|
The girl was lended a cake on the table .
|
lend ( recipient = * girl , theme = cake ( nmod . on = * table ) )
|
Emma liked Levi .
|
like ( agent = Emma , theme = Levi )
|
Emma was given a newspaper in the house .
|
give ( recipient = Emma , theme = newspaper ( nmod . in = * house ) )
|
Mia was sold the donut by a professor .
|
sell ( recipient = Mia , theme = * donut , agent = professor )
|
A cake was split by the girl .
|
split ( theme = cake , agent = * girl )
|
A lion wanted to walk .
|
want ( agent = lion , xcomp = walk ( agent = lion ) )
|
A girl was mailed the donut by the lion .
|
mail ( recipient = girl , theme = * donut , agent = * lion )
|
The cookie was changed by Emma .
|
change ( theme = * cookie , agent = Emma )
|
A sailor threw a cake on a floor beside a table .
|
throw ( agent = sailor , theme = cake ( nmod . on = floor ( nmod . beside = table ) ) )
|
A queen was lended a donut by Emma .
|
lend ( recipient = queen , theme = donut , agent = Emma )
|
A frog liked a melon in the room .
|
like ( agent = frog , theme = melon ( nmod . in = * room ) )
|
The cake was observed by the girl .
|
observe ( theme = * cake , agent = * girl )
|
A donut was inflated .
|
inflate ( theme = donut )
|
A girl was served a flag in a train by a child .
|
serve ( recipient = girl , theme = flag ( nmod . in = train ) , agent = child )
|
The tourist laughed .
|
laugh ( agent = * tourist )
|
The puppy liked that a teacher wanted to read .
|
like ( agent = * puppy , ccomp = want ( agent = teacher , xcomp = read ( agent = teacher ) ) )
|
A bean was given to the dog by Liam .
|
give ( theme = bean , recipient = * dog , agent = Liam )
|
A baby was brought the rose in a room by Zoey .
|
bring ( recipient = baby , theme = * rose ( nmod . in = room ) , agent = Zoey )
|
Benjamin believed that the boy sent a pumpkin to Sophia .
|
believe ( agent = Benjamin , ccomp = send ( agent = * boy , theme = pumpkin , recipient = Sophia ) )
|
A girl wanted to sleep .
|
want ( agent = girl , xcomp = sleep ( agent = girl ) )
|
The sandwich was lended to William .
|
lend ( theme = * sandwich , recipient = William )
|
The raisin was found by Liam .
|
find ( theme = * raisin , agent = Liam )
|
The cake was found by a boy .
|
find ( theme = * cake , agent = boy )
|
The pumpkin was liked by Emma .
|
like ( theme = * pumpkin , agent = Emma )
|
The boy wanted to run .
|
want ( agent = * boy , xcomp = run ( agent = * boy ) )
|
Olivia collapsed .
|
collapse ( theme = Olivia )
|
The pillow was burned .
|
burn ( theme = * pillow )
|
A rose was known by the girl .
|
know ( theme = rose , agent = * girl )
|
Emma improved a girl .
|
improve ( agent = Emma , theme = girl )
|
Lucas disintegrated Emma .
|
disintegrate ( agent = Lucas , theme = Emma )
|
Joseph improved the donut in a house .
|
improve ( agent = Joseph , theme = * donut ( nmod . in = house ) )
|
The girl was offered the cracker in a container .
|
offer ( recipient = * girl , theme = * cracker ( nmod . in = container ) )
|
A cake was crumpled by a dog .
|
crumple ( theme = cake , agent = dog )
|
A duke was offered a cake .
|
offer ( recipient = duke , theme = cake )
|
Noah tolerated Emma .
|
tolerate ( agent = Noah , theme = Emma )
|
A girl snapped a fig in a cubicle .
|
snap ( agent = girl , theme = fig ( nmod . in = cubicle ) )
|
A boy meant that the deer intended to sketch .
|
mean ( agent = boy , ccomp = intend ( agent = * deer , xcomp = sketch ( agent = * deer ) ) )
|
Mila froze the baby .
|
freeze ( agent = Mila , theme = * baby )
|
A brush burned .
|
burn ( theme = brush )
|
The cake was lended to the girl .
|
lend ( theme = * cake , recipient = * girl )
|
Harper shortened Sophia .
|
shorten ( agent = Harper , theme = Sophia )
|
The cake was given to Noah by Olivia .
|
give ( theme = * cake , recipient = Noah , agent = Olivia )
|
A champion lended the cake on the stage to a cat .
|
lend ( agent = champion , theme = * cake ( nmod . on = * stage ) , recipient = cat )
|
Emma hunted Joshua .
|
hunt ( agent = Emma , theme = Joshua )
|
The leaf was eaten by Emma .
|
eat ( theme = * leaf , agent = Emma )
|
Abigail liked the girl .
|
like ( agent = Abigail , theme = * girl )
|
Jacob intended to run .
|
intend ( agent = Jacob , xcomp = run ( agent = Jacob ) )
|
Emma helped the girl on a table .
|
help ( agent = Emma , theme = * girl ( nmod . on = table ) )
|
A cake was handed to a girl .
|
hand ( theme = cake , recipient = girl )
|
A soap was appreciated .
|
appreciate ( theme = soap )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.