input
stringlengths
3
103
output
stringlengths
3
435
domain
stringclasses
14 values
The cookie was slid .
* cookie ( x _ 1 ) ; slide . theme ( x _ 3 , x _ 1 )
in_distribution
A horse helped Ava .
horse ( x _ 1 ) AND help . agent ( x _ 2 , x _ 1 ) AND help . theme ( x _ 2 , Ava )
in_distribution
Olivia liked that a raisin rolled .
like . agent ( x _ 1 , Olivia ) AND like . ccomp ( x _ 1 , x _ 5 ) AND raisin ( x _ 4 ) AND roll . theme ( x _ 5 , x _ 4 )
in_distribution
The cake was frozen by the boy .
* cake ( x _ 1 ) ; * boy ( x _ 6 ) ; freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , x _ 6 )
in_distribution
A box was brought to William .
box ( x _ 1 ) AND bring . theme ( x _ 3 , x _ 1 ) AND bring . recipient ( x _ 3 , William )
in_distribution
A king offered the cake to the bird .
* cake ( x _ 4 ) ; * bird ( x _ 7 ) ; king ( x _ 1 ) AND offer . agent ( x _ 2 , x _ 1 ) AND offer . theme ( x _ 2 , x _ 4 ) AND offer . recipient ( x _ 2 , x _ 7 )
in_distribution
The cake was given to a girl by Ava .
* cake ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , Ava ) AND girl ( x _ 6 )
in_distribution
The girl proved that a drink was eaten by the soldier .
* girl ( x _ 1 ) ; * soldier ( x _ 10 ) ; prove . agent ( x _ 2 , x _ 1 ) AND prove . ccomp ( x _ 2 , x _ 7 ) AND drink ( x _ 5 ) AND eat . theme ( x _ 7 , x _ 5 ) AND eat . agent ( x _ 7 , x _ 10 )
in_distribution
The cake was liked by Wyatt .
* cake ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Wyatt )
in_distribution
The cloud was burned .
* cloud ( x _ 1 ) ; burn . theme ( x _ 3 , x _ 1 )
in_distribution
The researcher gave a donut to Henry .
* researcher ( x _ 1 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , Henry ) AND donut ( x _ 4 )
in_distribution
A girl gave the weapon to Mason .
* weapon ( x _ 4 ) ; girl ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , Mason )
in_distribution
The butterfly ate Emma .
* butterfly ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , Emma )
in_distribution
The donut was nursed by Emma .
* donut ( x _ 1 ) ; nurse . theme ( x _ 3 , x _ 1 ) AND nurse . agent ( x _ 3 , Emma )
in_distribution
hold
LAMBDA a . LAMBDA b . LAMBDA e . hold . agent ( e , b ) AND hold . theme ( e , a )
primitive
Liam was given a cake in a house .
give . recipient ( x _ 2 , Liam ) AND give . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND house ( x _ 7 )
in_distribution
David supported that the mouse was sold the fig on the table .
* mouse ( x _ 4 ) ; * fig ( x _ 8 ) ; * table ( x _ 11 ) ; support . agent ( x _ 1 , David ) AND support . ccomp ( x _ 1 , x _ 6 ) AND sell . recipient ( x _ 6 , x _ 4 ) AND sell . theme ( x _ 6 , x _ 8 ) AND fig . nmod . on ( x _ 8 , x _ 11 )
in_distribution
A can was sent to a baby by the dog .
* dog ( x _ 9 ) ; can ( x _ 1 ) AND send . theme ( x _ 3 , x _ 1 ) AND send . recipient ( x _ 3 , x _ 6 ) AND send . agent ( x _ 3 , x _ 9 ) AND baby ( x _ 6 )
in_distribution
Liam was given a rose in the cup .
* cup ( x _ 7 ) ; give . recipient ( x _ 2 , Liam ) AND give . theme ( x _ 2 , x _ 4 ) AND rose ( x _ 4 ) AND rose . nmod . in ( x _ 4 , x _ 7 )
in_distribution
Noah liked a strawberry on the glacier .
* glacier ( x _ 6 ) ; like . agent ( x _ 1 , Noah ) AND like . theme ( x _ 1 , x _ 3 ) AND strawberry ( x _ 3 ) AND strawberry . nmod . on ( x _ 3 , x _ 6 )
in_distribution
The donut was dusted by Liam .
* donut ( x _ 1 ) ; dust . theme ( x _ 3 , x _ 1 ) AND dust . agent ( x _ 3 , Liam )
in_distribution
The host wanted to walk .
* host ( x _ 1 ) ; want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
in_distribution
A boy shortened .
boy ( x _ 1 ) AND shorten . theme ( x _ 2 , x _ 1 )
in_distribution
The creature respected that the donut was frozen .
* creature ( x _ 1 ) ; * donut ( x _ 5 ) ; respect . agent ( x _ 2 , x _ 1 ) AND respect . ccomp ( x _ 2 , x _ 7 ) AND freeze . theme ( x _ 7 , x _ 5 )
in_distribution
The rose froze .
* rose ( x _ 1 ) ; freeze . theme ( x _ 2 , x _ 1 )
in_distribution
The manager was given a pencil on the table by Aria .
* manager ( x _ 1 ) ; * table ( x _ 8 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , Aria ) AND pencil ( x _ 5 ) AND pencil . nmod . on ( x _ 5 , x _ 8 )
in_distribution
A drink was grown .
drink ( x _ 1 ) AND grow . theme ( x _ 3 , x _ 1 )
in_distribution
The dog ate .
* dog ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 )
in_distribution
The bat was eaten by a friend .
* bat ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 ) AND friend ( x _ 6 )
in_distribution
The melon was loved by the girl .
* melon ( x _ 1 ) ; * girl ( x _ 6 ) ; love . theme ( x _ 3 , x _ 1 ) AND love . agent ( x _ 3 , x _ 6 )
in_distribution
Liam cleaned the crayon .
* crayon ( x _ 3 ) ; clean . agent ( x _ 1 , Liam ) AND clean . theme ( x _ 1 , x _ 3 )
in_distribution
Sofia was given a sandwich .
give . recipient ( x _ 2 , Sofia ) AND give . theme ( x _ 2 , x _ 4 ) AND sandwich ( x _ 4 )
in_distribution
A sandwich was known by the girl .
* girl ( x _ 6 ) ; sandwich ( x _ 1 ) AND know . theme ( x _ 3 , x _ 1 ) AND know . agent ( x _ 3 , x _ 6 )
in_distribution
A girl believed that a cake was rolled .
girl ( x _ 1 ) AND believe . agent ( x _ 2 , x _ 1 ) AND believe . ccomp ( x _ 2 , x _ 7 ) AND cake ( x _ 5 ) AND roll . theme ( x _ 7 , x _ 5 )
in_distribution
Emily rolled Camila .
roll . agent ( x _ 1 , Emily ) AND roll . theme ( x _ 1 , Camila )
in_distribution
A button was served to Liam by the girl .
* girl ( x _ 8 ) ; button ( x _ 1 ) AND serve . theme ( x _ 3 , x _ 1 ) AND serve . recipient ( x _ 3 , Liam ) AND serve . agent ( x _ 3 , x _ 8 )
in_distribution
Emma was brought a cracker in the car .
* car ( x _ 7 ) ; bring . recipient ( x _ 2 , Emma ) AND bring . theme ( x _ 2 , x _ 4 ) AND cracker ( x _ 4 ) AND cracker . nmod . in ( x _ 4 , x _ 7 )
in_distribution
Liam posted the dog the cookie beside the book .
* dog ( x _ 3 ) ; * cookie ( x _ 5 ) ; * book ( x _ 8 ) ; post . agent ( x _ 1 , Liam ) AND post . recipient ( x _ 1 , x _ 3 ) AND post . theme ( x _ 1 , x _ 5 ) AND cookie . nmod . beside ( x _ 5 , x _ 8 )
in_distribution
Emma longed to sleep .
long . agent ( x _ 1 , Emma ) AND long . xcomp ( x _ 1 , x _ 3 ) AND sleep . agent ( x _ 3 , Emma )
in_distribution
The girl was fed the cake in a bucket .
* girl ( x _ 1 ) ; * cake ( x _ 5 ) ; feed . recipient ( x _ 3 , x _ 1 ) AND feed . theme ( x _ 3 , x _ 5 ) AND cake . nmod . in ( x _ 5 , x _ 8 ) AND bucket ( x _ 8 )
in_distribution
Harper rolled a monkey .
roll . agent ( x _ 1 , Harper ) AND roll . theme ( x _ 1 , x _ 3 ) AND monkey ( x _ 3 )
in_distribution
A girl served Elijah a gumball .
girl ( x _ 1 ) AND serve . agent ( x _ 2 , x _ 1 ) AND serve . recipient ( x _ 2 , Elijah ) AND serve . theme ( x _ 2 , x _ 5 ) AND gumball ( x _ 5 )
in_distribution
Mia worshipped Emma .
worship . agent ( x _ 1 , Mia ) AND worship . theme ( x _ 1 , Emma )
in_distribution
A boy noticed Harper .
boy ( x _ 1 ) AND notice . agent ( x _ 2 , x _ 1 ) AND notice . theme ( x _ 2 , Harper )
in_distribution
The father liked that the boy ate .
* father ( x _ 1 ) ; * boy ( x _ 5 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 6 ) AND eat . agent ( x _ 6 , x _ 5 )
in_distribution
A girl noticed that the box was painted .
* box ( x _ 5 ) ; girl ( x _ 1 ) AND notice . agent ( x _ 2 , x _ 1 ) AND notice . ccomp ( x _ 2 , x _ 7 ) AND paint . theme ( x _ 7 , x _ 5 )
in_distribution
The cake was inflated by the boy .
* cake ( x _ 1 ) ; * boy ( x _ 6 ) ; inflate . theme ( x _ 3 , x _ 1 ) AND inflate . agent ( x _ 3 , x _ 6 )
in_distribution
Lincoln respected a chalk beside the bottle .
* bottle ( x _ 6 ) ; respect . agent ( x _ 1 , Lincoln ) AND respect . theme ( x _ 1 , x _ 3 ) AND chalk ( x _ 3 ) AND chalk . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
A boy ate the penguin .
* penguin ( x _ 4 ) ; boy ( x _ 1 ) AND eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 )
in_distribution
David noticed that the cake was burned by a boy .
* cake ( x _ 4 ) ; notice . agent ( x _ 1 , David ) AND notice . ccomp ( x _ 1 , x _ 6 ) AND burn . theme ( x _ 6 , x _ 4 ) AND burn . agent ( x _ 6 , x _ 9 ) AND boy ( x _ 9 )
in_distribution
Liam broke .
break . theme ( x _ 1 , Liam )
in_distribution
Emma loved to walk .
love . agent ( x _ 1 , Emma ) AND love . xcomp ( x _ 1 , x _ 3 ) AND walk . agent ( x _ 3 , Emma )
in_distribution
The cake was known by Noah .
* cake ( x _ 1 ) ; know . theme ( x _ 3 , x _ 1 ) AND know . agent ( x _ 3 , Noah )
in_distribution
A basket was sketched by a crocodile .
basket ( x _ 1 ) AND sketch . theme ( x _ 3 , x _ 1 ) AND sketch . agent ( x _ 3 , x _ 6 ) AND crocodile ( x _ 6 )
in_distribution
Olivia rolled the weapon beside the stage .
* weapon ( x _ 3 ) ; * stage ( x _ 6 ) ; roll . agent ( x _ 1 , Olivia ) AND roll . theme ( x _ 1 , x _ 3 ) AND weapon . nmod . beside ( x _ 3 , x _ 6 )
in_distribution
The monster shortened Emma .
* monster ( x _ 1 ) ; shorten . agent ( x _ 2 , x _ 1 ) AND shorten . theme ( x _ 2 , Emma )
in_distribution
A girl liked that a cake was lended to Benjamin .
girl ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND cake ( x _ 5 ) AND lend . theme ( x _ 7 , x _ 5 ) AND lend . recipient ( x _ 7 , Benjamin )
in_distribution
Elijah declared that Ava appreciated that a strawberry was given to the guy .
* guy ( x _ 12 ) ; declare . agent ( x _ 1 , Elijah ) AND declare . ccomp ( x _ 1 , x _ 4 ) AND appreciate . agent ( x _ 4 , Ava ) AND appreciate . ccomp ( x _ 4 , x _ 9 ) AND strawberry ( x _ 7 ) AND give . theme ( x _ 9 , x _ 7 ) AND give . recipient ( x _ 9 , x _ 12 )
in_distribution
Skylar gave a rose beside a bed to Owen .
give . agent ( x _ 1 , Skylar ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , Owen ) AND rose ( x _ 3 ) AND rose . nmod . beside ( x _ 3 , x _ 6 ) AND bed ( x _ 6 )
in_distribution
A cake was given to Olivia by the child .
* child ( x _ 8 ) ; cake ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Olivia ) AND give . agent ( x _ 3 , x _ 8 )
in_distribution
Wyatt gave Benjamin the cake .
* cake ( x _ 4 ) ; give . agent ( x _ 1 , Wyatt ) AND give . recipient ( x _ 1 , Benjamin ) AND give . theme ( x _ 1 , x _ 4 )
in_distribution
The princess gave Isabella the shirt .
* princess ( x _ 1 ) ; * shirt ( x _ 5 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Isabella ) AND give . theme ( x _ 2 , x _ 5 )
in_distribution
The donut was returned to the bear .
* donut ( x _ 1 ) ; * bear ( x _ 6 ) ; return . theme ( x _ 3 , x _ 1 ) AND return . recipient ( x _ 3 , x _ 6 )
in_distribution
The boy drew a girl .
* boy ( x _ 1 ) ; draw . agent ( x _ 2 , x _ 1 ) AND draw . theme ( x _ 2 , x _ 4 ) AND girl ( x _ 4 )
in_distribution
Emma respected that a baby poked a cake beside the chair .
* chair ( x _ 10 ) ; respect . agent ( x _ 1 , Emma ) AND respect . ccomp ( x _ 1 , x _ 5 ) AND baby ( x _ 4 ) AND poke . agent ( x _ 5 , x _ 4 ) AND poke . theme ( x _ 5 , x _ 7 ) AND cake ( x _ 7 ) AND cake . nmod . beside ( x _ 7 , x _ 10 )
in_distribution
A box was admired by Luke .
box ( x _ 1 ) AND admire . theme ( x _ 3 , x _ 1 ) AND admire . agent ( x _ 3 , Luke )
in_distribution
The dog gave the cake on the table to Noah .
* dog ( x _ 1 ) ; * cake ( x _ 4 ) ; * table ( x _ 7 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , Noah ) AND cake . nmod . on ( x _ 4 , x _ 7 )
in_distribution
A girl cooked .
girl ( x _ 1 ) AND cook . agent ( x _ 2 , x _ 1 )
in_distribution
William helped a girl on a TV .
help . agent ( x _ 1 , William ) AND help . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 ) AND girl . nmod . on ( x _ 3 , x _ 6 ) AND tv ( x _ 6 )
in_distribution
A girl shortened the cookie in a room .
* cookie ( x _ 4 ) ; girl ( x _ 1 ) AND shorten . agent ( x _ 2 , x _ 1 ) AND shorten . theme ( x _ 2 , x _ 4 ) AND cookie . nmod . in ( x _ 4 , x _ 7 ) AND room ( x _ 7 )
in_distribution
A cake was awarded to a boy by Noah .
cake ( x _ 1 ) AND award . theme ( x _ 3 , x _ 1 ) AND award . recipient ( x _ 3 , x _ 6 ) AND award . agent ( x _ 3 , Noah ) AND boy ( x _ 6 )
in_distribution
Chloe was lended a cake in a car by Emma .
lend . recipient ( x _ 2 , Chloe ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . agent ( x _ 2 , Emma ) AND cake ( x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 ) AND car ( x _ 7 )
in_distribution
Liam rolled the ring .
* ring ( x _ 3 ) ; roll . agent ( x _ 1 , Liam ) AND roll . theme ( x _ 1 , x _ 3 )
in_distribution
A baby cooked .
baby ( x _ 1 ) AND cook . agent ( x _ 2 , x _ 1 )
in_distribution
The watch was rolled by a hero .
* watch ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 ) AND hero ( x _ 6 )
in_distribution
Lucas confessed that Noah intended to walk .
confess . agent ( x _ 1 , Lucas ) AND confess . ccomp ( x _ 1 , x _ 4 ) AND intend . agent ( x _ 4 , Noah ) AND intend . xcomp ( x _ 4 , x _ 6 ) AND walk . agent ( x _ 6 , Noah )
in_distribution
The strawberry was sold to Camila .
* strawberry ( x _ 1 ) ; sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , Camila )
in_distribution
The boy was lended a cookie .
* boy ( x _ 1 ) ; lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND cookie ( x _ 5 )
in_distribution
The cat wished that Emma gave the boy the cake on the table .
* cat ( x _ 1 ) ; * boy ( x _ 7 ) ; * cake ( x _ 9 ) ; * table ( x _ 12 ) ; wish . agent ( x _ 2 , x _ 1 ) AND wish . ccomp ( x _ 2 , x _ 5 ) AND give . agent ( x _ 5 , Emma ) AND give . recipient ( x _ 5 , x _ 7 ) AND give . theme ( x _ 5 , x _ 9 ) AND cake . nmod . on ( x _ 9 , x _ 12 )
in_distribution
The girl liked that the boy found a cake .
* girl ( x _ 1 ) ; * boy ( x _ 5 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 6 ) AND find . agent ( x _ 6 , x _ 5 ) AND find . theme ( x _ 6 , x _ 8 ) AND cake ( x _ 8 )
in_distribution
A gumball was burned .
gumball ( x _ 1 ) AND burn . theme ( x _ 3 , x _ 1 )
in_distribution
Riley gave the donut to Emma .
* donut ( x _ 3 ) ; give . agent ( x _ 1 , Riley ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , Emma )
in_distribution
Emma liked that the glue was loaned to Harper by the president .
* glue ( x _ 4 ) ; * president ( x _ 11 ) ; like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 6 ) AND loan . theme ( x _ 6 , x _ 4 ) AND loan . recipient ( x _ 6 , Harper ) AND loan . agent ( x _ 6 , x _ 11 )
in_distribution
The cookie was admired by the girl .
* cookie ( x _ 1 ) ; * girl ( x _ 6 ) ; admire . theme ( x _ 3 , x _ 1 ) AND admire . agent ( x _ 3 , x _ 6 )
in_distribution
Emma served the boy a ball on a tree .
* boy ( x _ 3 ) ; serve . agent ( x _ 1 , Emma ) AND serve . recipient ( x _ 1 , x _ 3 ) AND serve . theme ( x _ 1 , x _ 5 ) AND ball ( x _ 5 ) AND ball . nmod . on ( x _ 5 , x _ 8 ) AND tree ( x _ 8 )
in_distribution
Emma liked a dog .
like . agent ( x _ 1 , Emma ) AND like . theme ( x _ 1 , x _ 3 ) AND dog ( x _ 3 )
in_distribution
Ava was sold the hammer in the car .
* hammer ( x _ 4 ) ; * car ( x _ 7 ) ; sell . recipient ( x _ 2 , Ava ) AND sell . theme ( x _ 2 , x _ 4 ) AND hammer . nmod . in ( x _ 4 , x _ 7 )
in_distribution
Theodore lended the cookie to the girl .
* cookie ( x _ 3 ) ; * girl ( x _ 6 ) ; lend . agent ( x _ 1 , Theodore ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , x _ 6 )
in_distribution
Isabella dreamed that the cake was slid by Savannah .
* cake ( x _ 4 ) ; dream . agent ( x _ 1 , Isabella ) AND dream . ccomp ( x _ 1 , x _ 6 ) AND slide . theme ( x _ 6 , x _ 4 ) AND slide . agent ( x _ 6 , Savannah )
in_distribution
A monkey wanted to sleep .
monkey ( x _ 1 ) AND want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND sleep . agent ( x _ 4 , x _ 1 )
in_distribution
A strawberry was given to the boy by Liam .
* boy ( x _ 6 ) ; strawberry ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , Liam )
in_distribution
A girl was given the cookie beside the road by Emma .
* cookie ( x _ 5 ) ; * road ( x _ 8 ) ; girl ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , Emma ) AND cookie . nmod . beside ( x _ 5 , x _ 8 )
in_distribution
Lillian poked a cake beside a bed .
poke . agent ( x _ 1 , Lillian ) AND poke . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 ) AND cake . nmod . beside ( x _ 3 , x _ 6 ) AND bed ( x _ 6 )
in_distribution
A girl liked that the boy heard .
* boy ( x _ 5 ) ; girl ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 6 ) AND hear . agent ( x _ 6 , x _ 5 )
in_distribution
A cake was given to a girl by the teacher .
* teacher ( x _ 9 ) ; cake ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , x _ 9 ) AND girl ( x _ 6 )
in_distribution
Emma fed the raisin to Liam .
* raisin ( x _ 3 ) ; feed . agent ( x _ 1 , Emma ) AND feed . theme ( x _ 1 , x _ 3 ) AND feed . recipient ( x _ 1 , Liam )
in_distribution
Scarlett painted the donut .
* donut ( x _ 3 ) ; paint . agent ( x _ 1 , Scarlett ) AND paint . theme ( x _ 1 , x _ 3 )
in_distribution
A raisin was given to a girl by Carter .
raisin ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , Carter ) AND girl ( x _ 6 )
in_distribution
A bird proved that the glue was changed .
* glue ( x _ 5 ) ; bird ( x _ 1 ) AND prove . agent ( x _ 2 , x _ 1 ) AND prove . ccomp ( x _ 2 , x _ 7 ) AND change . theme ( x _ 7 , x _ 5 )
in_distribution
A gumball was offered to Emma by a girl .
gumball ( x _ 1 ) AND offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , Emma ) AND offer . agent ( x _ 3 , x _ 8 ) AND girl ( x _ 8 )
in_distribution