source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
William promised a cake to Liam .
|
promise ( agent = William , theme = cake , recipient = Liam )
|
Gabriel collapsed .
|
collapse ( theme = Gabriel )
|
Alexander giggled .
|
giggle ( agent = Alexander )
|
A girl admired the doll .
|
admire ( agent = girl , theme = * doll )
|
The pupil tolerated that Grace gave a button beside the boat on the stage to James .
|
tolerate ( agent = * pupil , ccomp = give ( agent = Grace , theme = button ( nmod . beside = * boat ( nmod . on = * stage ) ) , recipient = James ) )
|
A cake was rented to Carter by the girl .
|
rent ( theme = cake , recipient = Carter , agent = * girl )
|
A pancake was burned .
|
burn ( theme = pancake )
|
The rose was helped by William .
|
help ( theme = * rose , agent = William )
|
Grayson ran .
|
run ( agent = Grayson )
|
The weapon was frozen by a queen .
|
freeze ( theme = * weapon , agent = queen )
|
A princess wanted to sleep .
|
want ( agent = princess , xcomp = sleep ( agent = princess ) )
|
A boy gave a mouse the strawberry in the bag .
|
give ( agent = boy , recipient = mouse , theme = * strawberry ( nmod . in = * bag ) )
|
A cake was collapsed by a boy .
|
collapse ( theme = cake , agent = boy )
|
Emma found a cake in a room .
|
find ( agent = Emma , theme = cake ( nmod . in = room ) )
|
The cake was helped by the boy .
|
help ( theme = * cake , agent = * boy )
|
A dog gave a sandwich on a table to Emma .
|
give ( agent = dog , theme = sandwich ( nmod . on = table ) , recipient = Emma )
|
The boy snoozed .
|
snooze ( agent = * boy )
|
The guard ate .
|
eat ( agent = * guard )
|
The wolf rolled the cake .
|
roll ( agent = * wolf , theme = * cake )
|
The boy said that the cake froze .
|
say ( agent = * boy , ccomp = freeze ( theme = * cake ) )
|
A pony rolled .
|
roll ( theme = pony )
|
Matthew hunted .
|
hunt ( agent = Matthew )
|
A wolf ate .
|
eat ( agent = wolf )
|
A muffin was cooked .
|
cook ( theme = muffin )
|
A girl liked a rose .
|
like ( agent = girl , theme = rose )
|
Emma fed a cake to Jayden .
|
feed ( agent = Emma , theme = cake , recipient = Jayden )
|
The bean was frozen .
|
freeze ( theme = * bean )
|
Lillian cooked the cake beside the table in the storage .
|
cook ( agent = Lillian , theme = * cake ( nmod . beside = * table ( nmod . in = * storage ) ) )
|
Olivia rolled a baby .
|
roll ( agent = Olivia , theme = baby )
|
Ella broke the donut on the table .
|
break ( agent = Ella , theme = * donut ( nmod . on = * table ) )
|
Penelope loved the cake .
|
love ( agent = Penelope , theme = * cake )
|
Camila liked Olivia .
|
like ( agent = Camila , theme = Olivia )
|
The bean was liked by a deer .
|
like ( theme = * bean , agent = deer )
|
A donut was passed to the girl by Emma .
|
pass ( theme = donut , recipient = * girl , agent = Emma )
|
Emma was mailed a donut on a table .
|
mail ( recipient = Emma , theme = donut ( nmod . on = table ) )
|
The melon was rolled by Wyatt .
|
roll ( theme = * melon , agent = Wyatt )
|
The present was eaten .
|
eat ( theme = * present )
|
Harper proved that William rolled .
|
prove ( agent = Harper , ccomp = roll ( theme = William ) )
|
A cake was given to Brooklyn by the butterfly .
|
give ( theme = cake , recipient = Brooklyn , agent = * butterfly )
|
The dog confessed that a cake floated .
|
confess ( agent = * dog , ccomp = float ( theme = cake ) )
|
A boy brought a bird the box beside the foreigner .
|
bring ( agent = boy , recipient = bird , theme = * box ( nmod . beside = * foreigner ) )
|
The cookie was offered to a boy by Olivia .
|
offer ( theme = * cookie , recipient = boy , agent = Olivia )
|
The pig liked Brooklyn .
|
like ( agent = * pig , theme = Brooklyn )
|
The duck was given the crown by a mouse .
|
give ( recipient = * duck , theme = * crown , agent = mouse )
|
A cake was given to a girl by a chicken .
|
give ( theme = cake , recipient = girl , agent = chicken )
|
Liam admired the watch beside the chair .
|
admire ( agent = Liam , theme = * watch ( nmod . beside = * chair ) )
|
A glue was admired by Benjamin .
|
admire ( theme = glue , agent = Benjamin )
|
Olivia sold a cake in the house to Hazel .
|
sell ( agent = Olivia , theme = cake ( nmod . in = * house ) , recipient = Hazel )
|
Carter snoozed .
|
snooze ( agent = Carter )
|
The goose sneezed .
|
sneeze ( agent = * goose )
|
A horse was brought the cookie .
|
bring ( recipient = horse , theme = * cookie )
|
A donut was investigated by the cat .
|
investigate ( theme = donut , agent = * cat )
|
A cake was respected by William .
|
respect ( theme = cake , agent = William )
|
A donut was painted .
|
paint ( theme = donut )
|
Chloe dusted .
|
dust ( agent = Chloe )
|
The drink was appreciated by Emma .
|
appreciate ( theme = * drink , agent = Emma )
|
A cookie was adored by William .
|
adore ( theme = cookie , agent = William )
|
A cake was sent to Abigail by Emma .
|
send ( theme = cake , recipient = Abigail , agent = Emma )
|
The cake was helped .
|
help ( theme = * cake )
|
A soldier was rented a gumball .
|
rent ( recipient = soldier , theme = gumball )
|
A book was cooked .
|
cook ( theme = book )
|
The bucket was liked by a girl .
|
like ( theme = * bucket , agent = girl )
|
The melon was grown by the baby .
|
grow ( theme = * melon , agent = * baby )
|
Sophia sketched .
|
sketch ( agent = Sophia )
|
The bowl was eaten by the boy .
|
eat ( theme = * bowl , agent = * boy )
|
A deer painted .
|
paint ( agent = deer )
|
Abigail split a cake beside a torch .
|
split ( agent = Abigail , theme = cake ( nmod . beside = torch ) )
|
Logan hoped that Isaac frowned .
|
hope ( agent = Logan , ccomp = frown ( agent = Isaac ) )
|
The ball was frozen by a boy .
|
freeze ( theme = * ball , agent = boy )
|
Owen slept .
|
sleep ( agent = Owen )
|
A ball was given to Emma .
|
give ( theme = ball , recipient = Emma )
|
Emma was lended a cake by the tiger .
|
lend ( recipient = Emma , theme = cake , agent = * tiger )
|
Jackson packed .
|
pack ( agent = Jackson )
|
Sophia was brought the box .
|
bring ( recipient = Sophia , theme = * box )
|
The girl slid the banana in a teapot .
|
slide ( agent = * girl , theme = * banana ( nmod . in = teapot ) )
|
Julian hoped that the girl napped .
|
hope ( agent = Julian , ccomp = nap ( agent = * girl ) )
|
A baby respected that Olivia was offered a box in a shoebox .
|
respect ( agent = baby , ccomp = offer ( recipient = Olivia , theme = box ( nmod . in = shoebox ) ) )
|
Abigail proved that a dog discovered the girl .
|
prove ( agent = Abigail , ccomp = discover ( agent = dog , theme = * girl ) )
|
Emma sent the raisin to Leo .
|
send ( agent = Emma , theme = * raisin , recipient = Leo )
|
A box was given to the buyer by Noah .
|
give ( theme = box , recipient = * buyer , agent = Noah )
|
The girl was given the guitar .
|
give ( recipient = * girl , theme = * guitar )
|
A frog smiled .
|
smile ( agent = frog )
|
Amelia preferred to walk .
|
prefer ( agent = Amelia , xcomp = walk ( agent = Amelia ) )
|
The box was observed .
|
observe ( theme = * box )
|
A rose was helped .
|
help ( theme = rose )
|
Emma cleaned Audrey .
|
clean ( agent = Emma , theme = Audrey )
|
A girl shortened the rose on the table .
|
shorten ( agent = girl , theme = * rose ( nmod . on = * table ) )
|
Liam admired that the boy imagined that a cake was brought to a mouse .
|
admire ( agent = Liam , ccomp = imagine ( agent = * boy , ccomp = bring ( theme = cake , recipient = mouse ) ) )
|
The melon was slid .
|
slide ( theme = * melon )
|
Olivia slipped the box to a boy .
|
slip ( agent = Olivia , theme = * box , recipient = boy )
|
The bear hunted .
|
hunt ( agent = * bear )
|
The strawberry was frozen .
|
freeze ( theme = * strawberry )
|
Oliver froze a giraffe beside a hedge .
|
freeze ( agent = Oliver , theme = giraffe ( nmod . beside = hedge ) )
|
A girl meant to sleep .
|
mean ( agent = girl , xcomp = sleep ( agent = girl ) )
|
Ellie enlarged the fruit on a seat .
|
enlarge ( agent = Ellie , theme = * fruit ( nmod . on = seat ) )
|
A cake was offered to the girl by Charlotte .
|
offer ( theme = cake , recipient = * girl , agent = Charlotte )
|
A fly planned to walk .
|
plan ( agent = fly , xcomp = walk ( agent = fly ) )
|
A cat broke .
|
break ( theme = cat )
|
Liam gave a girl the box .
|
give ( agent = Liam , recipient = girl , theme = * box )
|
A girl was posted a shell on the stage by Lucas .
|
post ( recipient = girl , theme = shell ( nmod . on = * stage ) , agent = Lucas )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.