input
stringlengths
3
103
output
stringlengths
3
435
domain
stringclasses
14 values
A deer cleaned a cake in a car .
deer ( x _ 1 ) AND clean . agent ( x _ 2 , x _ 1 ) AND clean . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND car ( x _ 7 )
in_distribution
The prince was passed the box by the president .
* prince ( x _ 1 ) ; * box ( x _ 5 ) ; * president ( x _ 8 ) ; pass . recipient ( x _ 3 , x _ 1 ) AND pass . theme ( x _ 3 , x _ 5 ) AND pass . agent ( x _ 3 , x _ 8 )
in_distribution
Liam passed the box in the room to Gabriel .
* box ( x _ 3 ) ; * room ( x _ 6 ) ; pass . agent ( x _ 1 , Liam ) AND pass . theme ( x _ 1 , x _ 3 ) AND pass . recipient ( x _ 1 , Gabriel ) AND box . nmod . in ( x _ 3 , x _ 6 )
in_distribution
Olivia was lended the cookie .
* cookie ( x _ 4 ) ; lend . recipient ( x _ 2 , Olivia ) AND lend . theme ( x _ 2 , x _ 4 )
in_distribution
A frog declared that the girl giggled .
* girl ( x _ 5 ) ; frog ( x _ 1 ) AND declare . agent ( x _ 2 , x _ 1 ) AND declare . ccomp ( x _ 2 , x _ 6 ) AND giggle . agent ( x _ 6 , x _ 5 )
in_distribution
A boy appreciated that the cookie was rolled by a donkey .
* cookie ( x _ 5 ) ; boy ( x _ 1 ) AND appreciate . agent ( x _ 2 , x _ 1 ) AND appreciate . ccomp ( x _ 2 , x _ 7 ) AND roll . theme ( x _ 7 , x _ 5 ) AND roll . agent ( x _ 7 , x _ 10 ) AND donkey ( x _ 10 )
in_distribution
A girl was given a cake on the sock in a car .
* sock ( x _ 8 ) ; girl ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND cake ( x _ 5 ) AND cake . nmod . on ( x _ 5 , x _ 8 ) AND sock . nmod . in ( x _ 8 , x _ 11 ) AND car ( x _ 11 )
in_distribution
A knife was passed to the girl .
* girl ( x _ 6 ) ; knife ( x _ 1 ) AND pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , x _ 6 )
in_distribution
The journalist gave Ava a donut .
* journalist ( x _ 1 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Ava ) AND give . theme ( x _ 2 , x _ 5 ) AND donut ( x _ 5 )
in_distribution
The hammer was drawn .
* hammer ( x _ 1 ) ; draw . theme ( x _ 3 , x _ 1 )
in_distribution
A watch was eaten .
watch ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 )
in_distribution
A rose was found by a boy .
rose ( x _ 1 ) AND find . theme ( x _ 3 , x _ 1 ) AND find . agent ( x _ 3 , x _ 6 ) AND boy ( x _ 6 )
in_distribution
A baby was given a donut on the bed on a chair by the girl .
* bed ( x _ 8 ) ; * girl ( x _ 14 ) ; baby ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , x _ 14 ) AND donut ( x _ 5 ) AND donut . nmod . on ( x _ 5 , x _ 8 ) AND bed . nmod . on ( x _ 8 , x _ 11 ) AND chair ( x _ 11 )
in_distribution
A boy nursed Ethan .
boy ( x _ 1 ) AND nurse . agent ( x _ 2 , x _ 1 ) AND nurse . theme ( x _ 2 , Ethan )
in_distribution
Carter was sold a cake on the bag .
* bag ( x _ 7 ) ; sell . recipient ( x _ 2 , Carter ) AND sell . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 )
in_distribution
A cake was liked by a tourist .
cake ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 ) AND tourist ( x _ 6 )
in_distribution
Olivia ate the mouse .
* mouse ( x _ 3 ) ; eat . agent ( x _ 1 , Olivia ) AND eat . theme ( x _ 1 , x _ 3 )
in_distribution
A girl rolled a lion .
girl ( x _ 1 ) AND roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND lion ( x _ 4 )
in_distribution
The girl enlarged the dog .
* girl ( x _ 1 ) ; * dog ( x _ 4 ) ; enlarge . agent ( x _ 2 , x _ 1 ) AND enlarge . theme ( x _ 2 , x _ 4 )
in_distribution
The bat was seen .
* bat ( x _ 1 ) ; see . theme ( x _ 3 , x _ 1 )
in_distribution
Ethan was given the cake on a road by the girl .
* cake ( x _ 4 ) ; * girl ( x _ 10 ) ; give . recipient ( x _ 2 , Ethan ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , x _ 10 ) AND cake . nmod . on ( x _ 4 , x _ 7 ) AND road ( x _ 7 )
in_distribution
A girl lended Olivia the donut .
* donut ( x _ 5 ) ; girl ( x _ 1 ) AND lend . agent ( x _ 2 , x _ 1 ) AND lend . recipient ( x _ 2 , Olivia ) AND lend . theme ( x _ 2 , x _ 5 )
in_distribution
The box was helped by a monkey .
* box ( x _ 1 ) ; help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , x _ 6 ) AND monkey ( x _ 6 )
in_distribution
The boy was given a cake on the table .
* boy ( x _ 1 ) ; * table ( x _ 8 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND cake ( x _ 5 ) AND cake . nmod . on ( x _ 5 , x _ 8 )
in_distribution
The deer wanted to nap .
* deer ( x _ 1 ) ; want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND nap . agent ( x _ 4 , x _ 1 )
in_distribution
The girl gave Emma a shoe .
* girl ( x _ 1 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 5 ) AND shoe ( x _ 5 )
in_distribution
A boy hoped that a cake was liked by Olivia .
boy ( x _ 1 ) AND hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 7 ) AND cake ( x _ 5 ) AND like . theme ( x _ 7 , x _ 5 ) AND like . agent ( x _ 7 , Olivia )
in_distribution
The lawyer hoped that the bear expected to clean .
* lawyer ( x _ 1 ) ; * bear ( x _ 5 ) ; hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 6 ) AND expect . agent ( x _ 6 , x _ 5 ) AND expect . xcomp ( x _ 6 , x _ 8 ) AND clean . agent ( x _ 8 , x _ 5 )
in_distribution
Harper gave the cake to the king .
* cake ( x _ 3 ) ; * king ( x _ 6 ) ; give . agent ( x _ 1 , Harper ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , x _ 6 )
in_distribution
James was given the cake beside the wolf by a girl .
* cake ( x _ 4 ) ; * wolf ( x _ 7 ) ; give . recipient ( x _ 2 , James ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , x _ 10 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND girl ( x _ 10 )
in_distribution
Scarlett sketched .
sketch . agent ( x _ 1 , Scarlett )
in_distribution
A prisoner rolled the donut in a room .
* donut ( x _ 4 ) ; prisoner ( x _ 1 ) AND roll . agent ( x _ 2 , x _ 1 ) AND roll . theme ( x _ 2 , x _ 4 ) AND donut . nmod . in ( x _ 4 , x _ 7 ) AND room ( x _ 7 )
in_distribution
A ball was eaten by the girl .
* girl ( x _ 6 ) ; ball ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 )
in_distribution
A boy liked a citizen on a table .
boy ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 ) AND citizen ( x _ 4 ) AND citizen . nmod . on ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
in_distribution
Liam liked that Sebastian ate .
like . agent ( x _ 1 , Liam ) AND like . ccomp ( x _ 1 , x _ 4 ) AND eat . agent ( x _ 4 , Sebastian )
in_distribution
The box was painted by a lamb .
* box ( x _ 1 ) ; paint . theme ( x _ 3 , x _ 1 ) AND paint . agent ( x _ 3 , x _ 6 ) AND lamb ( x _ 6 )
in_distribution
A cat was sent a lollipop on the throne by Emma .
* throne ( x _ 8 ) ; cat ( x _ 1 ) AND send . recipient ( x _ 3 , x _ 1 ) AND send . theme ( x _ 3 , x _ 5 ) AND send . agent ( x _ 3 , Emma ) AND lollipop ( x _ 5 ) AND lollipop . nmod . on ( x _ 5 , x _ 8 )
in_distribution
A baby sent a wine on a sheet to Liam .
baby ( x _ 1 ) AND send . agent ( x _ 2 , x _ 1 ) AND send . theme ( x _ 2 , x _ 4 ) AND send . recipient ( x _ 2 , Liam ) AND wine ( x _ 4 ) AND wine . nmod . on ( x _ 4 , x _ 7 ) AND sheet ( x _ 7 )
in_distribution
A box was frozen .
box ( x _ 1 ) AND freeze . theme ( x _ 3 , x _ 1 )
in_distribution
Emma liked that the bunny hoped that Noah ate the plate in a pyramid .
* bunny ( x _ 4 ) ; * plate ( x _ 10 ) ; like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 5 ) AND hope . agent ( x _ 5 , x _ 4 ) AND hope . ccomp ( x _ 5 , x _ 8 ) AND eat . agent ( x _ 8 , Noah ) AND eat . theme ( x _ 8 , x _ 10 ) AND plate . nmod . in ( x _ 10 , x _ 13 ) AND pyramid ( x _ 13 )
in_distribution
Isabella cleaned the rose on a table .
* rose ( x _ 3 ) ; clean . agent ( x _ 1 , Isabella ) AND clean . theme ( x _ 1 , x _ 3 ) AND rose . nmod . on ( x _ 3 , x _ 6 ) AND table ( x _ 6 )
in_distribution
Liam found the rose .
* rose ( x _ 3 ) ; find . agent ( x _ 1 , Liam ) AND find . theme ( x _ 1 , x _ 3 )
in_distribution
A boy drew the frog in the cup .
* frog ( x _ 4 ) ; * cup ( x _ 7 ) ; boy ( x _ 1 ) AND draw . agent ( x _ 2 , x _ 1 ) AND draw . theme ( x _ 2 , x _ 4 ) AND frog . nmod . in ( x _ 4 , x _ 7 )
in_distribution
The donut was brought to Emma by Jacob .
* donut ( x _ 1 ) ; bring . theme ( x _ 3 , x _ 1 ) AND bring . recipient ( x _ 3 , Emma ) AND bring . agent ( x _ 3 , Jacob )
in_distribution
A cake was fed to Emily .
cake ( x _ 1 ) AND feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , Emily )
in_distribution
The game was awarded to Emma by the mouse .
* game ( x _ 1 ) ; * mouse ( x _ 8 ) ; award . theme ( x _ 3 , x _ 1 ) AND award . recipient ( x _ 3 , Emma ) AND award . agent ( x _ 3 , x _ 8 )
in_distribution
The bee sold Emma the purse .
* bee ( x _ 1 ) ; * purse ( x _ 5 ) ; sell . agent ( x _ 2 , x _ 1 ) AND sell . recipient ( x _ 2 , Emma ) AND sell . theme ( x _ 2 , x _ 5 )
in_distribution
The teacher examined .
* teacher ( x _ 1 ) ; examine . agent ( x _ 2 , x _ 1 )
in_distribution
A mandarin was lended to Emma .
mandarin ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Emma )
in_distribution
A weapon was collapsed by the bird .
* bird ( x _ 6 ) ; weapon ( x _ 1 ) AND collapse . theme ( x _ 3 , x _ 1 ) AND collapse . agent ( x _ 3 , x _ 6 )
in_distribution
The balloon was frozen .
* balloon ( x _ 1 ) ; freeze . theme ( x _ 3 , x _ 1 )
in_distribution
A block was liked .
block ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 )
in_distribution
A girl forwarded a box on the paper to William .
* paper ( x _ 7 ) ; girl ( x _ 1 ) AND forward . agent ( x _ 2 , x _ 1 ) AND forward . theme ( x _ 2 , x _ 4 ) AND forward . recipient ( x _ 2 , William ) AND box ( x _ 4 ) AND box . nmod . on ( x _ 4 , x _ 7 )
in_distribution
The cake was liked by the frog .
* cake ( x _ 1 ) ; * frog ( x _ 6 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 )
in_distribution
Michael passed a cat a cookie in the house .
* house ( x _ 8 ) ; pass . agent ( x _ 1 , Michael ) AND pass . recipient ( x _ 1 , x _ 3 ) AND pass . theme ( x _ 1 , x _ 5 ) AND cat ( x _ 3 ) AND cookie ( x _ 5 ) AND cookie . nmod . in ( x _ 5 , x _ 8 )
in_distribution
Ava was returned the cake by Emma .
* cake ( x _ 4 ) ; return . recipient ( x _ 2 , Ava ) AND return . theme ( x _ 2 , x _ 4 ) AND return . agent ( x _ 2 , Emma )
in_distribution
Scarlett was lended the donut by Liam .
* donut ( x _ 4 ) ; lend . recipient ( x _ 2 , Scarlett ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . agent ( x _ 2 , Liam )
in_distribution
The cookie was burned .
* cookie ( x _ 1 ) ; burn . theme ( x _ 3 , x _ 1 )
in_distribution
The girl attempted to walk .
* girl ( x _ 1 ) ; attempt . agent ( x _ 2 , x _ 1 ) AND attempt . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
in_distribution
The cat liked Emma .
* cat ( x _ 1 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , Emma )
in_distribution
Wyatt noticed .
notice . agent ( x _ 1 , Wyatt )
in_distribution
Ava ate the key on the cake .
* key ( x _ 3 ) ; * cake ( x _ 6 ) ; eat . agent ( x _ 1 , Ava ) AND eat . theme ( x _ 1 , x _ 3 ) AND key . nmod . on ( x _ 3 , x _ 6 )
in_distribution
The rose was fed to the lawyer by the turtle .
* rose ( x _ 1 ) ; * lawyer ( x _ 6 ) ; * turtle ( x _ 9 ) ; feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , x _ 6 ) AND feed . agent ( x _ 3 , x _ 9 )
in_distribution
bee
LAMBDA a . bee ( a )
primitive
The patient ate .
* patient ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 )
in_distribution
Noah expected that Liam sneezed .
expect . agent ( x _ 1 , Noah ) AND expect . ccomp ( x _ 1 , x _ 4 ) AND sneeze . agent ( x _ 4 , Liam )
in_distribution
A cake was lended to the landlord .
* landlord ( x _ 6 ) ; cake ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 )
in_distribution
The frog valued a pizza .
* frog ( x _ 1 ) ; value . agent ( x _ 2 , x _ 1 ) AND value . theme ( x _ 2 , x _ 4 ) AND pizza ( x _ 4 )
in_distribution
The lion fed the cake in the room to a bunny .
* lion ( x _ 1 ) ; * cake ( x _ 4 ) ; * room ( x _ 7 ) ; feed . agent ( x _ 2 , x _ 1 ) AND feed . theme ( x _ 2 , x _ 4 ) AND feed . recipient ( x _ 2 , x _ 10 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND bunny ( x _ 10 )
in_distribution
The girl found the guy .
* girl ( x _ 1 ) ; * guy ( x _ 4 ) ; find . agent ( x _ 2 , x _ 1 ) AND find . theme ( x _ 2 , x _ 4 )
in_distribution
Isabella liked that the hamburger was handed to Emma .
* hamburger ( x _ 4 ) ; like . agent ( x _ 1 , Isabella ) AND like . ccomp ( x _ 1 , x _ 6 ) AND hand . theme ( x _ 6 , x _ 4 ) AND hand . recipient ( x _ 6 , Emma )
in_distribution
The girl passed Olivia the cake on the table beside the vehicle .
* girl ( x _ 1 ) ; * cake ( x _ 5 ) ; * table ( x _ 8 ) ; * vehicle ( x _ 11 ) ; pass . agent ( x _ 2 , x _ 1 ) AND pass . recipient ( x _ 2 , Olivia ) AND pass . theme ( x _ 2 , x _ 5 ) AND cake . nmod . on ( x _ 5 , x _ 8 ) AND table . nmod . beside ( x _ 8 , x _ 11 )
in_distribution
Isabella lended the donut to Liam .
* donut ( x _ 3 ) ; lend . agent ( x _ 1 , Isabella ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , Liam )
in_distribution
The cookie was given to a sailor by Gabriel .
* cookie ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , Gabriel ) AND sailor ( x _ 6 )
in_distribution
The lamb liked that Mason rolled the strawberry .
* lamb ( x _ 1 ) ; * strawberry ( x _ 7 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND roll . agent ( x _ 5 , Mason ) AND roll . theme ( x _ 5 , x _ 7 )
in_distribution
A bucket was known by Liam .
bucket ( x _ 1 ) AND know . theme ( x _ 3 , x _ 1 ) AND know . agent ( x _ 3 , Liam )
in_distribution
Alexander yearned to talk .
yearn . agent ( x _ 1 , Alexander ) AND yearn . xcomp ( x _ 1 , x _ 3 ) AND talk . agent ( x _ 3 , Alexander )
in_distribution
A child liked that Emma broke .
child ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND break . theme ( x _ 5 , Emma )
in_distribution
Ellie shortened a cake .
shorten . agent ( x _ 1 , Ellie ) AND shorten . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 )
in_distribution
Liam liked that the cake was found by a girl .
* cake ( x _ 4 ) ; like . agent ( x _ 1 , Liam ) AND like . ccomp ( x _ 1 , x _ 6 ) AND find . theme ( x _ 6 , x _ 4 ) AND find . agent ( x _ 6 , x _ 9 ) AND girl ( x _ 9 )
in_distribution
Charlotte expected that Emma liked that the patient lended a box on a table to Nora .
* patient ( x _ 7 ) ; expect . agent ( x _ 1 , Charlotte ) AND expect . ccomp ( x _ 1 , x _ 4 ) AND like . agent ( x _ 4 , Emma ) AND like . ccomp ( x _ 4 , x _ 8 ) AND lend . agent ( x _ 8 , x _ 7 ) AND lend . theme ( x _ 8 , x _ 10 ) AND lend . recipient ( x _ 8 , Nora ) AND box ( x _ 10 ) AND box . nmod . on ( x _ 1...
in_distribution
The hero dusted a donut .
* hero ( x _ 1 ) ; dust . agent ( x _ 2 , x _ 1 ) AND dust . theme ( x _ 2 , x _ 4 ) AND donut ( x _ 4 )
in_distribution
Victoria ate Emma .
eat . agent ( x _ 1 , Victoria ) AND eat . theme ( x _ 1 , Emma )
in_distribution
The brush was stabbed .
* brush ( x _ 1 ) ; stab . theme ( x _ 3 , x _ 1 )
in_distribution
The girl froze the cake .
* girl ( x _ 1 ) ; * cake ( x _ 4 ) ; freeze . agent ( x _ 2 , x _ 1 ) AND freeze . theme ( x _ 2 , x _ 4 )
in_distribution
The cat returned a watch to the baby .
* cat ( x _ 1 ) ; * baby ( x _ 7 ) ; return . agent ( x _ 2 , x _ 1 ) AND return . theme ( x _ 2 , x _ 4 ) AND return . recipient ( x _ 2 , x _ 7 ) AND watch ( x _ 4 )
in_distribution
Ava returned Emma the fruit beside a tree .
* fruit ( x _ 4 ) ; return . agent ( x _ 1 , Ava ) AND return . recipient ( x _ 1 , Emma ) AND return . theme ( x _ 1 , x _ 4 ) AND fruit . nmod . beside ( x _ 4 , x _ 7 ) AND tree ( x _ 7 )
in_distribution
The cake was nursed by Noah .
* cake ( x _ 1 ) ; nurse . theme ( x _ 3 , x _ 1 ) AND nurse . agent ( x _ 3 , Noah )
in_distribution
The monkey was lended a cake .
* monkey ( x _ 1 ) ; lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND cake ( x _ 5 )
in_distribution
The frog was offered a beer on the table .
* frog ( x _ 1 ) ; * table ( x _ 8 ) ; offer . recipient ( x _ 3 , x _ 1 ) AND offer . theme ( x _ 3 , x _ 5 ) AND beer ( x _ 5 ) AND beer . nmod . on ( x _ 5 , x _ 8 )
in_distribution
The cake was liked by Liam .
* cake ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Liam )
in_distribution
A flag was frozen .
flag ( x _ 1 ) AND freeze . theme ( x _ 3 , x _ 1 )
in_distribution
The sandwich was eaten .
* sandwich ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 )
in_distribution
The cat broke .
* cat ( x _ 1 ) ; break . theme ( x _ 2 , x _ 1 )
in_distribution
The cake was lended to the cat by the lion .
* cake ( x _ 1 ) ; * cat ( x _ 6 ) ; * lion ( x _ 9 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 ) AND lend . agent ( x _ 3 , x _ 9 )
in_distribution
A cat burned Emma .
cat ( x _ 1 ) AND burn . agent ( x _ 2 , x _ 1 ) AND burn . theme ( x _ 2 , Emma )
in_distribution
The girl was given a box on a table by the child .
* girl ( x _ 1 ) ; * child ( x _ 11 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , x _ 11 ) AND box ( x _ 5 ) AND box . nmod . on ( x _ 5 , x _ 8 ) AND table ( x _ 8 )
in_distribution
A mother ate the cake .
* cake ( x _ 4 ) ; mother ( x _ 1 ) AND eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 )
in_distribution
The potato was floated by William .
* potato ( x _ 1 ) ; float . theme ( x _ 3 , x _ 1 ) AND float . agent ( x _ 3 , William )
in_distribution
The boy liked that a donut was worshipped .
* boy ( x _ 1 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND donut ( x _ 5 ) AND worship . theme ( x _ 7 , x _ 5 )
in_distribution