source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
The girl hoped that the donut was promised to Jackson .
|
hope ( agent = * girl , ccomp = promise ( theme = * donut , recipient = Jackson ) )
|
John intended to sleep .
|
intend ( agent = John , xcomp = sleep ( agent = John ) )
|
Benjamin loved the girl in a backpack .
|
love ( agent = Benjamin , theme = * girl ( nmod . in = backpack ) )
|
The butterfly fed the raisin in the tower to a chicken .
|
feed ( agent = * butterfly , theme = * raisin ( nmod . in = * tower ) , recipient = chicken )
|
The doll was rolled by Olivia .
|
roll ( theme = * doll , agent = Olivia )
|
A girl burned the cake on a road .
|
burn ( agent = girl , theme = * cake ( nmod . on = road ) )
|
Isabella was given a cake by Emma .
|
give ( recipient = Isabella , theme = cake , agent = Emma )
|
The cookie was given to Luna by Liam .
|
give ( theme = * cookie , recipient = Luna , agent = Liam )
|
The banana was liked .
|
like ( theme = * banana )
|
The block was given to the girl .
|
give ( theme = * block , recipient = * girl )
|
A student froze .
|
freeze ( theme = student )
|
Lucas observed a towel beside a house .
|
observe ( agent = Lucas , theme = towel ( nmod . beside = house ) )
|
A fly ran .
|
run ( agent = fly )
|
A scarf was poked .
|
poke ( theme = scarf )
|
The baby noticed that a girl sent the boy the cookie .
|
notice ( agent = * baby , ccomp = send ( agent = girl , recipient = * boy , theme = * cookie ) )
|
The boy liked that a donut was admired by Olivia .
|
like ( agent = * boy , ccomp = admire ( theme = donut , agent = Olivia ) )
|
The cat expected to sleep .
|
expect ( agent = * cat , xcomp = sleep ( agent = * cat ) )
|
A consumer sold Elijah a cake .
|
sell ( agent = consumer , recipient = Elijah , theme = cake )
|
Leo gave the girl the donut .
|
give ( agent = Leo , recipient = * girl , theme = * donut )
|
Olivia was served the cake on a booklet by a customer .
|
serve ( recipient = Olivia , theme = * cake ( nmod . on = booklet ) , agent = customer )
|
A boy was wired a drink by Isabella .
|
wire ( recipient = boy , theme = drink , agent = Isabella )
|
The monster liked a box on the shelf .
|
like ( agent = * monster , theme = box ( nmod . on = * shelf ) )
|
The sweetcorn was given to the girl .
|
give ( theme = * sweetcorn , recipient = * girl )
|
The box was liked by the prince .
|
like ( theme = * box , agent = * prince )
|
Emma hoped that a pig needed to walk .
|
hope ( agent = Emma , ccomp = need ( agent = pig , xcomp = walk ( agent = pig ) ) )
|
A frog jogged .
|
jog ( agent = frog )
|
The boy liked that a sandwich was respected by Liam .
|
like ( agent = * boy , ccomp = respect ( theme = sandwich , agent = Liam ) )
|
The cat liked that a boy ate a book .
|
like ( agent = * cat , ccomp = eat ( agent = boy , theme = book ) )
|
Amelia drew Logan .
|
draw ( agent = Amelia , theme = Logan )
|
A cookie was given to the boy .
|
give ( theme = cookie , recipient = * boy )
|
The rose was painted by a president .
|
paint ( theme = * rose , agent = president )
|
Emma liked that a game was lended to the girl .
|
like ( agent = Emma , ccomp = lend ( theme = game , recipient = * girl ) )
|
The boy nursed a girl beside the table .
|
nurse ( agent = * boy , theme = girl ( nmod . beside = * table ) )
|
The girl said that the boy liked that the bat was floated by Emma .
|
say ( agent = * girl , ccomp = like ( agent = * boy , ccomp = float ( theme = * bat , agent = Emma ) ) )
|
The mouse admired Lucas .
|
admire ( agent = * mouse , theme = Lucas )
|
Elijah tried to paint .
|
try ( agent = Elijah , xcomp = paint ( agent = Elijah ) )
|
The donut was called .
|
call ( theme = * donut )
|
Emma fed Sophia a cake .
|
feed ( agent = Emma , recipient = Sophia , theme = cake )
|
Noah loved the book on a table .
|
love ( agent = Noah , theme = * book ( nmod . on = table ) )
|
The donut was liked by Sophia .
|
like ( theme = * donut , agent = Sophia )
|
Nathan passed the sailor the present beside a road .
|
pass ( agent = Nathan , recipient = * sailor , theme = * present ( nmod . beside = road ) )
|
The lawyer was given the raisin beside a table by a girl .
|
give ( recipient = * lawyer , theme = * raisin ( nmod . beside = table ) , agent = girl )
|
Savannah expected that Liam sent the liver to the girl .
|
expect ( agent = Savannah , ccomp = send ( agent = Liam , theme = * liver , recipient = * girl ) )
|
A cake was offered to James by Camila .
|
offer ( theme = cake , recipient = James , agent = Camila )
|
A boy thought that Olivia lended the ball to Emma .
|
think ( agent = boy , ccomp = lend ( agent = Olivia , theme = * ball , recipient = Emma ) )
|
The melon was liked by a mouse .
|
like ( theme = * melon , agent = mouse )
|
Natalie gave a girl a donut .
|
give ( agent = Natalie , recipient = girl , theme = donut )
|
The box was respected .
|
respect ( theme = * box )
|
A goose was sold the donut by the boy .
|
sell ( recipient = goose , theme = * donut , agent = * boy )
|
Liam proved that a pumpkin reddened .
|
prove ( agent = Liam , ccomp = redden ( theme = pumpkin ) )
|
The plate was missed .
|
miss ( theme = * plate )
|
The bat was passed to a girl by the tiger .
|
pass ( theme = * bat , recipient = girl , agent = * tiger )
|
A boy helped the ball on a table .
|
help ( agent = boy , theme = * ball ( nmod . on = table ) )
|
The radio was eaten by Noah .
|
eat ( theme = * radio , agent = Noah )
|
The bear painted .
|
paint ( agent = * bear )
|
The cake was given to Sebastian .
|
give ( theme = * cake , recipient = Sebastian )
|
The teacher disintegrated .
|
disintegrate ( theme = * teacher )
|
A creature gave a resident the cake .
|
give ( agent = creature , recipient = resident , theme = * cake )
|
A pickle was drawn by Emma .
|
draw ( theme = pickle , agent = Emma )
|
The bell was drawn by Olivia .
|
draw ( theme = * bell , agent = Olivia )
|
The girl helped the banana .
|
help ( agent = * girl , theme = * banana )
|
The boy painted the cake .
|
paint ( agent = * boy , theme = * cake )
|
The bat was sold to a lamb by the child .
|
sell ( theme = * bat , recipient = lamb , agent = * child )
|
A child ate a girl in the vehicle .
|
eat ( agent = child , theme = girl ( nmod . in = * vehicle ) )
|
Lucas ate a cookie .
|
eat ( agent = Lucas , theme = cookie )
|
A cookie was offered to Emma .
|
offer ( theme = cookie , recipient = Emma )
|
The melon was touched .
|
touch ( theme = * melon )
|
The ball was held .
|
hold ( theme = * ball )
|
Emma served the pumpkin beside the genius to a girl .
|
serve ( agent = Emma , theme = * pumpkin ( nmod . beside = * genius ) , recipient = girl )
|
Harper was sold the cookie .
|
sell ( recipient = Harper , theme = * cookie )
|
The teacher ate .
|
eat ( agent = * teacher )
|
The girl liked a sweetcorn .
|
like ( agent = * girl , theme = sweetcorn )
|
Sophia was given the cake in the fridge .
|
give ( recipient = Sophia , theme = * cake ( nmod . in = * fridge ) )
|
The donut was passed to the father by the tiger .
|
pass ( theme = * donut , recipient = * father , agent = * tiger )
|
The sandwich was shortened by Emma .
|
shorten ( theme = * sandwich , agent = Emma )
|
The customer cooked a shoe in the bush .
|
cook ( agent = * customer , theme = shoe ( nmod . in = * bush ) )
|
Sophia broke the cake .
|
break ( agent = Sophia , theme = * cake )
|
The cake was lended to the girl by a teacher .
|
lend ( theme = * cake , recipient = * girl , agent = teacher )
|
Skylar wished to paint .
|
wish ( agent = Skylar , xcomp = paint ( agent = Skylar ) )
|
Ava loved a raisin in the house .
|
love ( agent = Ava , theme = raisin ( nmod . in = * house ) )
|
A girl painted .
|
paint ( agent = girl )
|
The plate was nursed .
|
nurse ( theme = * plate )
|
Nora gave Emma a cake .
|
give ( agent = Nora , recipient = Emma , theme = cake )
|
A cake was valued by Emma .
|
value ( theme = cake , agent = Emma )
|
The girl ate Lincoln .
|
eat ( agent = * girl , theme = Lincoln )
|
The girl sent Liam the crayon .
|
send ( agent = * girl , recipient = Liam , theme = * crayon )
|
The block split .
|
split ( theme = * block )
|
A cake was worshipped by Olivia .
|
worship ( theme = cake , agent = Olivia )
|
Olivia expected to nap .
|
expect ( agent = Olivia , xcomp = nap ( agent = Olivia ) )
|
A drink was examined by Nora .
|
examine ( theme = drink , agent = Nora )
|
A rose was liked by Henry .
|
like ( theme = rose , agent = Henry )
|
The key was given to Olivia by a customer .
|
give ( theme = * key , recipient = Olivia , agent = customer )
|
A cake was painted by the frog .
|
paint ( theme = cake , agent = * frog )
|
A cat split .
|
split ( theme = cat )
|
Liam rolled Aurora .
|
roll ( agent = Liam , theme = Aurora )
|
A child hunted .
|
hunt ( agent = child )
|
The girl preferred to talk .
|
prefer ( agent = * girl , xcomp = talk ( agent = * girl ) )
|
The cake was lended to Nora by Emma .
|
lend ( theme = * cake , recipient = Nora , agent = Emma )
|
The block was heard by the boy .
|
hear ( theme = * block , agent = * boy )
|
William passed Emma a raisin .
|
pass ( agent = William , recipient = Emma , theme = raisin )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.