input
stringlengths 3
103
| output
stringlengths 3
435
| domain
stringclasses 14
values |
---|---|---|
Noah was given the cake .
|
* cake ( x _ 4 ) ; give . recipient ( x _ 2 , Noah ) AND give . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
A cake was slid .
|
cake ( x _ 1 ) AND slide . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The girl said that a journalist confessed that a potato was eaten by the giraffe .
|
* girl ( x _ 1 ) ; * giraffe ( x _ 14 ) ; say . agent ( x _ 2 , x _ 1 ) AND say . ccomp ( x _ 2 , x _ 6 ) AND journalist ( x _ 5 ) AND confess . agent ( x _ 6 , x _ 5 ) AND confess . ccomp ( x _ 6 , x _ 11 ) AND potato ( x _ 9 ) AND eat . theme ( x _ 11 , x _ 9 ) AND eat . agent ( x _ 11 , x _ 14 )
|
in_distribution
|
A sailor passed a donut to Emma .
|
sailor ( x _ 1 ) AND pass . agent ( x _ 2 , x _ 1 ) AND pass . theme ( x _ 2 , x _ 4 ) AND pass . recipient ( x _ 2 , Emma ) AND donut ( x _ 4 )
|
in_distribution
|
Noah touched a girl beside the table .
|
* table ( x _ 6 ) ; touch . agent ( x _ 1 , Noah ) AND touch . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 ) AND girl . nmod . beside ( x _ 3 , x _ 6 )
|
in_distribution
|
The child helped the cake .
|
* child ( x _ 1 ) ; * cake ( x _ 4 ) ; help . agent ( x _ 2 , x _ 1 ) AND help . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
A girl froze Emma .
|
girl ( x _ 1 ) AND freeze . agent ( x _ 2 , x _ 1 ) AND freeze . theme ( x _ 2 , Emma )
|
in_distribution
|
The bunny slipped a cake to Jacob .
|
* bunny ( x _ 1 ) ; slip . agent ( x _ 2 , x _ 1 ) AND slip . theme ( x _ 2 , x _ 4 ) AND slip . recipient ( x _ 2 , Jacob ) AND cake ( x _ 4 )
|
in_distribution
|
The chief liked that Alexander offered William a pillow .
|
* chief ( x _ 1 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND offer . agent ( x _ 5 , Alexander ) AND offer . recipient ( x _ 5 , William ) AND offer . theme ( x _ 5 , x _ 8 ) AND pillow ( x _ 8 )
|
in_distribution
|
Violet noticed .
|
notice . agent ( x _ 1 , Violet )
|
in_distribution
|
Ava liked the towel beside the basket .
|
* towel ( x _ 3 ) ; * basket ( x _ 6 ) ; like . agent ( x _ 1 , Ava ) AND like . theme ( x _ 1 , x _ 3 ) AND towel . nmod . beside ( x _ 3 , x _ 6 )
|
in_distribution
|
The strawberry was floated by Lucas .
|
* strawberry ( x _ 1 ) ; float . theme ( x _ 3 , x _ 1 ) AND float . agent ( x _ 3 , Lucas )
|
in_distribution
|
The child liked that a cake was eaten by William .
|
* child ( x _ 1 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND cake ( x _ 5 ) AND eat . theme ( x _ 7 , x _ 5 ) AND eat . agent ( x _ 7 , William )
|
in_distribution
|
Emma rolled a glue on the table .
|
* table ( x _ 6 ) ; roll . agent ( x _ 1 , Emma ) AND roll . theme ( x _ 1 , x _ 3 ) AND glue ( x _ 3 ) AND glue . nmod . on ( x _ 3 , x _ 6 )
|
in_distribution
|
A monster enjoyed to walk .
|
monster ( x _ 1 ) AND enjoy . agent ( x _ 2 , x _ 1 ) AND enjoy . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
A cloud was heard by William .
|
cloud ( x _ 1 ) AND hear . theme ( x _ 3 , x _ 1 ) AND hear . agent ( x _ 3 , William )
|
in_distribution
|
Elizabeth liked a cat .
|
like . agent ( x _ 1 , Elizabeth ) AND like . theme ( x _ 1 , x _ 3 ) AND cat ( x _ 3 )
|
in_distribution
|
Ava crumpled .
|
crumple . theme ( x _ 1 , Ava )
|
in_distribution
|
The box was returned to Olivia by the girl .
|
* box ( x _ 1 ) ; * girl ( x _ 8 ) ; return . theme ( x _ 3 , x _ 1 ) AND return . recipient ( x _ 3 , Olivia ) AND return . agent ( x _ 3 , x _ 8 )
|
in_distribution
|
A teacher wanted to giggle .
|
teacher ( x _ 1 ) AND want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND giggle . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
The boy was returned a cake beside the bed by Emma .
|
* boy ( x _ 1 ) ; * bed ( x _ 8 ) ; return . recipient ( x _ 3 , x _ 1 ) AND return . theme ( x _ 3 , x _ 5 ) AND return . agent ( x _ 3 , Emma ) AND cake ( x _ 5 ) AND cake . nmod . beside ( x _ 5 , x _ 8 )
|
in_distribution
|
James floated a cake .
|
float . agent ( x _ 1 , James ) AND float . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 )
|
in_distribution
|
A lollipop was rolled by Emma .
|
lollipop ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , Emma )
|
in_distribution
|
The cake was served to the girl .
|
* cake ( x _ 1 ) ; * girl ( x _ 6 ) ; serve . theme ( x _ 3 , x _ 1 ) AND serve . recipient ( x _ 3 , x _ 6 )
|
in_distribution
|
A cake was mailed to a scientist .
|
cake ( x _ 1 ) AND mail . theme ( x _ 3 , x _ 1 ) AND mail . recipient ( x _ 3 , x _ 6 ) AND scientist ( x _ 6 )
|
in_distribution
|
A cat was given the drink .
|
* drink ( x _ 5 ) ; cat ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 )
|
in_distribution
|
A flag was posted to Ava by William .
|
flag ( x _ 1 ) AND post . theme ( x _ 3 , x _ 1 ) AND post . recipient ( x _ 3 , Ava ) AND post . agent ( x _ 3 , William )
|
in_distribution
|
Layla was sold a donut by the president .
|
* president ( x _ 7 ) ; sell . recipient ( x _ 2 , Layla ) AND sell . theme ( x _ 2 , x _ 4 ) AND sell . agent ( x _ 2 , x _ 7 ) AND donut ( x _ 4 )
|
in_distribution
|
The cake was given to the girl by the kid .
|
* cake ( x _ 1 ) ; * girl ( x _ 6 ) ; * kid ( 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 flower was nursed .
|
* flower ( x _ 1 ) ; nurse . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The cat gave Ethan a rose on the table .
|
* cat ( x _ 1 ) ; * table ( x _ 8 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Ethan ) AND give . theme ( x _ 2 , x _ 5 ) AND rose ( x _ 5 ) AND rose . nmod . on ( x _ 5 , x _ 8 )
|
in_distribution
|
The child enjoyed to nap .
|
* child ( x _ 1 ) ; enjoy . agent ( x _ 2 , x _ 1 ) AND enjoy . xcomp ( x _ 2 , x _ 4 ) AND nap . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
Emily rolled .
|
roll . theme ( x _ 1 , Emily )
|
in_distribution
|
A girl hoped that Natalie heard .
|
girl ( x _ 1 ) AND hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 5 ) AND hear . agent ( x _ 5 , Natalie )
|
in_distribution
|
The rose was lended to a girl .
|
* rose ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
|
in_distribution
|
The present was given to Liam .
|
* present ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Liam )
|
in_distribution
|
The student preferred to read .
|
* student ( x _ 1 ) ; prefer . agent ( x _ 2 , x _ 1 ) AND prefer . xcomp ( x _ 2 , x _ 4 ) AND read . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
The boy lended Emma the clock .
|
* boy ( x _ 1 ) ; * clock ( x _ 5 ) ; lend . agent ( x _ 2 , x _ 1 ) AND lend . recipient ( x _ 2 , Emma ) AND lend . theme ( x _ 2 , x _ 5 )
|
in_distribution
|
A donut was served to a child by the girl .
|
* girl ( x _ 9 ) ; donut ( x _ 1 ) AND serve . theme ( x _ 3 , x _ 1 ) AND serve . recipient ( x _ 3 , x _ 6 ) AND serve . agent ( x _ 3 , x _ 9 ) AND child ( x _ 6 )
|
in_distribution
|
A jigsaw was held .
|
jigsaw ( x _ 1 ) AND hold . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The leaf was painted .
|
* leaf ( x _ 1 ) ; paint . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The horse disintegrated the cake .
|
* horse ( x _ 1 ) ; * cake ( x _ 4 ) ; disintegrate . agent ( x _ 2 , x _ 1 ) AND disintegrate . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
The boy was sent a cake .
|
* boy ( x _ 1 ) ; send . recipient ( x _ 3 , x _ 1 ) AND send . theme ( x _ 3 , x _ 5 ) AND cake ( x _ 5 )
|
in_distribution
|
The boy liked the cake on a table .
|
* boy ( x _ 1 ) ; * cake ( x _ 4 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
|
in_distribution
|
Emma grew the student .
|
* student ( x _ 3 ) ; grow . agent ( x _ 1 , Emma ) AND grow . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
The box was eaten by a dog .
|
* box ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , x _ 6 ) AND dog ( x _ 6 )
|
in_distribution
|
The raisin was changed by Ava .
|
* raisin ( x _ 1 ) ; change . theme ( x _ 3 , x _ 1 ) AND change . agent ( x _ 3 , Ava )
|
in_distribution
|
A donut was offered to Abigail by a cow .
|
donut ( x _ 1 ) AND offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , Abigail ) AND offer . agent ( x _ 3 , x _ 8 ) AND cow ( x _ 8 )
|
in_distribution
|
Mia liked to clean .
|
like . agent ( x _ 1 , Mia ) AND like . xcomp ( x _ 1 , x _ 3 ) AND clean . agent ( x _ 3 , Mia )
|
in_distribution
|
The cake was liked by the wolf .
|
* cake ( x _ 1 ) ; * wolf ( x _ 6 ) ; like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
A dog was given the cake in the house by a girl .
|
* cake ( x _ 5 ) ; * house ( x _ 8 ) ; dog ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , x _ 11 ) AND cake . nmod . in ( x _ 5 , x _ 8 ) AND girl ( x _ 11 )
|
in_distribution
|
Emma gave the dog a cake beside the table .
|
* dog ( x _ 3 ) ; * table ( x _ 8 ) ; give . agent ( x _ 1 , Emma ) AND give . recipient ( x _ 1 , x _ 3 ) AND give . theme ( x _ 1 , x _ 5 ) AND cake ( x _ 5 ) AND cake . nmod . beside ( x _ 5 , x _ 8 )
|
in_distribution
|
A cookie was given to Emma by Olivia .
|
cookie ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Emma ) AND give . agent ( x _ 3 , Olivia )
|
in_distribution
|
Olivia was promised a sandwich beside the chair by Anthony .
|
* chair ( x _ 7 ) ; promise . recipient ( x _ 2 , Olivia ) AND promise . theme ( x _ 2 , x _ 4 ) AND promise . agent ( x _ 2 , Anthony ) AND sandwich ( x _ 4 ) AND sandwich . nmod . beside ( x _ 4 , x _ 7 )
|
in_distribution
|
A jacket was given to Liam .
|
jacket ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Liam )
|
in_distribution
|
Savannah helped the donut .
|
* donut ( x _ 3 ) ; help . agent ( x _ 1 , Savannah ) AND help . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
A mandarin was liked by Camila .
|
mandarin ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Camila )
|
in_distribution
|
The cat was awarded a donut in a house .
|
* cat ( x _ 1 ) ; award . recipient ( x _ 3 , x _ 1 ) AND award . theme ( x _ 3 , x _ 5 ) AND donut ( x _ 5 ) AND donut . nmod . in ( x _ 5 , x _ 8 ) AND house ( x _ 8 )
|
in_distribution
|
A cracker was sent to Charlotte .
|
cracker ( x _ 1 ) AND send . theme ( x _ 3 , x _ 1 ) AND send . recipient ( x _ 3 , Charlotte )
|
in_distribution
|
William dreamed to hunt .
|
dream . agent ( x _ 1 , William ) AND dream . xcomp ( x _ 1 , x _ 3 ) AND hunt . agent ( x _ 3 , William )
|
in_distribution
|
Liam forwarded a donut on a stage to a baby .
|
forward . agent ( x _ 1 , Liam ) AND forward . theme ( x _ 1 , x _ 3 ) AND forward . recipient ( x _ 1 , x _ 9 ) AND donut ( x _ 3 ) AND donut . nmod . on ( x _ 3 , x _ 6 ) AND stage ( x _ 6 ) AND baby ( x _ 9 )
|
in_distribution
|
The lion shortened a donut beside the computer .
|
* lion ( x _ 1 ) ; * computer ( x _ 7 ) ; shorten . agent ( x _ 2 , x _ 1 ) AND shorten . theme ( x _ 2 , x _ 4 ) AND donut ( x _ 4 ) AND donut . nmod . beside ( x _ 4 , x _ 7 )
|
in_distribution
|
A tool was rented to Emma by Mia .
|
tool ( x _ 1 ) AND rent . theme ( x _ 3 , x _ 1 ) AND rent . recipient ( x _ 3 , Emma ) AND rent . agent ( x _ 3 , Mia )
|
in_distribution
|
Christopher gave Ava a cake in the car .
|
* car ( x _ 7 ) ; give . agent ( x _ 1 , Christopher ) AND give . recipient ( x _ 1 , Ava ) AND give . theme ( x _ 1 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . in ( x _ 4 , x _ 7 )
|
in_distribution
|
A raisin was poked by a girl .
|
raisin ( x _ 1 ) AND poke . theme ( x _ 3 , x _ 1 ) AND poke . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
|
in_distribution
|
Mia gave Mila the cake .
|
* cake ( x _ 4 ) ; give . agent ( x _ 1 , Mia ) AND give . recipient ( x _ 1 , Mila ) AND give . theme ( x _ 1 , x _ 4 )
|
in_distribution
|
Zoey lended a cake to the frog .
|
* frog ( x _ 6 ) ; lend . agent ( x _ 1 , Zoey ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , x _ 6 ) AND cake ( x _ 3 )
|
in_distribution
|
A donut was liked by Grace .
|
donut ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Grace )
|
in_distribution
|
A boy knew .
|
boy ( x _ 1 ) AND know . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
Emma liked that James tried to run .
|
like . agent ( x _ 1 , Emma ) AND like . ccomp ( x _ 1 , x _ 4 ) AND try . agent ( x _ 4 , James ) AND try . xcomp ( x _ 4 , x _ 6 ) AND run . agent ( x _ 6 , James )
|
in_distribution
|
Emma rolled a box beside a bed .
|
roll . agent ( x _ 1 , Emma ) AND roll . theme ( x _ 1 , x _ 3 ) AND box ( x _ 3 ) AND box . nmod . beside ( x _ 3 , x _ 6 ) AND bed ( x _ 6 )
|
in_distribution
|
Benjamin liked the guitar in the house .
|
* guitar ( x _ 3 ) ; * house ( x _ 6 ) ; like . agent ( x _ 1 , Benjamin ) AND like . theme ( x _ 1 , x _ 3 ) AND guitar . nmod . in ( x _ 3 , x _ 6 )
|
in_distribution
|
Emma hoped that William gave a girl a cake on the bed on the table .
|
* bed ( x _ 11 ) ; * table ( x _ 14 ) ; hope . agent ( x _ 1 , Emma ) AND hope . ccomp ( x _ 1 , x _ 4 ) AND give . agent ( x _ 4 , William ) AND give . recipient ( x _ 4 , x _ 6 ) AND give . theme ( x _ 4 , x _ 8 ) AND girl ( x _ 6 ) AND cake ( x _ 8 ) AND cake . nmod . on ( x _ 8 , x _ 11 ) AND bed . nmod . on ( x _ 11 , x _ 14 )
|
in_distribution
|
Olivia collapsed a dog in a house .
|
collapse . agent ( x _ 1 , Olivia ) AND collapse . theme ( x _ 1 , x _ 3 ) AND dog ( x _ 3 ) AND dog . nmod . in ( x _ 3 , x _ 6 ) AND house ( x _ 6 )
|
in_distribution
|
The button was given to the bee .
|
* button ( x _ 1 ) ; * bee ( x _ 6 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 )
|
in_distribution
|
Jayden slept .
|
sleep . agent ( x _ 1 , Jayden )
|
in_distribution
|
The kid gave the mandarin to Skylar .
|
* kid ( x _ 1 ) ; * mandarin ( x _ 4 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , Skylar )
|
in_distribution
|
The newspaper was rolled by the cow .
|
* newspaper ( x _ 1 ) ; * cow ( x _ 6 ) ; roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
A rose was grown by Emma .
|
rose ( x _ 1 ) AND grow . theme ( x _ 3 , x _ 1 ) AND grow . agent ( x _ 3 , Emma )
|
in_distribution
|
Emma burned the monster in the house .
|
* monster ( x _ 3 ) ; * house ( x _ 6 ) ; burn . agent ( x _ 1 , Emma ) AND burn . theme ( x _ 1 , x _ 3 ) AND monster . nmod . in ( x _ 3 , x _ 6 )
|
in_distribution
|
The melon was rolled by a girl .
|
* melon ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
|
in_distribution
|
A cake was slipped to Logan .
|
cake ( x _ 1 ) AND slip . theme ( x _ 3 , x _ 1 ) AND slip . recipient ( x _ 3 , Logan )
|
in_distribution
|
A bat was liked by William .
|
bat ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , William )
|
in_distribution
|
A box was offered to Liam .
|
box ( x _ 1 ) AND offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , Liam )
|
in_distribution
|
A cat ate the cake .
|
* cake ( x _ 4 ) ; cat ( x _ 1 ) AND eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
Emma juggled a cake on a book .
|
juggle . agent ( x _ 1 , Emma ) AND juggle . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 ) AND cake . nmod . on ( x _ 3 , x _ 6 ) AND book ( x _ 6 )
|
in_distribution
|
Liam believed that Ava cooked .
|
believe . agent ( x _ 1 , Liam ) AND believe . ccomp ( x _ 1 , x _ 4 ) AND cook . agent ( x _ 4 , Ava )
|
in_distribution
|
A cake was dusted by Amelia .
|
cake ( x _ 1 ) AND dust . theme ( x _ 3 , x _ 1 ) AND dust . agent ( x _ 3 , Amelia )
|
in_distribution
|
The cake was rolled by a king .
|
* cake ( x _ 1 ) ; roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , x _ 6 ) AND king ( x _ 6 )
|
in_distribution
|
A rose was lended to Isabella .
|
rose ( x _ 1 ) AND lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Isabella )
|
in_distribution
|
Matthew lended a cake beside the chair to the doctor .
|
* chair ( x _ 6 ) ; * doctor ( x _ 9 ) ; lend . agent ( x _ 1 , Matthew ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , x _ 9 ) AND cake ( x _ 3 ) AND cake . nmod . beside ( x _ 3 , x _ 6 )
|
in_distribution
|
Jackson drew .
|
draw . agent ( x _ 1 , Jackson )
|
in_distribution
|
Lincoln was lended a donut by Ethan .
|
lend . recipient ( x _ 2 , Lincoln ) AND lend . theme ( x _ 2 , x _ 4 ) AND lend . agent ( x _ 2 , Ethan ) AND donut ( x _ 4 )
|
in_distribution
|
Emma broke the donut .
|
* donut ( x _ 3 ) ; break . agent ( x _ 1 , Emma ) AND break . theme ( x _ 1 , x _ 3 )
|
in_distribution
|
The monster awarded a box on a stool on the table to the baby .
|
* monster ( x _ 1 ) ; * table ( x _ 10 ) ; * baby ( x _ 13 ) ; award . agent ( x _ 2 , x _ 1 ) AND award . theme ( x _ 2 , x _ 4 ) AND award . recipient ( x _ 2 , x _ 13 ) AND box ( x _ 4 ) AND box . nmod . on ( x _ 4 , x _ 7 ) AND stool ( x _ 7 ) AND stool . nmod . on ( x _ 7 , x _ 10 )
|
in_distribution
|
The mirror was burned by the president .
|
* mirror ( x _ 1 ) ; * president ( x _ 6 ) ; burn . theme ( x _ 3 , x _ 1 ) AND burn . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
The fly hoped that the girl proved that a dog knew the duck .
|
* fly ( x _ 1 ) ; * girl ( x _ 5 ) ; * duck ( x _ 12 ) ; hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 6 ) AND prove . agent ( x _ 6 , x _ 5 ) AND prove . ccomp ( x _ 6 , x _ 10 ) AND dog ( x _ 9 ) AND know . agent ( x _ 10 , x _ 9 ) AND know . theme ( x _ 10 , x _ 12 )
|
in_distribution
|
Emma returned a bunny a rose in a house .
|
return . agent ( x _ 1 , Emma ) AND return . recipient ( x _ 1 , x _ 3 ) AND return . theme ( x _ 1 , x _ 5 ) AND bunny ( x _ 3 ) AND rose ( x _ 5 ) AND rose . nmod . in ( x _ 5 , x _ 8 ) AND house ( x _ 8 )
|
in_distribution
|
The boy was brought a rose .
|
* boy ( x _ 1 ) ; bring . recipient ( x _ 3 , x _ 1 ) AND bring . theme ( x _ 3 , x _ 5 ) AND rose ( x _ 5 )
|
in_distribution
|
The raisin was given to a chicken .
|
* raisin ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND chicken ( x _ 6 )
|
in_distribution
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.