original
stringlengths 14
334
| logical_form
stringlengths 30
1.82k
| __index_level_0__
int64 0
1.65k
|
---|---|---|
New France is not in Europe. | -exists x1.(_france(x1) & _new(x1) & exists e2.(exists x3.(_europe(x3) & _in(e2,x3)) & (Subj(e2) = x1))) | 200 |
If someone has been scratched or bitten, they have been attacked. | (exists x1.(exists e2.(_scratch(e2) & (Acc(e2) = x1)) | exists e3.(_bite(e3) & (Acc(e3) = x1))) -> exists x4.((x4 = _they) & exists e5.(_attack(e5) & (Acc(e5) = x4)))) | 201 |
If people enjoy healthcare fields and want to help people with medical issues, then they are studying to go to medical school to become a doctor. | (exists x1.(_people(x1) & exists x2.(_field(x2) & _healthcare(x2) & exists e3.(_enjoy(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists e4.(_want(e4) & (Subj(e4) = x1) & AccI(e4,exists x5.(_people(x5) & exists e6.(_help(e6) & (Subj(e6) = x1) & (Acc(e6) = x5) & exists x7.(_issue(x7) & _medical(x7) & _with(e6,x7))))))) -> exists x8.((x8 = _they) & exists e9.(_study(e9) & (Subj(e9) = x8) & _then(e9)) & exists e10.(_go(e10) & (Subj(e10) = x8) & exists x11.(_school(x11) & _medical(x11) & _to(e10,x11) & _then(e10))) & exists x12.(_doctor(x12) & exists e13.(_become(e13) & (Subj(e13) = x8) & (Acc(e13) = x12) & _then(e13))))) | 202 |
All Americans speak English. | all x1.(_americans(x1) -> exists x2.(_english(x2) & exists e3.(_speak(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 203 |
All Windows are convenient. | all x1.(_window(x1) -> _convenient(x1)) | 204 |
All rare diseases require a medical diagnosis. | all x1.((_disease(x1) & _rare(x1)) -> exists x2.(_diagnosis(x2) & _medical(x2) & exists e3.(_require(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 205 |
If two soccer teams score the same number of goals in one UCL final during both the regular time and extra time, they need to play the penalty shoot-out. | (exists x1.(_team(x1) & _soccer(x1) & _two(x1) & exists x2.(_number(x2) & _same(x2) & exists x3.(_goal(x3) & (x2 = x3)) & exists x4.(_ucl(x4) & exists e5.(_in(e5,x4) & (Subj(e5) = x2) & _final(x2))) & exists e6.(_score(e6) & (Subj(e6) = x1) & (Acc(e6) = x2) & exists x7.(_time(x7) & _regular(x7) & _during(e6,x7)) & exists x8.(_time(x8) & _extra(x8) & _during(e6,x8))))) -> exists x9.((x9 = _they) & exists e10.(_need(e10) & (Subj(e10) = x9) & AccI(e10,exists x11.(_shoot_dash_out(x11) & _penalty(x11) & exists e12.(_play(e12) & (Subj(e12) = x9) & (Acc(e12) = x11))))))) | 206 |
John does not find coordination between the left and the right hands challenging. | -exists x1.(_john(x1) & exists x2.(_coordination(x2) & exists e3.(_find(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_left(x4) & _between(e3,x4)) & exists x5.(_hand(x5) & _right(x5) & exists e6.(_challenge(e6) & (Subj(e6) = x5)) & _between(e3,x5))))) | 207 |
All heavy things are still. | all x1.((_thing(x1) & _heavy(x1)) -> _still(x1)) | 208 |
CPSC 201 and CPSC 223 are prerequisites for CPSC 323. | (exists x1.(_cpsc(x1) & _201(x1) & exists x2.(_prerequisite(x2) & (x1 = x2))) & exists x3.(_cpsc(x3) & _223(x3) & exists x4.(_prerequisite(x4) & (x3 = x4)))) | 209 |
All customers who subscribe to HBO services prefer TV series to movies. | all x1.(_customer(x1) -> (exists e2.(_subscribe(e2) & (Subj(e2) = x1) & exists x3.(_service(x3) & _hbo(x3) & (Dat(e2) = x3))) -> exists x4.(_series(x4) & _tv(x4) & exists e5.(_prefer(e5) & (Subj(e5) = x1) & (Acc(e5) = x4) & exists x6.(_movie(x6) & _to(e5,x6)))))) | 210 |
If people have erratic and diverse eating habits, then they do not have consistent everyday routines and like sticking to a solid schedule. | (exists x1.(_people(x1) & exists x2.(_habit(x2) & _eating(x2) & _erratic(x2) & _diverse(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) -> exists x4.((x4 = _they) & -exists x5.(_routine(x5) & _everyday(x5) & _consistent(x5) & exists e6.(_have(e6) & (Subj(e6) = x4) & (Acc(e6) = x5) & _then(e6))) & exists e7.(_stick(e7) & (Subj(e7) = x4) & exists x8.(_schedule(x8) & _solid(x8) & (Dat(e7) = x8)) & _like(e7) & _then(e7)))) | 211 |
There is a major settlement of Lake Huron in ON. | exists x1.(_settlement(x1) & _major(x1) & exists x2.(_huron(x2) & _lake(x2) & (x1 = x2)) & exists x3.(_on(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x1))) & exists e5.(Subj(e5) = Subj(e5))) | 212 |
Environmental volunteers contribute toward environmental management or conservation. | exists x1.(_volunteer(x1) & _environmental(x1) & exists e2.(_contribute(e2) & (Subj(e2) = x1) & exists x3.((_management(x3) | _conservation(x3)) & _environmental(x3) & _toward(e2,x3)))) | 213 |
No precious metals aren't scarce. | --exists x1.(_metal(x1) & _precious(x1) & _scarce(x1)) | 214 |
Boves is served by regional TER Hauts-de-France trains. | exists x1.(_boves(x1) & exists e2.(_serve(e2) & (Acc(e2) = x1) & exists x3.(_train(x3) & _hauts_dash_de_dash_france(x3) & _ter(x3) & _regional(x3) & (Subj(e2) = x3)))) | 215 |
Customers either choose Plan A or Plan B. | exists x1.(_customer(x1) & (exists x2.(_a(x2) & _plan(x2) & exists e3.(_choose(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) | exists x4.(_b(x4) & _plan(x4) & exists e5.(_choose(e5) & (Subj(e5) = x1) & (Acc(e5) = x4))))) | 216 |
All dresses are clothes. | all x1.(_dress(x1) -> exists x2.(_clothes(x2) & (x1 = x2))) | 217 |
All customers who are subscribed to AMC List are available to watch 3 movies every week without any additional fees. | all x1.(_customer(x1) -> (exists e2.(_subscribe(e2) & (Acc(e2) = x1) & exists x3.(_list(x3) & _amc(x3) & (Dat(e2) = x3))) -> exists e4.(_available(e4) & (Subj(e4) = x1) & AccI(e4,(_every(x1) & exists x5.(_movie(x5) & _3(x5) & exists e6.(_watch(e6) & (Subj(e6) = x1) & (Acc(e6) = x5) & all x7.((_fee(x7) & _additional(x7)) -> _without(e6,x7)))) & _week(x1)))))) | 218 |
All sports cars are loud. | all x1.((_car(x1) & _sport(x1)) -> _loud(x1)) | 219 |
Products are either produced in China or the US. | exists x1.(_products(x1) & exists e2.(_produce(e2) & (Acc(e2) = x1) & (exists x3.(_china(x3) & _in(e2,x3)) | exists x4.(_us(x4) & _in(e2,x4))))) | 220 |
Each building is tall. | all x1.(_building(x1) -> _tall(x1)) | 221 |
Everyone at Luis's dinner party has room for dessert, including Luis. | all x1.(exists x2.(exists x3.(_luis(x3) & Rel(x2,x3)) & _party(x2) & _dinner(x2) & exists e4.(_at(e4,x2) & (Subj(e4) = x1))) -> exists x5.(_room(x5) & exists x6.(_dessert(x6) & (x5 = x6)) & exists x7.(_luis(x7) & exists e8.(_include(e8,x7) & (Subj(e8) = x5))) & exists e9.(_have(e9) & (Subj(e9) = x1) & (Acc(e9) = x5)))) | 222 |
Massages were recommended by Herodicus. | exists x1.(_massage(x1) & exists e2.(_recommend(e2) & (Acc(e2) = x1) & exists x3.(_herodicus(x3) & (Subj(e2) = x3)))) | 223 |
If a person is respected by others, then he/she contributes to the country. | (exists x1.(_person(x1) & exists e2.(_respect(e2) & (Acc(e2) = x1) & exists x3.(_other(x3) & (Subj(e2) = x3))) & exists x4.(_contribute(x4) & exists e5.(_he/she(e5) & (Subj(e5) = x1) & (Acc(e5) = x4) & exists x6.(_country(x6) & (Dat(e5) = x6)) & _then(e5)))) -> exists e7.True) | 224 |
Ableton has an office in the USA. | exists x1.(_ableton(x1) & exists x2.(_office(x2) & exists x3.(_usa(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x2))) & exists e5.(_have(e5) & (Subj(e5) = x1) & (Acc(e5) = x2)))) | 225 |
Bernarda Bryson Shahn was born in Athens, Ohio. | exists x1.(_shahn(x1) & _bryson(x1) & _bernarda(x1) & exists e2.(_bear(e2) & (Acc(e2) = x1) & exists x3.(_athens(x3) & _in(e2,x3)) & exists x4.(_ohio(x4) & _in(e2,x4)))) | 226 |
The preceding station of Dommartin is Boves. | exists x1.(_station(x1) & _preceding(x1) & exists x2.(_dommartin(x2) & (x1 = x2)) & exists x3.(_boves(x3) & (x1 = x3))) | 227 |
If Clyde is not focused on the future and industry professions, then he is neither focused on the future and industry professions nor enjoys dressing up in old-fashioned and historical period clothing. | (-exists x1.(_clyde(x1) & exists e2.(_focus(e2) & (Acc(e2) = x1) & exists x3.(_profession(x3) & _industry(x3) & _future(x3) & _on(e2,x3)))) -> exists x4.((x4 = _he) & exists e5.(_focus(e5) & (Acc(e5) = x4) & exists x6.(_profession(x6) & _industry(x6) & _future(x6) & _on(e5,x6)) & _neither(e5) & _then(e5)) & exists e7.(_dress(e7) & (Subj(e7) = x4) & exists x8.(_clothing(x8) & _period(x8) & _old_dash_fashioned(x8) & _historical(x8) & _in(e7,x8)) & _up(e7) & _enjoy(e7) & _then(e7)))) | 228 |
Miroslav Fiedler is honored by the Fiedler eigenvalue. | exists x1.(_fiedler(x1) & _miroslav(x1) & exists e2.(_honor(e2) & (Acc(e2) = x1) & exists x3.(_eigenvalue(x3) & _fiedler(x3) & (Subj(e2) = x3)))) | 229 |
All people who hate working for others are entrepreneurs. | all x1.(_people(x1) -> (exists e2.(_work(e2) & (Subj(e2) = x1) & exists x3.(_other(x3) & _for(e2,x3)) & _hate(e2)) -> exists x4.(_entrepreneur(x4) & (x1 = x4)))) | 230 |
Breast cancer is neither having a cold nor a malignant tumor (exclusive). | exists x1.(_cancer(x1) & _breast(x1) & exists x2.(_tumor(x2) & _malignant(x2) & _cold(x2) & _a(x2) & _exclusive(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & _neither(e3)))) | 231 |
North Yorkshire is in England. | exists x1.(_yorkshire(x1) & _north(x1) & exists e2.(exists x3.(_england(x3) & _in(e2,x3)) & (Subj(e2) = x1))) | 232 |
Vic DiCara played in the band Inside Out. | exists x1.(_dicara(x1) & _vic(x1) & exists e2.(_play(e2) & (Subj(e2) = x1) & exists x3.(_out(x3) & _inside(x3) & _band(x3) & _in(e2,x3)))) | 233 |
All Leetcode problems recommended to novices are easy. | all x1.((_problem(x1) & _leetcode(x1)) -> (exists e2.(_recommend(e2) & (Acc(e2) = x1) & exists x3.(_novice(x3) & _to(e2,x3))) -> _easy(x1))) | 234 |
The Bronx is in New York. | exists x1.(_bronx(x1) & exists e2.(exists x3.(_york(x3) & _new(x3) & _in(e2,x3)) & (Subj(e2) = x1))) | 235 |
Bobby Flynn finished 7th while competing on Australian Idol. | exists x1.(_flynn(x1) & _bobby(x1) & exists e2.(_compete(e2) & (Subj(e2) = x1) & exists x3.(_idol(x3) & _australian(x3) & _on(e2,x3))) & exists x4.(_7th(x4) & exists e5.(_finish(e5) & (Subj(e5) = x1) & (Acc(e5) = x4)))) | 236 |
Wang's English score is better than Zhang's. | exists x1.(exists x2.(_wang(x2) & Rel(x1,x2)) & _score(x1) & _english(x1) & _better(x1)) | 237 |
Mort is not a Stamp catalogue. | -exists x1.(_mort(x1) & exists x2.(_catalogue(x2) & _stamp(x2) & (x1 = x2))) | 238 |
If a soccer player receives two yellow cards in one game, this player will be ejected from the rest of the game. | (exists x1.(_player(x1) & _soccer(x1) & exists x2.(_card(x2) & _yellow(x2) & _two(x2) & exists e3.(_receive(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_game(x4) & _in(e3,x4))))) -> exists x5.(_player(x5) & exists e6.(_eject(e6) & (Acc(e6) = x5) & exists x7.(_rest(x7) & exists x8.(_game(x8) & (x7 = x8)) & _from(e6,x7))))) | 239 |
All adults love the Opera. | all x1.(_adult(x1) -> exists x2.(_opera(x2) & exists e3.(_love(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 240 |
TS Leda was a good passenger and cargo vessel. | exists x1.(_leda(x1) & _ts(x1) & exists x2.(_vessel(x2) & _cargo(x2) & _passenger(x2) & _good(x2) & (x1 = x2))) | 241 |
No scientists are good at sports. | -exists x1.(_scientist(x1) & _good(x1)) | 242 |
There is a national park in Vietnam classified as a UNESCO World Heritage Site. | exists x1.(_park(x1) & _national(x1) & exists x2.(_vietnam(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1) & exists e4.(_classify(e4) & (Subj(e4) = x1) & exists x5.(_site(x5) & _heritage(x5) & _world(x5) & _unesco(x5) & _as(e4,x5))))) & exists e6.(Subj(e6) = Subj(e6))) | 243 |
The introduction of an embargo on foreign trade goods in a country leads to a sharp decrease in exports. | exists x1.(_introduction(x1) & exists x2.(_embargo(x2) & exists x3.(_goods(x3) & _trade(x3) & _foreign(x3) & exists e4.(_on(e4,x3) & (Subj(e4) = x2))) & (x1 = x2)) & exists x5.(_country(x5) & exists e6.(_in(e6,x5) & (Subj(e6) = x1))) & exists e7.(_lead(e7) & (Subj(e7) = x1) & exists x8.(_decrease(x8) & _sharp(x8) & exists x9.(_export(x9) & exists e10.(_in(e10,x9) & (Subj(e10) = x8))) & (Dat(e7) = x8)))) | 244 |
John submitted his resume to Google and got a job there. | exists x1.(_john(x1) & exists x2.(_resume(x2) & exists e3.(_submit(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_google(x4) & (Dat(e3) = x4)))) & exists x5.(_job(x5) & exists e6.(_get(e6) & (Subj(e6) = x1) & (Acc(e6) = x5) & _there(e6)))) | 245 |
Robert Zimmer was born in 1953. | exists x1.(_zimmer(x1) & _robert(x1) & exists e2.(_bear(e2) & (Acc(e2) = x1) & exists x3.(_1953(x3) & _in(e2,x3)))) | 246 |
If you need to provide financial guarantees, you must request documents from the bank. | (exists x1.((x1 = _you) & exists e2.(_need(e2) & (Subj(e2) = x1) & AccI(e2,exists x3.(_guarantee(x3) & _financial(x3) & exists e4.(_provide(e4) & (Subj(e4) = x1) & (Acc(e4) = x3)))))) -> exists x5.((x5 = _you) & _must(exists x6.(_document(x6) & exists e7.(_request(e7) & (Subj(e7) = x5) & (Acc(e7) = x6) & exists x8.(_bank(x8) & _from(e7,x8))))))) | 247 |
If Amy is not a Nobel laureate, then Amy is not an Olympic gold medal winner. | (-exists x1.(_amy(x1) & exists x2.(_laureate(x2) & _nobel(x2) & (x1 = x2))) -> -exists x3.(_amy(x3) & exists x4.(_winner(x4) & _medal(x4) & _gold(x4) & _olympic(x4) & (x3 = x4)))) | 248 |
If someone has a job at a school, then they are on the payroll. | (exists x1 x2.(_job(x2) & exists x3.(_school(x3) & exists e4.(_at(e4,x3) & (Subj(e4) = x2))) & exists e5.(_have(e5) & (Subj(e5) = x1) & (Acc(e5) = x2))) -> exists x6.((x6 = _they) & exists e7.(exists x8.(_payroll(x8) & _on(e7,x8)) & (Subj(e7) = x6) & _then(e7)))) | 249 |
If a person has a position in a club for a position in a year, and the club is in NFL in the same year, the person plays in NFL. | ((exists x1.(_person(x1) & exists x2.(_position(x2) & exists x3.(_club(x3) & exists x4.(_position(x4) & exists x5.(_year(x5) & exists e6.(_in(e6,x5) & (Subj(e6) = x4))) & (x3 = x4)) & exists e7.(_in(e7,x3) & (Subj(e7) = x2))) & exists e8.(_have(e8) & (Subj(e8) = x1) & (Acc(e8) = x2)))) & exists x9.(_club(x9) & exists e10.(exists x11.(_nfl(x11) & _in(e10,x11)) & (Subj(e10) = x9) & exists x12.(_year(x12) & _same(x12) & _in(e10,x12))))) -> exists x13.(_person(x13) & exists e14.(_play(e14) & (Subj(e14) = x13) & exists x15.(_nfl(x15) & _in(e14,x15))))) | 250 |
Some anxiety leads to terror. | exists x1.(_anxiety(x1) & exists e2.(_lead(e2) & (Subj(e2) = x1)) & exists e3.(_terror(e3) & (Subj(e3) = x1))) | 251 |
Museum of Modern Art (MoMA) is a museum if NYC. | exists x1.(_museum(x1) & exists x2.(_art(x2) & _modern(x2) & (x1 = x2)) & exists x3.(_moma(x3) & exists e4.(_LEFTB(e4,x3) & (Subj(e4) = x1))) & exists x5.(_museum(x5) & exists x6.(_nyc(x6) & exists e7.(_if(e7,x6) & (Subj(e7) = x5))) & (x1 = x5))) | 252 |
If people live in California and attend yoga classes regularly, then they make their own matcha teas every morning with ceremonial-grade matcha powder. | (exists x1.(_people(x1) & exists e2.(_live(e2) & (Subj(e2) = x1) & exists x3.(_california(x3) & _in(e2,x3) & _regularly(e2)) & exists x4.(_class(x4) & _yoga(x4) & _attend(x4) & _in(e2,x4) & _regularly(e2)))) -> exists x5.((x5 = _they) & _every(x5) & exists x6.(_tea(x6) & _matcha(x6) & _own(x6) & exists e7.(_make(e7) & (Subj(e7) = x5) & (Acc(e7) = x6) & exists x8.(_powder(x8) & _matcha(x8) & _ceremonial_dash_grade(x8) & _with(e7,x8) & _then(e7)))) & _morning(x5))) | 253 |
All people who own at least one pet live with at least one roommate. | all x1.(_people(x1) -> (True(\x2.exists x3.(_live(x3) & exists e4.(_own(e4) & (Subj(e4) = x2) & (Acc(e4) = x3) & True(\F5 F6.(F6(e4) & _one(e4)),\F7 F8.F8(x1)))),\e9.exists x10.(_roommate(x10) & _with(e9,x10))) -> True)) | 254 |
John Evans is an archeologist who popularized the term "palstave". | exists x1.(_evans(x1) & _john(x1) & exists x2.(_archeologist(x2) & exists x3.(_term(x3) & exists e4.(_popularize(e4) & (Subj(e4) = x2) & (Acc(e4) = x3))) & (x1 = x2)) & exists e5.(_palstave(e5) & (Subj(e5) = x1))) | 255 |
Noah lives in an apartment where the rent does not cover heating. | exists x1.(_noah(x1) & exists e2.(_live(e2) & (Subj(e2) = x1) & exists x3.(_apartment(x3) & _in(e2,x3)) & -exists x4.(_rent(x4) & exists x5.(_heating(x5) & exists e6.(_cover(e6) & (Subj(e6) = x4) & (Acc(e6) = x5)))))) | 256 |
If Ryan is interesting as an individual performer and has a unique musical voice or style, then Ryan is either a touring soloist musician and capable of attracting large audiences, or neither a touring soloist musician nor capable of attracting large audiences. | \F1 F2 F3.((exists x4.(_ryan(x4) & exists e5.(_interesting(e5) & (Subj(e5) = x4) & exists x6.(_performer(x6) & _individual(x6) & _as(e5,x6))) & exists x7.((_voice(x7) | _style(x7)) & _musical(x7) & _unique(x7) & exists e8.(_have(e8) & (Subj(e8) = x4) & (Acc(e8) = x7)))) -> exists x9.(_ryan(x9) & exists x10.(_musician(x10) & _soloist(x10) & _touring(x10) & (x9 = x10)))) & F1(F2,F3) & F1(\x11.(exists e12.(_capable(e12) & (Subj(e12) = x11) & exists x13.(exists x14.(_audience(x14) & _large(x14) & exists e15.(_attract(e15) & (Subj(e15) = x13) & (Acc(e15) = x14) & (Subj(e15) = x13) & _of(e12,x13))) | exists x16.(_musician(x16) & _soloist(x16) & _tour(x16) & _neither(x16) & exists e17.(_attract(e17) & (Subj(e17) = x13) & (Acc(e17) = x16) & (Subj(e17) = x13) & _of(e12,x13))))) & exists e18.(_capable(e18) & (Subj(e18) = x11) & exists x19 x20.(_audience(x20) & _large(x20) & exists e21.(_attract(e21) & (Subj(e21) = x19) & (Acc(e21) = x20) & (Subj(e21) = x19) & _of(e18,x19)))) & F2(x11)),F3)) | 257 |
All buildings in Manhattan are higher than 400 meters. | all x1.(_building(x1) -> (exists x2.(_manhattan(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1))) -> exists x4.(_higher(x4) & _meter(x4) & _400(x4) & (x1 = x4)))) | 258 |
Museum ships are open to the public. | exists x1.(_ship(x1) & _museum(x1) & exists e2.(_open(e2) & (Subj(e2) = x1) & exists x3.(_public(x3) & (Dat(e2) = x3)))) | 259 |
People who can catch balls are good wide receivers. | exists x1.(_people(x1) & _can(exists x2.(_ball(x2) & exists e3.(_catch(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) & exists x4.(_receiver(x4) & _wide(x4) & _good(x4) & (x1 = x4))) | 260 |
Eastwick is a series by ABC. | exists x1.(_eastwick(x1) & exists x2.(_series(x2) & exists x3.(_abc(x3) & exists e4.(_by(e4,x3) & (Subj(e4) = x2))) & (x1 = x2))) | 261 |
The Premier Division in 2009–10 was won by the same team that won in 2005-06. | exists x1.(_division(x1) & _premier(x1) & exists x2.(_2009–10(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1))) & exists e4.(_win(e4) & (Acc(e4) = x1) & exists x5.(_team(x5) & _same(x5) & exists e6.(_win(e6) & (Subj(e6) = x5) & exists x7.(_2005_dash_06(x7) & _in(e6,x7))) & (Subj(e4) = x5)))) | 262 |
All wizards know magic. | all x1.(_wizard(x1) -> exists x2.(_magic(x2) & exists e3.(_know(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 263 |
All people who repay their loans on time have a high credit score. | all x1.(_people(x1) -> (exists x2.(_loan(x2) & exists x3.(_time(x3) & exists e4.(_on(e4,x3) & (Subj(e4) = x2))) & exists e5.(_repay(e5) & (Subj(e5) = x1) & (Acc(e5) = x2))) -> exists x6.(_score(x6) & _credit(x6) & _high(x6) & exists e7.(_have(e7) & (Subj(e7) = x1) & (Acc(e7) = x6))))) | 264 |
All fast fashion products are disposable products. | all x1.((_product(x1) & _fashion(x1) & _fast(x1)) -> exists x2.(_product(x2) & _disposable(x2) & (x1 = x2))) | 265 |
Richard Hamming did research on numerical methods. | exists x1.(_hamming(x1) & _richard(x1) & exists x2.(_research(x2) & exists x3.(_method(x3) & _numerical(x3) & exists e4.(_on(e4,x3) & (Subj(e4) = x2))) & exists e5.(_do(e5) & (Subj(e5) = x1) & (Acc(e5) = x2)))) | 266 |
All reptiles are cold-blooded. | all x1.(_reptile(x1) -> _cold_dash_blooded(x1)) | 267 |
People on long flights are uncomfortable unless they're in first class | (-exists x1.((x1 = _they) & exists e2.(_'re(e2) & (Subj(e2) = x1) & exists x3.(_class(x3) & _first(x3) & _in(e2,x3)))) -> exists x4.(_people(x4) & exists x5.(_flight(x5) & _long(x5) & exists e6.(_on(e6,x5) & (Subj(e6) = x4))) & _uncomfortable(x4))) | 268 |
All meadows are grass. | all x1.(_meadow(x1) -> exists x2.(_grass(x2) & (x1 = x2))) | 269 |
All old people living in stable homes do not like surprises. | -all x1.((_people(x1) & _old(x1)) -> (exists e2.(_live(e2) & (Subj(e2) = x1) & exists x3.(_home(x3) & _stable(x3) & _in(e2,x3))) -> exists x4.(_surprise(x4) & exists e5.(_like(e5) & (Subj(e5) = x1) & (Acc(e5) = x4))))) | 270 |
No francophiles are people who like Spain as their favorite country. | -exists x1.(_francophile(x1) & exists x2.(_people(x2) & exists x3.(_spain(x3) & exists e4.(_like(e4) & (Subj(e4) = x2) & (Acc(e4) = x3) & exists x5.(_country(x5) & _favorite(x5) & _as(e4,x5)))) & (x1 = x2))) | 271 |
John has a high salary. | exists x1.(_john(x1) & exists x2.(_salary(x2) & _high(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 272 |
All advocates of high tariff rates are Republicans. | all x1.(_advocate(x1) -> (exists x2.(_rate(x2) & _tariff(x2) & _high(x2) & (x1 = x2)) -> exists x3.(_republicans(x3) & (x1 = x3)))) | 273 |
If exports fall sharply, the national currency cannot be in this country. | (exists x1.(_export(x1) & exists e2.(_fall(e2) & (Subj(e2) = x1) & _sharply(e2))) -> -exists x3.(_currency(x3) & _national(x3) & _can(exists e4.(exists x5.(_country(x5) & _in(e4,x5)) & (Subj(e4) = x3))))) | 274 |
Some books that have won Hugo Awards are written by Tomas. | exists x1.(_book(x1) & exists x2.(_awards(x2) & _hugo(x2) & exists e3.(_win(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists e4.(_write(e4) & (Acc(e4) = x1) & exists x5.(_tomas(x5) & (Subj(e4) = x5)))) | 275 |
Some fish may sting. | exists x1.(_fish(x1) & _may(exists e2.(_sting(e2) & (Subj(e2) = x1)))) | 276 |
Thomas Barber was an English professional footballer. | exists x1.(_barber(x1) & _thomas(x1) & exists x2.(_footballer(x2) & _professional(x2) & _english(x2) & (x1 = x2))) | 277 |
All pets are animals. | all x1.(_pet(x1) -> exists x2.(_animal(x2) & (x1 = x2))) | 278 |
All environment-friendly things are good. | all x1.((_thing(x1) & _environment_dash_friendly(x1)) -> _good(x1)) | 279 |
All digital watches are battery-powered. | all x1.((_watch(x1) & _digital(x1)) -> _battery_dash_powered(x1)) | 280 |
Eight equals seven plus one. | exists x1.(_eight(x1) & exists x2.(_one(x2) & _seven(x2) & exists e3.(_equal(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 281 |
All videos are visual. | all x1.(_video(x1) -> _visual(x1)) | 282 |
If something is justified, it is lawful. | (exists x1._justified(x1) -> exists x2.((x2 = _it) & _lawful(x2))) | 283 |
Ghosts do not exist. | -exists x1.(_ghost(x1) & exists e2.(_exist(e2) & (Subj(e2) = x1))) | 284 |
No one who jokes about being addicted to caffeine is unaware that caffeine is a drug. | -exists x1.(exists e2.(_joke(e2) & (Subj(e2) = x1) & exists x3 e4.(_addict(e4) & (Subj(e4) = x3) & AccI(e4,exists e5.(_caffeine(e5) & (Subj(e5) = x3))) & (Subj(e4) = x3) & _about(e2,x3))) & exists e6.(_unaware(e6) & (Subj(e6) = x1) & AccI(e6,exists x7.(_caffeine(x7) & exists x8.(_drug(x8) & (x7 = x8)))))) | 285 |
All fruits are provided in the same weight at the beginning of the party. | all x1.(_fruit(x1) -> exists e2.(_provide(e2) & (Acc(e2) = x1) & exists x3.(_weight(x3) & _same(x3) & _in(e2,x3) & exists x4.(_beginning(x4) & exists x5.(_party(x5) & (x4 = x5)) & _at(e2,x4))))) | 286 |
A person likes Spain as their favorite country or likes eating cheese. | exists x1.(_person(x1) & exists x2.(_spain(x2) & exists e3.(_like(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.((_country(x4) | (_cheese(x4) & _eating(x4) & _likes(x4))) & _favorite(x4) & _as(e3,x4))))) | 287 |
If something is a carp, then it is a fish. | (exists x1 x2.(_carp(x2) & (x1 = x2)) -> exists x3.((x3 = _it) & exists x4.(_fish(x4) & (x3 = x4)))) | 288 |
All unstable things are kinetic. | all x1.((_thing(x1) & _unstable(x1)) -> _kinetic(x1)) | 289 |
Quincy McDuffie is an American professional wide receiver in Canadian Football. | exists x1.(_mcduffie(x1) & _quincy(x1) & exists x2.(_receiver(x2) & _wide(x2) & _professional(x2) & _american(x2) & exists x3.(_football(x3) & _canadian(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x2))) & (x1 = x2))) | 290 |
All non-breast cancers are a type of cancer. | all x1.((_cancer(x1) & _non_dash_breast(x1)) -> exists x2.(_type(x2) & exists x3.(_cancer(x3) & (x2 = x3)) & (x1 = x2))) | 291 |
Yangshuo is not a district in Guilin. | -exists x1.(_yangshuo(x1) & exists x2.(_district(x2) & exists x3.(_guilin(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x2))) & (x1 = x2))) | 292 |
Columbia University is one of the Ivy League schools. | exists x1.(_university(x1) & _columbia(x1) & exists x2.(_one(x2) & exists x3.(_school(x3) & _league(x3) & _ivy(x3) & (x2 = x3)) & (x1 = x2))) | 293 |
No malignant tumor can be treated at home. | -exists x1.(_tumor(x1) & _malignant(x1) & _can(exists e2.(_treat(e2) & (Acc(e2) = x1) & exists x3.(_home(x3) & _at(e2,x3))))) | 294 |
Whitney Museum of American Art is a museum in NYC. | exists x1.(_museum(x1) & _whitney(x1) & exists x2.(_art(x2) & _american(x2) & (x1 = x2)) & exists x3.(_museum(x3) & exists x4.(_nyc(x4) & exists e5.(_in(e5,x4) & (Subj(e5) = x3))) & (x1 = x3))) | 295 |
Bob loves shrieking and swearing. | exists x1.(_bob(x1) & exists x2.(_swearing(x2) & _shrieking(x2) & exists e3.(_love(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 296 |
If a person is a white-collar worker, they will get a guaranteed minimum wage (All white-collar workers get a guaranteed minimum wage). | (exists x1.(_person(x1) & exists x2.(_worker(x2) & _white_dash_collar(x2) & (x1 = x2))) -> exists x3.((x3 = _they) & all x4.((_worker(x4) & _white_dash_collar(x4)) -> exists x5.(_wage(x5) & _minimum(x5) & _guaranteed(x5) & exists e6.(_get(e6) & (Subj(e6) = x4) & (Acc(e6) = x5)))) & exists x7.(_wage(x7) & _minimum(x7) & _guaranteed(x7) & exists e8.(_get(e8) & (Subj(e8) = x3) & (Acc(e8) = x7))))) | 297 |
All eels are fish. | all x1.(_eel(x1) -> exists x2.(_fish(x2) & (x1 = x2))) | 298 |
A phone is not a computer. | -exists x1.(_phone(x1) & exists x2.(_computer(x2) & (x1 = x2))) | 299 |