input
stringlengths 3
103
| output
stringlengths 3
435
| domain
stringclasses 14
values |
---|---|---|
A cookie was given to Emma .
|
cookie ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , Emma )
|
in_distribution
|
The lion dreamed to sketch .
|
* lion ( x _ 1 ) ; dream . agent ( x _ 2 , x _ 1 ) AND dream . xcomp ( x _ 2 , x _ 4 ) AND sketch . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
A kid liked that the game was burned .
|
* game ( x _ 5 ) ; kid ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 7 ) AND burn . theme ( x _ 7 , x _ 5 )
|
in_distribution
|
Emma was lended a cake on the table .
|
* table ( x _ 7 ) ; lend . recipient ( x _ 2 , Emma ) AND lend . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 ) AND cake . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
A bear posted Liam a cake .
|
bear ( x _ 1 ) AND post . agent ( x _ 2 , x _ 1 ) AND post . recipient ( x _ 2 , Liam ) AND post . theme ( x _ 2 , x _ 5 ) AND cake ( x _ 5 )
|
in_distribution
|
The spoon was drawn by Ava .
|
* spoon ( x _ 1 ) ; draw . theme ( x _ 3 , x _ 1 ) AND draw . agent ( x _ 3 , Ava )
|
in_distribution
|
Noah liked that a rose was painted .
|
like . agent ( x _ 1 , Noah ) AND like . ccomp ( x _ 1 , x _ 6 ) AND rose ( x _ 4 ) AND paint . theme ( x _ 6 , x _ 4 )
|
in_distribution
|
Emma hoped that Aiden cooked .
|
hope . agent ( x _ 1 , Emma ) AND hope . ccomp ( x _ 1 , x _ 4 ) AND cook . agent ( x _ 4 , Aiden )
|
in_distribution
|
A book floated .
|
book ( x _ 1 ) AND float . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
A teacher wanted to run .
|
teacher ( x _ 1 ) AND want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND run . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
The sandwich was investigated .
|
* sandwich ( x _ 1 ) ; investigate . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The cake was worshipped by the bear .
|
* cake ( x _ 1 ) ; * bear ( x _ 6 ) ; worship . theme ( x _ 3 , x _ 1 ) AND worship . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
The girl thought that the rose was served to Emma by the cat .
|
* girl ( x _ 1 ) ; * rose ( x _ 5 ) ; * cat ( x _ 12 ) ; think . agent ( x _ 2 , x _ 1 ) AND think . ccomp ( x _ 2 , x _ 7 ) AND serve . theme ( x _ 7 , x _ 5 ) AND serve . recipient ( x _ 7 , Emma ) AND serve . agent ( x _ 7 , x _ 12 )
|
in_distribution
|
Emma rolled a melon on a stool .
|
roll . agent ( x _ 1 , Emma ) AND roll . theme ( x _ 1 , x _ 3 ) AND melon ( x _ 3 ) AND melon . nmod . on ( x _ 3 , x _ 6 ) AND stool ( x _ 6 )
|
in_distribution
|
Liam was slipped a box .
|
slip . recipient ( x _ 2 , Liam ) AND slip . theme ( x _ 2 , x _ 4 ) AND box ( x _ 4 )
|
in_distribution
|
The goose gave a monkey a donut .
|
* goose ( x _ 1 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , x _ 4 ) AND give . theme ( x _ 2 , x _ 6 ) AND monkey ( x _ 4 ) AND donut ( x _ 6 )
|
in_distribution
|
Noah juggled a girl .
|
juggle . agent ( x _ 1 , Noah ) AND juggle . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 )
|
in_distribution
|
The bear gave the cookie on the table to Liam .
|
* bear ( x _ 1 ) ; * cookie ( x _ 4 ) ; * table ( x _ 7 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , Liam ) AND cookie . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
Emma was given the cake beside a table by Samuel .
|
* cake ( x _ 4 ) ; give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 4 ) AND give . agent ( x _ 2 , Samuel ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND table ( x _ 7 )
|
in_distribution
|
Owen lended a cake to Dylan .
|
lend . agent ( x _ 1 , Owen ) AND lend . theme ( x _ 1 , x _ 3 ) AND lend . recipient ( x _ 1 , Dylan ) AND cake ( x _ 3 )
|
in_distribution
|
A fly was given a melon by Emma .
|
fly ( x _ 1 ) AND give . recipient ( x _ 3 , x _ 1 ) AND give . theme ( x _ 3 , x _ 5 ) AND give . agent ( x _ 3 , Emma ) AND melon ( x _ 5 )
|
in_distribution
|
The resident floated .
|
* resident ( x _ 1 ) ; float . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
A donut was given to the cat .
|
* cat ( x _ 6 ) ; donut ( x _ 1 ) AND give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 )
|
in_distribution
|
The baby drew a doll in a vehicle .
|
* baby ( x _ 1 ) ; draw . agent ( x _ 2 , x _ 1 ) AND draw . theme ( x _ 2 , x _ 4 ) AND doll ( x _ 4 ) AND doll . nmod . in ( x _ 4 , x _ 7 ) AND vehicle ( x _ 7 )
|
in_distribution
|
A girl liked that Emma sneezed .
|
girl ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND sneeze . agent ( x _ 5 , Emma )
|
in_distribution
|
A weapon shortened .
|
weapon ( x _ 1 ) AND shorten . theme ( x _ 2 , x _ 1 )
|
in_distribution
|
The strawberry was dusted by Oliver .
|
* strawberry ( x _ 1 ) ; dust . theme ( x _ 3 , x _ 1 ) AND dust . agent ( x _ 3 , Oliver )
|
in_distribution
|
The chicken packed a donut beside a road .
|
* chicken ( x _ 1 ) ; pack . agent ( x _ 2 , x _ 1 ) AND pack . theme ( x _ 2 , x _ 4 ) AND donut ( x _ 4 ) AND donut . nmod . beside ( x _ 4 , x _ 7 ) AND road ( x _ 7 )
|
in_distribution
|
The cookie was given to a girl .
|
* cookie ( x _ 1 ) ; give . theme ( x _ 3 , x _ 1 ) AND give . recipient ( x _ 3 , x _ 6 ) AND girl ( x _ 6 )
|
in_distribution
|
admire
|
LAMBDA a . LAMBDA b . LAMBDA e . admire . agent ( e , b ) AND admire . theme ( e , a )
|
primitive
|
A chair was fed to a bee .
|
chair ( x _ 1 ) AND feed . theme ( x _ 3 , x _ 1 ) AND feed . recipient ( x _ 3 , x _ 6 ) AND bee ( x _ 6 )
|
in_distribution
|
The girl said that a poet was served a biscuit beside the broker by Liam .
|
* girl ( x _ 1 ) ; * broker ( x _ 12 ) ; say . agent ( x _ 2 , x _ 1 ) AND say . ccomp ( x _ 2 , x _ 7 ) AND poet ( x _ 5 ) AND serve . recipient ( x _ 7 , x _ 5 ) AND serve . theme ( x _ 7 , x _ 9 ) AND serve . agent ( x _ 7 , Liam ) AND biscuit ( x _ 9 ) AND biscuit . nmod . beside ( x _ 9 , x _ 12 )
|
in_distribution
|
Theodore was loaned the clock .
|
* clock ( x _ 4 ) ; loan . recipient ( x _ 2 , Theodore ) AND loan . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
A guest passed the girl the pretzel on a rock .
|
* girl ( x _ 4 ) ; * pretzel ( x _ 6 ) ; guest ( x _ 1 ) AND pass . agent ( x _ 2 , x _ 1 ) AND pass . recipient ( x _ 2 , x _ 4 ) AND pass . theme ( x _ 2 , x _ 6 ) AND pretzel . nmod . on ( x _ 6 , x _ 9 ) AND rock ( x _ 9 )
|
in_distribution
|
Oliver wanted to investigate .
|
want . agent ( x _ 1 , Oliver ) AND want . xcomp ( x _ 1 , x _ 3 ) AND investigate . agent ( x _ 3 , Oliver )
|
in_distribution
|
The lion wanted to walk .
|
* lion ( x _ 1 ) ; want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND walk . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
A resident hunted Daniel .
|
resident ( x _ 1 ) AND hunt . agent ( x _ 2 , x _ 1 ) AND hunt . theme ( x _ 2 , Daniel )
|
in_distribution
|
A crayon was floated .
|
crayon ( x _ 1 ) AND float . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Henry slept .
|
sleep . agent ( x _ 1 , Henry )
|
in_distribution
|
The bat was studied .
|
* bat ( x _ 1 ) ; study . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The cake was adored by Sofia .
|
* cake ( x _ 1 ) ; adore . theme ( x _ 3 , x _ 1 ) AND adore . agent ( x _ 3 , Sofia )
|
in_distribution
|
Avery preferred to sleep .
|
prefer . agent ( x _ 1 , Avery ) AND prefer . xcomp ( x _ 1 , x _ 3 ) AND sleep . agent ( x _ 3 , Avery )
|
in_distribution
|
The fruit was investigated by the dog .
|
* fruit ( x _ 1 ) ; * dog ( x _ 6 ) ; investigate . theme ( x _ 3 , x _ 1 ) AND investigate . agent ( x _ 3 , x _ 6 )
|
in_distribution
|
Isaac screamed .
|
scream . agent ( x _ 1 , Isaac )
|
in_distribution
|
The drink was floated by a poet .
|
* drink ( x _ 1 ) ; float . theme ( x _ 3 , x _ 1 ) AND float . agent ( x _ 3 , x _ 6 ) AND poet ( x _ 6 )
|
in_distribution
|
The boy collapsed the cloud .
|
* boy ( x _ 1 ) ; * cloud ( x _ 4 ) ; collapse . agent ( x _ 2 , x _ 1 ) AND collapse . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
Emma rented a drink beside a table to Liam .
|
rent . agent ( x _ 1 , Emma ) AND rent . theme ( x _ 1 , x _ 3 ) AND rent . recipient ( x _ 1 , Liam ) AND drink ( x _ 3 ) AND drink . nmod . beside ( x _ 3 , x _ 6 ) AND table ( x _ 6 )
|
in_distribution
|
A champion sold the boy the drink on a tree .
|
* boy ( x _ 4 ) ; * drink ( x _ 6 ) ; champion ( x _ 1 ) AND sell . agent ( x _ 2 , x _ 1 ) AND sell . recipient ( x _ 2 , x _ 4 ) AND sell . theme ( x _ 2 , x _ 6 ) AND drink . nmod . on ( x _ 6 , x _ 9 ) AND tree ( x _ 9 )
|
in_distribution
|
A cat liked the lion .
|
* lion ( x _ 4 ) ; cat ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
The queen proved that a brush was seen by a girl .
|
* queen ( x _ 1 ) ; prove . agent ( x _ 2 , x _ 1 ) AND prove . ccomp ( x _ 2 , x _ 7 ) AND brush ( x _ 5 ) AND see . theme ( x _ 7 , x _ 5 ) AND see . agent ( x _ 7 , x _ 10 ) AND girl ( x _ 10 )
|
in_distribution
|
Emma brought a cookie in the house to a girl .
|
* house ( x _ 6 ) ; bring . agent ( x _ 1 , Emma ) AND bring . theme ( x _ 1 , x _ 3 ) AND bring . recipient ( x _ 1 , x _ 9 ) AND cookie ( x _ 3 ) AND cookie . nmod . in ( x _ 3 , x _ 6 ) AND girl ( x _ 9 )
|
in_distribution
|
The brick was eaten by Liam .
|
* brick ( x _ 1 ) ; eat . theme ( x _ 3 , x _ 1 ) AND eat . agent ( x _ 3 , Liam )
|
in_distribution
|
Liam noticed that Emma fed a donut beside the whale to the teacher .
|
* whale ( x _ 9 ) ; * teacher ( x _ 12 ) ; notice . agent ( x _ 1 , Liam ) AND notice . ccomp ( x _ 1 , x _ 4 ) AND feed . agent ( x _ 4 , Emma ) AND feed . theme ( x _ 4 , x _ 6 ) AND feed . recipient ( x _ 4 , x _ 12 ) AND donut ( x _ 6 ) AND donut . nmod . beside ( x _ 6 , x _ 9 )
|
in_distribution
|
A dog gave Lily the pickle beside a machine .
|
* pickle ( x _ 5 ) ; dog ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Lily ) AND give . theme ( x _ 2 , x _ 5 ) AND pickle . nmod . beside ( x _ 5 , x _ 8 ) AND machine ( x _ 8 )
|
in_distribution
|
Emma helped Noah .
|
help . agent ( x _ 1 , Emma ) AND help . theme ( x _ 1 , Noah )
|
in_distribution
|
A book was thrown .
|
book ( x _ 1 ) AND throw . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
The girl declared that Addison liked the ball beside a table .
|
* girl ( x _ 1 ) ; * ball ( x _ 7 ) ; declare . agent ( x _ 2 , x _ 1 ) AND declare . ccomp ( x _ 2 , x _ 5 ) AND like . agent ( x _ 5 , Addison ) AND like . theme ( x _ 5 , x _ 7 ) AND ball . nmod . beside ( x _ 7 , x _ 10 ) AND table ( x _ 10 )
|
in_distribution
|
The father nursed .
|
* father ( x _ 1 ) ; nurse . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
The cake was cleaned by William .
|
* cake ( x _ 1 ) ; clean . theme ( x _ 3 , x _ 1 ) AND clean . agent ( x _ 3 , William )
|
in_distribution
|
The box was sold to Aubrey .
|
* box ( x _ 1 ) ; sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , Aubrey )
|
in_distribution
|
The penny was brought to the pig by Emma .
|
* penny ( x _ 1 ) ; * pig ( x _ 6 ) ; bring . theme ( x _ 3 , x _ 1 ) AND bring . recipient ( x _ 3 , x _ 6 ) AND bring . agent ( x _ 3 , Emma )
|
in_distribution
|
A cake was loaned to the student by the scientist .
|
* student ( x _ 6 ) ; * scientist ( x _ 9 ) ; cake ( x _ 1 ) AND loan . theme ( x _ 3 , x _ 1 ) AND loan . recipient ( x _ 3 , x _ 6 ) AND loan . agent ( x _ 3 , x _ 9 )
|
in_distribution
|
The weapon was painted .
|
* weapon ( x _ 1 ) ; paint . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Logan was given the drink in a pit .
|
* drink ( x _ 4 ) ; give . recipient ( x _ 2 , Logan ) AND give . theme ( x _ 2 , x _ 4 ) AND drink . nmod . in ( x _ 4 , x _ 7 ) AND pit ( x _ 7 )
|
in_distribution
|
Jackson gave Liam a donut .
|
give . agent ( x _ 1 , Jackson ) AND give . recipient ( x _ 1 , Liam ) AND give . theme ( x _ 1 , x _ 4 ) AND donut ( x _ 4 )
|
in_distribution
|
The girl gave a drink beside a bed to the teacher .
|
* girl ( x _ 1 ) ; * teacher ( x _ 10 ) ; give . agent ( x _ 2 , x _ 1 ) AND give . theme ( x _ 2 , x _ 4 ) AND give . recipient ( x _ 2 , x _ 10 ) AND drink ( x _ 4 ) AND drink . nmod . beside ( x _ 4 , x _ 7 ) AND bed ( x _ 7 )
|
in_distribution
|
Benjamin was lended a donut on the table .
|
* table ( x _ 7 ) ; lend . recipient ( x _ 2 , Benjamin ) AND lend . theme ( x _ 2 , x _ 4 ) AND donut ( x _ 4 ) AND donut . nmod . on ( x _ 4 , x _ 7 )
|
in_distribution
|
A crocodile broke a biscuit beside a chair .
|
crocodile ( x _ 1 ) AND break . agent ( x _ 2 , x _ 1 ) AND break . theme ( x _ 2 , x _ 4 ) AND biscuit ( x _ 4 ) AND biscuit . nmod . beside ( x _ 4 , x _ 7 ) AND chair ( x _ 7 )
|
in_distribution
|
The donut was sold to James by William .
|
* donut ( x _ 1 ) ; sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , James ) AND sell . agent ( x _ 3 , William )
|
in_distribution
|
A pony posted the donut to the boy .
|
* donut ( x _ 4 ) ; * boy ( x _ 7 ) ; pony ( x _ 1 ) AND post . agent ( x _ 2 , x _ 1 ) AND post . theme ( x _ 2 , x _ 4 ) AND post . recipient ( x _ 2 , x _ 7 )
|
in_distribution
|
Mia was passed a box .
|
pass . recipient ( x _ 2 , Mia ) AND pass . theme ( x _ 2 , x _ 4 ) AND box ( x _ 4 )
|
in_distribution
|
The teacher passed the crayon to the boy .
|
* teacher ( x _ 1 ) ; * crayon ( x _ 4 ) ; * boy ( x _ 7 ) ; pass . agent ( x _ 2 , x _ 1 ) AND pass . theme ( x _ 2 , x _ 4 ) AND pass . recipient ( x _ 2 , x _ 7 )
|
in_distribution
|
Noah liked a girl .
|
like . agent ( x _ 1 , Noah ) AND like . theme ( x _ 1 , x _ 3 ) AND girl ( x _ 3 )
|
in_distribution
|
A shirt was floated .
|
shirt ( x _ 1 ) AND float . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Olivia split .
|
split . theme ( x _ 1 , Olivia )
|
in_distribution
|
A girl gave Emma the drink beside a table .
|
* drink ( x _ 5 ) ; girl ( x _ 1 ) AND give . agent ( x _ 2 , x _ 1 ) AND give . recipient ( x _ 2 , Emma ) AND give . theme ( x _ 2 , x _ 5 ) AND drink . nmod . beside ( x _ 5 , x _ 8 ) AND table ( x _ 8 )
|
in_distribution
|
A girl admired a child beside the table .
|
* table ( x _ 7 ) ; girl ( x _ 1 ) AND admire . agent ( x _ 2 , x _ 1 ) AND admire . theme ( x _ 2 , x _ 4 ) AND child ( x _ 4 ) AND child . nmod . beside ( x _ 4 , x _ 7 )
|
in_distribution
|
The raisin was offered to a child by the girl .
|
* raisin ( x _ 1 ) ; * girl ( x _ 9 ) ; offer . theme ( x _ 3 , x _ 1 ) AND offer . recipient ( x _ 3 , x _ 6 ) AND offer . agent ( x _ 3 , x _ 9 ) AND child ( x _ 6 )
|
in_distribution
|
The monkey liked a cow .
|
* monkey ( x _ 1 ) ; like . agent ( x _ 2 , x _ 1 ) AND like . theme ( x _ 2 , x _ 4 ) AND cow ( x _ 4 )
|
in_distribution
|
The girl was promised the cookie beside the ladder by Liam .
|
* girl ( x _ 1 ) ; * cookie ( x _ 5 ) ; * ladder ( x _ 8 ) ; promise . recipient ( x _ 3 , x _ 1 ) AND promise . theme ( x _ 3 , x _ 5 ) AND promise . agent ( x _ 3 , Liam ) AND cookie . nmod . beside ( x _ 5 , x _ 8 )
|
in_distribution
|
The strawberry was sold to Benjamin by Emma .
|
* strawberry ( x _ 1 ) ; sell . theme ( x _ 3 , x _ 1 ) AND sell . recipient ( x _ 3 , Benjamin ) AND sell . agent ( x _ 3 , Emma )
|
in_distribution
|
A lollipop was liked by Jacob .
|
lollipop ( x _ 1 ) AND like . theme ( x _ 3 , x _ 1 ) AND like . agent ( x _ 3 , Jacob )
|
in_distribution
|
Mila planned to read .
|
plan . agent ( x _ 1 , Mila ) AND plan . xcomp ( x _ 1 , x _ 3 ) AND read . agent ( x _ 3 , Mila )
|
in_distribution
|
Bella liked that a girl ate .
|
like . agent ( x _ 1 , Bella ) AND like . ccomp ( x _ 1 , x _ 5 ) AND girl ( x _ 4 ) AND eat . agent ( x _ 5 , x _ 4 )
|
in_distribution
|
A brush was improved by Jacob .
|
brush ( x _ 1 ) AND improve . theme ( x _ 3 , x _ 1 ) AND improve . agent ( x _ 3 , Jacob )
|
in_distribution
|
A boy offered a cake beside a bed to Emma .
|
boy ( x _ 1 ) AND offer . agent ( x _ 2 , x _ 1 ) AND offer . theme ( x _ 2 , x _ 4 ) AND offer . recipient ( x _ 2 , Emma ) AND cake ( x _ 4 ) AND cake . nmod . beside ( x _ 4 , x _ 7 ) AND bed ( x _ 7 )
|
in_distribution
|
Noah supported that a pretzel froze .
|
support . agent ( x _ 1 , Noah ) AND support . ccomp ( x _ 1 , x _ 5 ) AND pretzel ( x _ 4 ) AND freeze . theme ( x _ 5 , x _ 4 )
|
in_distribution
|
The teacher slept .
|
* teacher ( x _ 1 ) ; sleep . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
A girl liked that Emma walked .
|
girl ( x _ 1 ) AND like . agent ( x _ 2 , x _ 1 ) AND like . ccomp ( x _ 2 , x _ 5 ) AND walk . agent ( x _ 5 , Emma )
|
in_distribution
|
Liam was sold a cake .
|
sell . recipient ( x _ 2 , Liam ) AND sell . theme ( x _ 2 , x _ 4 ) AND cake ( x _ 4 )
|
in_distribution
|
A cat floated the cake .
|
* cake ( x _ 4 ) ; cat ( x _ 1 ) AND float . agent ( x _ 2 , x _ 1 ) AND float . theme ( x _ 2 , x _ 4 )
|
in_distribution
|
Emma painted the raisin in the basket .
|
* raisin ( x _ 3 ) ; * basket ( x _ 6 ) ; paint . agent ( x _ 1 , Emma ) AND paint . theme ( x _ 1 , x _ 3 ) AND raisin . nmod . in ( x _ 3 , x _ 6 )
|
in_distribution
|
A cat wanted to run .
|
cat ( x _ 1 ) AND want . agent ( x _ 2 , x _ 1 ) AND want . xcomp ( x _ 2 , x _ 4 ) AND run . agent ( x _ 4 , x _ 1 )
|
in_distribution
|
The girl walked .
|
* girl ( x _ 1 ) ; walk . agent ( x _ 2 , x _ 1 )
|
in_distribution
|
A cake was poked by Bella .
|
cake ( x _ 1 ) AND poke . theme ( x _ 3 , x _ 1 ) AND poke . agent ( x _ 3 , Bella )
|
in_distribution
|
The crown was passed to Emma .
|
* crown ( x _ 1 ) ; pass . theme ( x _ 3 , x _ 1 ) AND pass . recipient ( x _ 3 , Emma )
|
in_distribution
|
The fly was wired a drink by a bird .
|
* fly ( x _ 1 ) ; wire . recipient ( x _ 3 , x _ 1 ) AND wire . theme ( x _ 3 , x _ 5 ) AND wire . agent ( x _ 3 , x _ 8 ) AND drink ( x _ 5 ) AND bird ( x _ 8 )
|
in_distribution
|
The girl sold Emily the donut .
|
* girl ( x _ 1 ) ; * donut ( x _ 5 ) ; sell . agent ( x _ 2 , x _ 1 ) AND sell . recipient ( x _ 2 , Emily ) AND sell . theme ( x _ 2 , x _ 5 )
|
in_distribution
|
Isabella floated a cake .
|
float . agent ( x _ 1 , Isabella ) AND float . theme ( x _ 1 , x _ 3 ) AND cake ( x _ 3 )
|
in_distribution
|
A coin was collapsed .
|
coin ( x _ 1 ) AND collapse . theme ( x _ 3 , x _ 1 )
|
in_distribution
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.