source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
The muffin was floated by Olivia .
|
float ( theme = * muffin , agent = Olivia )
|
A cake was doubled by a boy .
|
double ( theme = cake , agent = boy )
|
The donut was appreciated by Emma .
|
appreciate ( theme = * donut , agent = Emma )
|
Olivia was lended the box by Noah .
|
lend ( recipient = Olivia , theme = * box , agent = Noah )
|
Liam mailed a bunny the cake .
|
mail ( agent = Liam , recipient = bunny , theme = * cake )
|
A donut was sent to a frog .
|
send ( theme = donut , recipient = frog )
|
The molecule was eaten by Emma .
|
eat ( theme = * molecule , agent = Emma )
|
The bell was helped .
|
help ( theme = * bell )
|
Emma gave the cake to a bear .
|
give ( agent = Emma , theme = * cake , recipient = bear )
|
The cake was liked by the dog .
|
like ( theme = * cake , agent = * dog )
|
A horse helped the raisin on a bed .
|
help ( agent = horse , theme = * raisin ( nmod . on = bed ) )
|
Emma was brought a cake by a mother .
|
bring ( recipient = Emma , theme = cake , agent = mother )
|
Liam called a boy in a pool .
|
call ( agent = Liam , theme = boy ( nmod . in = pool ) )
|
A hero was sent the donut in a trap by a resident .
|
send ( recipient = hero , theme = * donut ( nmod . in = trap ) , agent = resident )
|
A cake was rolled by Oliver .
|
roll ( theme = cake , agent = Oliver )
|
Benjamin walked .
|
walk ( agent = Benjamin )
|
The girl burned a resident .
|
burn ( agent = * girl , theme = resident )
|
Victoria hoped that Liam was given the chalk by Emma .
|
hope ( agent = Victoria , ccomp = give ( recipient = Liam , theme = * chalk , agent = Emma ) )
|
The baby hunted .
|
hunt ( agent = * baby )
|
The cookie was lended to the girl .
|
lend ( theme = * cookie , recipient = * girl )
|
A teacher split a girl .
|
split ( agent = teacher , theme = girl )
|
A raisin was rolled .
|
roll ( theme = raisin )
|
The squirrel expected to nap .
|
expect ( agent = * squirrel , xcomp = nap ( agent = * squirrel ) )
|
Luna noticed that the human ate a drink beside a cassette .
|
notice ( agent = Luna , ccomp = eat ( agent = * human , theme = drink ( nmod . beside = cassette ) ) )
|
The box was rolled .
|
roll ( theme = * box )
|
Emma fed the drink beside the stage to a prisoner .
|
feed ( agent = Emma , theme = * drink ( nmod . beside = * stage ) , recipient = prisoner )
|
A guitar was tossed by the girl .
|
toss ( theme = guitar , agent = * girl )
|
A chemical was admired by Emma .
|
admire ( theme = chemical , agent = Emma )
|
The boy passed the girl a box .
|
pass ( agent = * boy , recipient = * girl , theme = box )
|
A scarf was loved by the child .
|
love ( theme = scarf , agent = * child )
|
The chicken was offered a cake .
|
offer ( recipient = * chicken , theme = cake )
|
Noah ate a baby on a speaker .
|
eat ( agent = Noah , theme = baby ( nmod . on = speaker ) )
|
The girl proved that the donut was forwarded to the teacher .
|
prove ( agent = * girl , ccomp = forward ( theme = * donut , recipient = * teacher ) )
|
Logan planned to sketch .
|
plan ( agent = Logan , xcomp = sketch ( agent = Logan ) )
|
A cake was painted by Asher .
|
paint ( theme = cake , agent = Asher )
|
The mouse gave a cake to Emma .
|
give ( agent = * mouse , theme = cake , recipient = Emma )
|
The rose was eaten by a girl .
|
eat ( theme = * rose , agent = girl )
|
A girl was given the present on the bed .
|
give ( recipient = girl , theme = * present ( nmod . on = * bed ) )
|
The girl gave Emma a plate on the stool .
|
give ( agent = * girl , recipient = Emma , theme = plate ( nmod . on = * stool ) )
|
A bowl was split .
|
split ( theme = bowl )
|
Emma ate Ava .
|
eat ( agent = Emma , theme = Ava )
|
A guitar was seen by a girl .
|
see ( theme = guitar , agent = girl )
|
A cake was given to William by a chicken .
|
give ( theme = cake , recipient = William , agent = chicken )
|
The horse shortened .
|
shorten ( theme = * horse )
|
Emma thought that Audrey called .
|
think ( agent = Emma , ccomp = call ( agent = Audrey ) )
|
A girl preferred to smirk .
|
prefer ( agent = girl , xcomp = smirk ( agent = girl ) )
|
The basket was found by Ellie .
|
find ( theme = * basket , agent = Ellie )
|
Emma was given a donut .
|
give ( recipient = Emma , theme = donut )
|
A captain believed that a mirror was returned to the girl .
|
believe ( agent = captain , ccomp = return ( theme = mirror , recipient = * girl ) )
|
A girl was mailed the cake by a dog .
|
mail ( recipient = girl , theme = * cake , agent = dog )
|
A box was liked .
|
like ( theme = box )
|
A jigsaw was grown .
|
grow ( theme = jigsaw )
|
A poet liked a game in the room .
|
like ( agent = poet , theme = game ( nmod . in = * room ) )
|
The pillow was given to a teacher by Lillian .
|
give ( theme = * pillow , recipient = teacher , agent = Lillian )
|
The chicken disintegrated the weapon .
|
disintegrate ( agent = * chicken , theme = * weapon )
|
A donut was frozen by Olivia .
|
freeze ( theme = donut , agent = Olivia )
|
Sophia liked the sandwich .
|
like ( agent = Sophia , theme = * sandwich )
|
The boy was sent the donut .
|
send ( recipient = * boy , theme = * donut )
|
The girl liked that the cake was eaten .
|
like ( agent = * girl , ccomp = eat ( theme = * cake ) )
|
The cake was sent to Luna .
|
send ( theme = * cake , recipient = Luna )
|
Emma needed to eat .
|
need ( agent = Emma , xcomp = eat ( agent = Emma ) )
|
The cookie was juggled by a visitor .
|
juggle ( theme = * cookie , agent = visitor )
|
Levi wanted to nap .
|
want ( agent = Levi , xcomp = nap ( agent = Levi ) )
|
A girl gave Emma the cake beside the bed .
|
give ( agent = girl , recipient = Emma , theme = * cake ( nmod . beside = * bed ) )
|
Emma was given a donut in a box by Andrew .
|
give ( recipient = Emma , theme = donut ( nmod . in = box ) , agent = Andrew )
|
The cake was given to William by a cat .
|
give ( theme = * cake , recipient = William , agent = cat )
|
The rose was floated .
|
float ( theme = * rose )
|
The cat was awarded the sandwich .
|
award ( recipient = * cat , theme = * sandwich )
|
Ava liked the cookie in a cylinder .
|
like ( agent = Ava , theme = * cookie ( nmod . in = cylinder ) )
|
A chicken helped the chalk on a barrel .
|
help ( agent = chicken , theme = * chalk ( nmod . on = barrel ) )
|
A toy was given to Olivia .
|
give ( theme = toy , recipient = Olivia )
|
Ava was given the cake by Liam .
|
give ( recipient = Ava , theme = * cake , agent = Liam )
|
Elizabeth rolled Aiden .
|
roll ( agent = Elizabeth , theme = Aiden )
|
Oliver danced .
|
dance ( agent = Oliver )
|
A basket was crumpled .
|
crumple ( theme = basket )
|
A sandwich was found by a boy .
|
find ( theme = sandwich , agent = boy )
|
Isabella rented a cake beside the table to Olivia .
|
rent ( agent = Isabella , theme = cake ( nmod . beside = * table ) , recipient = Olivia )
|
The boy painted the visitor .
|
paint ( agent = * boy , theme = * visitor )
|
Mason heard .
|
hear ( agent = Mason )
|
Owen hoped that a rose was eaten .
|
hope ( agent = Owen , ccomp = eat ( theme = rose ) )
|
Emma was given the raisin by a princess .
|
give ( recipient = Emma , theme = * raisin , agent = princess )
|
A chicken gave the donut to Liam .
|
give ( agent = chicken , theme = * donut , recipient = Liam )
|
Liam helped a box in a tin .
|
help ( agent = Liam , theme = box ( nmod . in = tin ) )
|
The key was noticed by James .
|
notice ( theme = * key , agent = James )
|
The father liked Emma .
|
like ( agent = * father , theme = Emma )
|
Emma examined a strawberry .
|
examine ( agent = Emma , theme = strawberry )
|
A rose was sent to Liam by Emma .
|
send ( theme = rose , recipient = Liam , agent = Emma )
|
Olivia wired a pretzel to Emma .
|
wire ( agent = Olivia , theme = pretzel , recipient = Emma )
|
A raisin enlarged .
|
enlarge ( theme = raisin )
|
Emma gave Isaac the muffin .
|
give ( agent = Emma , recipient = Isaac , theme = * muffin )
|
The drink was adored by Emma .
|
adore ( theme = * drink , agent = Emma )
|
Olivia served the cat a cake beside the stage .
|
serve ( agent = Olivia , recipient = * cat , theme = cake ( nmod . beside = * stage ) )
|
A cake was served to a child by the passenger .
|
serve ( theme = cake , recipient = child , agent = * passenger )
|
The purse was collapsed by Emma .
|
collapse ( theme = * purse , agent = Emma )
|
A cake was dusted by the cat .
|
dust ( theme = cake , agent = * cat )
|
A block was found .
|
find ( theme = block )
|
Liam liked that the donut was drawn .
|
like ( agent = Liam , ccomp = draw ( theme = * donut ) )
|
The professor thought that the girl gave a button to Mila .
|
think ( agent = * professor , ccomp = give ( agent = * girl , theme = button , recipient = Mila ) )
|
Emma liked that Lucas lended Liam the cake beside a key .
|
like ( agent = Emma , ccomp = lend ( agent = Lucas , recipient = Liam , theme = * cake ( nmod . beside = key ) ) )
|
A bat was stabbed .
|
stab ( theme = bat )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.