source
stringlengths
3
103
target
stringlengths
3
172
Noah expected that a girl expected to run .
expect ( agent = Noah , ccomp = expect ( agent = girl , xcomp = run ( agent = girl ) ) )
A frog cooked the cake .
cook ( agent = frog , theme = * cake )
A patient wanted to run .
want ( agent = patient , xcomp = run ( agent = patient ) )
The crayon was liked by the manager .
like ( theme = * crayon , agent = * manager )
Liam loved a teacher .
love ( agent = Liam , theme = teacher )
Emma rolled a host .
roll ( agent = Emma , theme = host )
The girl gave the producer a cake in the room .
give ( agent = * girl , recipient = * producer , theme = cake ( nmod . in = * room ) )
A cake was given to the bunny by a politician .
give ( theme = cake , recipient = * bunny , agent = politician )
Charlotte rolled the strawberry in a house .
roll ( agent = Charlotte , theme = * strawberry ( nmod . in = house ) )
The cake was broken .
break ( theme = * cake )
Liam noticed that the potato was admired .
notice ( agent = Liam , ccomp = admire ( theme = * potato ) )
The teacher awarded Liam the drink in a room .
award ( agent = * teacher , recipient = Liam , theme = * drink ( nmod . in = room ) )
A pencil was hunted by James .
hunt ( theme = pencil , agent = James )
Luna ate the cake on a sheet .
eat ( agent = Luna , theme = * cake ( nmod . on = sheet ) )
The raisin was cooked by Emma .
cook ( theme = * raisin , agent = Emma )
A driver rolled a girl .
roll ( agent = driver , theme = girl )
The manager ate .
eat ( agent = * manager )
Lucas pierced the box beside the stage .
pierce ( agent = Lucas , theme = * box ( nmod . beside = * stage ) )
The duck cleaned Emma .
clean ( agent = * duck , theme = Emma )
A penguin liked that a boy was lended the beer .
like ( agent = penguin , ccomp = lend ( recipient = boy , theme = * beer ) )
The driver painted .
paint ( agent = * driver )
Mason itched to run .
itch ( agent = Mason , xcomp = run ( agent = Mason ) )
A donut was broken .
break ( theme = donut )
The towel was frozen by Emma .
freeze ( theme = * towel , agent = Emma )
Emma liked that a donut was eaten .
like ( agent = Emma , ccomp = eat ( theme = donut ) )
Olivia investigated a sweetcorn beside the cat .
investigate ( agent = Olivia , theme = sweetcorn ( nmod . beside = * cat ) )
Luke lended Lucas the cake on the table .
lend ( agent = Luke , recipient = Lucas , theme = * cake ( nmod . on = * table ) )
A crocodile drew .
draw ( agent = crocodile )
A girl liked that the princess touched the donut in the garden .
like ( agent = girl , ccomp = touch ( agent = * princess , theme = * donut ( nmod . in = * garden ) ) )
The giraffe rolled a girl beside a table .
roll ( agent = * giraffe , theme = girl ( nmod . beside = table ) )
Hazel was given a cake beside a bat .
give ( recipient = Hazel , theme = cake ( nmod . beside = bat ) )
The kid was given a cake beside a stage by the girl .
give ( recipient = * kid , theme = cake ( nmod . beside = stage ) , agent = * girl )
A lion rolled the drink in a vase .
roll ( agent = lion , theme = * drink ( nmod . in = vase ) )
A balloon was reddened .
redden ( theme = balloon )
A penguin lended the monkey a raisin .
lend ( agent = penguin , recipient = * monkey , theme = raisin )
The girl liked that a cake was hunted by the boy .
like ( agent = * girl , ccomp = hunt ( theme = cake , agent = * boy ) )
The cat rented Liam a cake .
rent ( agent = * cat , recipient = Liam , theme = cake )
A girl posted a boy the cookie beside the table .
post ( agent = girl , recipient = boy , theme = * cookie ( nmod . beside = * table ) )
Emma respected a ring beside a book .
respect ( agent = Emma , theme = ring ( nmod . beside = book ) )
A student painted .
paint ( agent = student )
A bucket was cleaned by Emma .
clean ( theme = bucket , agent = Emma )
The boy handed a girl the strawberry beside the stage .
hand ( agent = * boy , recipient = girl , theme = * strawberry ( nmod . beside = * stage ) )
The monster cleaned .
clean ( agent = * monster )
The boy was given a cake beside a bed .
give ( recipient = * boy , theme = cake ( nmod . beside = bed ) )
A donut decomposed .
decompose ( theme = donut )
The liver was liked by the sailor .
like ( theme = * liver , agent = * sailor )
Olivia liked the sandwich .
like ( agent = Olivia , theme = * sandwich )
Daniel painted Ethan .
paint ( agent = Daniel , theme = Ethan )
A duck dusted the present beside a table .
dust ( agent = duck , theme = * present ( nmod . beside = table ) )
A frog burned a rose in a cot .
burn ( agent = frog , theme = rose ( nmod . in = cot ) )
The chicken gave the child a cake .
give ( agent = * chicken , recipient = * child , theme = cake )
A monkey intended to sleep .
intend ( agent = monkey , xcomp = sleep ( agent = monkey ) )
A girl gave Riley the cake .
give ( agent = girl , recipient = Riley , theme = * cake )
Stella confessed that the dog painted .
confess ( agent = Stella , ccomp = paint ( agent = * dog ) )
The cake was improved by the priest .
improve ( theme = * cake , agent = * priest )
The raisin was frozen .
freeze ( theme = * raisin )
The cake was given to Audrey by James .
give ( theme = * cake , recipient = Audrey , agent = James )
A deer forwarded the girl the cookie beside the stage beside a table .
forward ( agent = deer , recipient = * girl , theme = * cookie ( nmod . beside = * stage ( nmod . beside = table ) ) )
A strawberry was given to Emma .
give ( theme = strawberry , recipient = Emma )
A strawberry was helped by a baby .
help ( theme = strawberry , agent = baby )
Olivia gave a raisin beside the chair in the tower to a driver .
give ( agent = Olivia , theme = raisin ( nmod . beside = * chair ( nmod . in = * tower ) ) , recipient = driver )
Lillian was brought the towel beside the bed by Emma .
bring ( recipient = Lillian , theme = * towel ( nmod . beside = * bed ) , agent = Emma )
A cracker was stabbed by William .
stab ( theme = cracker , agent = William )
The cake was given to a girl by Ellie .
give ( theme = * cake , recipient = girl , agent = Ellie )
The cake was sent to a driver by the girl .
send ( theme = * cake , recipient = driver , agent = * girl )
The book crumpled .
crumple ( theme = * book )
A girl noticed that a balloon was eaten .
notice ( agent = girl , ccomp = eat ( theme = balloon ) )
The strawberry was sold to a cat by William .
sell ( theme = * strawberry , recipient = cat , agent = William )
A chemical was observed .
observe ( theme = chemical )
A cake was missed by Emma .
miss ( theme = cake , agent = Emma )
A cookie was given to Liam by Emma .
give ( theme = cookie , recipient = Liam , agent = Emma )
The cake was given to the writer .
give ( theme = * cake , recipient = * writer )
A key was found by Noah .
find ( theme = key , agent = Noah )
A girl rolled a child beside the table .
roll ( agent = girl , theme = child ( nmod . beside = * table ) )
A pig liked that the girl heard .
like ( agent = pig , ccomp = hear ( agent = * girl ) )
The pillow was liked .
like ( theme = * pillow )
The bunny found a bottle in the vehicle .
find ( agent = * bunny , theme = bottle ( nmod . in = * vehicle ) )
A donut was passed to the boy by the friend .
pass ( theme = donut , recipient = * boy , agent = * friend )
The cake was liked by a girl .
like ( theme = * cake , agent = girl )
Emma painted a book beside a painting .
paint ( agent = Emma , theme = book ( nmod . beside = painting ) )
The donut was liked by the boy .
like ( theme = * donut , agent = * boy )
A baby snapped a bottle .
snap ( agent = baby , theme = bottle )
Violet found a resident beside a table .
find ( agent = Violet , theme = resident ( nmod . beside = table ) )
A rose was nursed .
nurse ( theme = rose )
The girl was served a donut in the house by Olivia .
serve ( recipient = * girl , theme = donut ( nmod . in = * house ) , agent = Olivia )
A guitar was shortened .
shorten ( theme = guitar )
The lollipop was rolled .
roll ( theme = * lollipop )
The drink was studied .
study ( theme = * drink )
The leaf was drawn .
draw ( theme = * leaf )
A girl enlarged a soldier .
enlarge ( agent = girl , theme = soldier )
The hammer was called by the baby .
call ( theme = * hammer , agent = * baby )
A drink was frozen by the chicken .
freeze ( theme = drink , agent = * chicken )
The passenger returned the donut to Liam .
return ( agent = * passenger , theme = * donut , recipient = Liam )
The cake was adored by the girl .
adore ( theme = * cake , agent = * girl )
The doll was grown by Amelia .
grow ( theme = * doll , agent = Amelia )
The coach was lended the balloon .
lend ( recipient = * coach , theme = * balloon )
A cake was lended to a monkey .
lend ( theme = cake , recipient = monkey )
Olivia rolled the dog on a bed .
roll ( agent = Olivia , theme = * dog ( nmod . on = bed ) )
The cake was changed by Emma .
change ( theme = * cake , agent = Emma )
Emma adored Natalie .
adore ( agent = Emma , theme = Natalie )