input
stringlengths 3
103
| output
stringlengths 3
435
| domain
stringclasses 14
values |
---|---|---|
The bowl was sketched . | * bowl ( x _ 1 ) ; sketch . theme ( x _ 3 , x _ 1 ) | in_distribution |
Layla said that Emma burned . | say . agent ( x _ 1 , Layla ) AND say . ccomp ( x _ 1 , x _ 4 ) AND burn . theme ( x _ 4 , Emma ) | in_distribution |
A wine was fed to a girl . | wine ( x _ 1 ) AND feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , x _ 6 ) AND girl ( x _ 6 ) | in_distribution |
A girl loved to run . | girl ( x _ 1 ) AND love . agent ( x _ 2 , x _ 1 ) AND love . xcomp ( x _ 2 , x _ 4 ) AND run . agent ( x _ 4 , x _ 1 ) | in_distribution |
The cat passed Abigail the ball . | * cat ( x _ 1 ) ; * ball ( x _ 5 ) ; pass . agent ( x _ 2 , x _ 1 ) AND pass . recipient ( x _ 2 , Abigail ) AND pass . theme ( x _ 2 , x _ 5 ) | in_distribution |
A cookie was sent to a girl . | cookie ( x _ 1 ) AND send . theme ( x _ 3 , x _ 1 ) AND send . recipient ( x _ 3 , x _ 6 ) AND girl ( x _ 6 ) | in_distribution |
The girl was given a cake beside the seat by Emma . | * girl ( x _ 1 ) ; * seat ( x _ 8 ) ; give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , Emma ) AND cake ( x _ 5 ) AND cake . nmod . beside ( x _ 5 , x _ 8 ) | in_distribution |
Emma floated the box . | * box ( x _ 3 ) ; float . agent ( x _ 1 , Emma ) AND float . theme ( x _ 1 , x _ 3 ) | in_distribution |
Emma offered a girl a drink on the table . | * table ( x _ 8 ) ; offer . agent ( x _ 1 , Emma ) AND offer . recipient ( x _ 1 , x _ 3 ) AND offer . theme ( x _ 1 , x _ 5 ) AND girl ( x _ 3 ) AND drink ( x _ 5 ) AND drink . nmod . on ( x _ 5 , x _ 8 ) | in_distribution |
The cake was hunted . | * cake ( x _ 1 ) ; hunt . theme ( x _ 3 , x _ 1 ) | in_distribution |
Olivia gave Leo a box in the garden . | * garden ( x _ 7 ) ; give . agent ( x _ 1 , Olivia ) AND give . recipient ( x _ 1 , Leo ) AND give . theme ( x _ 1 , x _ 4 ) AND box ( x _ 4 ) AND box . nmod . in ( x _ 4 , x _ 7 ) | in_distribution |
The pen was slid by Jacob . | * pen ( x _ 1 ) ; slide . theme ( x _ 3 , x _ 1 ) AND slide . agent ( x _ 3 , Jacob ) | in_distribution |
A cracker was doubled . | cracker ( x _ 1 ) AND double . theme ( x _ 3 , x _ 1 ) | in_distribution |
The child talked . | * child ( x _ 1 ) ; talk . agent ( x _ 2 , x _ 1 ) | in_distribution |
The hamburger was liked . | * hamburger ( x _ 1 ) ; like . theme ( x _ 3 , x _ 1 ) | in_distribution |
A boy gave the cake on a gravel to a girl . | * cake ( x _ 4 ) ; boy ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , x _ 10 ) AND cake . nmod . on ( x _ 4 , x _ 7 ) AND gravel ( x _ 7 ) AND girl ( x _ 10 ) | in_distribution |
The girl proved that a cake was seen . | * girl ( x _ 1 ) ; prove . agent ( x _ 2 , x _ 1 ) AND prove . ccomp ( x _ 2 , x _ 7 ) AND cake ( x _ 5 ) AND see . theme ( x _ 7 , x _ 5 ) | in_distribution |
The cake was pierced by Emma . | * cake ( x _ 1 ) ; pierce . theme ( x _ 3 , x _ 1 ) AND pierce . agent ( x _ 3 , Emma ) | in_distribution |
A girl was given a donut beside a stage by the chicken . | * chicken ( x _ 11 ) ; girl ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , x _ 11 ) AND donut ( x _ 5 ) AND donut . nmod . beside ( x _ 5 , x _ 8 ) AND stage ( x _ 8 ) | in_distribution |
The donut was mailed to a chicken by the girl . | * donut ( x _ 1 ) ; * girl ( x _ 9 ) ; mail . theme ( x _ 3 , x _ 1 ) AND mail . recipient ( x _ 3 , x _ 6 ) AND mail . agent ( x _ 3 , x _ 9 ) AND chicken ( x _ 6 ) | in_distribution |
A customer was passed the rose . | * rose ( x _ 5 ) ; customer ( x _ 1 ) AND pass . recipient ( x _ 3 , x _ 1 ) AND pass . theme ( x _ 3 , x _ 5 ) | in_distribution |
Liam sketched a teacher . | sketch . agent ( x _ 1 , Liam ) AND sketch . theme ( x _ 1 , x _ 3 ) AND teacher ( x _ 3 ) | in_distribution |
A cat decomposed . | cat ( x _ 1 ) AND decompose . theme ( x _ 2 , x _ 1 ) | in_distribution |
Ava enlarged . | enlarge . theme ( x _ 1 , Ava ) | in_distribution |
Camila liked that the knife was helped by a researcher . | * knife ( x _ 4 ) ; like . agent ( x _ 1 , Camila ) AND like . ccomp ( x _ 1 , x _ 6 ) AND help . theme ( x _ 6 , x _ 4 ) AND help . agent ( x _ 6 , x _ 9 ) AND researcher ( x _ 9 ) | in_distribution |
A girl was given a cake in a house by Oliver . | girl ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , Oliver ) AND cake ( x _ 5 ) AND cake . nmod . in ( x _ 5 , x _ 8 ) AND house ( x _ 8 ) | in_distribution |
The drink was lended to Isabella . | * drink ( x _ 1 ) ; lend . theme ( x _ 3 , x _ 1 ) AND lend . recipient ( x _ 3 , Isabella ) | in_distribution |
A cake was liked by Aria . | cake ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Aria ) | in_distribution |
A crown was grown . | crown ( x _ 1 ) AND grow . theme ( x _ 3 , x _ 1 ) | in_distribution |
A turkey hoped that the cookie was eaten by Emma . | * cookie ( x _ 5 ) ; turkey ( x _ 1 ) AND hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 7 ) AND eat . theme ( x _ 7 , x _ 5 ) AND eat . agent ( x _ 7 , Emma ) | in_distribution |
Joshua forwarded the cookie to the girl . | * cookie ( x _ 3 ) ; * girl ( x _ 6 ) ; forward . agent ( x _ 1 , Joshua ) AND forward . theme ( x _ 1 , x _ 3 ) AND forward . recipient ( x _ 1 , x _ 6 ) | in_distribution |
The doll was mailed to a boy by Harper . | * doll ( x _ 1 ) ; mail . theme ( x _ 3 , x _ 1 ) AND mail . recipient ( x _ 3 , x _ 6 ) AND mail . agent ( x _ 3 , Harper ) AND boy ( x _ 6 ) | in_distribution |
The champion helped the donut . | * champion ( x _ 1 ) ; * donut ( x _ 4 ) ; help . agent ( x _ 2 , x _ 1 ) AND help . theme ( x _ 2 , x _ 4 ) | in_distribution |
A wine was collapsed by the cow . | * cow ( x _ 6 ) ; wine ( x _ 1 ) AND collapse . theme ( x _ 3 , x _ 1 ) AND collapse . agent ( x _ 3 , x _ 6 ) | in_distribution |
A box snapped . | box ( x _ 1 ) AND snap . theme ( x _ 2 , x _ 1 ) | in_distribution |
A cookie was sold to the dog . | * dog ( x _ 6 ) ; cookie ( x _ 1 ) AND sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , x _ 6 ) | in_distribution |
A teacher sketched . | teacher ( x _ 1 ) AND sketch . agent ( x _ 2 , x _ 1 ) | in_distribution |
Noah rented the bat on the road to a girl . | * bat ( x _ 3 ) ; * road ( x _ 6 ) ; rent . agent ( x _ 1 , Noah ) AND rent . theme ( x _ 1 , x _ 3 ) AND rent . recipient ( x _ 1 , x _ 9 ) AND bat . nmod . on ( x _ 3 , x _ 6 ) AND girl ( x _ 9 ) | in_distribution |
John shortened the cake beside the table . | * cake ( x _ 3 ) ; * table ( x _ 6 ) ; shorten . agent ( x _ 1 , John ) AND shorten . theme ( x _ 1 , x _ 3 ) AND cake . nmod . beside ( x _ 3 , x _ 6 ) | in_distribution |
A journalist was given a liver . | journalist ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND liver ( x _ 5 ) | in_distribution |
A cake was offered to Emma by Savannah . | cake ( x _ 1 ) AND offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , Emma ) AND offer . agent ( x _ 3 , Savannah ) | in_distribution |
Caleb was given the pancake beside the table by a professor . | * pancake ( x _ 4 ) ; * table ( x _ 7 ) ; give . recipient ( x _ 2 , Caleb ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , x _ 10 ) AND pancake . nmod . beside ( x _ 4 , x _ 7 ) AND professor ( x _ 10 ) | in_distribution |
The rose was snapped by the chicken . | * rose ( x _ 1 ) ; * chicken ( x _ 6 ) ; snap . theme ( x _ 3 , x _ 1 ) AND snap . agent ( x _ 3 , x _ 6 ) | in_distribution |
A drink was awarded to Olivia . | drink ( x _ 1 ) AND award . theme ( x _ 3 , x _ 1 ) AND award . recipient ( x _ 3 , Olivia ) | in_distribution |
A cat slid a donut beside the table beside the machine . | * table ( x _ 7 ) ; * machine ( x _ 10 ) ; cat ( x _ 1 ) AND slide . agent ( x _ 2 , x _ 1 ) AND slide . theme ( x _ 2 , x _ 4 ) AND donut ( x _ 4 ) AND donut . nmod . beside ( x _ 4 , x _ 7 ) AND table . nmod . beside ( x _ 7 , x _ 10 ) | in_distribution |
Luna rolled the human . | * human ( x _ 3 ) ; roll . agent ( x _ 1 , Luna ) AND roll . theme ( x _ 1 , x _ 3 ) | in_distribution |
A rose was sketched by a cat . | rose ( x _ 1 ) AND sketch . theme ( x _ 3 , x _ 1 ) AND sketch . agent ( x _ 3 , x _ 6 ) AND cat ( x _ 6 ) | in_distribution |
Charlotte declared that a cat wanted to talk . | declare . agent ( x _ 1 , Charlotte ) AND declare . ccomp ( x _ 1 , x _ 5 ) AND cat ( x _ 4 ) AND want . agent ( x _ 5 , x _ 4 ) AND want . xcomp ( x _ 5 , x _ 7 ) AND talk . agent ( x _ 7 , x _ 4 ) | in_distribution |
The customer painted the girl beside the computer . | * customer ( x _ 1 ) ; * girl ( x _ 4 ) ; * computer ( x _ 7 ) ; paint . agent ( x _ 2 , x _ 1 ) AND paint . theme ( x _ 2 , x _ 4 ) AND girl . nmod . beside ( x _ 4 , x _ 7 ) | in_distribution |
Emma proved that a citizen offered a frog a cake on the stage . | * stage ( x _ 12 ) ; prove . agent ( x _ 1 , Emma ) AND prove . ccomp ( x _ 1 , x _ 5 ) AND citizen ( x _ 4 ) AND offer . agent ( x _ 5 , x _ 4 ) AND offer . recipient ( x _ 5 , x _ 7 ) AND offer . theme ( x _ 5 , x _ 9 ) AND frog ( x _ 7 ) AND cake ( x _ 9 ) AND cake . nmod . on ( x _ 9 , x _ 12 ) | in_distribution |
The jigsaw was loved . | * jigsaw ( x _ 1 ) ; love . theme ( x _ 3 , x _ 1 ) | in_distribution |
A landlord hoped that the hippo decomposed . | * hippo ( x _ 5 ) ; landlord ( x _ 1 ) AND hope . agent ( x _ 2 , x _ 1 ) AND hope . ccomp ( x _ 2 , x _ 6 ) AND decompose . theme ( x _ 6 , x _ 5 ) | exposure_example_unacc_subj |
A girl snored . | girl ( x _ 1 ) AND snore . agent ( x _ 2 , x _ 1 ) | in_distribution |
A cake was burned by John . | cake ( x _ 1 ) AND burn . theme ( x _ 3 , x _ 1 ) AND burn . agent ( x _ 3 , John ) | in_distribution |
Emma enlarged a doll beside the table . | * table ( x _ 6 ) ; enlarge . agent ( x _ 1 , Emma ) AND enlarge . theme ( x _ 1 , x _ 3 ) AND doll ( x _ 3 ) AND doll . nmod . beside ( x _ 3 , x _ 6 ) | in_distribution |
A girl noticed Olivia . | girl ( x _ 1 ) AND notice . agent ( x _ 2 , x _ 1 ) AND notice . theme ( x _ 2 , Olivia ) | in_distribution |
The donut was cleaned by the hen . | * donut ( x _ 1 ) ; * hen ( x _ 6 ) ; clean . theme ( x _ 3 , x _ 1 ) AND clean . agent ( x _ 3 , x _ 6 ) | in_distribution |
A liver was crumpled . | liver ( x _ 1 ) AND crumple . theme ( x _ 3 , x _ 1 ) | in_distribution |
Mia was handed a liver . | hand . recipient ( x _ 2 , Mia ) AND hand . theme ( x _ 2 , x _ 4 ) AND liver ( x _ 4 ) | in_distribution |
Nathan handed the child the cake . | * child ( x _ 3 ) ; * cake ( x _ 5 ) ; hand . agent ( x _ 1 , Nathan ) AND hand . recipient ( x _ 1 , x _ 3 ) AND hand . theme ( x _ 1 , x _ 5 ) | in_distribution |
The donut was seen by Sophia . | * donut ( x _ 1 ) ; see . theme ( x _ 3 , x _ 1 ) AND see . agent ( x _ 3 , Sophia ) | in_distribution |
A strawberry burned . | strawberry ( x _ 1 ) AND burn . theme ( x _ 2 , x _ 1 ) | in_distribution |
A soap was sold to Luke by the girl . | * girl ( x _ 8 ) ; soap ( x _ 1 ) AND sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , Luke ) AND sell . agent ( x _ 3 , x _ 8 ) | in_distribution |
The cookie was returned to Noah by Olivia . | * cookie ( x _ 1 ) ; return . theme ( x _ 3 , x _ 1 ) AND return . recipient ( x _ 3 , Noah ) AND return . agent ( x _ 3 , Olivia ) | in_distribution |
A flower was poked by a girl . | flower ( x _ 1 ) AND poke . theme ( x _ 3 , x _ 1 ) AND poke . agent ( x _ 3 , x _ 6 ) AND girl ( x _ 6 ) | in_distribution |
The knife was served to a lawyer by the lion . | * knife ( x _ 1 ) ; * lion ( x _ 9 ) ; serve . theme ( x _ 3 , x _ 1 ) AND serve . recipient ( x _ 3 , x _ 6 ) AND serve . agent ( x _ 3 , x _ 9 ) AND lawyer ( x _ 6 ) | in_distribution |
Liam rented Emma the donut . | * donut ( x _ 4 ) ; rent . agent ( x _ 1 , Liam ) AND rent . recipient ( x _ 1 , Emma ) AND rent . theme ( x _ 1 , x _ 4 ) | in_distribution |
A rose was given to Olivia by Luna . | rose ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Olivia ) AND give . agent ( x _ 3 , Luna ) | in_distribution |
The cat found the block in a barrel . | * cat ( x _ 1 ) ; * block ( x _ 4 ) ; find . agent ( x _ 2 , x _ 1 ) AND find . theme ( x _ 2 , x _ 4 ) AND block . nmod . in ( x _ 4 , x _ 7 ) AND barrel ( x _ 7 ) | in_distribution |
A child attempted to smirk . | child ( x _ 1 ) AND attempt . agent ( x _ 2 , x _ 1 ) AND attempt . xcomp ( x _ 2 , x _ 4 ) AND smirk . agent ( x _ 4 , x _ 1 ) | in_distribution |
The cake was passed to Olivia . | * cake ( x _ 1 ) ; pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , Olivia ) | in_distribution |
The cake was floated by Ava . | * cake ( x _ 1 ) ; float . theme ( x _ 3 , x _ 1 ) AND float . agent ( x _ 3 , Ava ) | in_distribution |
A girl ate Evelyn . | girl ( x _ 1 ) AND eat . agent ( x _ 2 , x _ 1 ) AND eat . theme ( x _ 2 , Evelyn ) | in_distribution |
A doll was rolled by Henry . | doll ( x _ 1 ) AND roll . theme ( x _ 3 , x _ 1 ) AND roll . agent ( x _ 3 , Henry ) | in_distribution |
The strawberry was given to Mia . | * strawberry ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Mia ) | in_distribution |
Noah helped Levi . | help . agent ( x _ 1 , Noah ) AND help . theme ( x _ 1 , Levi ) | in_distribution |
William drew Emma . | draw . agent ( x _ 1 , William ) AND draw . theme ( x _ 1 , Emma ) | in_distribution |
The sandwich was respected by Emma . | * sandwich ( x _ 1 ) ; respect . theme ( x _ 3 , x _ 1 ) AND respect . agent ( x _ 3 , Emma ) | in_distribution |
The boy froze . | * boy ( x _ 1 ) ; freeze . theme ( x _ 2 , x _ 1 ) | in_distribution |
Jack split a bat on the canvas . | * canvas ( x _ 6 ) ; split . agent ( x _ 1 , Jack ) AND split . theme ( x _ 1 , x _ 3 ) AND bat ( x _ 3 ) AND bat . nmod . on ( x _ 3 , x _ 6 ) | in_distribution |
A cake was appreciated . | cake ( x _ 1 ) AND appreciate . theme ( x _ 3 , x _ 1 ) | in_distribution |
The prince ate . | * prince ( x _ 1 ) ; eat . agent ( x _ 2 , x _ 1 ) | in_distribution |
The monster slept . | * monster ( x _ 1 ) ; sleep . agent ( x _ 2 , x _ 1 ) | in_distribution |
A girl drew a box . | girl ( x _ 1 ) AND draw . agent ( x _ 2 , x _ 1 ) AND draw . theme ( x _ 2 , x _ 4 ) AND box ( x _ 4 ) | in_distribution |
A baby craved to read . | baby ( x _ 1 ) AND crave . agent ( x _ 2 , x _ 1 ) AND crave . xcomp ( x _ 2 , x _ 4 ) AND read . agent ( x _ 4 , x _ 1 ) | in_distribution |
A monkey pierced a girl . | monkey ( x _ 1 ) AND pierce . agent ( x _ 2 , x _ 1 ) AND pierce . theme ( x _ 2 , x _ 4 ) AND girl ( x _ 4 ) | in_distribution |
Ellie gave Ava a donut in a house . | give . agent ( x _ 1 , Ellie ) AND give . recipient ( x _ 1 , Ava ) AND give . theme ( x _ 1 , x _ 4 ) AND donut ( x _ 4 ) AND donut . nmod . in ( x _ 4 , x _ 7 ) AND house ( x _ 7 ) | in_distribution |
A bottle was drawn by Sophia . | bottle ( x _ 1 ) AND draw . theme ( x _ 3 , x _ 1 ) AND draw . agent ( x _ 3 , Sophia ) | in_distribution |
The dog liked that the doctor inflated the girl . | * dog ( x _ 1 ) ; * doctor ( x _ 5 ) ; * girl ( x _ 8 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 6 ) AND inflate . agent ( x _ 6 , x _ 5 ) AND inflate . theme ( x _ 6 , x _ 8 ) | in_distribution |
The game was helped by Ava . | * game ( x _ 1 ) ; help . theme ( x _ 3 , x _ 1 ) AND help . agent ( x _ 3 , Ava ) | in_distribution |
A drink was sold to Owen . | drink ( x _ 1 ) AND sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , Owen ) | in_distribution |
A frog sold a knife to a boy . | frog ( x _ 1 ) AND sell . agent ( x _ 2 , x _ 1 ) AND sell . theme ( x _ 2 , x _ 4 ) AND sell . recipient ( x _ 2 , x _ 7 ) AND knife ( x _ 4 ) AND boy ( x _ 7 ) | in_distribution |
Alexander returned a watch to Aubrey . | return . agent ( x _ 1 , Alexander ) AND return . theme ( x _ 1 , x _ 3 ) AND return . recipient ( x _ 1 , Aubrey ) AND watch ( x _ 3 ) | in_distribution |
The zebra stabbed the melon on a stage . | * zebra ( x _ 1 ) ; * melon ( x _ 4 ) ; stab . agent ( x _ 2 , x _ 1 ) AND stab . theme ( x _ 2 , x _ 4 ) AND melon . nmod . on ( x _ 4 , x _ 7 ) AND stage ( x _ 7 ) | in_distribution |
The block was tolerated by Samuel . | * block ( x _ 1 ) ; tolerate . theme ( x _ 3 , x _ 1 ) AND tolerate . agent ( x _ 3 , Samuel ) | in_distribution |
Emma was lended the box in the tent . | * box ( x _ 4 ) ; * tent ( x _ 7 ) ; lend . recipient ( x _ 2 , Emma ) AND lend . theme ( x _ 2 , x _ 4 ) AND box . nmod . in ( x _ 4 , x _ 7 ) | in_distribution |
The giraffe gave a cake on the table to Addison . | * giraffe ( x _ 1 ) ; * table ( x _ 7 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , Addison ) AND cake ( x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 ) | in_distribution |
The girl appreciated that a sandwich was rented to a boy . | * girl ( x _ 1 ) ; appreciate . agent ( x _ 2 , x _ 1 ) AND appreciate . ccomp ( x _ 2 , x _ 7 ) AND sandwich ( x _ 5 ) AND rent . theme ( x _ 7 , x _ 5 ) AND rent . recipient ( x _ 7 , x _ 10 ) AND boy ( x _ 10 ) | in_distribution |
The bucket split . | * bucket ( x _ 1 ) ; split . theme ( x _ 2 , x _ 1 ) | in_distribution |
The zebra liked the girl . | * zebra ( x _ 1 ) ; * girl ( x _ 4 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 ) | in_distribution |
Subsets and Splits