original
stringlengths
14
334
logical_form
stringlengths
30
1.82k
__index_level_0__
int64
0
1.65k
All bears are big animals.
all x1.(_bear(x1) -> exists x2.(_animal(x2) & _big(x2) & (x1 = x2)))
1,203
Mr. and Mrs. Smith make a travel plan, they want to go to a city in California or Florida, and where neither of them has ever been.
(exists x1.(_smith(x1) & _mrs_DOT(x1) & _mr_DOT(x1) & exists x2.(_plan(x2) & _travel(x2) & exists e3.(_make(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) & exists x4.((x4 = _they) & exists e5.(_want(e5) & (Subj(e5) = x4) & AccI(e5,exists e6.(_go(e6) & (Subj(e6) = x4) & exists x7.(_city(x7) & exists x8.((_california(x8) | _florida(x8)) & exists e9.(_in(e9,x8) & (Subj(e9) = x7))) & _to(e6,x7)) & exists x10.(_city(x10) & _to(e6,x10)) & exists x11 x12.((x12 = _they) & (x11 = x12)) & all x13.(exists x14.((x14 = _they) & (x13 = x14)) -> -exists e15.(_be(e15) & (Subj(e15) = x13) & _ever(e15))))))))
1,204
If Nike is clothes, then Nike is perfect and a dress.
(exists x1.(_nike(x1) & exists x2.(_nike(x2) & _perfect(x2)) & exists x3.(_clothes(x3) & (x1 = x3)) & exists x4.(_dress(x4) & (x1 = x4))) -> exists e5.True)
1,205
If a monitor has a resolution of 1080p, then it does not support the type-c port.
(exists x1.(_monitor(x1) & exists x2.(_resolution(x2) & exists x3.(_1080p(x3) & (x2 = x3)) & exists e4.(_have(e4) & (Subj(e4) = x1) & (Acc(e4) = x2)))) -> -exists x5.((x5 = _it) & exists x6.(_port(x6) & _type_dash_c(x6) & exists e7.(_support(e7) & (Subj(e7) = x5) & (Acc(e7) = x6) & _then(e7)))))
1,206
Everyone who has a car will choose to drive to their destination.
all x1.(exists x2.(_car(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) -> exists e4.(_choose(e4) & (Subj(e4) = x1) & AccI(e4,exists e5.(_drive(e5) & (Subj(e5) = x1) & exists x6.(_destination(x6) & _to(e5,x6))))))
1,207
Thomas Barber played in the Football League for Aston Villa.
exists x1.(_barber(x1) & _thomas(x1) & exists e2.(_play(e2) & (Subj(e2) = x1) & exists x3.(_league(x3) & _football(x3) & _in(e2,x3) & exists x4.(_villa(x4) & _aston(x4) & _for(e2,x4)))))
1,208
Cars produced by Chevrolet are either cars or vans.
exists x1.(_car(x1) & exists e2.(_produce(e2) & (Acc(e2) = x1) & exists x3.(_chevrolet(x3) & (Subj(e2) = x3))) & (exists x4.(_car(x4) & (x1 = x4)) | exists x5.(_van(x5) & (x1 = x5))))
1,209
If a European plays football, they play what Americans call soccer.
exists x1.((x1 = _they) & exists x2.(exists x3.(_americans(x3) & exists x4.(_soccer(x4) & exists e5.(_call(e5) & (Subj(e5) = x3) & (Acc(e5) = x4) & (Dat(e5) = x2)))) & exists e6.(_play(e6) & (Subj(e6) = x1) & (Acc(e6) = x2) & exists x7.(_play(x7) & _european(x7) & _if(e6,x7)))))
1,210
Jeff is not an extrovert and someone who likes to talk to strangers.
-exists x1.(_jeff(x1) & exists x2.(_extrovert(x2) & (x1 = x2)) & exists x3.(exists e4.(_like(e4) & (Subj(e4) = x3) & AccI(e4,exists e5.(_talk(e5) & (Subj(e5) = x3) & exists x6.(_stranger(x6) & (Dat(e5) = x6))))) & (x1 = x3)))
1,211
John will go to the cinema if and only if Jack goes to the cinema today.
(exists x1.(_if(\x2._jack(x2),x1) & _only(x1) & exists e3.(_go(e3) & (Subj(e3) = x1) & exists x4.(_cinema(x4) & (Dat(e3) = x4)) & _today(e3))) -> exists x5.(_john(x5) & exists e6.(_go(e6) & (Subj(e6) = x5) & exists x7.(_cinema(x7) & _to(e6,x7)))))
1,212
No delicate mechanisms are suitable toys for children.
-exists x1.(_mechanism(x1) & _delicate(x1) & exists x2.(_toy(x2) & _suitable(x2) & exists x3.(_child(x3) & (x2 = x3)) & (x1 = x2)))
1,213
Real Madrid and Barcelona are both La Liga soccer teams.
(exists x1.(_madrid(x1) & _real(x1) & exists x2.(_team(x2) & _soccer(x2) & _liga(x2) & _la(x2) & (x1 = x2))) & exists x3.(_barcelona(x3) & exists x4.(_team(x4) & _soccer(x4) & _liga(x4) & _la(x4) & (x3 = x4))))
1,214
All bears in zoos are not wild.
-all x1.(_bear(x1) -> (exists x2.(_zoo(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1))) -> _wild(x1)))
1,215
All unstable things are changing.
all x1.((_thing(x1) & _unstable(x1)) -> exists e2.(_change(e2) & (Subj(e2) = x1)))
1,216
All coffee with high prices is favored by local residents.
all x1.(_coffee(x1) -> (exists x2.(_price(x2) & _high(x2) & exists e3.(_with(e3,x2) & (Subj(e3) = x1))) -> exists e4.(_favor(e4) & (Acc(e4) = x1) & exists x5.(_resident(x5) & _local(x5) & (Subj(e4) = x5)))))
1,217
All graduate students are people taking classes.
all x1.((_student(x1) & _graduate(x1)) -> exists x2.(_people(x2) & exists x3.(_class(x3) & exists e4.(_take(e4) & (Subj(e4) = x2) & (Acc(e4) = x3))) & (x1 = x2)))
1,218
Sherville Huggins dismissed Roy Richardson.
exists x1.(_huggins(x1) & _sherville(x1) & exists x2.(_richardson(x2) & _roy(x2) & exists e3.(_dismiss(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
1,219
A cutman is responsible for preventing and treating physical damage to a fighter.
exists x1.(_cutman(x1) & exists e2.(_responsible(e2) & (Subj(e2) = x1) & exists x3 x4.(_damage(x4) & _physical(x4) & exists x5.(_fighter(x5) & exists e6.(_to(e6,x5) & (Subj(e6) = x4))) & exists e7.(_prevent(e7) & (Subj(e7) = x3) & (Acc(e7) = x4) & (Subj(e7) = x3) & _for(e2,x3)) & exists e8.(_treat(e8) & (Subj(e8) = x3) & (Acc(e8) = x4) & (Subj(e8) = x3) & _for(e2,x3)))))
1,220
All people who lead very busy lives that include 12-hour work hours make a lot of their own food at home using recipes and online guides.
all x1.(_people(x1) -> (exists x2.(_very(x2) & _life(x2) & _busy(x2) & exists x3.(_hour(x3) & _work(x3) & _12_dash_hour(x3) & exists e4.(_include(e4) & (Subj(e4) = x2) & (Acc(e4) = x3))) & exists e5.(_lead(e5) & (Subj(e5) = x1) & (Acc(e5) = x2))) -> exists x6.(_lot(x6) & exists x7.(_food(x7) & _own(x7) & exists x8.(_home(x8) & exists e9.(_at(e9,x8) & (Subj(e9) = x7) & exists x10.(_recipe(x10) & exists e11.(_use(e11) & (Subj(e11) = x7) & (Acc(e11) = x10))) & exists x12.(_guide(x12) & _online(x12) & exists e13.(_use(e13) & (Subj(e13) = x7) & (Acc(e13) = x12))))) & (x6 = x7)) & exists e14.(_make(e14) & (Subj(e14) = x1) & (Acc(e14) = x6)))))
1,221
Maya will play violin if and only if she never injures her fingers.
exists x1.(_maya(x1) & (-exists x2.((x2 = _she) & exists x3.(_finger(x3) & exists e4.(_injure(e4) & (Subj(e4) = x2) & (Acc(e4) = x3)))) -> (exists x5.(_violin(x5) & exists x6.(_and(x6) & exists e7.(_if(e7,x6) & (Subj(e7) = x5))) & exists e8.(_play(e8) & (Subj(e8) = x1) & (Acc(e8) = x5))) & _only(x1))))
1,222
It's March now.
exists x1.((x1 = _it) & exists x2.(_march(x2) & exists e3.(_'s(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & _now(e3))))
1,223
If coke is apple juice, then coke is a drink.
(exists x1.(_coke(x1) & exists x2.(_juice(x2) & _apple(x2) & (x1 = x2))) -> exists x3.(_coke(x3) & exists x4.(_drink(x4) & (x3 = x4))))
1,224
Charlie has a naughty pet dog named Leo.
exists x1.(_charlie(x1) & exists x2.(_dog(x2) & _pet(x2) & _naughty(x2) & exists x3.(_leo(x3) & exists e4.(_name(e4) & (Dat(e4) = x2) & (Acc(e4) = x3))) & exists e5.(_have(e5) & (Subj(e5) = x1) & (Acc(e5) = x2))))
1,225
If the monitor has a type-c port, then it is not produced by AOC.
(exists x1.(_monitor(x1) & exists x2.(_port(x2) & _type_dash_c(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) -> -exists x4.((x4 = _it) & exists e5.(_produce(e5) & (Acc(e5) = x4) & exists x6.(_aoc(x6) & (Subj(e5) = x6) & _then(e5)))))
1,226
Chopsticks at restaurants are either made from metals and made from plastics, or neither made from metals nor made from plastics.
exists x1.(_chopstick(x1) & exists x2.(_restaurant(x2) & exists e3.(_at(e3,x2) & (Subj(e3) = x1))) & ((exists e4.(_make(e4) & (Acc(e4) = x1) & exists x5.(_metal(x5) & _from(e4,x5))) & exists e6.(_make(e6) & (Acc(e6) = x1) & exists x7.(_plastic(x7) & _from(e6,x7)))) | (exists e8.(_make(e8) & (Acc(e8) = x1) & exists x9.(_metal(x9) & _from(e8,x9) & _neither(e8))) & exists e10.(_make(e10) & (Acc(e10) = x1) & exists x11.(_plastic(x11) & _from(e10,x11)) & _neither(e10)))))
1,227
Boston Celtics are a team that lost the NBA finals.
exists x1.(_celtics(x1) & _boston(x1) & exists x2.(_team(x2) & exists x3.(_final(x3) & _nba(x3) & exists e4.(_lose(e4) & (Subj(e4) = x2) & (Acc(e4) = x3))) & (x1 = x2)))
1,228
Grebes lay eggs.
exists x1.(_grebe(x1) & exists x2.(_egg(x2) & exists e3.(_lay(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
1,229
A worksheet is either paper or is environment-friendly.
exists x1.(_worksheet(x1) & (exists x2.(_paper(x2) & (x1 = x2)) | _environment_dash_friendly(x1)))
1,230
Over 400,000 copies of "1901" have been sold.
exists x1.(_copy(x1) & _000(x1) & exists x2.(_1901(x2) & (x1 = x2)) & exists e3.(_sell(e3) & (Acc(e3) = x1) & exists x4.(_400(x4) & _over(e3,x4))))
1,231
Camera accessory for the system is compatible with that system
exists x1.(_accessory(x1) & _camera(x1) & exists x2.(_system(x2) & (x1 = x2)) & exists e3.(_compatible(e3) & (Subj(e3) = x1) & exists x4.(_system(x4) & _with(e3,x4))))
1,232
All books written by Cixin Liu have sold more than 1 million copies.
all x1.(_book(x1) -> (exists e2.(_write(e2) & (Acc(e2) = x1) & exists x3.(_liu(x3) & _cixin(x3) & (Subj(e2) = x3))) -> exists x4.(_more(x4) & _1(x4) & _copy(x4) & _million(x4) & exists e5.(_sell(e5) & (Subj(e5) = x1) & (Acc(e5) = x4)))))
1,233
Susan doesn't have influenza.
-exists x1.(_susan(x1) & exists x2.(_influenza(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
1,234
The Salmon of Doubt is about life experiences and technology.
exists x1.(_salmon(x1) & exists x2.(_doubt(x2) & (x1 = x2)) & exists e3.(exists x4.(_technology(x4) & _experience(x4) & _life(x4) & _about(e3,x4)) & (Subj(e3) = x1)))
1,235
Australian Idol competitors are Australian citizens.
exists x1.(_competitor(x1) & _idol(x1) & _australian(x1) & exists x2.(_citizen(x2) & _australian(x2) & (x1 = x2)))
1,236
All young teenage girls who attend college are big fans of pop bands and singers.
all x1.((_girl(x1) & _teenage(x1) & _young(x1)) -> (exists x2.(_college(x2) & exists e3.(_attend(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) -> (exists x4.(_fan(x4) & _big(x4) & exists x5.(_band(x5) & _pop(x5) & (x4 = x5)) & (x1 = x4)) & exists x6.(_singer(x6) & (x1 = x6)))))
1,237
If the song Max listens to is rap, then the song is from Kanye West.
(exists x1.(_song(x1) & exists x2.(_max(x2) & exists e3.(_listen(e3) & (Subj(e3) = x2) & (Dat(e3) = x1))) & exists x4.(_rap(x4) & (x1 = x4))) -> exists x5.(_song(x5) & exists e6.(exists x7.(_west(x7) & _kanye(x7) & _from(e6,x7)) & (Subj(e6) = x5) & _then(e6))))
1,238
James does not attend the conference in person and is not provided with souvenirs.
exists x1.(_james(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,239
Rochelle lives in Europe.
exists x1.(_rochelle(x1) & exists e2.(_live(e2) & (Subj(e2) = x1) & exists x3.(_europe(x3) & _in(e2,x3))))
1,240
People who spend a lot of money at casinos and other betting games visit the Las Vegas Strip regularly.
exists x1.(_people(x1) & exists x2.(_lot(x2) & exists x3.(_money(x3) & (x2 = x3)) & exists e4.(_spend(e4) & (Subj(e4) = x1) & (Acc(e4) = x2) & exists x5.(_casino(x5) & _at(e4,x5)) & exists x6.(_game(x6) & _bet(x6) & _at(e4,x6)))) & exists x7.(_strip(x7) & _vegas(x7) & _las(x7) & exists e8.(_visit(e8) & (Subj(e8) = x1) & (Acc(e8) = x7) & _regularly(e8))))
1,241
If place A is located in place B and place B is located in place C, then place A is located in place C.
exists x1.(_a(x1) & exists e2.(_locate(e2) & (Acc(e2) = x1) & exists x3.(_b(x3) & exists e4.(_locate(e4) & (Acc(e4) = x3) & exists x5.(_place(x5) & _in(e4,x5) & _c(e4)))) & exists x6.(_place(x6) & _b(x6) & exists x7.(_a(x7) & exists e8.(_locate(e8) & (Acc(e8) = x7)) & exists e9.(_place(e9) & (Subj(e9) = x6) & (Acc(e9) = x7) & exists x10.(_place(x10) & _in(e9,x10)) & _c(e9) & _then(e9)))) & exists x11.(_place(x11) & _in(e2,x11) & exists x12.(_place(x12) & _if(e2,x12)))))
1,242
The species Neocrepidodera Corpulenta is in the Chrysomelidae family.
exists x1.(_corpulenta(x1) & _neocrepidodera(x1) & _species(x1) & exists e2.(exists x3.(_family(x3) & _chrysomelidae(x3) & _in(e2,x3)) & (Subj(e2) = x1)))
1,243
Dennis Green coached Minnesota Vikings.
exists x1.(_green(x1) & _dennis(x1) & exists x2.(_vikings(x2) & _minnesota(x2) & exists e3.(_coach(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
1,244
No Democrats are conservative.
-exists x1.(_democrats(x1) & _conservative(x1))
1,245
NY, PA, OH, MI are states in the US.
(exists x1.(_ny(x1) & exists x2.(_state(x2) & (x1 = x2))) & exists x3.(_pa(x3) & exists x4.(_state(x4) & (x3 = x4))) & exists x5.(_oh(x5) & exists x6.(_state(x6) & (x5 = x6))) & exists x7.(_mi(x7) & exists x8.(_state(x8) & (x7 = x8))))
1,246
At UFC Fight Night, Sadollah was scheduled to fight Musoke.
exists x1.(_sadollah(x1) & exists e2.(_schedule(e2) & (Subj(e2) = x1) & AccI(e2,exists x3.(_musoke(x3) & exists e4.(_fight(e4) & (Subj(e4) = x1) & (Acc(e4) = x3)))) & exists x5.(_night(x5) & _fight(x5) & _ufc(x5) & _at(e2,x5))))
1,247
Carrozzeria Colli worked for airforces.
exists x1.(_colli(x1) & _carrozzeria(x1) & exists e2.(_work(e2) & (Subj(e2) = x1) & exists x3.(_airforce(x3) & _for(e2,x3))))
1,248
If you lose time, you will be late for work.
(exists x1.((x1 = _you) & exists x2.(_time(x2) & exists e3.(_lose(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) -> exists x4.((x4 = _you) & exists e5.(_late(e5) & (Subj(e5) = x4) & exists x6.(_work(x6) & _for(e5,x6)))))
1,249
Koei Tecmo is a Japanese video game and anime holding company.
exists x1.(_tecmo(x1) & _koei(x1) & exists x2.(_company(x2) & _hold(x2) & _anime(x2) & _game(x2) & _video(x2) & _japanese(x2) & (x1 = x2)))
1,250
People are either kind or evil.
exists x1.(_people(x1) & exists x2.((_kind(x2) | _evil(x2)) & (x1 = x2)))
1,251
Sarah is going to go camping in Vermont this weekend.
exists x1.(_sarah(x1) & exists e2.(_go(e2) & (Subj(e2) = x1) & AccI(e2,(_this(x1) & exists x3.(_camping(x3) & exists e4.(_go(e4) & (Subj(e4) = x1) & (Acc(e4) = x3) & exists x5.(_vermont(x5) & _in(e4,x5)))) & _weekend(x1)))))
1,252
Every swimmer can go underwater.
all x1.(_swimmer(x1) -> _can(exists x2.(_underwater(x2) & exists e3.(_go(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))))
1,253
L-2021 is either in the library or has a type-c port.
exists x1.(_l_dash_2021(x1) & (exists e2.(exists x3.(_library(x3) & _in(e2,x3)) & (Subj(e2) = x1)) | exists x4.(_port(x4) & _type_dash_c(x4) & exists e5.(_have(e5) & (Subj(e5) = x1) & (Acc(e5) = x4)))))
1,254
John McCarthy had a central role in creating and shaping the field of artificial inteligence.
exists x1.(_mccarthy(x1) & _john(x1) & exists x2.(_role(x2) & _central(x2) & exists x3.(_field(x3) & exists x4.(_inteligence(x4) & _artificial(x4) & (x3 = x4)) & exists e5.(_create(e5) & (Subj(e5) = x2) & (Acc(e5) = x3)) & exists e6.(_shape(e6) & (Subj(e6) = x2) & (Acc(e6) = x3))) & exists e7.(_have(e7) & (Subj(e7) = x1) & (Acc(e7) = x2))))
1,255
People born in Athens, Ohio are Americans.
exists x1.(_people(x1) & exists e2.(_bear(e2) & (Acc(e2) = x1) & exists x3.(_athens(x3) & _in(e2,x3)) & exists x4.(_ohio(x4) & _in(e2,x4))) & exists x5.(_americans(x5) & (x1 = x5)))
1,256
All young working professionals who have regular 9-5 jobs also have pets.
all x1.((_professional(x1) & _work(x1) & _young(x1)) -> (exists x2.(_job(x2) & _9_dash_5(x2) & _regular(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) -> exists x4.(_pet(x4) & exists e5.(_have(e5) & (Subj(e5) = x1) & (Acc(e5) = x4)))))
1,257
The only types of mammals that lay eggs are platypuses and echidnas.
exists x1.(_type(x1) & _only(x1) & exists x2.(_mammal(x2) & (x1 = x2)) & exists x3.(_egg(x3) & exists e4.(_lay(e4) & (Subj(e4) = x1) & (Acc(e4) = x3))) & exists x5.(_platypus(x5) & (x1 = x5)) & exists x6.(_echidna(x6) & (x1 = x6)))
1,258
All buildings managed by Yale Housing are in New Haven.
all x1.(_building(x1) -> (exists e2.(_manage(e2) & (Acc(e2) = x1) & exists x3.(_housing(x3) & _yale(x3) & (Subj(e2) = x3))) -> exists e4.(exists x5.(_haven(x5) & _new(x5) & _in(e4,x5)) & (Subj(e4) = x1))))
1,259
All proteins are organic compounds.
all x1.(_protein(x1) -> exists x2.(_compound(x2) & _organic(x2) & (x1 = x2)))
1,260
All people who prefer working at home over going to the office every day do not have regular 9-5 jobs.
-all x1.(_people(x1) -> (exists x2.(_every(x2) & exists e3.(_go(e3) & (Subj(e3) = x2) & exists x4.(_office(x4) & _to(e3,x4))) & _day(x2) & exists e5.(_work(e5) & (Subj(e5) = x2) & exists x6.(_home(x6) & _at(e5,x6))) & exists e7.(_prefer(e7) & (Subj(e7) = x1) & (Acc(e7) = x2))) -> exists x8.(_job(x8) & _9_dash_5(x8) & _regular(x8) & exists e9.(_have(e9) & (Subj(e9) = x1) & (Acc(e9) = x8)))))
1,261
If someone is evil, then they are cold-blood.
(exists x1._evil(x1) -> exists x2.((x2 = _they) & _cold_dash_blood(x2)))
1,262
Mort is a piece of Philatelic literature.
exists x1.(_mort(x1) & exists x2.(_piece(x2) & exists x3.(_literature(x3) & _philatelic(x3) & (x2 = x3)) & (x1 = x2)))
1,263
A certified gold album or single is one which sold over half a million copies.
exists x1.(((_album(x1) & _gold(x1) & _certified(x1)) | _single(x1)) & exists x2.(_one(x2) & exists e3.(_sell(e3) & (Subj(e3) = x2) & exists x4.(_copy(x4) & _million(x4) & _half(x4) & _over(e3,x4))) & (x1 = x2)))
1,264
The documentary is a type of films.
exists x1.(_documentary(x1) & exists x2.(_type(x2) & exists x3.(_film(x3) & (x2 = x3)) & (x1 = x2)))
1,265
Some movies are filmed in New York.
exists x1.(_movie(x1) & exists e2.(_film(e2) & (Acc(e2) = x1) & exists x3.(_york(x3) & _new(x3) & _in(e2,x3))))
1,266
Michael Nutter was a political challenger.
exists x1.(_nutter(x1) & _michael(x1) & exists x2.(_challenger(x2) & _political(x2) & (x1 = x2)))
1,267
All monitors in the library are produced by AOC.
all x1.(_monitor(x1) -> (exists x2.(_library(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1))) -> exists e4.(_produce(e4) & (Acc(e4) = x1) & exists x5.(_aoc(x5) & (Subj(e4) = x5)))))
1,268
Elephantopus scaber is a traditional medicine.
exists x1.(_scaber(x1) & _elephantopus(x1) & exists x2.(_medicine(x2) & _traditional(x2) & (x1 = x2)))
1,269
Road one is made of concrete and Road two is made of asphalt.
exists x1.(_road(x1) & exists e2.(_make(e2) & (Acc(e2) = x1) & exists x3.(_two(x3) & _concrete(x3) & _road(x3) & exists e4.(_make(e4) & (Acc(e4) = x3) & exists x5.(_asphalt(x5) & _of(e4,x5))) & _of(e2,x3))))
1,270
If a car is a Ferrari, then it is a sports car.
(exists x1.(_car(x1) & exists x2.(_ferrari(x2) & (x1 = x2))) -> exists x3.((x3 = _it) & exists x4.(_car(x4) & _sport(x4) & (x3 = x4))))
1,271
People either order a lot of Amazon packages or are environmentally conscious.
exists x1.(_people(x1) & exists x2.(_lot(x2) & exists x3.(_package(x3) & _amazon(x3) & (x2 = x3)) & exists e4.(_order(e4) & (Subj(e4) = x1) & (Acc(e4) = x2))) & exists x5.(_lot(x5) & _conscious(x5) & exists e6.(_order(e6) & (Subj(e6) = x1) & (Acc(e6) = x5))))
1,272
Knuth has been called the "father of the analysis of algorithms".
exists x1.(_knuth(x1) & exists x2.(_father(x2) & exists x3.(_analysis(x3) & exists x4.(_algorithm(x4) & (x3 = x4)) & (x2 = x3)) & exists e5.(_call(e5) & (Dat(e5) = x1) & (Acc(e5) = x2))))
1,273
Some baby elephants are sleepy.
exists x1.(_elephant(x1) & _baby(x1) & _sleepy(x1))
1,274
All buildings in Manhattans are high.
all x1.(_building(x1) -> (exists x2.(_manhattan(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1))) -> _high(x1)))
1,275
All devices that connect to the company's wifi are easy to operate.
all x1.(_device(x1) -> (exists e2.(_connect(e2) & (Subj(e2) = x1) & exists x3.(exists x4.(_company(x4) & Rel(x3,x4)) & _wifus(x3) & (Dat(e2) = x3))) -> exists x5 e6.(_operate(e6) & (Subj(e6) = x5) & (Acc(e6) = x1) & _easy(e6))))
1,276
Alba Roversi uses Roversi as a surname.
exists x1.(_roversi(x1) & _alba(x1) & exists x2.(_roversi(x2) & exists e3.(_use(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_surname(x4) & _as(e3,x4)))))
1,277
A paalstab is not an axe, but rather a digging shovel.
-exists x1.(_paalstab(x1) & exists x2.(_axe(x2) & (x1 = x2)) & exists x3.(_shovel(x3) & _dig(x3) & _rather(x3) & (x1 = x3)))
1,278
2Sum is not recommended to novices and hard.
-exists x1.(_2sum(x1) & exists e2.(_recommend(e2) & (Acc(e2) = x1) & exists x3.(_novice(x3) & _to(e2,x3))) & exists e4.(_recommend(e4) & (Acc(e4) = x1)) & _hard(x1))
1,279
All Nobel laureates are scientists.
all x1.((_laureate(x1) & _nobel(x1)) -> exists x2.(_scientist(x2) & (x1 = x2)))
1,280
If people grew up with childhood pets, then they own at least one pet.
(exists x1.(_people(x1) & exists e2.(_grow(e2) & (Subj(e2) = x1) & _up(e2) & exists x3.(_pet(x3) & _childhood(x3) & _with(e2,x3)))) -> exists x4.((x4 = _they) & exists x5.(_pet(x5) & exists e6.(_own(e6) & (Subj(e6) = x4) & (Acc(e6) = x5) & _then(e6)))))
1,281
Mort is not a periodical, auction catalogue, bibliography, or background material.
-exists x1.(_mort(x1) & (exists x2.(_catalogue(x2) & _auction(x2) & _periodical(x2) & (x1 = x2)) | exists x3.(_bibliography(x3) & (x1 = x3)) | \F4.(True(F4) | exists x5.(_material(x5) & _background(x5) & (x1 = x5) & F4(x5)))))
1,282
If a person from a city on the East coast is traveling to a city on the west coast, they will be on a long flight.
(exists x1.(_person(x1) & exists x2.(_city(x2) & exists e3.(_from(e3,x2) & (Subj(e3) = x1) & exists x4.(_coast(x4) & _east(x4) & exists e5.(_on(e5,x4) & (Subj(e5) = x1))))) & exists e6.(_travel(e6) & (Subj(e6) = x1) & exists x7.(_city(x7) & (Dat(e6) = x7)) & exists x8.(_coast(x8) & _west(x8) & _on(e6,x8)))) -> exists x9.((x9 = _they) & exists e10.(exists x11.(_flight(x11) & _long(x11) & _on(e10,x11)) & (Subj(e10) = x9))))
1,283
The Chronicles of Narnia consists of 7 distinct works.
exists x1.(_chronicle(x1) & exists x2.(_narnia(x2) & (x1 = x2)) & exists e3.(_consist(e3) & (Subj(e3) = x1) & exists x4.(_work(x4) & _distinct(x4) & _7(x4) & _of(e3,x4))))
1,284
Cris Carter had 13 touchdown receptions.
exists x1.(_carter(x1) & _cris(x1) & exists x2.(_reception(x2) & _touchdown(x2) & _13(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
1,285
For two different teams, either one team wins or the other team wins.
exists e1 x2.(_team(x2) & _different(x2) & _two(x2) & exists x3.(_team(x3) & exists e4.(_win(e4) & (Subj(e4) = x3) & (Acc(e4) = x2))) & _for(e1,x2))
1,286
All people who are very consistent and enjoy sticking to their regular routines do not like surprises.
-all x1.(_people(x1) -> ((_consistent(x1) & exists x2.(exists e3.(_stick(e3) & (Subj(e3) = x2) & exists x4.(_routine(x4) & _regular(x4) & (Dat(e3) = x4))) & exists e5.(_enjoy(e5) & (Subj(e5) = x1) & (Acc(e5) = x2)))) -> exists x6.(_surprise(x6) & exists e7.(_like(e7) & (Subj(e7) = x1) & (Acc(e7) = x6)))))
1,287
All video applications are software.
all x1.((_application(x1) & _video(x1)) -> exists x2.(_software(x2) & (x1 = x2)))
1,288
Two is positive.
exists x1.(_two(x1) & _positive(x1))
1,289
If Mike is not both a human and a sheep, then Mike is either a man or a human.
(-exists x1.(_mike(x1) & exists x2.(_sheep(x2) & _human(x2) & (x1 = x2)) & exists x3.(_sheep(x3) & (x1 = x3))) -> exists x4.(_mike(x4) & (exists x5.(_man(x5) & (x4 = x5)) | exists x6.(_human(x6) & (x4 = x6)))))
1,290
Some monitors equipped in the lab are produced by the company named AOC.
exists x1.(_monitor(x1) & exists e2.(_equip(e2) & (Acc(e2) = x1) & exists x3.(_lab(x3) & _in(e2,x3))) & exists e4.(_produce(e4) & (Acc(e4) = x1) & exists x5.(_company(x5) & exists x6.(_aoc(x6) & exists e7.(_name(e7) & (Dat(e7) = x5) & (Acc(e7) = x6))) & (Subj(e4) = x5))))
1,291
Everything tall has height.
exists x1.(_tall(x1) & exists x2.(_height(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
1,292
A Leetode problem is either easy or hard.
exists x1.(_problem(x1) & _leetode(x1) & exists x2.(_either(x2) & (_easy(x2) | _hard(x2)) & (x1 = x2)))
1,293
No edible things are poisonous.
-exists x1.(_thing(x1) & _edible(x1) & _poisonous(x1))
1,294
Everyone that can throw a football can throw a football with a spiral.
all x1.(_can(exists x2.(_football(x2) & exists e3.(_throw(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) -> _can(exists x4.(_football(x4) & exists e5.(_throw(e5) & (Subj(e5) = x1) & (Acc(e5) = x4) & exists x6.(_spiral(x6) & _with(e5,x6))))))
1,295
All buildings with the Bloomberg logo are owned by Bloomberg.
all x1.(_building(x1) -> (exists x2.(_logo(x2) & _bloomberg(x2) & exists e3.(_with(e3,x2) & (Subj(e3) = x1))) -> exists e4.(_own(e4) & (Acc(e4) = x1) & exists x5.(_bloomberg(x5) & (Subj(e4) = x5)))))
1,296
All OS are software.
all x1.(_os(x1) -> exists x2.(_software(x2) & (x1 = x2)))
1,297
Rosa was born in Santiago.
exists x1.(_rosa(x1) & exists e2.(_bear(e2) & (Acc(e2) = x1) & exists x3.(_santiago(x3) & _in(e2,x3))))
1,298
No coffee sold in Walmart is produced in France.
-exists x1.(_coffee(x1) & exists e2.(_sell(e2) & (Acc(e2) = x1) & exists x3.(_walmart(x3) & _in(e2,x3))) & exists e4.(_produce(e4) & (Acc(e4) = x1) & exists x5.(_france(x5) & _in(e4,x5))))
1,299
All provided with delicious meals are happy to communicate with each other during the dinner.
all x1.(exists e2.(_provide(e2) & (Acc(e2) = x1) & exists x3.(_meal(x3) & _delicious(x3) & _with(e2,x3))) -> exists e4.(_happy(e4) & (Subj(e4) = x1) & AccI(e4,exists e5.(_communicate(e5) & (Subj(e5) = x1) & all x6.(_other(x6) -> _with(e5,x6)) & exists x7.(_dinner(x7) & _during(e5,x7))))))
1,300
If Susan is a Harvard student, then she is a young adult.
(exists x1.(_susan(x1) & exists x2.(_student(x2) & _harvard(x2) & (x1 = x2))) -> exists x3.((x3 = _she) & exists x4.(_adult(x4) & _young(x4) & (x3 = x4))))
1,301
Paolo Roversi uses Roversi as a surname.
exists x1.(_roversi(x1) & _paolo(x1) & exists x2.(_roversi(x2) & exists e3.(_use(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_surname(x4) & _as(e3,x4)))))
1,302