source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
The soap was hunted by Emma .
|
hunt ( theme = * soap , agent = Emma )
|
A cake was painted .
|
paint ( theme = cake )
|
Emma offered a teacher the scarf beside a bed .
|
offer ( agent = Emma , recipient = teacher , theme = * scarf ( nmod . beside = bed ) )
|
The book was drawn by the priest .
|
draw ( theme = * book , agent = * priest )
|
Emma cleaned the dog .
|
clean ( agent = Emma , theme = * dog )
|
Olivia nursed Liam .
|
nurse ( agent = Olivia , theme = Liam )
|
Eleanor liked Emma .
|
like ( agent = Eleanor , theme = Emma )
|
Ava passed Benjamin the lollipop .
|
pass ( agent = Ava , recipient = Benjamin , theme = * lollipop )
|
inflate
|
inflate
|
Emma was given the box by the girl .
|
give ( recipient = Emma , theme = * box , agent = * girl )
|
Emma wished to sleep .
|
wish ( agent = Emma , xcomp = sleep ( agent = Emma ) )
|
Julian shattered .
|
shatter ( theme = Julian )
|
The game was sent to Olivia by a doctor .
|
send ( theme = * game , recipient = Olivia , agent = doctor )
|
The box was grown .
|
grow ( theme = * box )
|
A boy examined the donut on a stage .
|
examine ( agent = boy , theme = * donut ( nmod . on = stage ) )
|
The boy gave a bowl on a stage to Emma .
|
give ( agent = * boy , theme = bowl ( nmod . on = stage ) , recipient = Emma )
|
Emma painted Olivia .
|
paint ( agent = Emma , theme = Olivia )
|
A girl loved Ethan .
|
love ( agent = girl , theme = Ethan )
|
The cake was returned to the goose by the girl .
|
return ( theme = * cake , recipient = * goose , agent = * girl )
|
Alexander preferred to sleep .
|
prefer ( agent = Alexander , xcomp = sleep ( agent = Alexander ) )
|
Evelyn studied .
|
study ( agent = Evelyn )
|
A banana was painted by Skylar .
|
paint ( theme = banana , agent = Skylar )
|
A cake was reddened by Michael .
|
redden ( theme = cake , agent = Michael )
|
A cake was given to a child by a guy .
|
give ( theme = cake , recipient = child , agent = guy )
|
A cookie was disintegrated by Emma .
|
disintegrate ( theme = cookie , agent = Emma )
|
A chair was loved by a boy .
|
love ( theme = chair , agent = boy )
|
A crocodile noticed that a director gave a muffin to Emma .
|
notice ( agent = crocodile , ccomp = give ( agent = director , theme = muffin , recipient = Emma ) )
|
The child hoped that Sophia was sold the strawberry .
|
hope ( agent = * child , ccomp = sell ( recipient = Sophia , theme = * strawberry ) )
|
William liked that a girl smiled .
|
like ( agent = William , ccomp = smile ( agent = girl ) )
|
A girl appreciated a monkey .
|
appreciate ( agent = girl , theme = monkey )
|
A sandwich was returned to the girl .
|
return ( theme = sandwich , recipient = * girl )
|
A sandwich was painted .
|
paint ( theme = sandwich )
|
A penny was rolled by William .
|
roll ( theme = penny , agent = William )
|
A girl hated to sketch .
|
hate ( agent = girl , xcomp = sketch ( agent = girl ) )
|
A teacher planned to walk .
|
plan ( agent = teacher , xcomp = walk ( agent = teacher ) )
|
A donut was passed to a visitor .
|
pass ( theme = donut , recipient = visitor )
|
Liam crumpled the cake in the house .
|
crumple ( agent = Liam , theme = * cake ( nmod . in = * house ) )
|
A cake was sold to a boy by Emma .
|
sell ( theme = cake , recipient = boy , agent = Emma )
|
Noah sneezed .
|
sneeze ( agent = Noah )
|
The glue was eaten by the girl .
|
eat ( theme = * glue , agent = * girl )
|
Elizabeth liked that the glue was sold to Emma .
|
like ( agent = Elizabeth , ccomp = sell ( theme = * glue , recipient = Emma ) )
|
A drink was touched .
|
touch ( theme = drink )
|
The spoon was liked by Leo .
|
like ( theme = * spoon , agent = Leo )
|
A cookie enlarged .
|
enlarge ( theme = cookie )
|
A chemical was improved by the girl .
|
improve ( theme = chemical , agent = * girl )
|
Ava wanted to walk .
|
want ( agent = Ava , xcomp = walk ( agent = Ava ) )
|
The donut was drawn by a girl .
|
draw ( theme = * donut , agent = girl )
|
The yogurt was juggled .
|
juggle ( theme = * yogurt )
|
A bird gave Isabella a chalk .
|
give ( agent = bird , recipient = Isabella , theme = chalk )
|
The donut was sold to Harper by the girl .
|
sell ( theme = * donut , recipient = Harper , agent = * girl )
|
Isabella wanted to read .
|
want ( agent = Isabella , xcomp = read ( agent = Isabella ) )
|
A donut was drawn .
|
draw ( theme = donut )
|
The girl rolled the box .
|
roll ( agent = * girl , theme = * box )
|
A cake was handed to a hen .
|
hand ( theme = cake , recipient = hen )
|
Gabriel smiled .
|
smile ( agent = Gabriel )
|
A turtle hoped to eat .
|
hope ( agent = turtle , xcomp = eat ( agent = turtle ) )
|
The girl rolled a drink beside the table .
|
roll ( agent = * girl , theme = drink ( nmod . beside = * table ) )
|
The cat saw .
|
see ( agent = * cat )
|
Emma slid a dealer .
|
slide ( agent = Emma , theme = dealer )
|
Noah slid the cake beside the house .
|
slide ( agent = Noah , theme = * cake ( nmod . beside = * house ) )
|
Emma was fed a scarf by the girl .
|
feed ( recipient = Emma , theme = scarf , agent = * girl )
|
The box was burned by Aurora .
|
burn ( theme = * box , agent = Aurora )
|
The girl dreamed that a jigsaw was appreciated by the butterfly .
|
dream ( agent = * girl , ccomp = appreciate ( theme = jigsaw , agent = * butterfly ) )
|
The brick was given to the girl .
|
give ( theme = * brick , recipient = * girl )
|
Emma sent the block beside the table to a dog .
|
send ( agent = Emma , theme = * block ( nmod . beside = * table ) , recipient = dog )
|
The lamb touched Harper .
|
touch ( agent = * lamb , theme = Harper )
|
A shirt was shortened .
|
shorten ( theme = shirt )
|
The cookie was eaten by the girl .
|
eat ( theme = * cookie , agent = * girl )
|
Jack found the bunny in the house .
|
find ( agent = Jack , theme = * bunny ( nmod . in = * house ) )
|
Olivia gave the cake beside a pepper to Emma .
|
give ( agent = Olivia , theme = * cake ( nmod . beside = pepper ) , recipient = Emma )
|
The sandwich was rolled by the boy .
|
roll ( theme = * sandwich , agent = * boy )
|
Madison liked the donkey .
|
like ( agent = Madison , theme = * donkey )
|
Olivia longed to walk .
|
long ( agent = Olivia , xcomp = walk ( agent = Olivia ) )
|
A donkey painted .
|
paint ( agent = donkey )
|
Liam liked that the cake was drawn .
|
like ( agent = Liam , ccomp = draw ( theme = * cake ) )
|
Scarlett lended the box to the director .
|
lend ( agent = Scarlett , theme = * box , recipient = * director )
|
The sweetcorn was cooked .
|
cook ( theme = * sweetcorn )
|
The turkey noticed that the cake was changed .
|
notice ( agent = * turkey , ccomp = change ( theme = * cake ) )
|
A cake was appreciated by the girl .
|
appreciate ( theme = cake , agent = * girl )
|
Thomas painted the girl on a road .
|
paint ( agent = Thomas , theme = * girl ( nmod . on = road ) )
|
The student was lended the sweetcorn by Emma .
|
lend ( recipient = * student , theme = * sweetcorn , agent = Emma )
|
A dog collapsed .
|
collapse ( theme = dog )
|
A duke wanted to sleep .
|
want ( agent = duke , xcomp = sleep ( agent = duke ) )
|
Emma cooked a yogurt .
|
cook ( agent = Emma , theme = yogurt )
|
The boy thought that the cake was lended to the crocodile by Emma .
|
think ( agent = * boy , ccomp = lend ( theme = * cake , recipient = * crocodile , agent = Emma ) )
|
William helped a ball on a road .
|
help ( agent = William , theme = ball ( nmod . on = road ) )
|
Olivia was given the donut beside a stage .
|
give ( recipient = Olivia , theme = * donut ( nmod . beside = stage ) )
|
Mateo served the donut on a bed to a chicken .
|
serve ( agent = Mateo , theme = * donut ( nmod . on = bed ) , recipient = chicken )
|
William offered the donut beside the lamp to Liam .
|
offer ( agent = William , theme = * donut ( nmod . beside = * lamp ) , recipient = Liam )
|
A cookie was liked by a boy .
|
like ( theme = cookie , agent = boy )
|
A hat was missed .
|
miss ( theme = hat )
|
Emma found a cake on a speaker .
|
find ( agent = Emma , theme = cake ( nmod . on = speaker ) )
|
A banana was poked by the boy .
|
poke ( theme = banana , agent = * boy )
|
The lollipop was lended to the teacher by Liam .
|
lend ( theme = * lollipop , recipient = * teacher , agent = Liam )
|
The monkey talked .
|
talk ( agent = * monkey )
|
The jigsaw was painted by the girl .
|
paint ( theme = * jigsaw , agent = * girl )
|
A boy liked to walk .
|
like ( agent = boy , xcomp = walk ( agent = boy ) )
|
The monkey was slipped a cake on a table .
|
slip ( recipient = * monkey , theme = cake ( nmod . on = table ) )
|
The needle was heard .
|
hear ( theme = * needle )
|
A cat lended the strawberry on a pedestal to a boy .
|
lend ( agent = cat , theme = * strawberry ( nmod . on = pedestal ) , recipient = boy )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.