original
stringlengths
14
334
logical_form
stringlengths
30
1.82k
__index_level_0__
int64
0
1.65k
The 2028 Summer Olympics is scheduled to take place in Los Angeles(LA).
exists x1.(_olympics(x1) & _summer(x1) & _2028(x1) & exists e2.(_schedule(e2) & (Subj(e2) = x1) & AccI(e2,exists x3.(_place(x3) & exists e4.(_take(e4) & (Subj(e4) = x1) & (Acc(e4) = x3) & exists x5.(_angeles(x5) & _los(x5) & exists x6.(_la(x6) & exists e7.(_LEFTB(e7,x6) & (Subj(e7) = x5))) & _in(e4,x5)))))))
1,103
Adam owns cars.
exists x1.(_adam(x1) & exists x2.(_car(x2) & exists e3.(_own(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
1,104
All students who go to the movies enjoy nature.
all x1.(_student(x1) -> (exists e2.(_go(e2) & (Subj(e2) = x1) & exists x3.(_movie(x3) & _to(e2,x3))) -> exists x4.(_nature(x4) & exists e5.(_enjoy(e5) & (Subj(e5) = x1) & (Acc(e5) = x4)))))
1,105
Animals that can walk travel on land.
exists x1.(_animal(x1) & _can(exists x2.(_travel(x2) & exists e3.(_walk(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_land(x4) & _on(e3,x4))))))
1,106
Some students are kids.
exists x1.(_student(x1) & exists x2.(_kid(x2) & (x1 = x2)))
1,107
Jessee is either both an Indian and a human, or neither an Indian nor a human.
exists x1.(_jessee(x1) & exists x2.(_indian(x2) & (x1 = x2)) & exists x3.(_human(x3) & _indian(x3) & _a(x3) & _human(x3) & (x1 = x3)) & exists x4.(_human(x4) & _indian(x4) & _a(x4) & _neither(x4) & (x1 = x4)))
1,108
Barbara Ann Marshall did not participate in the event final of the 1972 Summer Olympics freestyle relay.
-exists x1.(_marshall(x1) & _ann(x1) & _barbara(x1) & exists e2.(_participate(e2) & (Subj(e2) = x1) & exists x3.(_event(x3) & _final(x3) & exists x4.(_relay(x4) & _freestyle(x4) & _olympics(x4) & _summer(x4) & _1972(x4) & (x3 = x4)) & _in(e2,x3))))
1,109
Some students who start working on coordination between the left and the right hands become good at it. The other students find it challenging.
exists x1.(_student(x1) & exists e2.(_work(e2) & (Subj(e2) = x1) & exists x3.(_coordination(x3) & exists x4.(_left(x4) & exists e5.(_between(e5,x4) & (Subj(e5) = x3))) & exists x6.(_hand(x6) & _right(x6) & exists e7.(_between(e7,x6) & (Subj(e7) = x3))) & _on(e2,x3)) & _start(e2)) & _good(x1))
1,110
The Croton River watershed is the drainage basin of the Croton River.
exists x1.(_river(x1) & _croton(x1) & exists e2.(_watersh(e2) & (Subj(e2) = x1)) & exists x3.(_basin(x3) & _drainage(x3) & exists x4.(_river(x4) & _croton(x4) & (x3 = x4)) & (x1 = x3)))
1,111
A dog never tells the truth.
-exists x1.(_dog(x1) & exists x2.(_truth(x2) & exists e3.(_tell(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
1,112
A soccer club eligible to attend UCL has a higher ranking than a soccer club eligible to attend UEL.
exists x1.(_eligible(x1) & _club(x1) & _soccer(x1) & exists x2.(_ucl(x2) & exists e3.(_attend(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists x4.(_ranking(x4) & _higher(x4) & exists x5.(_eligible(x5) & _club(x5) & _soccer(x5) & exists x6.(_uel(x6) & exists e7.(_attend(e7) & (Subj(e7) = x5) & (Acc(e7) = x6))) & exists e8.(_than(e8,x5) & (Subj(e8) = x4))) & exists e9.(_have(e9) & (Subj(e9) = x1) & (Acc(e9) = x4))))
1,113
Echidnas are not hyrax.
-exists x1.(_echidna(x1) & _hyrax(x1))
1,114
If Bubbles is either an osprey or a goldfish, then Bubbles is not a fish.
(exists x1.(_bubbles(x1) & (exists x2.(_osprey(x2) & (x1 = x2)) | exists x3.(_goldfish(x3) & (x1 = x3)))) -> -exists x4.(_bubbles(x4) & exists x5.(_fish(x5) & (x4 = x5))))
1,115
Any company that has offices in different countries is a multinational company.
all x1.(_company(x1) -> (exists x2.(_office(x2) & exists x3.(_country(x3) & _different(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x2))) & exists e5.(_have(e5) & (Subj(e5) = x1) & (Acc(e5) = x2))) -> exists x6.(_company(x6) & _multinational(x6) & (x1 = x6))))
1,116
Jake32 is either a Boeing-737 plane or a plane in Delta.
exists x1.(_jake32(x1) & (exists x2.(_plane(x2) & _boeing_dash_737(x2) & (x1 = x2)) | exists x3.(_plane(x3) & exists x4.(_delta(x4) & exists e5.(_in(e5,x4) & (Subj(e5) = x3))) & (x1 = x3))))
1,117
If labeled, then the product is cheaper.
exists x1.(_product(x1) & _cheaper(x1))
1,118
Leetcode problems either have an AC rate lower than 20 percent or are starred by more than 1 thousand users.
exists x1.(_problem(x1) & _leetcode(x1) & (exists x2.(_rate(x2) & _ac(x2) & _lower(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) | exists e4.(_star(e4) & (Acc(e4) = x1) & exists x5.(_more(x5) & _1(x5) & _user(x5) & _thousand(x5) & (Subj(e4) = x5)))))
1,119
All students who do not have class during the weekend have free time during the weekend.
all x1.(_student(x1) -> (-exists x2.(_class(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_weekend(x4) & _during(e3,x4)))) -> exists x5.(_time(x5) & _free(x5) & exists e6.(_have(e6) & (Subj(e6) = x1) & (Acc(e6) = x5) & exists x7.(_weekend(x7) & _during(e6,x7))))))
1,120
Any two contiguous stations are on the same railway.
all x1.((_station(x1) & _contiguous(x1) & _two(x1)) -> exists e2.(exists x3.(_railway(x3) & _same(x3) & _on(e2,x3)) & (Subj(e2) = x1)))
1,121
Cats are pets.
exists x1.(_cat(x1) & exists x2.(_pet(x2) & (x1 = x2)))
1,122
Sadollah fought Akiyama at UFC Fight Night.
exists x1.(_sadollah(x1) & exists x2.(_akiyama(x2) & exists e3.(_fight(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_night(x4) & _fight(x4) & _ufc(x4) & _at(e3,x4)))))
1,123
Sam is either both addicted to coffee or other caffeinated drinks or leads very busy lives that include 12-hour work hours, or she is neither addicted to coffee and other caffeinated drinks nor leads very busy lives that include 12-hour work hours
(exists x1.(_sam(x1) & (exists x2.(exists e3.(_addict(e3) & (Acc(e3) = x2) & (exists x4.(_coffee(x4) & (Dat(e3) = x4)) | exists x5.(_drink(x5) & _caffeinated(x5) & (Dat(e3) = x5)))) & (x1 = x2)) | exists x6.(_very(x6) & _life(x6) & _busy(x6) & exists x7.(_hour(x7) & _work(x7) & _12_dash_hour(x7) & exists e8.(_include(e8) & (Subj(e8) = x6) & (Acc(e8) = x7))) & exists e9.(_lead(e9) & (Subj(e9) = x1) & (Acc(e9) = x6))))) | exists x10.((x10 = _she) & exists e11.(_addict(e11) & (Acc(e11) = x10) & exists x12.(_coffee(x12) & (Dat(e11) = x12)) & exists x13.(_drink(x13) & _caffeinated(x13) & (Dat(e11) = x13)) & _neither(e11)) & exists x14.(_very(x14) & _life(x14) & _busy(x14) & exists x15.(_hour(x15) & _work(x15) & _12_dash_hour(x15) & exists e16.(_include(e16) & (Subj(e16) = x14) & (Acc(e16) = x15))) & exists e17.(_lead(e17) & (Subj(e17) = x10) & (Acc(e17) = x14)))))
1,124
Ambiorus Dementjevi is the only known species of Ambiortus.
exists x1.(_dementjevi(x1) & _ambiorus(x1) & exists x2.(_only(x2) & exists e3.(_know(e3) & (Acc(e3) = x2) & _species(x2)) & exists x4.(_ambiortus(x4) & (x2 = x4)) & (x1 = x2)))
1,125
The book the Three Body Problem has sold more than 1 million copies.
(exists x1.(_problem(x1) & _body(x1) & _three(x1) & exists x2.(_more(x2) & _1(x2) & _copy(x2) & _million(x2) & exists e3.(_sell(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) & exists x4._book(x4))
1,126
All employees working in software engineering are from China.
all x1.(_employee(x1) -> (exists e2.(_work(e2) & (Subj(e2) = x1) & exists x3.(_engineering(x3) & _software(x3) & _in(e2,x3))) -> exists e4.(exists x5.(_china(x5) & _from(e4,x5)) & (Subj(e4) = x1))))
1,127
Camp Davern was operated by the YMCA until the year 2015.
exists x1.(_davern(x1) & _camp(x1) & exists e2.(_operate(e2) & (Acc(e2) = x1) & exists x3.(_ymca(x3) & (Subj(e2) = x3) & exists x4.(_year(x4) & _2015(x4) & _until(e2,x4)))))
1,128
All entrepreneurs are starting a new company.
all x1.(_entrepreneur(x1) -> exists x2.(_company(x2) & _new(x2) & exists e3.(_start(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
1,129
John Nash designed the construction on Regent Street.
exists x1.(_nash(x1) & _john(x1) & exists x2.(_construction(x2) & exists e3.(_design(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_street(x4) & _regent(x4) & _on(e3,x4)))))
1,130
Spanish Nationalists killed anyone who they opposed and were popular.
exists x1.(_nationalist(x1) & _spanish(x1) & exists x2.(exists x3.((x3 = _they) & exists e4.(_oppose(e4) & (Subj(e4) = x3) & (Acc(e4) = x2))) & exists e5.(_kill(e5) & (Subj(e5) = x1) & (Acc(e5) = x2))) & exists x6.(_popular(x6) & exists e7.(_kill(e7) & (Subj(e7) = x1) & (Acc(e7) = x6))))
1,131
Herodicus was born in the city of Selymbria.
exists x1.(_herodicus(x1) & exists e2.(_bear(e2) & (Acc(e2) = x1) & exists x3.(_city(x3) & exists x4.(_selymbria(x4) & (x3 = x4)) & _in(e2,x3))))
1,132
Customers are either older than 80 or are currently studying at school.
exists x1.(_customer(x1) & (_older(x1) | exists e2.(_study(e2) & (Subj(e2) = x1) & exists x3.(_school(x3) & _at(e2,x3) & _currently(e2)))))
1,133
No students from China attend the conference remotely.
-exists x1.(_student(x1) & exists x2.(_china(x2) & exists e3.(_from(e3,x2) & (Subj(e3) = x1))) & exists x4.(_conference(x4) & exists e5.(_attend(e5) & (Subj(e5) = x1) & (Acc(e5) = x4) & _remotely(e5))))
1,134
All teachers are men.
all x1.(_teacher(x1) -> exists x2.(_man(x2) & (x1 = x2)))
1,135
Taylor Swift gives a commencement speech in New York University in 2022.
exists x1.(_swift(x1) & _taylor(x1) & exists x2.(_speech(x2) & _commencement(x2) & exists x3.(_university(x3) & _york(x3) & _new(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x2))) & exists e5.(_give(e5) & (Subj(e5) = x1) & (Acc(e5) = x2) & exists x6.(_2022(x6) & _in(e5,x6)))))
1,136
All non-rare earth metals are not scarce.
-all x1.((_metal(x1) & _earth(x1) & _non_dash_rare(x1)) -> _scarce(x1))
1,137
Dune is a science-fiction or proven to be false.
\F1 F2 F3.(exists x4.(_dune(x4) & exists x5.(_science_dash_fiction(x5) & (x4 = x5))) & F1(F2,F3) & F1(\x6.(exists e7.(_prove(e7) & (Subj(e7) = x6) & AccI(e7,_false(x6,\e8.True))) & F2(x6)),F3))
1,138
All centerback players are defenders.
all x1.((_player(x1) & _centerback(x1)) -> exists x2.(_defender(x2) & (x1 = x2)))
1,139
Katya knows LanguageA.
exists x1.(_katya(x1) & exists x2.(_languagea(x2) & exists e3.(_know(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
1,140
The installment sales method is the approach to recognize revenue under the US GAAP.
exists x1.(_method(x1) & _sale(x1) & _installment(x1) & exists x2.(_approach(x2) & exists x3.(_revenue(x3) & exists x4.(_gaap(x4) & _us(x4) & exists e5.(_under(e5,x4) & (Subj(e5) = x3))) & exists e6.(_recognize(e6) & (Subj(e6) = x2) & (Acc(e6) = x3))) & (x1 = x2)))
1,141
4k monitors are more expensive than 1080 monitors and 2k monitors.
exists x1.(_monitor(x1) & _4k(x1) & _expensive(x1))
1,142
All video games supporting users to simulate playing soccer games online are in the FIFA series.
all x1.((_game(x1) & _video(x1)) -> ((exists x2.(_user(x2) & exists x3 e4.(_play(e4) & (Subj(e4) = x2) & (Acc(e4) = x3) & _simulate(e4)) & exists e5.(_support(e5) & (Subj(e5) = x1) & (Acc(e5) = x2))) & exists x6.(_game(x6) & _soccer(x6) & exists e7.(_online(e7) & (Subj(e7) = x6) & (Acc(e7) = x1)))) -> exists e8.(exists x9.(_series(x9) & _fifa(x9) & _in(e8,x9)) & (Subj(e8) = x1))))
1,143
Luke can make cookies, scrambled eggs, and muffins, but not pasta.
exists x1.(_luke(x1) & _can(exists x2.(_cookie(x2) & exists e3.(_make(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) & exists x4.(_egg(x4) & exists e5.(_scramble(e5) & (Subj(e5) = x1) & (Acc(e5) = x4))) & exists x6.(_muffin(x6) & exists e7.(_scramble(e7) & (Subj(e7) = x1) & (Acc(e7) = x6))) & -exists x8.(_pasta(x8) & exists e9.(_scramble(e9) & (Subj(e9) = x1) & (Acc(e9) = x8))))
1,144
No people who never admit a mistake are good teachers.
-exists x1.(_people(x1) & -exists x2.(_mistake(x2) & exists e3.(_admit(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists x4.(_teacher(x4) & _good(x4) & (x1 = x4)))
1,145
Harkness is either a building operated by Yale Housing staff or located on York Street.
exists x1.(_harkness(x1) & exists x2.(_building(x2) & (exists e3.(_operate(e3) & (Acc(e3) = x2) & exists x4.(_staff(x4) & _housing(x4) & _yale(x4) & (Subj(e3) = x4))) | exists e5.(_locate(e5) & (Acc(e5) = x2) & exists x6.(_street(x6) & _york(x6) & _on(e5,x6)))) & (x1 = x2)))
1,146
No employees working in this company are from China.
-exists x1.(_employee(x1) & exists e2.(_work(e2) & (Subj(e2) = x1) & exists x3.(_company(x3) & _in(e2,x3))) & exists e4.(exists x5.(_china(x5) & _from(e4,x5)) & (Subj(e4) = x1)))
1,147
Miroslav Venhoda was a Czech choral conductor who specialized in the performance of Renaissance and Baroque music.
exists x1.(_venhoda(x1) & _miroslav(x1) & exists x2.(_conductor(x2) & _choral(x2) & _czech(x2) & exists e3.(_specialize(e3) & (Subj(e3) = x2) & exists x4.(_performance(x4) & exists x5.(_renaissance(x5) & (x4 = x5)) & exists x6.(_music(x6) & _baroque(x6) & (x4 = x6)) & _in(e3,x4))) & (x1 = x2)))
1,148
Different teams cannot win the same cup in a given year's final.
exists x1.(_team(x1) & _different(x1) & -_can(exists x2.(_cup(x2) & _same(x2) & exists e3.(_win(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(exists e5.(_give(e5) & (Acc(e5) = x4) & _year(x4)) & _in(e3,x4))))) & _final(x1))
1,149
Many apartment rents cover the cost of water and electricity.
exists x1.(_rent(x1) & _apartment(x1) & _many(x1) & exists x2.(_cost(x2) & exists x3.(_water(x3) & (x2 = x3)) & exists e4.(_cover(e4) & (Subj(e4) = x1) & (Acc(e4) = x2))) & exists x5.(_electricity(x5) & exists e6.(_cover(e6) & (Subj(e6) = x1) & (Acc(e6) = x5))))
1,150
No cold-blooded animals are birds.
-exists x1.(_animal(x1) & _cold_dash_blooded(x1) & exists x2.(_bird(x2) & (x1 = x2)))
1,151
If people have solar panels in their homes, then they save a lot of money.
(exists x1.(_people(x1) & exists x2.(_panel(x2) & _solar(x2) & exists x3.(_home(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x2))) & exists e5.(_have(e5) & (Subj(e5) = x1) & (Acc(e5) = x2)))) -> exists x6.((x6 = _they) & exists x7.(_lot(x7) & exists x8.(_money(x8) & (x7 = x8)) & exists e9.(_save(e9) & (Subj(e9) = x6) & (Acc(e9) = x7) & _then(e9)))))
1,152
A werewolf has been scratched or bitten by another werewolf.
exists x1.(_werewolf(x1) & (exists e2.(_scratch(e2) & (Acc(e2) = x1)) | exists e3.(_bite(e3) & (Acc(e3) = x1) & exists x4.(_werewolf(x4) & (Subj(e3) = x4)))))
1,153
If a number is positive, then the double of it is also positive.
(exists x1.(_number(x1) & _positive(x1)) -> exists x2.(_double(x2) & exists x3.((x3 = _it) & (x2 = x3)) & _positive(x2)))
1,154
Detroit City fell during a race.
exists x1.(_city(x1) & _detroit(x1) & exists e2.(_fall(e2) & (Subj(e2) = x1) & exists x3.(_race(x3) & _during(e2,x3))))
1,155
Phoenix is a band from France.
exists x1.(_phoenix(x1) & exists x2.(_band(x2) & exists x3.(_france(x3) & exists e4.(_from(e4,x3) & (Subj(e4) = x2))) & (x1 = x2)))
1,156
The preceding station of Boves is Longueau.
exists x1.(_station(x1) & _preceding(x1) & exists x2.(_boves(x2) & (x1 = x2)) & exists x3.(_longueau(x3) & (x1 = x3)))
1,157
If people get many promotions from their boss at work, then they receive negative feedback from teams at work.
(exists x1.(_people(x1) & exists x2.(_promotion(x2) & _many(x2) & exists e3.(_get(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_boss(x4) & _from(e3,x4) & exists x5.(_work(x5) & _at(e3,x5)))))) -> exists x6.((x6 = _they) & exists x7.(_feedback(x7) & _negative(x7) & exists x8.(_team(x8) & exists x9.(_work(x9) & exists e10.(_at(e10,x9) & (Subj(e10) = x8))) & exists e11.(_from(e11,x8) & (Subj(e11) = x7))) & exists e12.(_receive(e12) & (Subj(e12) = x6) & (Acc(e12) = x7) & _then(e12)))))
1,158
Olivia sleeps during the night.
exists x1.(_olivia(x1) & exists e2.(_sleep(e2) & (Subj(e2) = x1) & exists x3.(_night(x3) & _during(e2,x3))))
1,159
Metropolitan Museum of Art includes Bytantine and Islamic Art.
exists x1.(_museum(x1) & _metropolitan(x1) & exists x2.(_art(x2) & (x1 = x2)) & exists x3.(_bytantine(x3) & exists e4.(_include(e4) & (Subj(e4) = x1) & (Acc(e4) = x3))) & exists x5.(_art(x5) & _islamic(x5) & exists e6.(_include(e6) & (Subj(e6) = x1) & (Acc(e6) = x5))))
1,160
Someone is either a Yale student or a Harvard student.
exists x1.(exists x2.(_student(x2) & _yale(x2) & (x1 = x2)) | exists x3.(_student(x3) & _harvard(x3) & (x1 = x3)))
1,161
Real Madrid and Atlético Madrid both scored zero goals in 2016 UCL final during the extra time.
(exists x1.(_madrid(x1) & _real(x1) & exists x2.(_goal(x2) & _zero(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) & exists x6.(_time(x6) & _extra(x6) & _during(e5,x6) & _both(e5))))) & exists x7.(_madrid(x7) & _atlético(x7) & exists x8.(_goal(x8) & _zero(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) & exists x12.(_time(x12) & _extra(x12) & _during(e11,x12) & _both(e11))))))
1,162
John can make meals which are popular at the party.
exists x1.(_john(x1) & _can(exists x2.(_meal(x2) & _popular(x2) & exists e3.(_make(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))))
1,163
Cats like playing with all voles.
exists x1.(_cat(x1) & exists e2.(_play(e2) & (Subj(e2) = x1) & all x3.(_vole(x3) -> _with(e2,x3))))
1,164
Everyone who works from home has a relaxed schedule.
all x1.(exists e2.(_work(e2) & (Subj(e2) = x1) & exists x3.(_home(x3) & _from(e2,x3))) -> exists x4.(exists e5.(_relax(e5) & (Acc(e5) = x4) & _schedule(x4)) & exists e6.(_have(e6) & (Subj(e6) = x1) & (Acc(e6) = x4))))
1,165
The Great Lakes are Lake Superior, Lake Michigan, Lake Huron, Lake Erie, and Lake Ontario.
exists x1.(_lakes(x1) & _great(x1) & exists x2.(_superior(x2) & _lake(x2) & (x1 = x2)) & exists x3.(_michigan(x3) & _lake(x3) & (x1 = x3)) & exists x4.(_huron(x4) & _lake(x4) & (x1 = x4)) & exists x5.(_erie(x5) & _lake(x5) & (x1 = x5)) & exists x6.(_ontario(x6) & _lake(x6) & (x1 = x6)))
1,166
All who attend the conference in person are provided with souvenirs.
all x1.(exists x2.(_conference(x2) & exists x3.(_person(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x2))) & exists e5.(_attend(e5) & (Subj(e5) = x1) & (Acc(e5) = x2))) -> exists e6.(_provide(e6) & (Acc(e6) = x1) & exists x7.(_souvenir(x7) & _with(e6,x7))))
1,167
2001 is a book that has either sold more than 1 million copies or it was written by Tomas.
(exists x1.(_2001(x1) & exists x2.(_book(x2) & exists x3.(_more(x3) & _1(x3) & _copy(x3) & _million(x3) & exists e4.(_sell(e4) & (Subj(e4) = x2) & (Acc(e4) = x3))) & (x1 = x2))) | exists x5.((x5 = _it) & exists e6.(_write(e6) & (Acc(e6) = x5) & exists x7.(_tomas(x7) & (Subj(e6) = x7)))))
1,168
If people live in the suburbs, then they have tidy houses.
(exists x1.(_people(x1) & exists e2.(_live(e2) & (Subj(e2) = x1) & exists x3.(_suburb(x3) & _in(e2,x3)))) -> exists x4.((x4 = _they) & exists x5.(_house(x5) & _tidy(x5) & exists e6.(_have(e6) & (Subj(e6) = x4) & (Acc(e6) = x5) & _then(e6)))))
1,169
The Emmet Building is a five-story building in Portland, Oregon.
exists x1.(_building(x1) & _emmet(x1) & exists x2.(_building(x2) & _five_dash_story(x2) & exists x3.(_portland(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x2))) & exists x5.(_oregon(x5) & exists e6.(_in(e6,x5) & (Subj(e6) = x2))) & (x1 = x2)))
1,170
LanguageA is a universal language
exists x1.(_languagea(x1) & exists x2.(_language(x2) & _universal(x2) & (x1 = x2)))
1,171
If a team is part of the league, it has joined the league.
(exists x1.(_team(x1) & exists x2.(_part(x2) & exists x3.(_league(x3) & (x2 = x3)) & (x1 = x2))) -> exists x4.((x4 = _it) & exists x5.(_league(x5) & exists e6.(_join(e6) & (Subj(e6) = x4) & (Acc(e6) = x5)))))
1,172
There is a music video for Show Your Love.
exists x1.(_video(x1) & _music(x1) & exists x2.(_love(x2) & _show(x2) & (x1 = x2)) & exists e3.(Subj(e3) = Subj(e3)))
1,173
If Marcy either gets a lot of mail and is very involved with her neighborhood or if she does not order a lot of Amazon packages nor is very involved with her neighborhood, then Marcy does not both get a lot of daily mail and order a lot of Amazon packages.
(exists x1.(_marcy(x1) & exists x2.(_lot(x2) & exists x3.(_mail(x3) & (x2 = x3)) & exists e4.(_get(e4) & (Subj(e4) = x1) & (Acc(e4) = x2))) & exists e5.(_involve(e5) & (Subj(e5) = x1) & exists x6.(_neighborhood(x6) & _with(e5,x6)) & _very(e5))) -> (exists x7.((x7 = _she) & -exists x8.(_lot(x8) & exists x9.(_package(x9) & _amazon(x9) & (x8 = x9)) & exists e10.(_order(e10) & (Subj(e10) = x7) & (Acc(e10) = x8))) & exists e11.(_involve(e11) & (Subj(e11) = x7) & exists x12.(_neighborhood(x12) & -exists x13.(_marcy(x13) & exists e14.(_do(e14) & (Subj(e14) = x13) & (Acc(e14) = x12) & _then(e14))) & _with(e11,x12)) & _very(e11))) -> exists x15 x16.(_lot(x16) & exists x17.(_order(x17) & _mail(x17) & _daily(x17) & (x16 = x17)) & _lot(x16) & exists x18.(_package(x18) & _amazon(x18) & (x16 = x18)) & exists e19.(_get(e19) & (Subj(e19) = x15) & (Acc(e19) = x16)))))
1,174
If people stay indoors and rest a lot at home, then they do not visit the gym at least once a day.
(exists x1.(_people(x1) & exists x2.(_indoor(x2) & exists e3.(_stay(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists x4.(_lot(x4) & exists x5.(_home(x5) & exists e6.(_at(e6,x5) & (Subj(e6) = x4))) & exists e7.(_rest(e7) & (Subj(e7) = x1) & (Acc(e7) = x4)))) -> -exists x8.((x8 = _they) & _day(\F9 F10 F11.F10(\x12.True,\x13.F9(\F14 F15.(F15(x13) & _at(x13)),\e16.(_once(e16) & F11(e16)))),\F17 F18.F17(\x19.True,\x20.exists x21.(_gym(x21) & exists e22.(_visit(e22) & (Subj(e22) = x20) & (Acc(e22) = x21) & F18(e22)))),\F23 F24.F24(x8),\e25._then(e25))))
1,175
No easy Leetcode problems have an AC rate lower than 20 percent.
-exists x1.(_problem(x1) & _leetcode(x1) & _easy(x1) & exists x2.(_rate(x2) & _ac(x2) & _lower(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
1,176
No Boeing-737 plane is equipped with more than 300 seats.
-exists x1.(_plane(x1) & _boeing_dash_737(x1) & exists e2.(_equip(e2) & (Acc(e2) = x1) & exists x3.(_more(x3) & _seat(x3) & _300(x3) & _with(e2,x3))))
1,177
All rental cars cost the renter money.
all x1.((_car(x1) & _rental(x1)) -> exists x2.(_money(x2) & _renter(x2) & exists e3.(_cost(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
1,178
Leonardo da Vinci was a scientist and painter.
exists x1.(_vinci(x1) & _da(x1) & _leonardo(x1) & exists x2.(_painter(x2) & _scientist(x2) & (x1 = x2)))
1,179
A photographer is a professional or an amateur.
exists x1.(_photographer(x1) & exists x2.(_amateur(x2) & _professional(x2) & (x1 = x2)) & exists x3.(_amateur(x3) & (x1 = x3)))
1,180
EndGame is a movie released in 2006.
exists x1.(_endgame(x1) & exists x2.(_movie(x2) & exists e3.(_release(e3) & (Acc(e3) = x2) & exists x4.(_2006(x4) & _in(e3,x4))) & (x1 = x2)))
1,181
If people frivolously spend a lot of money every time they go out, then they value quality manufacturing and luxury items.
(exists x1.(_people(x1) & _every(x1) & exists x2.(_lot(x2) & exists x3.(_money(x3) & (x2 = x3)) & exists e4.(_spend(e4) & (Subj(e4) = x1) & (Acc(e4) = x2) & _frivolously(e4))) & _time(x1)) -> (exists x5.((x5 = _they) & _then(x5)) & exists x6.((x6 = _they) & exists x7.(_item(x7) & _luxury(x7) & _manufacturing(x7) & _quality(x7) & _value(x7) & exists e8.(_go(e8) & (Subj(e8) = x6) & (Acc(e8) = x7) & _out(e8))))))
1,182
In some families Odell is spelled O'Dell, in a mistaken Irish adaptation.
exists x1.(_odell(x1) & exists x2.(_o'dell(x2) & exists e3.(_spell(e3) & (Dat(e3) = x1) & (Acc(e3) = x2) & exists x4.(_adaptation(x4) & _irish(x4) & _mistaken(x4) & _in(e3,x4) & exists x5.(_family(x5) & _in(e3,x5))))))
1,183
If Jane saves enough money for the summer, she will fly to Germany.
(exists x1.(_jane(x1) & exists x2.(_money(x2) & _enough(x2) & exists e3.(_save(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_summer(x4) & _for(e3,x4))))) -> exists x5.((x5 = _she) & exists e6.(_fly(e6) & (Subj(e6) = x5) & exists x7.(_germany(x7) & _to(e6,x7)))))
1,184
Ableton has an office in Germany.
exists x1.(_ableton(x1) & exists x2.(_office(x2) & exists x3.(_germany(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x2))) & exists e5.(_have(e5) & (Subj(e5) = x1) & (Acc(e5) = x2))))
1,185
DI Ray is a police procedural television series.
exists x1.(_ray(x1) & _di(x1) & exists x2.(_series(x2) & _television(x2) & _procedural(x2) & _police(x2) & (x1 = x2)))
1,186
If you are on the payroll, then you are being paid by the school.
(exists x1.((x1 = _you) & exists e2.(exists x3.(_payroll(x3) & _on(e2,x3)) & (Subj(e2) = x1))) -> exists x4.((x4 = _you) & exists e5.(_pay(e5) & (Acc(e5) = x4) & exists x6.(_school(x6) & (Subj(e5) = x6) & _then(e5)))))
1,187
Thomas Barber played as a half back and inside left.
exists x1.(_barber(x1) & _thomas(x1) & exists e2.(_play(e2) & (Subj(e2) = x1) & exists x3.(_half(x3) & _back(x3) & _as(e2,x3)) & exists x4.(_half(x4) & exists x5.(_inside(x5) & exists e6.(_leave(e6) & (Subj(e6) = x5) & (Acc(e6) = x4))) & _as(e2,x4))))
1,188
All young adults go on a diet.
all x1.((_adult(x1) & _young(x1)) -> exists e2.(_go(e2) & (Subj(e2) = x1) & exists x3.(_diet(x3) & _on(e2,x3))))
1,189
Peter Parker is a either a superhero or a civilian.
exists x1.(_parker(x1) & _peter(x1) & (exists x2.(_superhero(x2) & _a(x2) & (x1 = x2)) | exists x3.(_civilian(x3) & (x1 = x3))))
1,190
Either Republicans or Democrats.
\x1.(_republicans(x1) | _democrats(x1))
1,191
Some customers go to cinemas every week.
exists x1.(_customer(x1) & _every(x1) & exists e2.(_go(e2) & (Subj(e2) = x1) & exists x3.(_cinema(x3) & _to(e2,x3))) & _week(x1))
1,192
All animals that are tigers are cats.
all x1.(_animal(x1) -> (exists x2.(_tiger(x2) & (x1 = x2)) -> exists x3.(_cat(x3) & (x1 = x3))))
1,193
If Tom does not want to study abroad, he is full-time enrolled in an educational program.
(-exists x1.(_tom(x1) & exists e2.(_want(e2) & (Subj(e2) = x1) & AccI(e2,exists e3.(_study(e3) & (Subj(e3) = x1) & _abroad(e3))))) -> exists x4.((x4 = _he) & exists e5.(_enrol(e5) & (Acc(e5) = x4) & exists x6.(_program(x6) & _educational(x6) & _in(e5,x6) & _full_dash_time(e5)))))
1,194
Extractive model can only use content from the input documents.
exists x1.(_model(x1) & _extractive(x1) & _can(exists x2.(_content(x2) & exists e3.(_use(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_document(x4) & _input(x4) & _from(e3,x4) & _only(e3))))))
1,195
All ships involved in WWII are currently decommissioned or in a museum.
\F1 F2 F3.(all x4.(_ship(x4) -> (exists e5.(_involve(e5) & (Acc(e5) = x4) & exists x6.(_wwii(x6) & _in(e5,x6))) -> exists e7.(_decommission(e7) & (Acc(e7) = x4) & _currently(e7)))) & F1(F2,F3) & F1(F2,F3))
1,196
Everyone working at Meta has a high income.
all x1.(exists e2.(_work(e2) & (Subj(e2) = x1) & exists x3.(_meta(x3) & _at(e2,x3))) -> exists x4.(_income(x4) & _high(x4) & exists e5.(_have(e5) & (Subj(e5) = x1) & (Acc(e5) = x4))))
1,197
All coffee favored by local residents is coffee produced in Columbia.
all x1.(_coffee(x1) -> (exists e2.(_favor(e2) & (Acc(e2) = x1) & exists x3.(_resident(x3) & _local(x3) & (Subj(e2) = x3))) -> exists x4.(_coffee(x4) & exists e5.(_produce(e5) & (Acc(e5) = x4) & exists x6.(_columbia(x6) & _in(e5,x6))) & (x1 = x4))))
1,198
Henry is neither a carnivore nor a lizard.
exists x1.(_henry(x1) & exists x2.(_carnivore(x2) & _neither(x2) & (x1 = x2)) & exists x3.(_lizard(x3) & _neither(x3) & (x1 = x3)))
1,199
Whenever Sarah goes to Vermont, Sarah drives there.
exists x1.(_sarah(x1) & _whenever(x1) & exists e2.(_go(e2) & (Subj(e2) = x1) & exists x3.(_vermont(x3) & exists x4.(_sarah(x4) & exists e5.(_drive(e5) & (Subj(e5) = x4) & (Acc(e5) = x3) & _there(e5))) & _to(e2,x3))))
1,200
If Nancy is not a toddler, then Nancy is bad.
(-exists x1.(_nancy(x1) & exists x2.(_toddler(x2) & (x1 = x2))) -> exists x3.(_nancy(x3) & _bad(x3)))
1,201
Cristiano Ronaldo is a soccer player.
exists x1.(_ronaldo(x1) & _cristiano(x1) & exists x2.(_player(x2) & _soccer(x2) & (x1 = x2)))
1,202