source
stringlengths 3
103
| target
stringlengths 3
172
|
---|---|
A leaf froze .
|
freeze ( theme = leaf )
|
The manager froze a chicken on a table .
|
freeze ( agent = * manager , theme = chicken ( nmod . on = table ) )
|
The girl was loaned the cake on a table in the house .
|
loan ( recipient = * girl , theme = * cake ( nmod . on = table ( nmod . in = * house ) ) )
|
Oliver was given a melon in the car beside a bed .
|
give ( recipient = Oliver , theme = melon ( nmod . in = * car ( nmod . beside = bed ) ) )
|
The melon was rented to a giraffe by a girl .
|
rent ( theme = * melon , recipient = giraffe , agent = girl )
|
The human liked that a key was passed to the dog .
|
like ( agent = * human , ccomp = pass ( theme = key , recipient = * dog ) )
|
Emma froze the cookie beside a chair .
|
freeze ( agent = Emma , theme = * cookie ( nmod . beside = chair ) )
|
Isaac rolled Emma .
|
roll ( agent = Isaac , theme = Emma )
|
The monkey sketched .
|
sketch ( agent = * monkey )
|
A frog poked the boy .
|
poke ( agent = frog , theme = * boy )
|
The girl burned a cake on the table beside the bed .
|
burn ( agent = * girl , theme = cake ( nmod . on = * table ( nmod . beside = * bed ) ) )
|
The girl was lended the donut .
|
lend ( recipient = * girl , theme = * donut )
|
The donut was passed to a girl by Emma .
|
pass ( theme = * donut , recipient = girl , agent = Emma )
|
Ava gave the donut beside the table to the baby .
|
give ( agent = Ava , theme = * donut ( nmod . beside = * table ) , recipient = * baby )
|
The cookie was liked .
|
like ( theme = * cookie )
|
The towel was rolled by the monkey .
|
roll ( theme = * towel , agent = * monkey )
|
A dog lended a cake to Asher .
|
lend ( agent = dog , theme = cake , recipient = Asher )
|
Liam noticed that a frog was given a bat by a boy .
|
notice ( agent = Liam , ccomp = give ( recipient = frog , theme = bat , agent = boy ) )
|
The cat valued that a weapon was eaten by the boy .
|
value ( agent = * cat , ccomp = eat ( theme = weapon , agent = * boy ) )
|
The girl gave the cake in the bush to the giraffe .
|
give ( agent = * girl , theme = * cake ( nmod . in = * bush ) , recipient = * giraffe )
|
The pupil gave the frog the box beside the table .
|
give ( agent = * pupil , recipient = * frog , theme = * box ( nmod . beside = * table ) )
|
Olivia rolled the cake in the garden .
|
roll ( agent = Olivia , theme = * cake ( nmod . in = * garden ) )
|
Harper sketched .
|
sketch ( agent = Harper )
|
A game was disintegrated .
|
disintegrate ( theme = game )
|
The girl liked that Layla gave a melon beside a table to a boy .
|
like ( agent = * girl , ccomp = give ( agent = Layla , theme = melon ( nmod . beside = table ) , recipient = boy ) )
|
A bear sent a girl a cake .
|
send ( agent = bear , recipient = girl , theme = cake )
|
The sandwich was lended to a visitor by Emma .
|
lend ( theme = * sandwich , recipient = visitor , agent = Emma )
|
The girl was rented a cake in a hole .
|
rent ( recipient = * girl , theme = cake ( nmod . in = hole ) )
|
Chloe believed that Olivia smiled .
|
believe ( agent = Chloe , ccomp = smile ( agent = Olivia ) )
|
A prisoner ate .
|
eat ( agent = prisoner )
|
A cake was given to a producer .
|
give ( theme = cake , recipient = producer )
|
A toothbrush was liked .
|
like ( theme = toothbrush )
|
Claire noticed .
|
notice ( agent = Claire )
|
Ava found a purse .
|
find ( agent = Ava , theme = purse )
|
A girl helped a toothbrush .
|
help ( agent = girl , theme = toothbrush )
|
A professor drew .
|
draw ( agent = professor )
|
A plate was drawn .
|
draw ( theme = plate )
|
The politician drew .
|
draw ( agent = * politician )
|
A cake was given to James by a zebra .
|
give ( theme = cake , recipient = James , agent = zebra )
|
The child rolled .
|
roll ( theme = * child )
|
Dylan lended the cookie beside the table to a girl .
|
lend ( agent = Dylan , theme = * cookie ( nmod . beside = * table ) , recipient = girl )
|
A butterfly grew Emma .
|
grow ( agent = butterfly , theme = Emma )
|
The cake was shortened by the turkey .
|
shorten ( theme = * cake , agent = * turkey )
|
A flag was rolled .
|
roll ( theme = flag )
|
The boy was sold the cake .
|
sell ( recipient = * boy , theme = * cake )
|
Jayden pierced Victoria .
|
pierce ( agent = Jayden , theme = Victoria )
|
The cake was sent to the cat by Liam .
|
send ( theme = * cake , recipient = * cat , agent = Liam )
|
A donut was sold to a girl by Sophia .
|
sell ( theme = donut , recipient = girl , agent = Sophia )
|
A needle was slid by the boy .
|
slide ( theme = needle , agent = * boy )
|
Riley sketched .
|
sketch ( agent = Riley )
|
Emma gave a cookie beside the bed to a boy .
|
give ( agent = Emma , theme = cookie ( nmod . beside = * bed ) , recipient = boy )
|
The captain burned .
|
burn ( theme = * captain )
|
The donut was appreciated by a guard .
|
appreciate ( theme = * donut , agent = guard )
|
The brush was given to Emma by the girl .
|
give ( theme = * brush , recipient = Emma , agent = * girl )
|
A drink was lended to a landlord by the pig .
|
lend ( theme = drink , recipient = landlord , agent = * pig )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.