original
stringlengths 14
334
| logical_form
stringlengths 30
1.82k
| __index_level_0__
int64 0
1.65k
|
---|---|---|
Commonly found in northern, western and south-western Europe, palstaves are cast in moulds. | exists x1.(_palstave(x1) & exists x2.(_cast(x2) & exists x3.(_mould(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x2))) & (x1 = x2))) | 1,503 |
Callus 4 is written in an unusual iambic trimeter to convey a sense of speed over the waves. | exists x1.(_4(x1) & _callus(x1) & exists e2.(_write(e2) & (Acc(e2) = x1) & exists x3.(_trimeter(x3) & _iambic(x3) & _unusual(x3) & exists x4.(_sense(x4) & exists x5.(_speed(x5) & (x4 = x5)) & exists e6.(_convey(e6) & (Subj(e6) = x3) & (Acc(e6) = x4) & exists x7.(_wave(x7) & _over(e6,x7)))) & _in(e2,x3)))) | 1,504 |
Fido is a penguin or a swimmer. | exists x1.(_fido(x1) & (exists x2.(_penguin(x2) & (x1 = x2)) | exists x3.(_swimmer(x3) & (x1 = x3)))) | 1,505 |
IPod1 is produced before 2020. | exists x1.(_ipod1(x1) & exists e2.(_produce(e2) & (Acc(e2) = x1) & exists x3.(_2020(x3) & _before(e2,x3)))) | 1,506 |
If a person is bad at chess, then they don't play a lot of chess. | (exists x1.(_person(x1) & _bad(x1)) -> -exists x2.((x2 = _they) & exists x3.(_lot(x3) & exists x4.(_chess(x4) & (x3 = x4)) & exists e5.(_play(e5) & (Subj(e5) = x2) & (Acc(e5) = x3) & _then(e5))))) | 1,507 |
If the meal is popular at the party, then it is delicious. | (exists x1.(_meal(x1) & _popular(x1)) -> exists x2.((x2 = _it) & _delicious(x2))) | 1,508 |
St Johnstone and Minsk are different teams. | (exists x1.(_johnstone(x1) & _st(x1) & exists x2.(_team(x2) & _different(x2) & (x1 = x2))) & exists x3.(_minsk(x3) & exists x4.(_team(x4) & _different(x4) & (x3 = x4)))) | 1,509 |
All states are in their country. | all x1.(_state(x1) -> exists e2.(exists x3.(_country(x3) & _in(e2,x3)) & (Subj(e2) = x1))) | 1,510 |
Students either attend the conference in person or remotely. | exists x1.(_student(x1) & exists x2.(_conference(x2) & exists x3.((_person(x3) | _remotely(x3)) & exists e4.(_in(e4,x3) & (Subj(e4) = x2))) & exists e5.(_attend(e5) & (Subj(e5) = x1) & (Acc(e5) = x2)))) | 1,511 |
Sarah doesn’t own a car. | exists x1.(_doesn’t(x1) & _sarah(x1) & exists x2.(_car(x2) & exists e3.(_own(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 1,512 |
No road is clean. | -exists x1.(_road(x1) & _clean(x1)) | 1,513 |
If people are environmentally conscious, then they have solar panels in their homes. | (exists x1.(_people(x1) & _conscious(x1)) -> exists x2.((x2 = _they) & exists x3.(_panel(x3) & _solar(x3) & exists x4.(_home(x4) & exists e5.(_in(e5,x4) & (Subj(e5) = x3))) & exists e6.(_have(e6) & (Subj(e6) = x2) & (Acc(e6) = x3) & _then(e6))))) | 1,514 |
All researchers are professors. | all x1.(_researcher(x1) -> exists x2.(_professor(x2) & (x1 = x2))) | 1,515 |
The USS Lyon was a US Navy ship involved in WWII. | exists x1.(_lyon(x1) & _uss(x1) & exists x2.(_ship(x2) & _navy(x2) & _us(x2) & exists e3.(_involve(e3) & (Acc(e3) = x2) & exists x4.(_wwii(x4) & _in(e3,x4))) & (x1 = x2))) | 1,516 |
John Nash is an architect in British. | exists x1.(_nash(x1) & _john(x1) & exists x2.(_architect(x2) & exists x3.(_british(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x2))) & (x1 = x2))) | 1,517 |
If people eat cereal and milk every day for breakfast, then they have very busy morning schedules every day. | (exists x1.(_people(x1) & _every(x1) & exists x2.(_milk(x2) & _cereal(x2) & exists e3.(_eat(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_breakfast(x4) & _for(e3,x4)))) & _day(x1)) -> exists x5.((x5 = _they) & _every(x5) & exists x6.(_very(x6) & _schedule(x6) & _morning(x6) & _busy(x6) & exists e7.(_have(e7) & (Subj(e7) = x5) & (Acc(e7) = x6) & _then(e7))) & _day(x5))) | 1,518 |
Billy is a kid. | exists x1.(_billy(x1) & exists x2.(_kid(x2) & (x1 = x2))) | 1,519 |
No teachers are students. | -exists x1.(_teacher(x1) & exists x2.(_student(x2) & (x1 = x2))) | 1,520 |
People either work in person or work from home. | (exists x1._people(x1) & exists x2.(_work(x2) & (exists x3.(_person(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x2) & exists x5.(_home(x5) & exists e6.(_from(e6,x5) & (Subj(e6) = x2))))) | exists x7.(_work(x7) & exists e8.(_in(e8,x7) & (Subj(e8) = x2) & exists x9.(_home(x9) & exists e10.(_from(e10,x9) & (Subj(e10) = x2)))))))) | 1,521 |
A hatchery is either for profit, or for conservation. | exists x1.(_hatchery(x1) & exists e2.(exists e3.((exists x4.(_profit(x4) & _for(e3,x4)) | exists x5.(_conservation(x5) & _for(e3,x5))) & _either(e3,e2)) & (Subj(e2) = x1))) | 1,522 |
Franny either both grew up with extremely busy parents who did not have time to pack her lunch and has consistent everyday routines and like sticking to a solid schedule, or she neither grew up with extremely busy parents who did not have time to pack her lunch nor has consistent everyday routines and likes sticking to a schedule. | ((exists x1.(_franny(x1) & exists e2.(_grow(e2) & (Subj(e2) = x1) & _up(e2) & exists x3.(_extremely(x3) & _parent(x3) & _busy(x3) & -exists x4.(_time(x4) & exists x5.(_lunch(x5) & exists e6.(_pack(e6) & (Subj(e6) = x4) & (Acc(e6) = x5))) & exists e7.(_have(e7) & (Subj(e7) = x3) & (Acc(e7) = x4))) & _with(e2,x3))) & exists x8.(_routine(x8) & _everyday(x8) & _consistent(x8) & exists e9.(_have(e9) & (Subj(e9) = x1) & (Acc(e9) = x8))) & exists e10.(_stick(e10) & (Subj(e10) = x1) & exists x11.(_schedule(x11) & _solid(x11) & (Dat(e10) = x11)) & _like(e10))) & exists x12.(exists e13.(_grow(e13) & (Subj(e13) = x12) & _up(e13) & exists x14.(_extremely(x14) & _parent(x14) & _busy(x14) & -exists x15.(_time(x15) & exists x16.(_lunch(x16) & exists e17.(_pack(e17) & (Subj(e17) = x15) & (Acc(e17) = x16))) & exists e18.(_have(e18) & (Subj(e18) = x14) & (Acc(e18) = x15))) & _with(e13,x14))) & exists x19.(_routine(x19) & _everyday(x19) & _consistent(x19) & exists e20.(_have(e20) & (Subj(e20) = x12) & (Acc(e20) = x19))) & exists e21.(_stick(e21) & (Subj(e21) = x12) & exists x22.(_schedule(x22) & _solid(x22) & (Dat(e21) = x22)) & _like(e21)))) | exists x23.((x23 = _she) & exists e24.(_grow(e24) & (Subj(e24) = x23) & _neither(e24) & _up(e24) & exists x25.(_extremely(x25) & _parent(x25) & _busy(x25) & -exists x26.(_time(x26) & exists x27.(_lunch(x27) & exists e28.(_pack(e28) & (Subj(e28) = x26) & (Acc(e28) = x27))) & exists e29.(_have(e29) & (Subj(e29) = x25) & (Acc(e29) = x26))) & exists x30.(_routine(x30) & _everyday(x30) & _consistent(x30) & exists e31.(_have(e31) & (Subj(e31) = x25) & (Acc(e31) = x30))) & exists x32.(_likes(x32) & exists e33.(_stick(e33) & (Subj(e33) = x32) & exists x34.(_schedule(x34) & (Dat(e33) = x34))) & exists e35.(_have(e35) & (Subj(e35) = x25) & (Acc(e35) = x32))) & _with(e24,x25))))) | 1,523 |
The US GAAP is the accounting standard developed and used by the US Securities and Exchange Commission. | exists x1.(_gaap(x1) & _us(x1) & exists x2.(_standard(x2) & _accounting(x2) & exists e3.(_develop(e3) & (Subj(e3) = x2)) & (x1 = x2)) & exists x4.(_standard(x4) & _accounting(x4) & exists e5.(_use(e5) & (Acc(e5) = x4) & exists x6.(_commission(x6) & _exchange(x6) & _securities(x6) & _us(x6) & (Subj(e5) = x6))) & (x1 = x4))) | 1,524 |
Barbara Ann Marshall participated in the preliminary heat in the freestyle relay. | exists x1.(_marshall(x1) & _ann(x1) & _barbara(x1) & exists e2.(_participate(e2) & (Subj(e2) = x1) & exists x3.(_heat(x3) & _preliminary(x3) & exists x4.(_relay(x4) & _freestyle(x4) & exists e5.(_in(e5,x4) & (Subj(e5) = x3))) & _in(e2,x3)))) | 1,525 |
If people work well in teams in their workplace, then they get along with all their colleagues at their work. | (exists x1.(_people(x1) & exists e2.(_work(e2) & (Subj(e2) = x1) & _well(e2) & exists x3.(_team(x3) & _in(e2,x3) & exists x4.(_workplace(x4) & _in(e2,x4))))) -> exists x5.((x5 = _they) & exists e6.(_get(e6) & (Subj(e6) = x5) & _along(e6) & all x7.(exists x8.(_colleague(x8) & (x7 = x8)) -> _with(e6,x7)) & exists x9.(_work(x9) & _at(e6,x9) & _then(e6))))) | 1,526 |
No faculty does homework. | -exists x1.(_faculty(x1) & exists x2.(_homework(x2) & exists e3.(_do(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 1,527 |
The Playstation Camera is a camera accessory for the Playstation 4 and the Playstation 5. | exists x1.(_camera(x1) & _playstation(x1) & exists x2.(_accessory(x2) & _camera(x2) & exists x3.(_playstation(x3) & _4(x3) & (x2 = x3)) & exists x4.(_playstation(x4) & _5(x4) & (x2 = x4)) & (x1 = x2))) | 1,528 |
Mary is late for work. | exists x1.(_mary(x1) & exists e2.(_late(e2) & (Subj(e2) = x1) & exists x3.(_work(x3) & _for(e2,x3)))) | 1,529 |
ON is a state of Canada. | exists x1.(_on(x1) & exists x2.(_state(x2) & exists x3.(_canada(x3) & (x2 = x3)) & (x1 = x2))) | 1,530 |
Some American radio personalities are also music supervisors. | exists x1.(_personality(x1) & _radio(x1) & _american(x1) & exists x2.(_supervisor(x2) & _music(x2) & (x1 = x2))) | 1,531 |
If people order takeout from delivery services often, then they grow their own fresh vegetables in their home garden. | exists x1.((x1 = _they) & exists x2.(_vegetable(x2) & _fresh(x2) & _own(x2) & exists e3.(_grow(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_garden(x4) & _home(x4) & _in(e3,x4) & _then(e3) & exists x5.(_people(x5) & _if(e3,x5)))))) | 1,532 |
If people have busy schedules without time to cook, then they go to fast food places often. | (exists x1.(_people(x1) & exists x2.(_schedule(x2) & _busy(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_time(x4) & exists e5.(_cook(e5) & (Subj(e5) = x4)) & _without(e3,x4))))) -> exists x6.((x6 = _they) & exists e7.(_go(e7) & (Subj(e7) = x6) & exists x8.(_place(x8) & _food(x8) & _fast(x8) & _to(e7,x8) & _often(e7) & _then(e7))))) | 1,533 |
James has a car or works at Meta. | exists x1.(_james(x1) & (exists x2.(_car(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) | exists x4.(_work(x4) & exists x5.(_meta(x5) & exists e6.(_at(e6,x5) & (Subj(e6) = x4))) & exists e7.(_have(e7) & (Subj(e7) = x1) & (Acc(e7) = x4))))) | 1,534 |
Oliver and Peter were both invited to perform in the concert. | exists x1.(_peter(x1) & _oliver(x1) & exists e2.(_invite(e2) & (Subj(e2) = x1) & AccI(e2,exists e3.(_perform(e3) & (Subj(e3) = x1) & exists x4.(_concert(x4) & _in(e3,x4)))) & _both(e2))) | 1,535 |
All enzymes are organic compounds. | all x1.(_enzyme(x1) -> exists x2.(_compound(x2) & _organic(x2) & (x1 = x2))) | 1,536 |
Barbara Ann Marshall's home country is the United States. | exists x1.(exists x2.(_marshall(x2) & _ann(x2) & _barbara(x2) & Rel(x1,x2)) & _country(x1) & _home(x1) & exists x3.(_states(x3) & _united(x3) & (x1 = x3))) | 1,537 |
Henry is a soccer player. | exists x1.(_henry(x1) & exists x2.(_player(x2) & _soccer(x2) & (x1 = x2))) | 1,538 |
All animals that can swim can go underwater. | all x1.(_animal(x1) -> (_can(exists e2.(_swim(e2) & (Subj(e2) = x1))) -> _can(exists x3.(_underwater(x3) & exists e4.(_go(e4) & (Subj(e4) = x1) & (Acc(e4) = x3)))))) | 1,539 |
If Thor is happy, the Hulk is angry. | (exists x1.(_thor(x1) & _happy(x1)) -> exists x2.(_hulk(x2) & _angry(x2))) | 1,540 |
The Lumina APV is produced by Chevrolet. | exists x1.(_apv(x1) & _lumina(x1) & exists e2.(_produce(e2) & (Acc(e2) = x1) & exists x3.(_chevrolet(x3) & (Subj(e2) = x3)))) | 1,541 |
If Matt invests in the public stock market regularly, then Matt neither has a lot of disposable income to spend nor invests in the public stock market regularly. | (exists x1.(_matt(x1) & exists e2.(_invest(e2) & (Subj(e2) = x1) & exists x3.(_market(x3) & _stock(x3) & _public(x3) & _in(e2,x3) & _regularly(e2)))) -> exists x4.(_matt(x4) & exists x5.(_lot(x5) & exists x6.(_income(x6) & _disposable(x6) & (x5 = x6)) & exists x7 e8.(_spend(e8) & (Subj(e8) = x5) & (Acc(e8) = x7)) & exists e9.(_have(e9) & (Subj(e9) = x4) & (Acc(e9) = x5) & _neither(e9) & _then(e9))) & exists e10.(_invest(e10) & (Subj(e10) = x4) & exists x11.(_market(x11) & _stock(x11) & _public(x11) & _in(e10,x11) & _regularly(e10) & _neither(e10) & _then(e10))))) | 1,542 |
A La Liga soccer team ranks higher than another if it receives more points. | (exists x1.((x1 = _it) & exists x2.(_point(x2) & _more(x2) & exists e3.(_receive(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) -> exists x4.(_team(x4) & _soccer(x4) & _liga(x4) & _la(x4) & _higher(x4))) | 1,543 |
Either science-fiction or fact. | exists x1.(_science_dash_fiction(x1) | _fact(x1)) | 1,544 |
Peter plays piano, violin, and saxophone. | exists x1.(_peter(x1) & exists x2.(_piano(x2) & exists e3.(_play(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists x4.(_violin(x4) & exists e5.(_play(e5) & (Subj(e5) = x1) & (Acc(e5) = x4))) & exists x6.(_saxophone(x6) & exists e7.(_play(e7) & (Subj(e7) = x1) & (Acc(e7) = x6)))) | 1,545 |
All products sold in JD are shipped from China. | all x1.(_product(x1) -> (exists e2.(_sell(e2) & (Acc(e2) = x1) & exists x3.(_jd(x3) & _in(e2,x3))) -> exists e4.(_ship(e4) & (Acc(e4) = x1) & exists x5.(_china(x5) & _from(e4,x5))))) | 1,546 |
Ambiortus is a prehistoric bird genus. | exists x1.(_ambiortus(x1) & exists x2.(_genus(x2) & _bird(x2) & _prehistoric(x2) & (x1 = x2))) | 1,547 |
Naive cynicism is a philosophy of mind. | exists x1.(_cynicism(x1) & _naive(x1) & exists x2.(_philosophy(x2) & exists x3.(_mind(x3) & (x2 = x3)) & (x1 = x2))) | 1,548 |
A thing is either plant or animal. | exists x1.(_thing(x1) & exists x2.((_plant(x2) | _animal(x2)) & (x1 = x2))) | 1,549 |
The third place in the gold medal tally was achieved by Russia in the 2008 Summer Olympics. | exists x1.(_place(x1) & _third(x1) & exists x2.(_medal(x2) & _gold(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1))) & exists e4.(_achieve(e4) & (Acc(e4) = x1) & exists x5.(_russia(x5) & exists x6.(_olympics(x6) & _summer(x6) & _2008(x6) & exists e7.(_in(e7,x6) & (Subj(e7) = x5))) & (Subj(e4) = x5) & _tally(e4)))) | 1,550 |
All players must proceed one stage at a time. | all x1.(_player(x1) -> _must(exists x2.(_stage(x2) & exists e3.(_proceed(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_time(x4) & _at(e3,x4)))))) | 1,551 |
Some racing cars built by Carrozzeria Colli used Fiat 1100 mechanicals and chasis. | exists x1.(_car(x1) & _racing(x1) & exists e2.(_build(e2) & (Acc(e2) = x1) & exists x3.(_colli(x3) & _carrozzeria(x3) & (Subj(e2) = x3))) & exists x4.(_mechanical(x4) & _1100(x4) & _fiat(x4) & exists e5.(_use(e5) & (Subj(e5) = x1) & (Acc(e5) = x4))) & exists x6.(_chasis(x6) & exists e7.(_use(e7) & (Subj(e7) = x1) & (Acc(e7) = x6)))) | 1,552 |
Real Madrid and Atlético Madrid both scored one goal in 2016 UCL final during the regular time. | (exists x1.(_madrid(x1) & _real(x1) & exists x2.(_goal(x2) & exists x3.(_ucl(x3) & _2016(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x2) & _final(x2))) & exists e5.(_score(e5) & (Subj(e5) = x1) & (Acc(e5) = x2) & _both(e5) & exists x6.(_time(x6) & _regular(x6) & _during(e5,x6))))) & exists x7.(_madrid(x7) & _atlético(x7) & exists x8.(_goal(x8) & exists x9.(_ucl(x9) & _2016(x9) & exists e10.(_in(e10,x9) & (Subj(e10) = x8) & _final(x8))) & exists e11.(_score(e11) & (Subj(e11) = x7) & (Acc(e11) = x8) & _both(e11) & exists x12.(_time(x12) & _regular(x12) & _during(e11,x12)))))) | 1,553 |
All volunteers receive intangible benefits for their work. | all x1.(_volunteer(x1) -> exists x2.(_benefit(x2) & _intangible(x2) & exists e3.(_receive(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_work(x4) & _for(e3,x4))))) | 1,554 |
All iPhones are electronic. | all x1.(_iphone(x1) -> _electronic(x1)) | 1,555 |
All songs that are full of lyrics need to be written with words | all x1.(_song(x1) -> (exists e2.(_full(e2) & (Subj(e2) = x1) & exists x3.(_lyric(x3) & _of(e2,x3))) -> exists e4.(_need(e4) & (Subj(e4) = x1) & AccI(e4,exists e5.(_write(e5) & (Acc(e5) = x1) & exists x6.(_word(x6) & _with(e5,x6))))))) | 1,556 |
If people enjoy reading about tech specs and keeping up to date on the latest technology, then they upgrade to the newest iPhone model every year. | (exists x1.(_people(x1) & exists e2.(_read(e2) & (Subj(e2) = x1) & exists x3.(_spec(x3) & _tech(x3) & _about(e2,x3)) & _enjoy(e2)) & exists e4.(_keep(e4) & (Subj(e4) = x1) & exists x5.(_date(x5) & (Dat(e4) = x5)) & _up(e4) & exists x6.(_technology(x6) & _latest(x6) & _on(e4,x6) & _enjoy(e4)))) -> exists x7.((x7 = _they) & _every(x7) & exists e8.(_upgrade(e8) & (Subj(e8) = x7) & exists x9.(_model(x9) & _iphone(x9) & _newest(x9) & (Dat(e8) = x9)) & _then(e8)) & _year(x7))) | 1,557 |
The TV series Westworld is adapted from the original film in 1973, which was written and directed by Michael Crichton. | exists x1.(_westworld(x1) & _series(x1) & _tv(x1) & exists e2.(_adapt(e2) & (Acc(e2) = x1) & exists x3.(_film(x3) & _original(x3) & _from(e2,x3)) & exists x4.(_1973(x4) & exists e5.(_write(e5) & (Acc(e5) = x4) & exists x6.(_crichton(x6) & _michael(x6) & (Subj(e5) = x6))) & exists e7.(_direct(e7) & (Acc(e7) = x4) & exists x8.(_crichton(x8) & _michael(x8) & (Subj(e7) = x8))) & _in(e2,x4)))) | 1,558 |
There is an embargo on Russian foreign trade goods. | exists x1.(_embargo(x1) & exists x2.(_goods(x2) & _trade(x2) & _foreign(x2) & _russian(x2) & exists e3.(_on(e3,x2) & (Subj(e3) = x1))) & exists e4.(Subj(e4) = Subj(e4))) | 1,559 |
No preteens and other young children are getting married or have friends who are getting married. | -exists x1.(_child(x1) & _young(x1) & _preteen(x1) & (exists e2.(_marry(e2) & (Acc(e2) = x1) & _get(e2)) | exists x3.(_friend(x3) & exists e4.(_marry(e4) & (Acc(e4) = x3) & _get(e4)) & exists e5.(_have(e5) & (Subj(e5) = x1) & (Acc(e5) = x3))))) | 1,560 |
All products commonly used in China are sold in JD. | all x1.(_product(x1) -> (exists e2.(_use(e2) & (Acc(e2) = x1) & _commonly(e2) & exists x3.(_china(x3) & _in(e2,x3))) -> exists e4.(_sell(e4) & (Acc(e4) = x1) & exists x5.(_jd(x5) & _in(e4,x5))))) | 1,561 |
Soccer players have a right foot and a left foot. | exists x1.(_player(x1) & _soccer(x1) & exists x2.(_foot(x2) & _right(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists x4.(_foot(x4) & _left(x4) & exists e5.(_have(e5) & (Subj(e5) = x1) & (Acc(e5) = x4)))) | 1,562 |
No buildings open to students are established after 1800. | -exists x1.(_building(x1) & exists e2.(_open(e2) & (Subj(e2) = x1) & exists x3.(_student(x3) & (Dat(e2) = x3))) & exists e4.(_establish(e4) & (Acc(e4) = x1) & exists x5.(_1800(x5) & _after(e4,x5)))) | 1,563 |
Battery towers are an artillery fortification. | exists x1.(_tower(x1) & _battery(x1) & exists x2.(_fortification(x2) & _artillery(x2) & (x1 = x2))) | 1,564 |
A student who loves shrieking will be punished. | exists x1.(_student(x1) & exists x2.(_shrieking(x2) & exists e3.(_love(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists e4.(_punish(e4) & (Acc(e4) = x1))) | 1,565 |
Mammals are animals. | exists x1.(_mammal(x1) & exists x2.(_animal(x2) & (x1 = x2))) | 1,566 |
The Tragically Hip is a Canadian rock band. | exists x1.(_hip(x1) & _tragically(x1) & exists x2.(_band(x2) & _rock(x2) & _canadian(x2) & (x1 = x2))) | 1,567 |
Potter is a wizard and flies. | exists x1.(_potter(x1) & exists x2.(_wizard(x2) & (x1 = x2)) & exists x3.(_fly(x3) & (x1 = x3))) | 1,568 |
All kids are students. | all x1.(_kid(x1) -> exists x2.(_student(x2) & (x1 = x2))) | 1,569 |
Metropolitan Museum of Art is a museum in NYC. | exists x1.(_museum(x1) & _metropolitan(x1) & exists x2.(_art(x2) & (x1 = x2)) & exists x3.(_museum(x3) & exists x4.(_nyc(x4) & exists e5.(_in(e5,x4) & (Subj(e5) = x3))) & (x1 = x3))) | 1,570 |
All artificial satellites are important scientific achievements. | all x1.((_satellite(x1) & _artificial(x1)) -> exists x2.(_achievement(x2) & _scientific(x2) & _important(x2) & (x1 = x2))) | 1,571 |
All cats are cute. | all x1.(_cat(x1) -> _cute(x1)) | 1,572 |
If Jeremy does not both go to fast food places often and is conscious about the environment or their health, then he goes to fast food places often. | (exists x1.(_jeremy(x1) & -exists x2.(_go(x2) & exists e3.(_do(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & _both(e3) & exists x4.(_place(x4) & _food(x4) & _fast(x4) & _often(x4) & _to(e3,x4)))) & exists e5.(_conscious(e5) & (Subj(e5) = x1) & (exists x6.(_environment(x6) & _about(e5,x6)) | exists x7.(_health(x7) & _about(e5,x7))))) -> exists x8.((x8 = _he) & exists e9.(_go(e9) & (Subj(e9) = x8) & exists x10.(_place(x10) & _food(x10) & _fast(x10) & (Dat(e9) = x10)) & _often(e9) & _then(e9)))) | 1,573 |
If you are born in Israel to at least one Israeli parent, then you receive citizenship at birth. | (exists x1.((x1 = _you) & exists e2.(_bear(e2) & (Acc(e2) = x1) & exists x3.(_israel(x3) & _in(e2,x3) & exists x4.(_parent(x4) & _israeli(x4) & _to(e2,x4))))) -> exists x5.((x5 = _you) & exists x6.(_citizenship(x6) & exists e7.(_receive(e7) & (Subj(e7) = x5) & (Acc(e7) = x6) & exists x8.(_birth(x8) & _at(e7,x8) & _then(e7)))))) | 1,574 |
Those who are full-time enrolled in an academic program can not work full-time. | -exists x1.(_those(x1) & exists e2.(_enrol(e2) & (Subj(e2) = x1) & exists x3.(_program(x3) & _academic(x3) & _in(e2,x3)) & _full_dash_time(e2)) & _can(exists e4.(_work(e4) & (Subj(e4) = x1) & _full_dash_time(e4)))) | 1,575 |
Evidence can be either satisfactory or unsatisfactory. | exists x1.(_evidence(x1) & _can((_satisfactory(x1) | _unsatisfactory(x1)))) | 1,576 |
All risk-averse people are people who work at corporate jobs. | all x1.((_people(x1) & _risk_dash_averse(x1)) -> exists x2.(_people(x2) & exists e3.(_work(e3) & (Subj(e3) = x2) & exists x4.(_job(x4) & _corporate(x4) & _at(e3,x4))) & (x1 = x2))) | 1,577 |
ETS develops various standardized tests primarily in the United States for K-12 and higher education. | exists x1.(_ets(x1) & exists x2.(_test(x2) & _standardized(x2) & _various(x2) & exists e3.(_develop(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & _primarily(e3) & exists x4.(_states(x4) & _united(x4) & _in(e3,x4) & exists x5.(_k_dash_12(x5) & _for(e3,x5)) & exists x6.(_education(x6) & _higher(x6) & _for(e3,x6)))))) | 1,578 |
Hugh Vanstone is from the UK. | exists x1.(_vanstone(x1) & _hugh(x1) & exists e2.(exists x3.(_uk(x3) & _from(e2,x3)) & (Subj(e2) = x1))) | 1,579 |
People who do not have at least one child are people who own a sports car. | exists x1.(_people(x1) & -exists x2.(_child(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists x4.(_people(x4) & exists x5.(_car(x5) & _sport(x5) & exists e6.(_own(e6) & (Subj(e6) = x4) & (Acc(e6) = x5))) & (x1 = x4))) | 1,580 |
Everything that eats a lot needs a large territory. | all x1.(exists x2.(_lot(x2) & exists e3.(_eat(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) -> exists x4.(_territory(x4) & _large(x4) & exists e5.(_need(e5) & (Subj(e5) = x1) & (Acc(e5) = x4)))) | 1,581 |
After Tiller is nominated for the Independent Spirit Award for Best Documentary. | (exists e1.True & exists x2.(_tiller(x2) & exists e3.(_nominate(e3) & (Acc(e3) = x2) & exists x4.(_award(x4) & _spirit(x4) & _independent(x4) & exists x5.(_documentary(x5) & _best(x5) & (x4 = x5)) & _for(e3,x4))))) | 1,582 |
All monitors equipped in the library are cheaper than 800 dollars. | all x1.(_monitor(x1) -> (exists e2.(_equip(e2) & (Acc(e2) = x1) & exists x3.(_library(x3) & _in(e2,x3))) -> _cheaper(x1))) | 1,583 |
All video games in the Pokemon series are released by Nintendo. | all x1.((_game(x1) & _video(x1)) -> (exists x2.(_series(x2) & _pokemon(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1))) -> exists e4.(_release(e4) & (Acc(e4) = x1) & exists x5.(_nintendo(x5) & (Subj(e4) = x5))))) | 1,584 |
Ann J. Land defeated Michael Nutter and ran for the Philadelphia City Council in 1987. | exists x1.(_land(x1) & _j_DOT(x1) & _ann(x1) & exists x2.(_nutter(x2) & _michael(x2) & exists e3.(_defeat(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists e4.(_run(e4) & (Subj(e4) = x1) & exists x5.(_council(x5) & _city(x5) & _philadelphia(x5) & exists x6.(_1987(x6) & exists e7.(_in(e7,x6) & (Subj(e7) = x5))) & _for(e4,x5)))) | 1,585 |
Brian Winter is a Scottish football referee. | exists x1.(_winter(x1) & _brian(x1) & exists x2.(_referee(x2) & _football(x2) & _scottish(x2) & (x1 = x2))) | 1,586 |
All edible things are food. | all x1.((_thing(x1) & _edible(x1)) -> exists x2.(_food(x2) & (x1 = x2))) | 1,587 |
Open-source software is free to modify. | exists x1.(_software(x1) & _open_dash_source(x1) & exists e2.(_free(e2) & (Subj(e2) = x1) & AccI(e2,exists e3.(_modify(e3) & (Subj(e3) = x1))))) | 1,588 |
Roads made of concrete last longer than roads made with asphalt. | exists x1.(_road(x1) & exists e2.(_make(e2) & (Acc(e2) = x1) & exists x3.(_concrete(x3) & _of(e2,x3)) & _longer(e2) & exists x4.(_road(x4) & exists e5.(_make(e5) & (Acc(e5) = x4) & exists x6.(_asphalt(x6) & _with(e5,x6))) & _than(e2,x4))) & _last(x1)) | 1,589 |
People born and living in New York City are New Yorkers. | (exists x1.(_people(x1) & exists e2.(_bear(e2) & (Acc(e2) = x1)) & exists x3.(_yorker(x3) & _new(x3) & (x1 = x3))) & exists x4.(exists e5.(_live(e5) & (Subj(e5) = x4) & exists x6.(_city(x6) & _york(x6) & _new(x6) & _in(e5,x6))) & exists x7.(_yorker(x7) & _new(x7) & (x4 = x7)))) | 1,590 |
All software is programmed. | all x1.(_software(x1) -> exists e2.(_program(e2) & (Acc(e2) = x1))) | 1,591 |
If Mark Zuckerberg is neither an entrepreneur nor a person who hates working for others, then Mark Zuckerberg is not a risk-averse person. | (exists x1.(_zuckerberg(x1) & _mark(x1) & exists x2.(_entrepreneur(x2) & _neither(x2) & (x1 = x2)) & exists x3.(_person(x3) & exists e4.(_work(e4) & (Subj(e4) = x3) & exists x5.(_other(x5) & _for(e4,x5)) & _hate(e4)) & (x1 = x3))) -> -exists x6.(_zuckerberg(x6) & _mark(x6) & exists x7.(_person(x7) & _risk_dash_averse(x7) & (x6 = x7)))) | 1,592 |
All people who attend Renaissance fairs regularly enjoy dressing up in old-fashioned and historical period clothing. | all x1.(_people(x1) -> (exists x2.(_fair(x2) & _renaissance(x2) & exists e3.(_attend(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) -> exists e4.(_dress(e4) & (Subj(e4) = x1) & exists x5.(_clothing(x5) & _period(x5) & _old_dash_fashioned(x5) & _historical(x5) & _in(e4,x5)) & _up(e4) & _enjoy(e4) & _regularly(e4)))) | 1,593 |
Water from the Croton River watershed flows to the Bronx. | exists x1.(_water(x1) & exists x2.(_river(x2) & _croton(x2) & exists e3.(_from(e3,x2) & (Subj(e3) = x1))) & exists x4.(_flow(x4) & exists e5.(_watersh(e5) & (Subj(e5) = x1) & (Acc(e5) = x4) & exists x6.(_bronx(x6) & (Dat(e5) = x6))))) | 1,594 |
Manny either has a horse ranch and lives in cramped residential buildings, or he neither has a horse ranch nor lives in cramped residential buildings. | (exists x1.(_manny(x1) & exists x2.(_ranch(x2) & _horse(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists x4.(_life(x4) & exists x5.(_building(x5) & _residential(x5) & _cramped(x5) & exists e6.(_in(e6,x5) & (Subj(e6) = x4))) & exists e7.(_have(e7) & (Subj(e7) = x1) & (Acc(e7) = x4)))) | exists x8.((x8 = _he) & exists x9.(_ranch(x9) & _horse(x9) & exists e10.(_have(e10) & (Subj(e10) = x8) & (Acc(e10) = x9) & exists x11.(_building(x11) & _residential(x11) & _cramped(x11) & _in(e10,x11) & _neither(e10)))) & exists x12.(_life(x12) & exists e13.(_have(e13) & (Subj(e13) = x8) & (Acc(e13) = x12) & exists x14.(_building(x14) & _residential(x14) & _cramped(x14) & _in(e13,x14) & _neither(e13)))))) | 1,595 |
Grapes are not edible and lemons. | -exists x1.(_grape(x1) & exists x2.(_lemon(x2) & _edible(x2) & (x1 = x2))) | 1,596 |
Hugh Vanstone attended school where he is from. | exists x1.(_school(x1) & exists x2.(_vanstone(x2) & _hugh(x2) & exists e3.(_attend(e3) & (Subj(e3) = x2) & AccI(e3,exists x4 x5.((x5 = _he) & exists e6.(_from(e6,x4) & (Subj(e6) = x5)))) & (Dat(e3) = x1)))) | 1,597 |
If a country places third in gold medals, then they had fewer gold medals than the team that won the most gold medals. | (exists x1.(_country(x1) & exists x2.(_third(x2) & exists x3.(_medal(x3) & _gold(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x2))) & exists e5.(_place(e5) & (Subj(e5) = x1) & (Acc(e5) = x2)))) -> exists x6.((x6 = _they) & exists x7.(_medal(x7) & _gold(x7) & _fewer(x7) & exists x8.(_team(x8) & exists x9.(_most(x9) & _medal(x9) & _gold(x9) & exists e10.(_win(e10) & (Subj(e10) = x8) & (Acc(e10) = x9))) & exists e11.(_than(e11,x8) & (Subj(e11) = x7))) & exists e12.(_have(e12) & (Subj(e12) = x6) & (Acc(e12) = x7) & _then(e12))))) | 1,598 |
People who cook can make scrambled eggs and pasta. | exists x1.(_people(x1) & exists e2.(_cook(e2) & (Subj(e2) = x1)) & _can(exists x3.(_pasta(x3) & _egg(x3) & _scramble(x3) & exists e4.(_make(e4) & (Subj(e4) = x1) & (Acc(e4) = x3))))) | 1,599 |
Several Zionist leaders have been elected to the Shomron Regional Municipal council. | exists x1.(_leader(x1) & _zionist(x1) & exists e2.(_elect(e2) & (Acc(e2) = x1) & exists x3.(_council(x3) & _municipal(x3) & _regional(x3) & _shomron(x3) & (Dat(e2) = x3)))) | 1,600 |
A man is either Chinese or British. | exists x1.(_man(x1) & exists x2.((_chinese(x2) | _british(x2)) & (x1 = x2))) | 1,601 |
If people are highly acclaimed in their profession, then they often hold tenured and high-ranking positions at their workplace. | (exists x1.(_people(x1) & exists e2.(_acclaim(e2) & (Acc(e2) = x1) & exists x3.(_profession(x3) & _in(e2,x3) & _highly(e2)))) -> exists x4.((x4 = _they) & exists x5.(_position(x5) & _tenured(x5) & _high_dash_ranking(x5) & exists e6.(_hold(e6) & (Subj(e6) = x4) & (Acc(e6) = x5) & exists x7.(_workplace(x7) & _at(e6,x7)) & _often(e6) & _then(e6))))) | 1,602 |
Subsets and Splits