input
stringlengths 3
103
| output
stringlengths 3
435
| domain
stringclasses 14
values |
---|---|---|
The fish was given the donut in the refrigerator .
|
* fish ( x _ 1 ) ; * donut ( x _ 5 ) ; * refrigerator ( x _ 8 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND donut . nmod . in ( x _ 5 , x _ 8 )
|
in_distribution
|
A seed was lended to Emma by Liam .
|
seed ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Emma ) AND lend . agent ( x _ 3 , Liam )
|
in_distribution
|
Emma loved a bell .
|
love . agent ( x _ 1 , Emma ) AND love . theme ( x _ 1 , x _ 3 ) AND bell ( x _ 3 )
|
in_distribution
|
Noah rented the cat the cake .
|
* cat ( x _ 3 ) ; * cake ( x _ 5 ) ; rent . agent ( x _ 1 , Noah ) AND rent . recipient ( x _ 1 , x _ 3 ) AND rent . theme ( x _ 1 , x _ 5 )
|
in_distribution
|
Isabella liked that the donut was eaten .
|
* donut ( x _ 4 ) ; like . agent ( x _ 1 , Isabella ) AND like . ccomp ( x _ 1 , x _ 6 ) AND eat . theme ( x _ 6 , x _ 4 )
|
in_distribution
|
Abigail ate the cat .
|
* cat ( x _ 3 ) ; eat . agent ( x _ 1 , Abigail ) AND eat . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
A lion appreciated that the cake was given to a cat .
|
* cake ( x _ 5 ) ; lion ( x _ 1 ) AND appreciate . agent ( x _ 2 , x _ 1 ) AND appreciate . ccomp ( x _ 2 , x _ 7 ) AND give . theme ( x _ 7 , x _ 5 ) AND give . recipient ( x _ 7 , x _ 10 ) AND cat ( x _ 10 )
|
in_distribution
|
Emma served a bee the raisin .
|
* raisin ( x _ 5 ) ; serve . agent ( x _ 1 , Emma ) AND serve . recipient ( x _ 1 , x _ 3 ) AND serve . theme ( x _ 1 , x _ 5 ) AND bee ( x _ 3 )
|
in_distribution
|
A shoe was rolled by a butterfly .
|
shoe ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 ) AND butterfly ( x _ 6 )
|
in_distribution
|
Liam crumpled .
|
crumple . theme ( x _ 1 , Liam )
|
in_distribution
|
The donut was lended to Noah .
|
* donut ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Noah )
|
in_distribution
|
Elijah cried .
|
cry . agent ( x _ 1 , Elijah )
|
in_distribution
|
Alexander froze Olivia .
|
freeze . agent ( x _ 1 , Alexander ) AND freeze . theme ( x _ 1 , Olivia )
|
in_distribution
|
Skylar laughed .
|
laugh . agent ( x _ 1 , Skylar )
|
in_distribution
|
Emma gave a yogurt to a girl .
|
give . agent ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , x _ 6 ) AND yogurt ( x _ 3 ) AND girl ( x _ 6 )
|
in_distribution
|
A dog juggled the cake .
|
* cake ( x _ 4 ) ; dog ( x _ 1 ) AND juggle . agent ( x _ 2 , x _ 1 ) AND juggle . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
The bat was given to the girl by the governor .
|
* bat ( x _ 1 ) ; * girl ( x _ 6 ) ; * governor ( x _ 9 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND give . agent ( x _ 3 , x _ 9 )
|
in_distribution
|
The girl was given a cake .
|
* girl ( x _ 1 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND cake ( x _ 5 )
|
in_distribution
|
The box was rented to a girl .
|
* box ( x _ 1 ) ; rent . theme ( x _ 3 , x _ 1 ) AND rent . recipient ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
|
in_distribution
|
The girl shortened the seed in a house .
|
* girl ( x _ 1 ) ; * seed ( x _ 4 ) ; shorten . agent ( x _ 2 , x _ 1 ) AND shorten . theme ( x _ 2 , x _ 4 ) AND seed . nmod . in ( x _ 4 , x _ 7 ) AND house ( x _ 7 )
|
in_distribution
|
The box doubled .
|
* box ( x _ 1 ) ; double . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
Liam painted a plate .
|
paint . agent ( x _ 1 , Liam ) AND paint . theme ( x _ 1 , x _ 3 ) AND plate ( x _ 3 )
|
in_distribution
|
The chair reddened .
|
* chair ( x _ 1 ) ; redden . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
The duck liked that the cake was improved .
|
* duck ( x _ 1 ) ; * cake ( x _ 5 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND improve . theme ( x _ 7 , x _ 5 )
|
in_distribution
|
The cat gave Isabella the donut beside the table .
|
* cat ( x _ 1 ) ; * donut ( x _ 5 ) ; * table ( x _ 8 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Isabella ) AND give . theme ( x _ 2 , x _ 5 ) AND donut . nmod . beside ( x _ 5 , x _ 8 )
|
in_distribution
|
The drink was broken .
|
* drink ( x _ 1 ) ; break . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The box was offered to the girl .
|
* box ( x _ 1 ) ; * girl ( x _ 6 ) ; offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , x _ 6 )
|
in_distribution
|
Liam gave William the cake on the chair beside the desk .
|
* cake ( x _ 4 ) ; * chair ( x _ 7 ) ; * desk ( x _ 10 ) ; give . agent ( x _ 1 , Liam ) AND give . recipient ( x _ 1 , William ) AND give . theme ( x _ 1 , x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 ) AND chair . nmod . beside ( x _ 7 , x _ 10 )
|
in_distribution
|
Emma rented Noah a cake .
|
rent . agent ( x _ 1 , Emma ) AND rent . recipient ( x _ 1 , Noah ) AND rent . theme ( x _ 1 , x _ 4 ) AND cake ( x _ 4 )
|
in_distribution
|
A box was mailed to Eleanor by Jacob .
|
box ( x _ 1 ) AND mail . theme ( x _ 3 , x _ 1 ) AND mail . recipient ( x _ 3 , Eleanor ) AND mail . agent ( x _ 3 , Jacob )
|
in_distribution
|
A soldier offered the pencil to Emma .
|
* pencil ( x _ 4 ) ; soldier ( x _ 1 ) AND offer . agent ( x _ 2 , x _ 1 ) AND offer . theme ( x _ 2 , x _ 4 ) AND offer . recipient ( x _ 2 , Emma )
|
in_distribution
|
Sophia studied the host .
|
* host ( x _ 3 ) ; study . agent ( x _ 1 , Sophia ) AND study . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
The doll was liked .
|
* doll ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The donut was given to Ava by Olivia .
|
* donut ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Ava ) AND give . agent ( x _ 3 , Olivia )
|
in_distribution
|
A cake was shortened by a hero .
|
cake ( x _ 1 ) AND shorten . theme ( x _ 3 , x _ 1 ) AND shorten . agent ( x _ 3 , x _ 6 ) AND hero ( x _ 6 )
|
in_distribution
|
The creature grew Charlie .
|
* creature ( x _ 1 ) ; grow . agent ( x _ 2 , x _ 1 ) AND grow . theme ( x _ 2 , Charlie )
|
exposure_example_obj_proper
|
A box was floated by Olivia .
|
box ( x _ 1 ) AND float . theme ( x _ 3 , x _ 1 ) AND float . agent ( x _ 3 , Olivia )
|
in_distribution
|
The manager needed to walk .
|
* manager ( x _ 1 ) ; need . agent ( x _ 2 , x _ 1 ) AND need . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
The girl was fed the cake on a stage .
|
* girl ( x _ 1 ) ; * cake ( x _ 5 ) ; feed . recipient ( x _ 3 , x _ 1 ) AND feed . theme ( x _ 3 , x _ 5 ) AND cake . nmod . on ( x _ 5 , x _ 8 ) AND stage ( x _ 8 )
|
in_distribution
|
A donut was grown by a girl .
|
donut ( x _ 1 ) AND grow . theme ( x _ 3 , x _ 1 ) AND grow . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
|
in_distribution
|
Logan respected a glue in the vessel .
|
* vessel ( x _ 6 ) ; respect . agent ( x _ 1 , Logan ) AND respect . theme ( x _ 1 , x _ 3 ) AND glue ( x _ 3 ) AND glue . nmod . in ( x _ 3 , x _ 6 )
|
in_distribution
|
Emma wished to jog .
|
wish . agent ( x _ 1 , Emma ) AND wish . xcomp ( x _ 1 , x _ 3 ) AND jog . agent ( x _ 3 , Emma )
|
in_distribution
|
A pickle was split .
|
pickle ( x _ 1 ) AND split . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A goose liked that the donut was eaten .
|
* donut ( x _ 5 ) ; goose ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND eat . theme ( x _ 7 , x _ 5 )
|
in_distribution
|
A biscuit was hunted .
|
biscuit ( x _ 1 ) AND hunt . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A banana was given to the girl .
|
* girl ( x _ 6 ) ; banana ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 )
|
in_distribution
|
A bat was sold to Emma .
|
bat ( x _ 1 ) AND sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , Emma )
|
in_distribution
|
The girl dreamed to run .
|
* girl ( x _ 1 ) ; dream . agent ( x _ 2 , x _ 1 ) AND dream . xcomp ( x _ 2 , x _ 4 ) AND run . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
A horse liked that Liam was given the cake beside a table .
|
* cake ( x _ 8 ) ; horse ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 6 ) AND give . recipient ( x _ 6 , Liam ) AND give . theme ( x _ 6 , x _ 8 ) AND cake . nmod . beside ( x _ 8 , x _ 11 ) AND table ( x _ 11 )
|
in_distribution
|
A book was dusted .
|
book ( x _ 1 ) AND dust . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The box was painted by a child .
|
* box ( x _ 1 ) ; paint . theme ( x _ 3 , x _ 1 ) AND paint . agent ( x _ 3 , x _ 6 ) AND child ( x _ 6 )
|
in_distribution
|
A boy appreciated that a bowl rolled .
|
boy ( x _ 1 ) AND appreciate . agent ( x _ 2 , x _ 1 ) AND appreciate . ccomp ( x _ 2 , x _ 6 ) AND bowl ( x _ 5 ) AND roll . theme ( x _ 6 , x _ 5 )
|
in_distribution
|
The friend packed the boy .
|
* friend ( x _ 1 ) ; * boy ( x _ 4 ) ; pack . agent ( x _ 2 , x _ 1 ) AND pack . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
A drink was lended to Isabella .
|
drink ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Isabella )
|
in_distribution
|
The sandwich was given to Liam .
|
* sandwich ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Liam )
|
in_distribution
|
The boy meant that the donut was given to a writer .
|
* boy ( x _ 1 ) ; * donut ( x _ 5 ) ; mean . agent ( x _ 2 , x _ 1 ) AND mean . ccomp ( x _ 2 , x _ 7 ) AND give . theme ( x _ 7 , x _ 5 ) AND give . recipient ( x _ 7 , x _ 10 ) AND writer ( x _ 10 )
|
in_distribution
|
The queen was mailed the rose on a chair in a garden .
|
* queen ( x _ 1 ) ; * rose ( x _ 5 ) ; mail . recipient ( x _ 3 , x _ 1 ) AND mail . theme ( x _ 3 , x _ 5 ) AND rose . nmod . on ( x _ 5 , x _ 8 ) AND chair ( x _ 8 ) AND chair . nmod . in ( x _ 8 , x _ 11 ) AND garden ( x _ 11 )
|
in_distribution
|
The donut was burned by a goose .
|
* donut ( x _ 1 ) ; burn . theme ( x _ 3 , x _ 1 ) AND burn . agent ( x _ 3 , x _ 6 ) AND goose ( x _ 6 )
|
in_distribution
|
The zebra enlarged Emma .
|
* zebra ( x _ 1 ) ; enlarge . agent ( x _ 2 , x _ 1 ) AND enlarge . theme ( x _ 2 , Emma )
|
in_distribution
|
A pretzel was eaten .
|
pretzel ( x _ 1 ) AND eat . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Olivia meant to run .
|
mean . agent ( x _ 1 , Olivia ) AND mean . xcomp ( x _ 1 , x _ 3 ) AND run . agent ( x _ 3 , Olivia )
|
in_distribution
|
Madison brought a donut to the bear .
|
* bear ( x _ 6 ) ; bring . agent ( x _ 1 , Madison ) AND bring . theme ( x _ 1 , x _ 3 ) AND bring . recipient ( x _ 1 , x _ 6 ) AND donut ( x _ 3 )
|
in_distribution
|
A pizza was offered to Emma by the doctor .
|
* doctor ( x _ 8 ) ; pizza ( x _ 1 ) AND offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , Emma ) AND offer . agent ( x _ 3 , x _ 8 )
|
in_distribution
|
A rose was given to Emma .
|
rose ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Emma )
|
in_distribution
|
Madison loaned a donut to the teacher .
|
* teacher ( x _ 6 ) ; loan . agent ( x _ 1 , Madison ) AND loan . theme ( x _ 1 , x _ 3 ) AND loan . recipient ( x _ 1 , x _ 6 ) AND donut ( x _ 3 )
|
in_distribution
|
The scientist found Hannah .
|
* scientist ( x _ 1 ) ; find . agent ( x _ 2 , x _ 1 ) AND find . theme ( x _ 2 , Hannah )
|
in_distribution
|
A teacher was lended the rose beside a table by Dylan .
|
* rose ( x _ 5 ) ; teacher ( x _ 1 ) AND lend . recipient ( x _ 3 , x _ 1 ) AND lend . theme ( x _ 3 , x _ 5 ) AND lend . agent ( x _ 3 , Dylan ) AND rose . nmod . beside ( x _ 5 , x _ 8 ) AND table ( x _ 8 )
|
in_distribution
|
The girl was offered a cake by Emma .
|
* girl ( x _ 1 ) ; offer . recipient ( x _ 3 , x _ 1 ) AND offer . theme ( x _ 3 , x _ 5 ) AND offer . agent ( x _ 3 , Emma ) AND cake ( x _ 5 )
|
in_distribution
|
Liam admired a cookie beside a table .
|
admire . agent ( x _ 1 , Liam ) AND admire . theme ( x _ 1 , x _ 3 ) AND cookie ( x _ 3 ) AND cookie . nmod . beside ( x _ 3 , x _ 6 ) AND table ( x _ 6 )
|
in_distribution
|
Harper said that a cake was helped .
|
say . agent ( x _ 1 , Harper ) AND say . ccomp ( x _ 1 , x _ 6 ) AND cake ( x _ 4 ) AND help . theme ( x _ 6 , x _ 4 )
|
in_distribution
|
A rose was snapped by Olivia .
|
rose ( x _ 1 ) AND snap . theme ( x _ 3 , x _ 1 ) AND snap . agent ( x _ 3 , Olivia )
|
in_distribution
|
Emma hoped that the boy lended a monkey the cookie .
|
* boy ( x _ 4 ) ; * cookie ( x _ 9 ) ; hope . agent ( x _ 1 , Emma ) AND hope . ccomp ( x _ 1 , x _ 5 ) AND lend . agent ( x _ 5 , x _ 4 ) AND lend . recipient ( x _ 5 , x _ 7 ) AND lend . theme ( x _ 5 , x _ 9 ) AND monkey ( x _ 7 )
|
in_distribution
|
A chalk was loved by the girl .
|
* girl ( x _ 6 ) ; chalk ( x _ 1 ) AND love . theme ( x _ 3 , x _ 1 ) AND love . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
A girl wanted to nap .
|
girl ( x _ 1 ) AND want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND nap . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
Jaxon was lended a cake on a surface by Nora .
|
lend . recipient ( x _ 2 , Jaxon ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . agent ( x _ 2 , Nora ) AND cake ( x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 ) AND surface ( x _ 7 )
|
in_distribution
|
The cat ate the radio .
|
* cat ( x _ 1 ) ; * radio ( x _ 4 ) ; eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
The monkey nursed .
|
* monkey ( x _ 1 ) ; nurse . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
The girl loved a biscuit in the room .
|
* girl ( x _ 1 ) ; * room ( x _ 7 ) ; love . agent ( x _ 2 , x _ 1 ) AND love . theme ( x _ 2 , x _ 4 ) AND biscuit ( x _ 4 ) AND biscuit . nmod . in ( x _ 4 , x _ 7 )
|
in_distribution
|
A lion valued the donut on a barrel .
|
* donut ( x _ 4 ) ; lion ( x _ 1 ) AND value . agent ( x _ 2 , x _ 1 ) AND value . theme ( x _ 2 , x _ 4 ) AND donut . nmod . on ( x _ 4 , x _ 7 ) AND barrel ( x _ 7 )
|
in_distribution
|
Elizabeth shortened .
|
shorten . theme ( x _ 1 , Elizabeth )
|
in_distribution
|
The cat liked that the book was lended to Olivia .
|
* cat ( x _ 1 ) ; * book ( x _ 5 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND lend . theme ( x _ 7 , x _ 5 ) AND lend . recipient ( x _ 7 , Olivia )
|
in_distribution
|
The hamburger was passed to a poet .
|
* hamburger ( x _ 1 ) ; pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , x _ 6 ) AND poet ( x _ 6 )
|
in_distribution
|
The rose was drawn .
|
* rose ( x _ 1 ) ; draw . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
A strawberry was loved by Emma .
|
strawberry ( x _ 1 ) AND love . theme ( x _ 3 , x _ 1 ) AND love . agent ( x _ 3 , Emma )
|
in_distribution
|
The girl gave Elizabeth a pickle .
|
* girl ( x _ 1 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Elizabeth ) AND give . theme ( x _ 2 , x _ 5 ) AND pickle ( x _ 5 )
|
in_distribution
|
Olivia dreamed that a dog napped .
|
dream . agent ( x _ 1 , Olivia ) AND dream . ccomp ( x _ 1 , x _ 5 ) AND dog ( x _ 4 ) AND nap . agent ( x _ 5 , x _ 4 )
|
in_distribution
|
Penelope noticed that Sophia snoozed .
|
notice . agent ( x _ 1 , Penelope ) AND notice . ccomp ( x _ 1 , x _ 4 ) AND snooze . agent ( x _ 4 , Sophia )
|
in_distribution
|
James needed to run .
|
need . agent ( x _ 1 , James ) AND need . xcomp ( x _ 1 , x _ 3 ) AND run . agent ( x _ 3 , James )
|
in_distribution
|
The game was liked by Emma .
|
* game ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Emma )
|
in_distribution
|
A boy admired that Avery gave a fruit to the cat .
|
* cat ( x _ 10 ) ; boy ( x _ 1 ) AND admire . agent ( x _ 2 , x _ 1 ) AND admire . ccomp ( x _ 2 , x _ 5 ) AND give . agent ( x _ 5 , Avery ) AND give . theme ( x _ 5 , x _ 7 ) AND give . recipient ( x _ 5 , x _ 10 ) AND fruit ( x _ 7 )
|
in_distribution
|
Olivia preferred to run .
|
prefer . agent ( x _ 1 , Olivia ) AND prefer . xcomp ( x _ 1 , x _ 3 ) AND run . agent ( x _ 3 , Olivia )
|
in_distribution
|
A girl helped Emma .
|
girl ( x _ 1 ) AND help . agent ( x _ 2 , x _ 1 ) AND help . theme ( x _ 2 , Emma )
|
in_distribution
|
A girl fed a donut to the servant .
|
* servant ( x _ 7 ) ; girl ( x _ 1 ) AND feed . agent ( x _ 2 , x _ 1 ) AND feed . theme ( x _ 2 , x _ 4 ) AND feed . recipient ( x _ 2 , x _ 7 ) AND donut ( x _ 4 )
|
in_distribution
|
Harper was given a cookie .
|
give . recipient ( x _ 2 , Harper ) AND give . theme ( x _ 2 , x _ 4 ) AND cookie ( x _ 4 )
|
in_distribution
|
The cat shortened a melon on the bed .
|
* cat ( x _ 1 ) ; * bed ( x _ 7 ) ; shorten . agent ( x _ 2 , x _ 1 ) AND shorten . theme ( x _ 2 , x _ 4 ) AND melon ( x _ 4 ) AND melon . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
A wolf smiled .
|
wolf ( x _ 1 ) AND smile . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
Emma gave the rose on the TV to Gabriel .
|
* rose ( x _ 3 ) ; * tv ( x _ 6 ) ; give . agent ( x _ 1 , Emma ) AND give . theme ( x _ 1 , x _ 3 ) AND give . recipient ( x _ 1 , Gabriel ) AND rose . nmod . on ( x _ 3 , x _ 6 )
|
in_distribution
|
Emma giggled .
|
giggle . agent ( x _ 1 , Emma )
|
in_distribution
|
Wyatt handed a cake to the boy .
|
* boy ( x _ 6 ) ; hand . agent ( x _ 1 , Wyatt ) AND hand . theme ( x _ 1 , x _ 3 ) AND hand . recipient ( x _ 1 , x _ 6 ) AND cake ( x _ 3 )
|
in_distribution
|
The bear forwarded the radio to Emma .
|
* bear ( x _ 1 ) ; * radio ( x _ 4 ) ; forward . agent ( x _ 2 , x _ 1 ) AND forward . theme ( x _ 2 , x _ 4 ) AND forward . recipient ( x _ 2 , Emma )
|
in_distribution
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.