input
stringlengths
3
103
output
stringlengths
3
435
domain
stringclasses
14 values
William gave the cat a cake on the table .
* cat ( x _ 3 ) ; * table ( x _ 8 ) ; give . agent ( x _ 1 , William ) AND give . recipient ( x _ 1 , x _ 3 ) AND give . theme ( x _ 1 , x _ 5 ) AND cake ( x _ 5 ) AND cake . nmod . on ( x _ 5 , x _ 8 )
in_distribution
A girl declared that the child touched the cookie beside a trainee in the storage .
* child ( x _ 5 ) ; * cookie ( x _ 8 ) ; * storage ( x _ 14 ) ; girl ( x _ 1 ) AND declare . agent ( x _ 2 , x _ 1 ) AND declare . ccomp ( x _ 2 , x _ 6 ) AND touch . agent ( x _ 6 , x _ 5 ) AND touch . theme ( x _ 6 , x _ 8 ) AND cookie . nmod . beside ( x _ 8 , x _ 11 ) AND trainee ( x _ 11 ) AND trainee . nmod . in ...
in_distribution
The butterfly helped the box .
* butterfly ( x _ 1 ) ; * box ( x _ 4 ) ; help . agent ( x _ 2 , x _ 1 ) AND help . theme ( x _ 2 , x _ 4 )
in_distribution
A ball was investigated by the dog .
* dog ( x _ 6 ) ; ball ( x _ 1 ) AND investigate . theme ( x _ 3 , x _ 1 ) AND investigate . agent ( x _ 3 , x _ 6 )
in_distribution
The molecule was fed to a dog .
* molecule ( x _ 1 ) ; feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , x _ 6 ) AND dog ( x _ 6 )
in_distribution
Ava lended a hat on a bed to Aria .
lend . agent ( x _ 1 , Ava ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , Aria ) AND hat ( x _ 3 ) AND hat . nmod . on ( x _ 3 , x _ 6 ) AND bed ( x _ 6 )
in_distribution
Olivia offered the donut on the table to Liam .
* donut ( x _ 3 ) ; * table ( x _ 6 ) ; offer . agent ( x _ 1 , Olivia ) AND offer . theme ( x _ 1 , x _ 3 ) AND offer . recipient ( x _ 1 , Liam ) AND donut . nmod . on ( x _ 3 , x _ 6 )
in_distribution
Oliver sold a box beside the lamp to the cat .
* lamp ( x _ 6 ) ; * cat ( x _ 9 ) ; sell . agent ( x _ 1 , Oliver ) AND sell . theme ( x _ 1 , x _ 3 ) AND sell . recipient ( x _ 1 , x _ 9 ) AND box ( x _ 3 ) AND box . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
The cake was improved by a girl .
* cake ( x _ 1 ) ; improve . theme ( x _ 3 , x _ 1 ) AND improve . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
The donut was fed to Liam .
* donut ( x _ 1 ) ; feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , Liam )
in_distribution
Liam ate the chicken beside a table .
* chicken ( x _ 3 ) ; eat . agent ( x _ 1 , Liam ) AND eat . theme ( x _ 1 , x _ 3 ) AND chicken . nmod . beside ( x _ 3 , x _ 6 ) AND table ( x _ 6 )
in_distribution
A bird was given the cake .
* cake ( x _ 5 ) ; bird ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 )
in_distribution
The cloud was eaten by a cat .
* cloud ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 ) AND cat ( x _ 6 )
in_distribution
A teacher gave the cake beside a table to a dog .
* cake ( x _ 4 ) ; teacher ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , x _ 10 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 ) AND dog ( x _ 10 )
in_distribution
Scarlett liked that a dog liked that the cake was appreciated by Emma .
* cake ( x _ 8 ) ; like . agent ( x _ 1 , Scarlett ) AND like . ccomp ( x _ 1 , x _ 5 ) AND dog ( x _ 4 ) AND like . agent ( x _ 5 , x _ 4 ) AND like . ccomp ( x _ 5 , x _ 10 ) AND appreciate . theme ( x _ 10 , x _ 8 ) AND appreciate . agent ( x _ 10 , Emma )
in_distribution
Olivia broke Emma .
break . agent ( x _ 1 , Olivia ) AND break . theme ( x _ 1 , Emma )
in_distribution
A passenger painted the king beside a corpse .
* king ( x _ 4 ) ; passenger ( x _ 1 ) AND paint . agent ( x _ 2 , x _ 1 ) AND paint . theme ( x _ 2 , x _ 4 ) AND king . nmod . beside ( x _ 4 , x _ 7 ) AND corpse ( x _ 7 )
in_distribution
A student split .
student ( x _ 1 ) AND split . theme ( x _ 2 , x _ 1 )
in_distribution
The governor admired a donut in a house .
* governor ( x _ 1 ) ; admire . agent ( x _ 2 , x _ 1 ) AND admire . theme ( x _ 2 , x _ 4 ) AND donut ( x _ 4 ) AND donut . nmod . in ( x _ 4 , x _ 7 ) AND house ( x _ 7 )
in_distribution
Emma split the cake on a stage .
* cake ( x _ 3 ) ; split . agent ( x _ 1 , Emma ) AND split . theme ( x _ 1 , x _ 3 ) AND cake . nmod . on ( x _ 3 , x _ 6 ) AND stage ( x _ 6 )
in_distribution
A baby was given a mandarin by Isabella .
baby ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , Isabella ) AND mandarin ( x _ 5 )
in_distribution
Sophia heard a book .
hear . agent ( x _ 1 , Sophia ) AND hear . theme ( x _ 1 , x _ 3 ) AND book ( x _ 3 )
in_distribution
A box was eaten .
box ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 )
in_distribution
Oliver fed a scientist a box .
feed . agent ( x _ 1 , Oliver ) AND feed . recipient ( x _ 1 , x _ 3 ) AND feed . theme ( x _ 1 , x _ 5 ) AND scientist ( x _ 3 ) AND box ( x _ 5 )
in_distribution
A donut was offered to the cat by the prince .
* cat ( x _ 6 ) ; * prince ( x _ 9 ) ; donut ( x _ 1 ) AND offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , x _ 6 ) AND offer . agent ( x _ 3 , x _ 9 )
in_distribution
Emily gave Emma the book .
* book ( x _ 4 ) ; give . agent ( x _ 1 , Emily ) AND give . recipient ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 4 )
in_distribution
James intended to sleep .
intend . agent ( x _ 1 , James ) AND intend . xcomp ( x _ 1 , x _ 3 ) AND sleep . agent ( x _ 3 , James )
in_distribution
The sweetcorn was split .
* sweetcorn ( x _ 1 ) ; split . theme ( x _ 3 , x _ 1 )
in_distribution
A strawberry was eaten by a doctor .
strawberry ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 ) AND doctor ( x _ 6 )
in_distribution
Liam ate the child .
* child ( x _ 3 ) ; eat . agent ( x _ 1 , Liam ) AND eat . theme ( x _ 1 , x _ 3 )
in_distribution
Thomas investigated .
investigate . agent ( x _ 1 , Thomas )
in_distribution
The dog shortened the drink in the house .
* dog ( x _ 1 ) ; * drink ( x _ 4 ) ; * house ( x _ 7 ) ; shorten . agent ( x _ 2 , x _ 1 ) AND shorten . theme ( x _ 2 , x _ 4 ) AND drink . nmod . in ( x _ 4 , x _ 7 )
in_distribution
A girl called a crayon beside the bed .
* bed ( x _ 7 ) ; girl ( x _ 1 ) AND call . agent ( x _ 2 , x _ 1 ) AND call . theme ( x _ 2 , x _ 4 ) AND crayon ( x _ 4 ) AND crayon . nmod . beside ( x _ 4 , x _ 7 )
in_distribution
The lollipop was burned by Isabella .
* lollipop ( x _ 1 ) ; burn . theme ( x _ 3 , x _ 1 ) AND burn . agent ( x _ 3 , Isabella )
in_distribution
The monkey proved that Emma smiled .
* monkey ( x _ 1 ) ; prove . agent ( x _ 2 , x _ 1 ) AND prove . ccomp ( x _ 2 , x _ 5 ) AND smile . agent ( x _ 5 , Emma )
in_distribution
A monkey was given the cake by Isabella .
* cake ( x _ 5 ) ; monkey ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , Isabella )
in_distribution
A girl admired that John liked a strawberry beside the table .
* table ( x _ 10 ) ; girl ( x _ 1 ) AND admire . agent ( x _ 2 , x _ 1 ) AND admire . ccomp ( x _ 2 , x _ 5 ) AND like . agent ( x _ 5 , John ) AND like . theme ( x _ 5 , x _ 7 ) AND strawberry ( x _ 7 ) AND strawberry . nmod . beside ( x _ 7 , x _ 10 )
in_distribution
A pony tolerated that the girl doubled .
* girl ( x _ 5 ) ; pony ( x _ 1 ) AND tolerate . agent ( x _ 2 , x _ 1 ) AND tolerate . ccomp ( x _ 2 , x _ 6 ) AND double . theme ( x _ 6 , x _ 5 )
in_distribution
The cake was shortened by Skylar .
* cake ( x _ 1 ) ; shorten . theme ( x _ 3 , x _ 1 ) AND shorten . agent ( x _ 3 , Skylar )
in_distribution
A girl liked the melon in the bottle .
* melon ( x _ 4 ) ; * bottle ( x _ 7 ) ; girl ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 ) AND melon . nmod . in ( x _ 4 , x _ 7 )
in_distribution
A cookie was eaten by Emma .
cookie ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , Emma )
in_distribution
Liam saw the knife beside the car .
* knife ( x _ 3 ) ; * car ( x _ 6 ) ; see . agent ( x _ 1 , Liam ) AND see . theme ( x _ 1 , x _ 3 ) AND knife . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
A cake was thrown by the girl .
* girl ( x _ 6 ) ; cake ( x _ 1 ) AND throw . theme ( x _ 3 , x _ 1 ) AND throw . agent ( x _ 3 , x _ 6 )
in_distribution
A pumpkin was adored by Liam .
pumpkin ( x _ 1 ) AND adore . theme ( x _ 3 , x _ 1 ) AND adore . agent ( x _ 3 , Liam )
in_distribution
A crayon was nursed .
crayon ( x _ 1 ) AND nurse . theme ( x _ 3 , x _ 1 )
in_distribution
The dog stuttered .
* dog ( x _ 1 ) ; stutter . agent ( x _ 2 , x _ 1 )
in_distribution
The girl was served the donut on a table .
* girl ( x _ 1 ) ; * donut ( x _ 5 ) ; serve . recipient ( x _ 3 , x _ 1 ) AND serve . theme ( x _ 3 , x _ 5 ) AND donut . nmod . on ( x _ 5 , x _ 8 ) AND table ( x _ 8 )
in_distribution
The girl was given the hamburger in the pit .
* girl ( x _ 1 ) ; * hamburger ( x _ 5 ) ; * pit ( x _ 8 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND hamburger . nmod . in ( x _ 5 , x _ 8 )
in_distribution
A chalk was given to Emma by the turtle .
* turtle ( x _ 8 ) ; chalk ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Emma ) AND give . agent ( x _ 3 , x _ 8 )
in_distribution
The box was heard .
* box ( x _ 1 ) ; hear . theme ( x _ 3 , x _ 1 )
in_distribution
Olivia liked a cloud in a glass .
like . agent ( x _ 1 , Olivia ) AND like . theme ( x _ 1 , x _ 3 ) AND cloud ( x _ 3 ) AND cloud . nmod . in ( x _ 3 , x _ 6 ) AND glass ( x _ 6 )
in_distribution
A pillow was given to a citizen by a prince .
pillow ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , x _ 9 ) AND citizen ( x _ 6 ) AND prince ( x _ 9 )
in_distribution
Liam fed William the cookie on a chair .
* cookie ( x _ 4 ) ; feed . agent ( x _ 1 , Liam ) AND feed . recipient ( x _ 1 , William ) AND feed . theme ( x _ 1 , x _ 4 ) AND cookie . nmod . on ( x _ 4 , x _ 7 ) AND chair ( x _ 7 )
in_distribution
A box was served to Liam by Noah .
box ( x _ 1 ) AND serve . theme ( x _ 3 , x _ 1 ) AND serve . recipient ( x _ 3 , Liam ) AND serve . agent ( x _ 3 , Noah )
in_distribution
The girl liked that a scarf was cooked .
* girl ( x _ 1 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND scarf ( x _ 5 ) AND cook . theme ( x _ 7 , x _ 5 )
in_distribution
A boy ate a sandwich .
boy ( x _ 1 ) AND eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 ) AND sandwich ( x _ 4 )
in_distribution
The boy returned a professor a cake .
* boy ( x _ 1 ) ; return . agent ( x _ 2 , x _ 1 ) AND return . recipient ( x _ 2 , x _ 4 ) AND return . theme ( x _ 2 , x _ 6 ) AND professor ( x _ 4 ) AND cake ( x _ 6 )
in_distribution
The cookie was sold to a girl .
* cookie ( x _ 1 ) ; sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
in_distribution
The pickle was eaten by Emma .
* pickle ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , Emma )
in_distribution
A watch was observed by Emma .
watch ( x _ 1 ) AND observe . theme ( x _ 3 , x _ 1 ) AND observe . agent ( x _ 3 , Emma )
in_distribution
The girl enjoyed to walk .
* girl ( x _ 1 ) ; enjoy . agent ( x _ 2 , x _ 1 ) AND enjoy . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
in_distribution
The bat was rolled .
* bat ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 )
in_distribution
A box was enlarged by the customer .
* customer ( x _ 6 ) ; box ( x _ 1 ) AND enlarge . theme ( x _ 3 , x _ 1 ) AND enlarge . agent ( x _ 3 , x _ 6 )
in_distribution
The weapon was fed to Liam .
* weapon ( x _ 1 ) ; feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , Liam )
in_distribution
A dog was awarded the cake in a house .
* cake ( x _ 5 ) ; dog ( x _ 1 ) AND award . recipient ( x _ 3 , x _ 1 ) AND award . theme ( x _ 3 , x _ 5 ) AND cake . nmod . in ( x _ 5 , x _ 8 ) AND house ( x _ 8 )
in_distribution
The book was passed to Noah .
* book ( x _ 1 ) ; pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , Noah )
in_distribution
The guitar rolled .
* guitar ( x _ 1 ) ; roll . theme ( x _ 2 , x _ 1 )
in_distribution
Isabella longed to walk .
long . agent ( x _ 1 , Isabella ) AND long . xcomp ( x _ 1 , x _ 3 ) AND walk . agent ( x _ 3 , Isabella )
in_distribution
The monkey enjoyed to sneeze .
* monkey ( x _ 1 ) ; enjoy . agent ( x _ 2 , x _ 1 ) AND enjoy . xcomp ( x _ 2 , x _ 4 ) AND sneeze . agent ( x _ 4 , x _ 1 )
in_distribution
Emily wished to sleep .
wish . agent ( x _ 1 , Emily ) AND wish . xcomp ( x _ 1 , x _ 3 ) AND sleep . agent ( x _ 3 , Emily )
in_distribution
A muffin was rolled by a boy .
muffin ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
in_distribution
The consumer rolled Emma .
* consumer ( x _ 1 ) ; roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , Emma )
in_distribution
A cake was given to Victoria .
cake ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Victoria )
in_distribution
Mateo gave Emma the weapon on the stool .
* weapon ( x _ 4 ) ; * stool ( x _ 7 ) ; give . agent ( x _ 1 , Mateo ) AND give . recipient ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 4 ) AND weapon . nmod . on ( x _ 4 , x _ 7 )
in_distribution
A mouse was given a cake .
mouse ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND cake ( x _ 5 )
in_distribution
The cracker was eaten by a father .
* cracker ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 ) AND father ( x _ 6 )
in_distribution
Emma sold the shirt on a bed to the dog .
* shirt ( x _ 3 ) ; * dog ( x _ 9 ) ; sell . agent ( x _ 1 , Emma ) AND sell . theme ( x _ 1 , x _ 3 ) AND sell . recipient ( x _ 1 , x _ 9 ) AND shirt . nmod . on ( x _ 3 , x _ 6 ) AND bed ( x _ 6 )
in_distribution
A donut was frozen by a cat .
donut ( x _ 1 ) AND freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , x _ 6 ) AND cat ( x _ 6 )
in_distribution
The donut was passed to a soldier by a boy .
* donut ( x _ 1 ) ; pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , x _ 6 ) AND pass . agent ( x _ 3 , x _ 9 ) AND soldier ( x _ 6 ) AND boy ( x _ 9 )
in_distribution
The dog itched to investigate .
* dog ( x _ 1 ) ; itch . agent ( x _ 2 , x _ 1 ) AND itch . xcomp ( x _ 2 , x _ 4 ) AND investigate . agent ( x _ 4 , x _ 1 )
in_distribution
A cake was rented to a dog .
cake ( x _ 1 ) AND rent . theme ( x _ 3 , x _ 1 ) AND rent . recipient ( x _ 3 , x _ 6 ) AND dog ( x _ 6 )
in_distribution
A cake was lended to Emma by the duke .
* duke ( x _ 8 ) ; cake ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Emma ) AND lend . agent ( x _ 3 , x _ 8 )
in_distribution
Daniel loved the girl on a table on a paper .
* girl ( x _ 3 ) ; love . agent ( x _ 1 , Daniel ) AND love . theme ( x _ 1 , x _ 3 ) AND girl . nmod . on ( x _ 3 , x _ 6 ) AND table ( x _ 6 ) AND table . nmod . on ( x _ 6 , x _ 9 ) AND paper ( x _ 9 )
in_distribution
The penguin liked that Oliver slipped a cake in the house to Luna .
* penguin ( x _ 1 ) ; * house ( x _ 10 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND slip . agent ( x _ 5 , Oliver ) AND slip . theme ( x _ 5 , x _ 7 ) AND slip . recipient ( x _ 5 , Luna ) AND cake ( x _ 7 ) AND cake . nmod . in ( x _ 7 , x _ 10 )
in_distribution
A cake was fed to Oliver .
cake ( x _ 1 ) AND feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , Oliver )
in_distribution
Liam gave the cake beside the table to John .
* cake ( x _ 3 ) ; * table ( x _ 6 ) ; give . agent ( x _ 1 , Liam ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , John ) AND cake . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
Emma decomposed .
decompose . theme ( x _ 1 , Emma )
in_distribution
A cake was loaned to a teacher by Emma .
cake ( x _ 1 ) AND loan . theme ( x _ 3 , x _ 1 ) AND loan . recipient ( x _ 3 , x _ 6 ) AND loan . agent ( x _ 3 , Emma ) AND teacher ( x _ 6 )
in_distribution
The bunny lended the cake in a puddle to the girl .
* bunny ( x _ 1 ) ; * cake ( x _ 4 ) ; * girl ( x _ 10 ) ; lend . agent ( x _ 2 , x _ 1 ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . recipient ( x _ 2 , x _ 10 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND puddle ( x _ 7 )
in_distribution
Liam expected to sneeze .
expect . agent ( x _ 1 , Liam ) AND expect . xcomp ( x _ 1 , x _ 3 ) AND sneeze . agent ( x _ 3 , Liam )
in_distribution
A girl rolled a cookie in a house .
girl ( x _ 1 ) AND roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND cookie ( x _ 4 ) AND cookie . nmod . in ( x _ 4 , x _ 7 ) AND house ( x _ 7 )
in_distribution
Liam dusted a girl in the room .
* room ( x _ 6 ) ; dust . agent ( x _ 1 , Liam ) AND dust . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 ) AND girl . nmod . in ( x _ 3 , x _ 6 )
in_distribution
The girl helped the cake .
* girl ( x _ 1 ) ; * cake ( x _ 4 ) ; help . agent ( x _ 2 , x _ 1 ) AND help . theme ( x _ 2 , x _ 4 )
in_distribution
A plant grew .
plant ( x _ 1 ) AND grow . theme ( x _ 2 , x _ 1 )
in_distribution
Emma ate a cake in the room .
* room ( x _ 6 ) ; eat . agent ( x _ 1 , Emma ) AND eat . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 ) AND cake . nmod . in ( x _ 3 , x _ 6 )
in_distribution
The hamburger was lended to Victoria .
* hamburger ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Victoria )
in_distribution
A citizen was given the tool in a house .
* tool ( x _ 5 ) ; citizen ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND tool . nmod . in ( x _ 5 , x _ 8 ) AND house ( x _ 8 )
in_distribution
A doll was rolled by the child .
* child ( x _ 6 ) ; doll ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 )
in_distribution
The weapon was drawn by Emma .
* weapon ( x _ 1 ) ; draw . theme ( x _ 3 , x _ 1 ) AND draw . agent ( x _ 3 , Emma )
in_distribution
A balloon was given to Emma by the dog .
* dog ( x _ 8 ) ; balloon ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Emma ) AND give . agent ( x _ 3 , x _ 8 )
in_distribution