source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
A glue was found by the girl .
|
find ( theme = glue , agent = * girl )
|
Liam liked that a kid pierced the donut .
|
like ( agent = Liam , ccomp = pierce ( agent = kid , theme = * donut ) )
|
Olivia lended a lollipop to the cat .
|
lend ( agent = Olivia , theme = lollipop , recipient = * cat )
|
Andrew noticed that the girl ate .
|
notice ( agent = Andrew , ccomp = eat ( agent = * girl ) )
|
Isabella gave a banana in a swamp to a girl .
|
give ( agent = Isabella , theme = banana ( nmod . in = swamp ) , recipient = girl )
|
A child was lended a cake on a stool in a garden by the dog .
|
lend ( recipient = child , theme = cake ( nmod . on = stool ( nmod . in = garden ) ) , agent = * dog )
|
The strawberry was lended to Mason by Amelia .
|
lend ( theme = * strawberry , recipient = Mason , agent = Amelia )
|
A servant was served the box by a cat .
|
serve ( recipient = servant , theme = * box , agent = cat )
|
A jigsaw was liked by Emma .
|
like ( theme = jigsaw , agent = Emma )
|
The dog sold the rose to Hazel .
|
sell ( agent = * dog , theme = * rose , recipient = Hazel )
|
Emma rolled a giraffe .
|
roll ( agent = Emma , theme = giraffe )
|
The donut was split by a bunny .
|
split ( theme = * donut , agent = bunny )
|
A cake was helped by Oliver .
|
help ( theme = cake , agent = Oliver )
|
The donut was cooked by the turtle .
|
cook ( theme = * donut , agent = * turtle )
|
A donut was rented to Ava .
|
rent ( theme = donut , recipient = Ava )
|
Emma rolled a boy .
|
roll ( agent = Emma , theme = boy )
|
The bee tolerated that the needle froze .
|
tolerate ( agent = * bee , ccomp = freeze ( theme = * needle ) )
|
The cake was liked by the bird .
|
like ( theme = * cake , agent = * bird )
|
Olivia appreciated that a melon was snapped by Michael .
|
appreciate ( agent = Olivia , ccomp = snap ( theme = melon , agent = Michael ) )
|
Henry liked a boy in a house .
|
like ( agent = Henry , theme = boy ( nmod . in = house ) )
|
slide
|
slide
|
A raisin was drawn by a boy .
|
draw ( theme = raisin , agent = boy )
|
Benjamin drew a strawberry .
|
draw ( agent = Benjamin , theme = strawberry )
|
William rolled a girl .
|
roll ( agent = William , theme = girl )
|
The girl fed the lollipop beside the table to Michael .
|
feed ( agent = * girl , theme = * lollipop ( nmod . beside = * table ) , recipient = Michael )
|
The chair was appreciated by a girl .
|
appreciate ( theme = * chair , agent = girl )
|
The cake was sketched by the child .
|
sketch ( theme = * cake , agent = * child )
|
A girl dusted the fig on a tree .
|
dust ( agent = girl , theme = * fig ( nmod . on = tree ) )
|
Riley was sent a cake on the bed by the duck .
|
send ( recipient = Riley , theme = cake ( nmod . on = * bed ) , agent = * duck )
|
A dog was given a pancake beside a cassette .
|
give ( recipient = dog , theme = pancake ( nmod . beside = cassette ) )
|
A donut was known by Emma .
|
know ( theme = donut , agent = Emma )
|
A liver was adored .
|
adore ( theme = liver )
|
The cake was heard by Ava .
|
hear ( theme = * cake , agent = Ava )
|
Noah noticed the liver .
|
notice ( agent = Noah , theme = * liver )
|
The boy preferred to paint .
|
prefer ( agent = * boy , xcomp = paint ( agent = * boy ) )
|
The box was slid .
|
slide ( theme = * box )
|
The baby liked to walk .
|
like ( agent = * baby , xcomp = walk ( agent = * baby ) )
|
The creature was rented the cake .
|
rent ( recipient = * creature , theme = * cake )
|
The glue was given to the child by a baby .
|
give ( theme = * glue , recipient = * child , agent = baby )
|
A dog broke the crayon in the house .
|
break ( agent = dog , theme = * crayon ( nmod . in = * house ) )
|
A strawberry was eaten by Liam .
|
eat ( theme = strawberry , agent = Liam )
|
A kid cooked .
|
cook ( agent = kid )
|
Emma snapped a cake .
|
snap ( agent = Emma , theme = cake )
|
The child rolled a bear .
|
roll ( agent = * child , theme = bear )
|
A cat drew Emma .
|
draw ( agent = cat , theme = Emma )
|
Emma hoped that the coin froze .
|
hope ( agent = Emma , ccomp = freeze ( theme = * coin ) )
|
Elijah liked a girl .
|
like ( agent = Elijah , theme = girl )
|
The cat ate a cake beside the baron .
|
eat ( agent = * cat , theme = cake ( nmod . beside = * baron ) )
|
The girl stuttered .
|
stutter ( agent = * girl )
|
A game was helped .
|
help ( theme = game )
|
Olivia liked a butterfly in a storage .
|
like ( agent = Olivia , theme = butterfly ( nmod . in = storage ) )
|
A cookie was rolled by the teacher .
|
roll ( theme = cookie , agent = * teacher )
|
The cookie was liked by a baby .
|
like ( theme = * cookie , agent = baby )
|
The boy noticed Emma .
|
notice ( agent = * boy , theme = Emma )
|
The boy held the cake in the house .
|
hold ( agent = * boy , theme = * cake ( nmod . in = * house ) )
|
A cup was sold to a servant by a cat .
|
sell ( theme = cup , recipient = servant , agent = cat )
|
The landlord cleaned .
|
clean ( agent = * landlord )
|
The banana was rolled by Amelia .
|
roll ( theme = * banana , agent = Amelia )
|
The box was fed to the girl .
|
feed ( theme = * box , recipient = * girl )
|
A cake was stabbed by Charlotte .
|
stab ( theme = cake , agent = Charlotte )
|
The girl yearned to run .
|
yearn ( agent = * girl , xcomp = run ( agent = * girl ) )
|
Aiden jogged .
|
jog ( agent = Aiden )
|
A clock was given to Emma .
|
give ( theme = clock , recipient = Emma )
|
A boy called .
|
call ( agent = boy )
|
A chalk was lended to William .
|
lend ( theme = chalk , recipient = William )
|
John liked that the cake was worshipped by the girl .
|
like ( agent = John , ccomp = worship ( theme = * cake , agent = * girl ) )
|
A visitor was brought the drink in the house .
|
bring ( recipient = visitor , theme = * drink ( nmod . in = * house ) )
|
A banana was eaten by Emma .
|
eat ( theme = banana , agent = Emma )
|
Sophia liked a girl .
|
like ( agent = Sophia , theme = girl )
|
The muffin was eaten by a girl .
|
eat ( theme = * muffin , agent = girl )
|
The glue was disintegrated .
|
disintegrate ( theme = * glue )
|
The cake was snapped by Emma .
|
snap ( theme = * cake , agent = Emma )
|
Liam offered a horse a brush on the stage .
|
offer ( agent = Liam , recipient = horse , theme = brush ( nmod . on = * stage ) )
|
The baby sent a brick in a house to Emma .
|
send ( agent = * baby , theme = brick ( nmod . in = house ) , recipient = Emma )
|
A cat loved the crocodile beside the car .
|
love ( agent = cat , theme = * crocodile ( nmod . beside = * car ) )
|
The cookie was helped by Liam .
|
help ( theme = * cookie , agent = Liam )
|
A mouse appreciated that Natalie observed a customer .
|
appreciate ( agent = mouse , ccomp = observe ( agent = Natalie , theme = customer ) )
|
Jacob lended a girl a donut .
|
lend ( agent = Jacob , recipient = girl , theme = donut )
|
A customer liked that a teacher dusted .
|
like ( agent = customer , ccomp = dust ( agent = teacher ) )
|
Charlotte valued that a bear froze .
|
value ( agent = Charlotte , ccomp = freeze ( theme = bear ) )
|
A boy lended the cat the drink .
|
lend ( agent = boy , recipient = * cat , theme = * drink )
|
A baby was mailed a strawberry by a girl .
|
mail ( recipient = baby , theme = strawberry , agent = girl )
|
A duck smiled .
|
smile ( agent = duck )
|
Violet liked that Olivia preferred to walk .
|
like ( agent = Violet , ccomp = prefer ( agent = Olivia , xcomp = walk ( agent = Olivia ) ) )
|
A fish drew the cat in a tomb .
|
draw ( agent = fish , theme = * cat ( nmod . in = tomb ) )
|
Sebastian gave the hat to a girl .
|
give ( agent = Sebastian , theme = * hat , recipient = girl )
|
Charlotte handed the raisin in a house to a sheep .
|
hand ( agent = Charlotte , theme = * raisin ( nmod . in = house ) , recipient = sheep )
|
The drink was burned .
|
burn ( theme = * drink )
|
The cake was offered to a duck .
|
offer ( theme = * cake , recipient = duck )
|
A guy gave the girl a soap in the house .
|
give ( agent = guy , recipient = * girl , theme = soap ( nmod . in = * house ) )
|
A cake was sketched by Noah .
|
sketch ( theme = cake , agent = Noah )
|
The cake was served to Ava by Jacob .
|
serve ( theme = * cake , recipient = Ava , agent = Jacob )
|
The box was liked by Olivia .
|
like ( theme = * box , agent = Olivia )
|
The needle was slid by Emma .
|
slide ( theme = * needle , agent = Emma )
|
A cat mailed a cake to a customer .
|
mail ( agent = cat , theme = cake , recipient = customer )
|
A plate was rolled .
|
roll ( theme = plate )
|
The cat declared that the donut was helped .
|
declare ( agent = * cat , ccomp = help ( theme = * donut ) )
|
William was served the donut in the cot by a girl .
|
serve ( recipient = William , theme = * donut ( nmod . in = * cot ) , agent = girl )
|
The donut was frozen by Emma .
|
freeze ( theme = * donut , agent = Emma )
|
A donut was sold to Victoria by William .
|
sell ( theme = donut , recipient = Victoria , agent = William )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.