input
stringlengths 3
103
| output
stringlengths 3
435
| domain
stringclasses 14
values |
---|---|---|
The cake was forwarded to the chicken .
|
* cake ( x _ 1 ) ; * chicken ( x _ 6 ) ; forward . theme ( x _ 3 , x _ 1 ) AND forward . recipient ( x _ 3 , x _ 6 )
|
in_distribution
|
Asher liked the knife on the chair .
|
* knife ( x _ 3 ) ; * chair ( x _ 6 ) ; like . agent ( x _ 1 , Asher ) AND like . theme ( x _ 1 , x _ 3 ) AND knife . nmod . on ( x _ 3 , x _ 6 )
|
in_distribution
|
The girl gave Mason a cake .
|
* girl ( x _ 1 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Mason ) AND give . theme ( x _ 2 , x _ 5 ) AND cake ( x _ 5 )
|
in_distribution
|
Emma nursed the raisin on the cupboard .
|
* raisin ( x _ 3 ) ; * cupboard ( x _ 6 ) ; nurse . agent ( x _ 1 , Emma ) AND nurse . theme ( x _ 1 , x _ 3 ) AND raisin . nmod . on ( x _ 3 , x _ 6 )
|
in_distribution
|
Liam ate a tenant .
|
eat . agent ( x _ 1 , Liam ) AND eat . theme ( x _ 1 , x _ 3 ) AND tenant ( x _ 3 )
|
in_distribution
|
Riley was offered the cake on the table by Emma .
|
* cake ( x _ 4 ) ; * table ( x _ 7 ) ; offer . recipient ( x _ 2 , Riley ) AND offer . theme ( x _ 2 , x _ 4 ) AND offer . agent ( x _ 2 , Emma ) AND cake . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
A jigsaw was thrown by the girl .
|
* girl ( x _ 6 ) ; jigsaw ( x _ 1 ) AND throw . theme ( x _ 3 , x _ 1 ) AND throw . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
Liam painted a cake in the house .
|
* house ( x _ 6 ) ; paint . agent ( x _ 1 , Liam ) AND paint . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 ) AND cake . nmod . in ( x _ 3 , x _ 6 )
|
in_distribution
|
Elizabeth screamed .
|
scream . agent ( x _ 1 , Elizabeth )
|
in_distribution
|
Emma was sent the rose .
|
* rose ( x _ 4 ) ; send . recipient ( x _ 2 , Emma ) AND send . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
The farmer froze the bat .
|
* farmer ( x _ 1 ) ; * bat ( x _ 4 ) ; freeze . agent ( x _ 2 , x _ 1 ) AND freeze . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
A cake was slid by the cat .
|
* cat ( x _ 6 ) ; cake ( x _ 1 ) AND slide . theme ( x _ 3 , x _ 1 ) AND slide . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
A dog cooked the donut in a train .
|
* donut ( x _ 4 ) ; dog ( x _ 1 ) AND cook . agent ( x _ 2 , x _ 1 ) AND cook . theme ( x _ 2 , x _ 4 ) AND donut . nmod . in ( x _ 4 , x _ 7 ) AND train ( x _ 7 )
|
in_distribution
|
The strawberry was thrown .
|
* strawberry ( x _ 1 ) ; throw . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A dog passed a donut on the stage to the girl .
|
* stage ( x _ 7 ) ; * girl ( x _ 10 ) ; dog ( x _ 1 ) AND pass . agent ( x _ 2 , x _ 1 ) AND pass . theme ( x _ 2 , x _ 4 ) AND pass . recipient ( x _ 2 , x _ 10 ) AND donut ( x _ 4 ) AND donut . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
The donut was sold to a teacher .
|
* donut ( x _ 1 ) ; sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , x _ 6 ) AND teacher ( x _ 6 )
|
in_distribution
|
The mouse intended to giggle .
|
* mouse ( x _ 1 ) ; intend . agent ( x _ 2 , x _ 1 ) AND intend . xcomp ( x _ 2 , x _ 4 ) AND giggle . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
A monkey was loaned a block by Emma .
|
monkey ( x _ 1 ) AND loan . recipient ( x _ 3 , x _ 1 ) AND loan . theme ( x _ 3 , x _ 5 ) AND loan . agent ( x _ 3 , Emma ) AND block ( x _ 5 )
|
in_distribution
|
A bear walked .
|
bear ( x _ 1 ) AND walk . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
Olivia touched the cake .
|
* cake ( x _ 3 ) ; touch . agent ( x _ 1 , Olivia ) AND touch . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
A baby lended Emma a cake in the house .
|
* house ( x _ 8 ) ; baby ( x _ 1 ) AND lend . agent ( x _ 2 , x _ 1 ) AND lend . recipient ( x _ 2 , Emma ) AND lend . theme ( x _ 2 , x _ 5 ) AND cake ( x _ 5 ) AND cake . nmod . in ( x _ 5 , x _ 8 )
|
in_distribution
|
Emma ate a balloon beside the bag .
|
* bag ( x _ 6 ) ; eat . agent ( x _ 1 , Emma ) AND eat . theme ( x _ 1 , x _ 3 ) AND balloon ( x _ 3 ) AND balloon . nmod . beside ( x _ 3 , x _ 6 )
|
in_distribution
|
A cake was rented to the monkey by John .
|
* monkey ( x _ 6 ) ; cake ( x _ 1 ) AND rent . theme ( x _ 3 , x _ 1 ) AND rent . recipient ( x _ 3 , x _ 6 ) AND rent . agent ( x _ 3 , John )
|
in_distribution
|
A sailor passed Emma a cake beside the car .
|
* car ( x _ 8 ) ; sailor ( x _ 1 ) AND pass . agent ( x _ 2 , x _ 1 ) AND pass . recipient ( x _ 2 , Emma ) AND pass . theme ( x _ 2 , x _ 5 ) AND cake ( x _ 5 ) AND cake . nmod . beside ( x _ 5 , x _ 8 )
|
in_distribution
|
A cake was dusted by Ellie .
|
cake ( x _ 1 ) AND dust . theme ( x _ 3 , x _ 1 ) AND dust . agent ( x _ 3 , Ellie )
|
in_distribution
|
The block was discovered by Liam .
|
* block ( x _ 1 ) ; discover . theme ( x _ 3 , x _ 1 ) AND discover . agent ( x _ 3 , Liam )
|
in_distribution
|
The pen was eaten .
|
* pen ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A guitar was painted .
|
guitar ( x _ 1 ) AND paint . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A chicken was given the cake on the stage .
|
* cake ( x _ 5 ) ; * stage ( x _ 8 ) ; chicken ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND cake . nmod . on ( x _ 5 , x _ 8 )
|
in_distribution
|
A donut was handed to Noah .
|
donut ( x _ 1 ) AND hand . theme ( x _ 3 , x _ 1 ) AND hand . recipient ( x _ 3 , Noah )
|
in_distribution
|
The bat was enlarged .
|
* bat ( x _ 1 ) ; enlarge . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A rose was sold to Emma by the baby .
|
* baby ( x _ 8 ) ; rose ( x _ 1 ) AND sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , Emma ) AND sell . agent ( x _ 3 , x _ 8 )
|
in_distribution
|
A hamburger was offered to Emma .
|
hamburger ( x _ 1 ) AND offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , Emma )
|
in_distribution
|
A pumpkin was poked by Liam .
|
pumpkin ( x _ 1 ) AND poke . theme ( x _ 3 , x _ 1 ) AND poke . agent ( x _ 3 , Liam )
|
in_distribution
|
A teacher gave a hamburger beside a road to Emma .
|
teacher ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , Emma ) AND hamburger ( x _ 4 ) AND hamburger . nmod . beside ( x _ 4 , x _ 7 ) AND road ( x _ 7 )
|
in_distribution
|
Emma rented the horse a donut beside the chair .
|
* horse ( x _ 3 ) ; * chair ( x _ 8 ) ; rent . agent ( x _ 1 , Emma ) AND rent . recipient ( x _ 1 , x _ 3 ) AND rent . theme ( x _ 1 , x _ 5 ) AND donut ( x _ 5 ) AND donut . nmod . beside ( x _ 5 , x _ 8 )
|
in_distribution
|
A chicken giggled .
|
chicken ( x _ 1 ) AND giggle . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
The girl examined Samuel .
|
* girl ( x _ 1 ) ; examine . agent ( x _ 2 , x _ 1 ) AND examine . theme ( x _ 2 , Samuel )
|
in_distribution
|
The girl shortened .
|
* girl ( x _ 1 ) ; shorten . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
The cake was fed to Olivia by Jaxon .
|
* cake ( x _ 1 ) ; feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , Olivia ) AND feed . agent ( x _ 3 , Jaxon )
|
in_distribution
|
Emma was fed the donut by a boy .
|
* donut ( x _ 4 ) ; feed . recipient ( x _ 2 , Emma ) AND feed . theme ( x _ 2 , x _ 4 ) AND feed . agent ( x _ 2 , x _ 7 ) AND boy ( x _ 7 )
|
in_distribution
|
A donut was packed .
|
donut ( x _ 1 ) AND pack . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The cat painted a cookie beside a bag beside a table .
|
* cat ( x _ 1 ) ; paint . agent ( x _ 2 , x _ 1 ) AND paint . theme ( x _ 2 , x _ 4 ) AND cookie ( x _ 4 ) AND cookie . nmod . beside ( x _ 4 , x _ 7 ) AND bag ( x _ 7 ) AND bag . nmod . beside ( x _ 7 , x _ 10 ) AND table ( x _ 10 )
|
in_distribution
|
William mailed the cake in the garden to a boy .
|
* cake ( x _ 3 ) ; * garden ( x _ 6 ) ; mail . agent ( x _ 1 , William ) AND mail . theme ( x _ 1 , x _ 3 ) AND mail . recipient ( x _ 1 , x _ 9 ) AND cake . nmod . in ( x _ 3 , x _ 6 ) AND boy ( x _ 9 )
|
in_distribution
|
Ava rented the balloon on a seat to Dylan .
|
* balloon ( x _ 3 ) ; rent . agent ( x _ 1 , Ava ) AND rent . theme ( x _ 1 , x _ 3 ) AND rent . recipient ( x _ 1 , Dylan ) AND balloon . nmod . on ( x _ 3 , x _ 6 ) AND seat ( x _ 6 )
|
in_distribution
|
Oliver wanted to paint .
|
want . agent ( x _ 1 , Oliver ) AND want . xcomp ( x _ 1 , x _ 3 ) AND paint . agent ( x _ 3 , Oliver )
|
in_distribution
|
Olivia drew a bird .
|
draw . agent ( x _ 1 , Olivia ) AND draw . theme ( x _ 1 , x _ 3 ) AND bird ( x _ 3 )
|
in_distribution
|
The jacket was lended to Emma .
|
* jacket ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Emma )
|
in_distribution
|
Scarlett rolled the cake .
|
* cake ( x _ 3 ) ; roll . agent ( x _ 1 , Scarlett ) AND roll . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
The horse helped a gumball .
|
* horse ( x _ 1 ) ; help . agent ( x _ 2 , x _ 1 ) AND help . theme ( x _ 2 , x _ 4 ) AND gumball ( x _ 4 )
|
in_distribution
|
A cup was studied .
|
cup ( x _ 1 ) AND study . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A monkey saw the cookie in the tin .
|
* cookie ( x _ 4 ) ; * tin ( x _ 7 ) ; monkey ( x _ 1 ) AND see . agent ( x _ 2 , x _ 1 ) AND see . theme ( x _ 2 , x _ 4 ) AND cookie . nmod . in ( x _ 4 , x _ 7 )
|
in_distribution
|
Liam liked that the pillow was admired by the lion .
|
* pillow ( x _ 4 ) ; * lion ( x _ 9 ) ; like . agent ( x _ 1 , Liam ) AND like . ccomp ( x _ 1 , x _ 6 ) AND admire . theme ( x _ 6 , x _ 4 ) AND admire . agent ( x _ 6 , x _ 9 )
|
in_distribution
|
Noah gave Emma the cake on a speaker .
|
* cake ( x _ 4 ) ; give . agent ( x _ 1 , Noah ) AND give . recipient ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 ) AND speaker ( x _ 7 )
|
in_distribution
|
A brush was found .
|
brush ( x _ 1 ) AND find . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The consumer decomposed a cookie .
|
* consumer ( x _ 1 ) ; decompose . agent ( x _ 2 , x _ 1 ) AND decompose . theme ( x _ 2 , x _ 4 ) AND cookie ( x _ 4 )
|
in_distribution
|
The judge split Emma .
|
* judge ( x _ 1 ) ; split . agent ( x _ 2 , x _ 1 ) AND split . theme ( x _ 2 , Emma )
|
in_distribution
|
Noah ate a cake beside the table .
|
* table ( x _ 6 ) ; eat . agent ( x _ 1 , Noah ) AND eat . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 ) AND cake . nmod . beside ( x _ 3 , x _ 6 )
|
in_distribution
|
The girl supported that Ryan liked that a ring was frozen .
|
* girl ( x _ 1 ) ; support . agent ( x _ 2 , x _ 1 ) AND support . ccomp ( x _ 2 , x _ 5 ) AND like . agent ( x _ 5 , Ryan ) AND like . ccomp ( x _ 5 , x _ 10 ) AND ring ( x _ 8 ) AND freeze . theme ( x _ 10 , x _ 8 )
|
in_distribution
|
The cake was returned to Sophia .
|
* cake ( x _ 1 ) ; return . theme ( x _ 3 , x _ 1 ) AND return . recipient ( x _ 3 , Sophia )
|
in_distribution
|
A boy lended a lawyer the cake .
|
* cake ( x _ 6 ) ; boy ( x _ 1 ) AND lend . agent ( x _ 2 , x _ 1 ) AND lend . recipient ( x _ 2 , x _ 4 ) AND lend . theme ( x _ 2 , x _ 6 ) AND lawyer ( x _ 4 )
|
in_distribution
|
The girl saw a balloon .
|
* girl ( x _ 1 ) ; see . agent ( x _ 2 , x _ 1 ) AND see . theme ( x _ 2 , x _ 4 ) AND balloon ( x _ 4 )
|
in_distribution
|
A girl was given the cake .
|
* cake ( x _ 5 ) ; girl ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 )
|
in_distribution
|
Penelope fed Liam a donut .
|
feed . agent ( x _ 1 , Penelope ) AND feed . recipient ( x _ 1 , Liam ) AND feed . theme ( x _ 1 , x _ 4 ) AND donut ( x _ 4 )
|
in_distribution
|
A girl wanted to walk .
|
girl ( x _ 1 ) AND want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
Michael smiled .
|
smile . agent ( x _ 1 , Michael )
|
in_distribution
|
A shirt was adored by Ethan .
|
shirt ( x _ 1 ) AND adore . theme ( x _ 3 , x _ 1 ) AND adore . agent ( x _ 3 , Ethan )
|
in_distribution
|
Elijah lended a cake to Madison .
|
lend . agent ( x _ 1 , Elijah ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , Madison ) AND cake ( x _ 3 )
|
in_distribution
|
A raisin was touched .
|
raisin ( x _ 1 ) AND touch . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A donut was fed to Mason by Leo .
|
donut ( x _ 1 ) AND feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , Mason ) AND feed . agent ( x _ 3 , Leo )
|
in_distribution
|
A girl hoped that Noah slept .
|
girl ( x _ 1 ) AND hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 5 ) AND sleep . agent ( x _ 5 , Noah )
|
in_distribution
|
A knife was frozen by Layla .
|
knife ( x _ 1 ) AND freeze . theme ( x _ 3 , x _ 1 ) AND freeze . agent ( x _ 3 , Layla )
|
in_distribution
|
A cat awarded a spokesman the sandwich on a tree beside the sink .
|
* sandwich ( x _ 6 ) ; * sink ( x _ 12 ) ; cat ( x _ 1 ) AND award . agent ( x _ 2 , x _ 1 ) AND award . recipient ( x _ 2 , x _ 4 ) AND award . theme ( x _ 2 , x _ 6 ) AND spokesman ( x _ 4 ) AND sandwich . nmod . on ( x _ 6 , x _ 9 ) AND tree ( x _ 9 ) AND tree . nmod . beside ( x _ 9 , x _ 12 )
|
in_distribution
|
James gave a baby the weapon in a car .
|
* weapon ( x _ 5 ) ; give . agent ( x _ 1 , James ) AND give . recipient ( x _ 1 , x _ 3 ) AND give . theme ( x _ 1 , x _ 5 ) AND baby ( x _ 3 ) AND weapon . nmod . in ( x _ 5 , x _ 8 ) AND car ( x _ 8 )
|
in_distribution
|
The dog slid .
|
* dog ( x _ 1 ) ; slide . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
Andrew painted a pancake .
|
paint . agent ( x _ 1 , Andrew ) AND paint . theme ( x _ 1 , x _ 3 ) AND pancake ( x _ 3 )
|
in_distribution
|
Lily ate .
|
eat . agent ( x _ 1 , Lily )
|
in_distribution
|
Emma helped Evelyn .
|
help . agent ( x _ 1 , Emma ) AND help . theme ( x _ 1 , Evelyn )
|
in_distribution
|
Harper shortened .
|
shorten . theme ( x _ 1 , Harper )
|
in_distribution
|
The visitor believed that Evelyn gave a donut beside a table to the cat .
|
* visitor ( x _ 1 ) ; * cat ( x _ 13 ) ; believe . agent ( x _ 2 , x _ 1 ) AND believe . ccomp ( x _ 2 , x _ 5 ) AND give . agent ( x _ 5 , Evelyn ) AND give . theme ( x _ 5 , x _ 7 ) AND give . recipient ( x _ 5 , x _ 13 ) AND donut ( x _ 7 ) AND donut . nmod . beside ( x _ 7 , x _ 10 ) AND table ( x _ 10 )
|
in_distribution
|
William lended the bird a rose .
|
* bird ( x _ 3 ) ; lend . agent ( x _ 1 , William ) AND lend . recipient ( x _ 1 , x _ 3 ) AND lend . theme ( x _ 1 , x _ 5 ) AND rose ( x _ 5 )
|
in_distribution
|
William slid a girl on a deck .
|
slide . agent ( x _ 1 , William ) AND slide . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 ) AND girl . nmod . on ( x _ 3 , x _ 6 ) AND deck ( x _ 6 )
|
in_distribution
|
The pancake was admired by the girl .
|
* pancake ( x _ 1 ) ; * girl ( x _ 6 ) ; admire . theme ( x _ 3 , x _ 1 ) AND admire . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
Emma thought that the cake was grown by Liam .
|
* cake ( x _ 4 ) ; think . agent ( x _ 1 , Emma ) AND think . ccomp ( x _ 1 , x _ 6 ) AND grow . theme ( x _ 6 , x _ 4 ) AND grow . agent ( x _ 6 , Liam )
|
in_distribution
|
Liam liked Skylar .
|
like . agent ( x _ 1 , Liam ) AND like . theme ( x _ 1 , Skylar )
|
in_distribution
|
The kitty ate .
|
* kitty ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
A box was posted to a girl by Sebastian .
|
box ( x _ 1 ) AND post . theme ( x _ 3 , x _ 1 ) AND post . recipient ( x _ 3 , x _ 6 ) AND post . agent ( x _ 3 , Sebastian ) AND girl ( x _ 6 )
|
in_distribution
|
Lucas sold Emma a cake on the bed .
|
* bed ( x _ 7 ) ; sell . agent ( x _ 1 , Lucas ) AND sell . recipient ( x _ 1 , Emma ) AND sell . theme ( x _ 1 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
The banana was doubled by a child .
|
* banana ( x _ 1 ) ; double . theme ( x _ 3 , x _ 1 ) AND double . agent ( x _ 3 , x _ 6 ) AND child ( x _ 6 )
|
in_distribution
|
Skylar gave the donut beside a bench to the girl .
|
* donut ( x _ 3 ) ; * girl ( x _ 9 ) ; give . agent ( x _ 1 , Skylar ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , x _ 9 ) AND donut . nmod . beside ( x _ 3 , x _ 6 ) AND bench ( x _ 6 )
|
in_distribution
|
The child gave Mila the rose in a house .
|
* child ( x _ 1 ) ; * rose ( x _ 5 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Mila ) AND give . theme ( x _ 2 , x _ 5 ) AND rose . nmod . in ( x _ 5 , x _ 8 ) AND house ( x _ 8 )
|
in_distribution
|
A child touched the box beside the lemon .
|
* box ( x _ 4 ) ; * lemon ( x _ 7 ) ; child ( x _ 1 ) AND touch . agent ( x _ 2 , x _ 1 ) AND touch . theme ( x _ 2 , x _ 4 ) AND box . nmod . beside ( x _ 4 , x _ 7 )
|
in_distribution
|
A lollipop was frozen .
|
lollipop ( x _ 1 ) AND freeze . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The kitty was given a drink on a stool .
|
* kitty ( x _ 1 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND drink ( x _ 5 ) AND drink . nmod . on ( x _ 5 , x _ 8 ) AND stool ( x _ 8 )
|
in_distribution
|
Jacob helped Emma .
|
help . agent ( x _ 1 , Jacob ) AND help . theme ( x _ 1 , Emma )
|
in_distribution
|
Abigail cried .
|
cry . agent ( x _ 1 , Abigail )
|
in_distribution
|
Liam liked that the cake was burned .
|
* cake ( x _ 4 ) ; like . agent ( x _ 1 , Liam ) AND like . ccomp ( x _ 1 , x _ 6 ) AND burn . theme ( x _ 6 , x _ 4 )
|
in_distribution
|
A cake was given to Hannah .
|
cake ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Hannah )
|
in_distribution
|
A girl brought Emma a box .
|
girl ( x _ 1 ) AND bring . agent ( x _ 2 , x _ 1 ) AND bring . recipient ( x _ 2 , Emma ) AND bring . theme ( x _ 2 , x _ 5 ) AND box ( x _ 5 )
|
in_distribution
|
A teacher thought that a girl liked that a cookie was valued by Emma .
|
teacher ( x _ 1 ) AND think . agent ( x _ 2 , x _ 1 ) AND think . ccomp ( x _ 2 , x _ 6 ) AND girl ( x _ 5 ) AND like . agent ( x _ 6 , x _ 5 ) AND like . ccomp ( x _ 6 , x _ 11 ) AND cookie ( x _ 9 ) AND value . theme ( x _ 11 , x _ 9 ) AND value . agent ( x _ 11 , Emma )
|
in_distribution
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.