original
stringlengths
14
334
logical_form
stringlengths
30
1.82k
__index_level_0__
int64
0
1.65k
BERT is a giant language model.
exists x1.(_bert(x1) & exists x2.(_model(x2) & _language(x2) & _giant(x2) & (x1 = x2)))
802
James is not a customer who is currently studying at school.
-exists x1.(_james(x1) & exists x2.(_customer(x2) & exists e3.(_study(e3) & (Subj(e3) = x2) & exists x4.(_school(x4) & _at(e3,x4) & _currently(e3))) & (x1 = x2)))
803
Sarah never borrows a car to go camping.
exists x1.(_sarah(x1) & -exists x2.(_car(x2) & exists e3.(_borrow(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists x4.(_camping(x4) & exists e5.(_go(e5) & (Subj(e5) = x1) & (Acc(e5) = x4))))
804
If people drink Coca-Cola or Pepsi products every day, then they have to visit the dentist frequently.
(exists x1.(_people(x1) & _every(x1) & (exists x2.(_coca_dash_cola(x2) & exists e3.(_drink(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) | exists x4.(_product(x4) & _pepsi(x4) & exists e5.(_drink(e5) & (Subj(e5) = x1) & (Acc(e5) = x4)))) & _day(x1)) -> exists x6.((x6 = _they) & exists e7.(_have(e7) & (Subj(e7) = x6) & AccI(e7,exists x8.(_dentist(x8) & exists e9.(_visit(e9) & (Subj(e9) = x6) & (Acc(e9) = x8) & _frequently(e9)))) & _then(e7))))
805
Olivia either prefers warm temperature or prefers cool temperature.
exists x1.(_olivia(x1) & (exists x2.(_temperature(x2) & _warm(x2) & exists e3.(_prefer(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) | exists x4.(_temperature(x4) & _cool(x4) & exists e5.(_prefer(e5) & (Subj(e5) = x1) & (Acc(e5) = x4)))))
806
All Republicans are anti-abortion.
all x1.(_republicans(x1) -> _anti_dash_abortion(x1))
807
If something is grown in a garden, then it is a flower.
(exists x1 e2.(_grow(e2) & (Acc(e2) = x1) & exists x3.(_garden(x3) & _in(e2,x3))) -> exists x4.((x4 = _it) & exists x5.(_flower(x5) & (x4 = x5))))
808
Sūduva Marijampolė is a soccer team.
exists x1.(_marijampolė(x1) & _sūduva(x1) & exists x2.(_team(x2) & _soccer(x2) & (x1 = x2)))
809
Xiufeng, Xiangshan, Diecai, Qixing are districts in the city of Guilin.
(exists x1.(_xiufeng(x1) & exists e2.(_qix(e2) & (Subj(e2) = x1)) & exists x3.(_district(x3) & exists x4.(_city(x4) & exists x5.(_guilin(x5) & (x4 = x5)) & exists e6.(_in(e6,x4) & (Subj(e6) = x3))) & (x1 = x3))) & exists x7.(_xiangshan(x7) & exists e8.(_qix(e8) & (Subj(e8) = x7)) & exists x9.(_district(x9) & exists x10.(_city(x10) & exists x11.(_guilin(x11) & (x10 = x11)) & exists e12.(_in(e12,x10) & (Subj(e12) = x9))) & (x7 = x9))) & exists x13.(_diecai(x13) & exists e14.(_qix(e14) & (Subj(e14) = x13)) & exists x15.(_district(x15) & exists x16.(_city(x16) & exists x17.(_guilin(x17) & (x16 = x17)) & exists e18.(_in(e18,x16) & (Subj(e18) = x15))) & (x13 = x15))))
810
The National Lobster Hatchery is a hatchery located in Padstow England.
exists x1.(_hatchery(x1) & _lobster(x1) & _national(x1) & exists x2.(_hatchery(x2) & exists e3.(_locate(e3) & (Acc(e3) = x2) & exists x4.(_england(x4) & _padstow(x4) & _in(e3,x4))) & (x1 = x2)))
811
Olivia either works or sleeps.
((exists x1._olivia(x1) & exists x2._work(x2)) | exists x3._sleep(x3))
812
If someone is not a gentlemen, then he is not nice.
(-exists x1 x2.(_gentleman(x2) & (x1 = x2)) -> -exists x3.((x3 = _he) & _nice(x3)))
813
If people eat meat regularly, then they enjoy eating hamburgers and steaks.
(exists x1.(_people(x1) & exists x2.(_meat(x2) & exists e3.(_eat(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & _regularly(e3)))) -> exists x4.((x4 = _they) & exists x5.(_hamburger(x5) & exists e6.(_eat(e6) & (Subj(e6) = x4) & (Acc(e6) = x5) & _enjoy(e6) & _then(e6))) & exists x7.(_steak(x7) & exists e8.(_eat(e8) & (Subj(e8) = x4) & (Acc(e8) = x7) & _enjoy(e8) & _then(e8)))))
814
Several species of Elephantopus are native to the southeastern United States.
exists x1.(_species(x1) & exists x2.(_elephantopus(x2) & (x1 = x2)) & exists e3.(_native(e3) & (Subj(e3) = x1) & exists x4.(_states(x4) & _united(x4) & _southeastern(x4) & (Dat(e3) = x4))))
815
Customers who prefer TV series more and will not watch TV series in cinemas.
exists x1.(_customer(x1) & exists x2.(_series(x2) & _tv(x2) & exists e3.(_prefer(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & _more(e3))) & -exists x4.(_series(x4) & _tv(x4) & exists x5.(_cinema(x5) & exists e6.(_in(e6,x5) & (Subj(e6) = x4))) & exists e7.(_watch(e7) & (Subj(e7) = x1) & (Acc(e7) = x4))))
816
If Sam does a project written in Python, he will not use a Mac.
(exists x1.(_sam(x1) & exists x2.(_project(x2) & exists e3.(_write(e3) & (Acc(e3) = x2) & exists x4.(_python(x4) & _in(e3,x4))) & exists e5.(_do(e5) & (Subj(e5) = x1) & (Acc(e5) = x2)))) -> -exists x6.((x6 = _he) & exists x7.(_mac(x7) & exists e8.(_use(e8) & (Subj(e8) = x6) & (Acc(e8) = x7)))))
817
As the party's Secretary-General under Mao and Vice Premier in he 1950s, Deng Xiaoping presided over the Anti-Rightist Campaign launched by Mao.
exists x1.(_xiaoping(x1) & _deng(x1) & exists e2.(_preside(e2) & (Subj(e2) = x1) & exists x3.(_campaign(x3) & _anti_dash_rightist(x3) & exists e4.(_launch(e4) & (Acc(e4) = x3) & exists x5.(_mao(x5) & (Subj(e4) = x5))) & _over(e2,x3)) & exists x6.(exists x7.(_party(x7) & Rel(x6,x7)) & _mao(x6) & _under(x6) & _secretary_dash_general(x6) & _as(e2,x6)) & exists x8.(_premier(x8) & _vice(x8) & _1950s(x8) & exists x9.((x9 = _he) & exists e10.(_in(e10,x9) & (Subj(e10) = x8))) & _as(e2,x8))))
818
If people are big fans of pop bands and singers, then they have a lot of decorations in their room.
(exists x1.(_people(x1) & exists x2.(_fan(x2) & _big(x2) & exists x3.(_band(x3) & _pop(x3) & (x2 = x3)) & (x1 = x2)) & exists x4.(_singer(x4) & (x1 = x4))) -> exists x5.((x5 = _they) & exists x6.(_lot(x6) & exists x7.(_decoration(x7) & (x6 = x7)) & exists e8.(_have(e8) & (Subj(e8) = x5) & (Acc(e8) = x6) & exists x9.(_room(x9) & _in(e8,x9) & _then(e8))))))
819
Having a cold can be treated at home.
exists x1.(exists x2.(_cold(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & _can(exists e4.(_treat(e4) & (Acc(e4) = x1) & exists x5.(_home(x5) & _at(e4,x5)))))
820
All bulbophyllum are orchids.
all x1.(_bulbophyllum(x1) -> exists x2.(_orchid(x2) & (x1 = x2)))
821
Tower B is with the Bloomberg logo.
exists x1.(_b(x1) & _tower(x1) & exists e2.(exists x3.(_logo(x3) & _bloomberg(x3) & _with(e2,x3)) & (Subj(e2) = x1)))
822
In December 1999, an earthquake struck Luzon.
exists x1.(_earthquake(x1) & exists x2.(_luzon(x2) & exists e3.(_strike(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_december(x4) & _1999(x4) & _in(e3,x4)))))
823
If Mark either limps often and regularly or is often spry and energetic, then Mark limps often and regularly or is often tired and disinterested in his activities.
exists e1.(exists x2.(_mark(x2) & _if(e1,x2)) & exists x3.(_limp(x3) & _often(x3) & _if(e1,x3)) & exists x4.(_limp(x4) & _regularly(x4) & _if(e1,x4)) & exists x5.(_limp(x5) & ((exists x6.(_limp(x6) & _mark(x6) & _then(x6) & _spry(x6) & _energetic(x6) & (x5 = x6)) & exists x7.(_limp(x7) & _mark(x7) & _then(x7) & _spry(x7) & _energetic(x7) & (x5 = x7))) | (exists e8.(_tired(e8) & (Subj(e8) = x5) & exists x9.(_activity(x9) & _in(e8,x9)) & _often(e8)) & exists e10.(_disinterested(e10) & (Subj(e10) = x5)))) & _if(e1,x5)))
824
Aside from indie pop, pop rock and synth-pop are two other genres of music.
exists x1.(_synth_dash_pop(x1) & _rock(x1) & _pop(x1) & exists x2.(_genre(x2) & _two(x2) & exists x3.(_music(x3) & (x2 = x3)) & (x1 = x2)))
825
All people who are award-winning novelists publish journals.
all x1.(_people(x1) -> (exists x2.(_novelist(x2) & _award_dash_winning(x2) & (x1 = x2)) -> exists x3.(_journal(x3) & exists e4.(_publish(e4) & (Subj(e4) = x1) & (Acc(e4) = x3)))))
826
Corruption is a type of crime.
exists x1.(_corruption(x1) & exists x2.(_type(x2) & exists x3.(_crime(x3) & (x2 = x3)) & (x1 = x2)))
827
A heptalogy, is a compound literary or narrative work that is made up of seven distinct works.
exists x1.(_heptalogy(x1) & (exists x2.(_compound(x2) & _literary(x2) & (x1 = x2)) | exists x3.(_work(x3) & _narrative(x3) & exists e4.(_up(e4) & (Subj(e4) = x3) & exists x5.(_work(x5) & _distinct(x5) & _seven(x5) & _of(e4,x5)) & _make(e4)) & (x1 = x3))))
828
Roy Richardson was old when he debuted in cricket.
(exists x1.(_richardson(x1) & _roy(x1) & _old(x1)) & exists x2.((x2 = _he) & exists e3.(_debut(e3) & (Subj(e3) = x2) & exists x4.(_cricket(x4) & _in(e3,x4)))))
829
Mary either does not own a sports car or, if they do, then they do not have at least one child.
(-exists x1.(_mary(x1) & exists x2.(_car(x2) & _sport(x2) & exists e3.(_own(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | (exists x4.((x4 = _they) & exists e5.(_do(e5) & (Subj(e5) = x4))) -> -exists x6.((x6 = _they) & exists x7.(_child(x7) & exists e8.(_have(e8) & (Subj(e8) = x6) & (Acc(e8) = x7) & _then(e8))))))
830
A song in Trouble at the Henhouse appeared in a film.
exists x1.(_song(x1) & exists x2.(_trouble(x2) & exists x3.(_henhouse(x3) & exists e4.(_at(e4,x3) & (Subj(e4) = x2))) & exists e5.(_in(e5,x2) & (Subj(e5) = x1))) & exists e6.(_appear(e6) & (Subj(e6) = x1) & exists x7.(_film(x7) & _in(e6,x7))))
831
A football player in the Polish First Division has scored over 180 goals.
exists x1.(_player(x1) & _football(x1) & exists x2.(_division(x2) & _first(x2) & _polish(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1))) & exists e4.(_score(e4) & (Subj(e4) = x1) & exists x5.(_goal(x5) & _180(x5) & _over(e4,x5))))
832
Every basketball player is tall.
all x1.((_player(x1) & _basketball(x1)) -> _tall(x1))
833
There are two kitchens in the house: the upstairs kitchen and the downstairs kitchen.
exists x1.(_kitchen(x1) & _two(x1) & exists e2.((Subj(e2) = Subj(e2)) & exists x3.(_house(x3) & exists x4.(_kitchen(x4) & _upstairs(x4) & exists e5.(_:(e5,x4) & (Subj(e5) = x3))) & exists x6.(_kitchen(x6) & _downstairs(x6) & exists e7.(_:(e7,x6) & (Subj(e7) = x3))) & _in(e2,x3))))
834
There exist both harmful and beneficial controlled substances.
exists x1.(_substance(x1) & _controlled(x1) & _beneficial(x1))
835
No fish are birds.
-exists x1.(_fish(x1) & exists x2.(_bird(x2) & (x1 = x2)))
836
Trouble at the Henhouse won the Album of the Year award.
exists x1.(_trouble(x1) & exists x2.(_henhouse(x2) & exists e3.(_at(e3,x2) & (Subj(e3) = x1))) & exists x4.(_album(x4) & exists x5.(_award(x5) & _year(x5) & (x4 = x5)) & exists e6.(_win(e6) & (Subj(e6) = x1) & (Acc(e6) = x4))))
837
No video games released by Nintendo support the PS4 platform.
-exists x1.(_game(x1) & _video(x1) & exists e2.(_release(e2) & (Acc(e2) = x1) & exists x3.(_support(x3) & _nintendo(x3) & _platform(x3) & _ps4(x3) & (Subj(e2) = x3))))
838
A bird is not both heavy and still.
-exists x1.(_bird(x1) & _heavy(x1) & _still(x1))
839
Ralph Hammerthaler was born in Wasserburg am Inn.
exists x1.(_hammerthaler(x1) & _ralph(x1) & exists e2.(_bear(e2) & (Acc(e2) = x1) & exists x3.(_wasserburg(x3) & exists x4.(_inn(x4) & (x3 = x4)) & _in(e2,x3))))
840
Camp Davern is one of Ontario's oldest summer camps.
exists x1.(_davern(x1) & _camp(x1) & exists x2.(_one(x2) & exists x3.(exists x4.(_ontario(x4) & Rel(x3,x4)) & _camp(x3) & _summer(x3) & _oldest(x3) & (x2 = x3)) & (x1 = x2)))
841
Santiago is the capital and largest city of Chile.
exists x1.(_santiago(x1) & exists x2.(_city(x2) & _largest(x2) & _capital(x2) & exists x3.(_chile(x3) & (x2 = x3)) & (x1 = x2)))
842
Bobby Flynn is a singer-songwriter.
exists x1.(_flynn(x1) & _bobby(x1) & exists x2.(_singer_dash_songwriter(x2) & (x1 = x2)))
843
All books about the future are influenced by Isaac Asimov.
all x1.(_book(x1) -> (exists x2.(_future(x2) & exists e3.(_about(e3,x2) & (Subj(e3) = x1))) -> exists e4.(_influence(e4) & (Acc(e4) = x1) & exists x5.(_asimov(x5) & _isaac(x5) & (Subj(e4) = x5)))))
844
United States of America is part of North America.
exists x1.(_states(x1) & _united(x1) & exists x2.(_america(x2) & (x1 = x2)) & exists x3.(_part(x3) & exists x4.(_america(x4) & _north(x4) & (x3 = x4)) & (x1 = x3)))
845
No criminal is kind.
-exists x1.(_criminal(x1) & exists x2.(_kind(x2) & (x1 = x2)))
846
The last heavy cruiser to enter service was the USS Salem.
exists x1.(_cruiser(x1) & _heavy(x1) & _last(x1) & exists x2.(_service(x2) & exists e3.(_enter(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists x4.(_salem(x4) & _uss(x4) & (x1 = x4)))
847
If people are fascinated by the history of the Renaissance and other past eras, then they attend Renaissance fairs regularly.
(exists x1.(_people(x1) & exists e2.(_fascinate(e2) & (Acc(e2) = x1) & exists x3.(_history(x3) & exists x4.(_renaissance(x4) & (x3 = x4)) & exists x5.(_era(x5) & _past(x5) & (x3 = x5)) & (Subj(e2) = x3)))) -> exists x6.((x6 = _they) & exists e7.(_attend(e7) & (Subj(e7) = x6) & AccI(e7,exists x8.(_renaissance(x8) & exists e9.(_fair(e9) & (Subj(e9) = x8) & _regularly(e9)))) & _then(e7))))
848
Jung was injured at UFC Fight Night.
exists x1.(_jung(x1) & exists e2.(_injure(e2) & (Acc(e2) = x1) & exists x3.(_night(x3) & _fight(x3) & _ufc(x3) & _at(e2,x3))))
849
All people who are outgoing and very spirited are fond of large organized group functions.
(all x1.(_people(x1) -> (exists e2.(_outgo(e2) & (Subj(e2) = x1)) -> exists x3.(_fond(x3) & exists x4.(_function(x4) & _group(x4) & _organized(x4) & _large(x4) & (x3 = x4)) & (x1 = x3)))) & all x5.(_people(x5) -> (_spirited(x5) -> exists x6.(_fond(x6) & exists x7.(_function(x7) & _group(x7) & _organized(x7) & _large(x7) & (x6 = x7)) & (x5 = x6)))))
850
Thick as Thieves was published by Greenwillow Books.
(exists x1 e2.(_thick(e2) & (Subj(e2) = x1)) & exists x3.(_thief(x3) & exists e4.(_publish(e4) & (Acc(e4) = x3) & exists x5.(_books(x5) & _greenwillow(x5) & (Subj(e4) = x5)))))
851
All coffee produced in Columbia is produced in France.
all x1.(_coffee(x1) -> (exists e2.(_produce(e2) & (Acc(e2) = x1) & exists x3.(_columbia(x3) & _in(e2,x3))) -> exists e4.(_produce(e4) & (Acc(e4) = x1) & exists x5.(_france(x5) & _in(e4,x5)))))
852
Anything that is lazy is unproductive.
all x1.(_lazy(x1) -> _unproductive(x1))
853
Jojo is not dead.
-exists x1.(_jojo(x1) & _dead(x1))
854
Painting genres are history, portrait, animal, landscape, and still life.
exists x1.(_genre(x1) & _paint(x1) & exists x2.(_history(x2) & (x1 = x2)) & exists x3.(_portrait(x3) & (x1 = x3)) & exists x4.(_animal(x4) & (x1 = x4)) & exists x5.(_landscape(x5) & (x1 = x5)) & exists x6.(_life(x6) & _still(x6) & (x1 = x6)))
855
Some chopsticks are eco-friendly.
exists x1.(_chopstick(x1) & _eco_dash_friendly(x1))
856
All clothes are wearable.
all x1.(_clothes(x1) -> _wearable(x1))
857
Rafa Nadal is a professional tennis player.
exists x1.(_nadal(x1) & _rafa(x1) & exists x2.(_player(x2) & _tennis(x2) & _professional(x2) & (x1 = x2)))
858
Poland is in Europe.
exists x1.(_poland(x1) & exists e2.(exists x3.(_europe(x3) & _in(e2,x3)) & (Subj(e2) = x1)))
859
The Mede Empire plots to swallow up some nearby countries.
exists x1.(_plot(x1) & _empire(x1) & _mede(x1) & exists x2.(_country(x2) & _nearby(x2) & exists e3.(_swallow(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & _up(e3))))
860
Baku is northwest of Shafaq-Asiman.
exists x1.(_baku(x1) & exists x2.(_northwest(x2) & exists x3.(_shafaq_dash_asiman(x3) & (x2 = x3)) & (x1 = x2)))
861
Adam is either a person who values physical touch as an especially important love language or a person who loves animals.
exists x1.(_adam(x1) & exists x2.(_person(x2) & exists x3.(_touch(x3) & _physical(x3) & exists e4.(_value(e4) & (Subj(e4) = x2) & (Acc(e4) = x3) & (exists x5.(_especially(x5) & _language(x5) & _love(x5) & _important(x5) & _as(e4,x5)) | exists x6.(_person(x6) & exists x7.(_animal(x7) & exists e8.(_love(e8) & (Subj(e8) = x6) & (Acc(e8) = x7))) & _as(e4,x6))))) & (x1 = x2)))
862
All devices connected to Google Home are controlled by managers.
all x1.(_device(x1) -> (exists e2.(_connect(e2) & (Acc(e2) = x1) & exists x3.(_home(x3) & _google(x3) & (Dat(e2) = x3))) -> exists e4.(_control(e4) & (Acc(e4) = x1) & exists x5.(_manager(x5) & (Subj(e4) = x5)))))
863
If something is interesting, then it is good.
(exists x1._interesting(x1) -> exists x2.((x2 = _it) & _good(x2)))
864
Mauricia does not have room for broccoli.
-exists x1.(_mauricia(x1) & exists x2.(_room(x2) & exists x3.(_broccoli(x3) & (x2 = x3)) & exists e4.(_have(e4) & (Subj(e4) = x1) & (Acc(e4) = x2))))
865
Seven equals six plus one.
exists x1.(_seven(x1) & exists x2.(_one(x2) & _six(x2) & exists e3.(_equal(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
866
Rappers are not opera singers.
-exists x1.(_rapper(x1) & exists x2.(_singer(x2) & _opera(x2) & (x1 = x2)))
867
One of the word-setters of My Word! was Michael O'Donnell.
exists x1.(_one(x1) & exists x2.(_word_dash_setter(x2) & exists x3.(_word(x3) & (x2 = x3)) & (x1 = x2)) & exists x4.(_o'donnell(x4) & _michael(x4) & (x1 = x4)))
868
All devices belonging to the company are connected to Google Home.
all x1.(_device(x1) -> (exists e2.(_belong(e2) & (Subj(e2) = x1) & exists x3.(_company(x3) & (Dat(e2) = x3))) -> exists e4.(_connect(e4) & (Acc(e4) = x1) & exists x5.(_home(x5) & _google(x5) & (Dat(e4) = x5)))))
869
The son of Brian Winter, Andy Winter, is a football player who plays for Hamilton Academical.
exists x1.(_son(x1) & exists x2.(_winter(x2) & _brian(x2) & (x1 = x2)) & exists x3.(_winter(x3) & _andy(x3) & (x1 = x3)) & exists x4.(_player(x4) & _football(x4) & exists e5.(_play(e5) & (Subj(e5) = x4) & exists x6.(_academical(x6) & _hamilton(x6) & _for(e5,x6))) & (x1 = x4)))
870
Deng Xiaoping served as the paramount leader of the People's Republic of China (PRC).
exists x1.(_xiaoping(x1) & _deng(x1) & exists e2.(_serve(e2) & (Subj(e2) = x1) & exists x3.(_leader(x3) & _paramount(x3) & exists x4.(exists x5.(_people(x5) & Rel(x4,x5)) & _republic(x4) & exists x6.(_china(x6) & (x4 = x6)) & exists x7.(_prc(x7) & exists e8.(_LEFTB(e8,x7) & (Subj(e8) = x4))) & (x3 = x4)) & _as(e2,x3))))
871
No professional tennis umpires are professional tennis players.
-exists x1.(_umpire(x1) & _tennis(x1) & _professional(x1) & exists x2.(_player(x2) & _tennis(x2) & _professional(x2) & (x1 = x2)))
872
Some living things are trees.
exists x1.(_thing(x1) & _live(x1) & exists x2.(_tree(x2) & (x1 = x2)))
873
People either come into work every day with a positive attitude or are always tired every morning.
exists x1.(_people(x1) & ((_every(x1) & exists e2.(_come(e2) & (Subj(e2) = x1) & exists x3.(_work(x3) & _into(e2,x3)) & exists x4.(_attitude(x4) & _positive(x4) & _with(e2,x4))) & _day(x1)) | (_every(x1) & _tired(x1) & _morning(x1))))
874
WeTab was announced by Neofonie.
exists x1.(_wetab(x1) & exists e2.(_announce(e2) & (Acc(e2) = x1) & exists x3.(_neofonie(x3) & (Subj(e2) = x3))))
875
An OS is either Mac or Windows.
exists x1.(_os(x1) & (exists x2.(_mac(x2) & (x1 = x2)) | exists x3.(_windows(x3) & (x1 = x3))))
876
All people available to have a visit without any fees are those respected by others.
all x1.(_people(x1) -> (exists e2.(_available(e2) & (Subj(e2) = x1) & AccI(e2,exists x3.(_visit(x3) & all x4.(_fee(x4) -> exists e5.(_without(e5,x4) & (Subj(e5) = x3))) & exists e6.(_have(e6) & (Subj(e6) = x1) & (Acc(e6) = x3))))) -> exists x7.(_those(x7) & exists e8.(_respect(e8) & (Acc(e8) = x7) & exists x9.(_other(x9) & (Subj(e8) = x9))) & (x1 = x7))))
877
All players in the Big 3 are professionals who have a high win ratio.
all x1.(_player(x1) -> (exists x2.(_3(x2) & _big(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1))) -> exists x4.(_professional(x4) & exists x5.(_win(x5) & _high(x5) & _ratio(x5) & exists e6.(_have(e6) & (Subj(e6) = x4) & (Acc(e6) = x5))) & (x1 = x4))))
878
Stabilizers are mechanical devices that are only on ships that have powerful steam turbine engines.
exists x1.(_stabilizer(x1) & exists x2.(_device(x2) & _mechanical(x2) & exists e3.(exists x4.(_ship(x4) & exists x5.(_engine(x5) & _turbine(x5) & _steam(x5) & _powerful(x5) & exists e6.(_have(e6) & (Subj(e6) = x4) & (Acc(e6) = x5))) & _on(e3,x4)) & (Subj(e3) = x2) & _only(e3)) & (x1 = x2)))
879
All rare earth metals are essential for electric vehicles.
all x1.((_metal(x1) & _earth(x1) & _rare(x1)) -> _essential(x1))
880
If a person can distinguish the taste of different condiments, then he/she can also use different condiments to cook.
(exists x1.(_person(x1) & _can(exists x2.(_taste(x2) & exists x3.(_condiment(x3) & _different(x3) & (x2 = x3)) & exists e4.(_distinguish(e4) & (Subj(e4) = x1) & (Acc(e4) = x2))))) -> exists x5.(_he/she(x5) & _can(exists e6.(_use(e6) & (Subj(e6) = x5) & AccI(e6,exists x7.(_condiment(x7) & _different(x7) & exists e8.(_cook(e8) & (Subj(e8) = x7)))) & _then(e6)))))
881
Michael O'Donnell is a British physician, journalist, author and broadcaster.
exists x1.(_o'donnell(x1) & _michael(x1) & exists x2.(_broadcaster(x2) & _author(x2) & _journalist(x2) & _physician(x2) & _british(x2) & (x1 = x2)))
882
The lead singer of Imagine Dragons is Dan.
exists x1.(_singer(x1) & _lead(x1) & exists x2.(_dragons(x2) & _imagine(x2) & (x1 = x2)) & exists x3.(_dan(x3) & (x1 = x3)))
883
Either in women or in men.
(exists x1.((x1 = \x2._either(x2)) & exists x3.(_woman(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = \x5._either(x5))))) & exists x6.((x6 = \x7._either(x7)) & exists x8.(_man(x8) & exists e9.(_in(e9,x8) & (Subj(e9) = \x10._either(x10))))))
884
Video Gag is a French television series that airs weekly.
exists x1.(_gag(x1) & _video(x1) & exists x2.(_series(x2) & _television(x2) & _french(x2) & exists e3.(_air(e3) & (Subj(e3) = x2) & _weekly(e3)) & (x1 = x2)))
885
Coursing is a part of Greyhound racing.
exists x1.(_coursing(x1) & exists x2.(_part(x2) & exists x3.(_racing(x3) & _greyhound(x3) & (x2 = x3)) & (x1 = x2)))
886
The National Lobster Hatchery is open to visitors.
exists x1.(_hatchery(x1) & _lobster(x1) & _national(x1) & exists e2.(_open(e2) & (Subj(e2) = x1) & exists x3.(_visitor(x3) & (Dat(e2) = x3))))
887
If Emily is either both highly acclaimed in her profession and often holds tenured and high-ranking positions at her workplace, or she is neither highly acclaimed in her profession nor often holds tenured and high-ranking positions at her workplace, then Emily is not highly acclaimed in her profession.
(((exists x1.(_emily(x1) & exists x2.(exists e3.(_acclaim(e3) & (Subj(e3) = x2) & exists x4.(_profession(x4) & _in(e3,x4)) & _highly(e3)) & (x1 = x2)) & exists x5.(_position(x5) & _tenured(x5) & _high_dash_ranking(x5) & exists e6.(_hold(e6) & (Subj(e6) = x1) & (Acc(e6) = x5) & _often(e6) & exists x7.(_workplace(x7) & _at(e6,x7))))) | exists x8.((x8 = _she) & exists e9.(_acclaim(e9) & (Subj(e9) = x8) & exists x10.(_profession(x10) & _in(e9,x10)) & _highly(e9) & _neither(e9)) & _tenured(x8))) & -exists x11.(_position(x11) & _high_dash_ranking(x11) & exists x12.(_workplace(x12) & exists e13.(_at(e13,x12) & (Subj(e13) = x11))) & exists e14.(_acclaim(e14) & (Acc(e14) = x11) & exists x15.(_profession(x15) & _in(e14,x15) & _highly(e14) & _emily(e14) & _then(e14))))) -> exists e16.True)
888
Any lawyer is familiar with laws.
all x1.(_lawyer(x1) -> exists e2.(_familiar(e2) & (Subj(e2) = x1) & exists x3.(_law(x3) & _with(e2,x3))))
889
All elephants are mammals.
all x1.(_elephant(x1) -> exists x2.(_mammal(x2) & (x1 = x2)))
890
Leetcode problems that are starred by more than 1 thousand users are hard.
exists x1.(_problem(x1) & _leetcode(x1) & exists e2.(_star(e2) & (Acc(e2) = x1) & exists x3.(_more(x3) & _1(x3) & _user(x3) & _thousand(x3) & (Subj(e2) = x3))) & _hard(x1))
891
People either value physical touch as an especially important love language or value words of affirmation as an especially important love language.
(exists x1._people(x1) & exists x2.(_touch(x2) & _physical(x2) & _value(x2) & exists x3.(_especially(x3) & (_language(x3) | (_word(x3) & _value(x3))) & _love(x3) & _important(x3) & exists x4.(_affirmation(x4) & exists x5.(_especially(x5) & _language(x5) & _love(x5) & _important(x5) & exists e6.(_as(e6,x5) & (Subj(e6) = x4))) & (x3 = x4)) & exists e7.(_as(e7,x3) & (Subj(e7) = x2)))))
892
Avocadoe are either shipped from Columbia and sold in New Haven, or neither shipped from Columbia nor sold in New Haven.
exists x1.(_avocadoe(x1) & exists e2.(_ship(e2) & (Acc(e2) = x1) & exists x3.(_columbia(x3) & _from(e2,x3))) & exists e4.(_sell(e4) & (Acc(e4) = x1) & (exists x5.(_haven(x5) & _new(x5) & _in(e4,x5)) | (exists x6 e7.(_ship(e7) & (Acc(e7) = x6) & exists x8.(_columbia(x8) & _from(e7,x8))) & all x9.(exists e10.(_ship(e10) & (Acc(e10) = x9) & exists x11.(_columbia(x11) & _from(e10,x11))) -> -_in(e4,x9))))) & exists e12.(_sell(e12) & (Acc(e12) = x1) & exists x13.(_haven(x13) & _new(x13) & _in(e12,x13))))
893
No good things are bad.
-exists x1.(_thing(x1) & _good(x1) & _bad(x1))
894
Some of those who apply for a Schengen Visa get it.
exists x1.(_some(x1) & exists x2.(_those(x2) & exists e3.(_apply(e3) & (Subj(e3) = x2) & exists x4.(_visa(x4) & _schengen(x4) & _for(e3,x4))) & (x1 = x2)) & exists x5.((x5 = _it) & exists e6.(_get(e6) & (Subj(e6) = x1) & (Acc(e6) = x5))))
895
Adam broke his favorite car.
exists x1.(_adam(x1) & exists x2.(_car(x2) & _favorite(x2) & exists e3.(_break(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
896
Greyhound racing is a competitive sport where spectators bet on greyhounds.
exists x1.(_racing(x1) & _greyhound(x1) & exists x2.(_sport(x2) & _competitive(x2) & (x1 = x2)) & exists x3.(_spectator(x3) & exists e4.(_bet(e4) & (Subj(e4) = x3) & exists x5.(_greyhound(x5) & _on(e4,x5)))))
897
If people go to the spa at least once a week, then they are not people who are miserly and need to save a large portion of their income.
(_week(\F1 F2 F3.F2(\x4.True,\x5.F1(\F6 F7.(F7(x5) & _at(x5)),\e8.(_once(e8) & F3(e8)))),\F9 F10.F9(\x11.True,\x12.exists e13.(_go(e13) & (Subj(e13) = x12) & exists x14.(_spa(x14) & _to(e13,x14) & F10(e13)))),\F15 F16.exists x17.(_people(x17) & F15(x17) & F16(x17)),\e18.True) -> -exists x19.((x19 = _they) & exists x20.(_people(x20) & _miserly(x20) & (x19 = x20)) & exists x21.(_need(x21) & exists x22.(_portion(x22) & _large(x22) & exists x23.(_income(x23) & (x22 = x23)) & exists e24.(_save(e24) & (Subj(e24) = x21) & (Acc(e24) = x22))) & (x19 = x21))))
898
Inception is a sci-fi movie.
exists x1.(_inception(x1) & exists x2.(_movie(x2) & _sci_dash_fi(x2) & (x1 = x2)))
899
All gentlemen are men.
all x1.(_gentleman(x1) -> exists x2.(_man(x2) & (x1 = x2)))
900
All Games developed by Paradox Development Studio sold more than 1 million copies.
all x1.(_games(x1) -> (exists e2.(_develop(e2) & (Acc(e2) = x1) & exists x3.(_studio(x3) & _development(x3) & _paradox(x3) & (Subj(e2) = x3))) -> exists x4.(_more(x4) & _1(x4) & _copy(x4) & _million(x4) & exists e5.(_sell(e5) & (Subj(e5) = x1) & (Acc(e5) = x4)))))
901