original
stringlengths 14
334
| logical_form
stringlengths 30
1.82k
| __index_level_0__
int64 0
1.65k
|
---|---|---|
All woodware is dispensable. | all x1.(_woodware(x1) -> _dispensable(x1)) | 1,303 |
If coke is not apple juice, then coke is not edible. | (-exists x1.(_coke(x1) & exists x2.(_juice(x2) & _apple(x2) & (x1 = x2))) -> -exists x3.(_coke(x3) & _edible(x3))) | 1,304 |
If John goes to Europe, he will see some tourist attractions. | (exists x1.(_john(x1) & exists e2.(_go(e2) & (Subj(e2) = x1) & exists x3.(_europe(x3) & _to(e2,x3)))) -> exists x4.((x4 = _he) & exists x5.(_attraction(x5) & _tourist(x5) & exists e6.(_see(e6) & (Subj(e6) = x4) & (Acc(e6) = x5))))) | 1,305 |
Ordinary is an unincorporated community. | exists x1.(_ordinary(x1) & exists x2.(_community(x2) & _unincorporated(x2) & (x1 = x2))) | 1,306 |
Bobby Flynn is a member of The Omega Three band. | exists x1.(_flynn(x1) & _bobby(x1) & exists x2.(_member(x2) & exists x3.(_band(x3) & _three(x3) & _omega(x3) & (x2 = x3)) & (x1 = x2))) | 1,307 |
If a class has prerequisites the student must take the prerequisites to take the class. | (exists x1.(_class(x1) & exists x2.(_prerequisite(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) -> exists x4.(_student(x4) & _must((exists x5.(_prerequisite(x5) & exists e6.(_take(e6) & (Subj(e6) = x4) & (Acc(e6) = x5))) & exists x7.(_class(x7) & exists e8.(_take(e8) & (Subj(e8) = x4) & (Acc(e8) = x7))))))) | 1,308 |
Jack will go to the cinema if and only if Iron Man is on and the weather is not bad today. | ((exists x1.(_if(\x2.(_man(x2) & _iron(x2)),x1) & _only(x1) & _on(x1)) & -exists x3.(_weather(x3) & _bad(x3))) -> exists x4.(_jack(x4) & exists e5.(_go(e5) & (Subj(e5) = x4) & exists x6.(_cinema(x6) & _to(e5,x6))))) | 1,309 |
There are no people who can resist the hallmark delectable drinks and desserts that are famed in Italy. | -exists x1.(_people(x1) & _can(exists x2.(_dessert(x2) & _drink(x2) & _delectable(x2) & _hallmark(x2) & exists e3.(_fame(e3) & (Acc(e3) = x2) & exists x4.(_italy(x4) & _in(e3,x4))) & exists e5.(_resist(e5) & (Subj(e5) = x1) & (Acc(e5) = x2)))) & exists e6.(Subj(e6) = Subj(e6))) | 1,310 |
No sheep are human. | -exists x1.(_sheep(x1) & _human(x1)) | 1,311 |
Cutmen typically handle swelling, nosebleeds and lacerations. | exists x1.(_cutmen(x1) & exists x2.(_swell(x2) & exists e3.(_handle(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & _typically(e3))) & exists x4.(_nosebleed(x4) & exists e5.(_handle(e5) & (Subj(e5) = x1) & (Acc(e5) = x4) & _typically(e5))) & exists x6.(_laceration(x6) & exists e7.(_handle(e7) & (Subj(e7) = x1) & (Acc(e7) = x6) & _typically(e7)))) | 1,312 |
Clay either both prefers to work at home over going to the office every day and makes his own matcha teas every morning with ceremonial-grade matcha powder, or he neither prefers to work at home over going to the office every day nor makes his own matcha teas every morning with ceremonial-grade matcha powder. | ((exists x1.(_clay(x1) & exists e2.(_prefer(e2) & (Subj(e2) = x1) & AccI(e2,(_every(x1) & exists e3.(_go(e3) & (Subj(e3) = x1) & exists x4.(_office(x4) & _to(e3,x4))) & _day(x1) & exists e5.(_work(e5) & (Subj(e5) = x1) & exists x6.(_home(x6) & _at(e5,x6)))))) & _every(x1) & exists x7.(_tea(x7) & _matcha(x7) & _own(x7) & exists e8.(_make(e8) & (Subj(e8) = x1) & (Acc(e8) = x7) & exists x9.(_powder(x9) & _matcha(x9) & _ceremonial_dash_grade(x9) & _with(e8,x9)))) & _morning(x1)) & exists x10.(exists e11.(_prefer(e11) & (Subj(e11) = x10) & AccI(e11,(_every(x10) & exists e12.(_go(e12) & (Subj(e12) = x10) & exists x13.(_office(x13) & _to(e12,x13))) & _day(x10) & exists e14.(_work(e14) & (Subj(e14) = x10) & exists x15.(_home(x15) & _at(e14,x15)))))) & _every(x10) & exists x16.(_tea(x16) & _matcha(x16) & _own(x16) & exists e17.(_make(e17) & (Subj(e17) = x10) & (Acc(e17) = x16) & exists x18.(_powder(x18) & _matcha(x18) & _ceremonial_dash_grade(x18) & _with(e17,x18)))) & _morning(x10))) | exists x19.((x19 = _he) & exists e20.(_prefer(e20) & (Subj(e20) = x19) & AccI(e20,(_every(x19) & exists e21.(_go(e21) & (Subj(e21) = x19) & exists x22.(_office(x22) & _to(e21,x22))) & _day(x19) & exists e23.(_work(e23) & (Subj(e23) = x19) & exists x24.(_home(x24) & _at(e23,x24))))) & _neither(e20)) & _every(x19) & exists x25.(_tea(x25) & _matcha(x25) & _own(x25) & exists e26.(_make(e26) & (Subj(e26) = x19) & (Acc(e26) = x25) & exists x27.(_powder(x27) & _matcha(x27) & _ceremonial_dash_grade(x27) & _with(e26,x27) & _neither(e26)))) & _morning(x19))) | 1,313 |
Some well-informed people are people who never admit a mistake. | exists x1.(_people(x1) & _well_dash_informed(x1) & exists x2.(_people(x2) & -exists x3.(_mistake(x3) & exists e4.(_admit(e4) & (Subj(e4) = x2) & (Acc(e4) = x3))) & (x1 = x2))) | 1,314 |
A summarization model is always faithful if it uses content from the input documents. | (exists x1.((x1 = _it) & exists x2.(_content(x2) & exists e3.(_use(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_document(x4) & _input(x4) & _from(e3,x4))))) -> exists x5.(_model(x5) & _summarization(x5) & _faithful(x5))) | 1,315 |
India is one of BRICS and its economy is emerging. | (exists x1.(_india(x1) & exists x2.(_one(x2) & exists x3.(_brics(x3) & (x2 = x3)) & (x1 = x2))) & exists x4.(_economy(x4) & exists e5.(_emerge(e5) & (Subj(e5) = x4)))) | 1,316 |
All cellphones are phones. | all x1.(_cellphone(x1) -> exists x2.(_phone(x2) & (x1 = x2))) | 1,317 |
Daniel uses the zip code 98199. | exists x1.(_daniel(x1) & exists x2.(_code(x2) & _zip(x2) & _98199(x2) & exists e3.(_use(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 1,318 |
Carrozzeria Colli made car bodies. | exists x1.(_colli(x1) & _carrozzeria(x1) & exists x2.(_body(x2) & _car(x2) & exists e3.(_make(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 1,319 |
A bottle is either standing upright or toppled over. | (exists x1.(_bottle(x1) & exists e2.(_stand(e2) & (Subj(e2) = x1) & _upright(e2))) & exists x3.(_bottle(x3) & exists e4.(_stand(e4) & (Subj(e4) = x3)) & exists e5.(_topple(e5) & (Acc(e5) = x3) & _over(e5)))) | 1,320 |
New York City is a highly developed city. | exists x1.(_city(x1) & _york(x1) & _new(x1) & exists x2.(_highly(x2) & _city(x2) & _developed(x2) & (x1 = x2))) | 1,321 |
Either present their work at the conference or provide a tutorial session at the conference. | (exists x1.(_work(x1) & _their(x1) & _present(x1) & exists x2.(_conference(x2) & exists e3.(_at(e3,x2) & (Subj(e3) = x1)))) & exists x4.(_work(x4) & _their(x4) & _present(x4) & exists x5.(_session(x5) & _tutorial(x5) & exists x6.(_conference(x6) & exists e7.(_at(e7,x6) & (Subj(e7) = x5))) & exists e8.(_provide(e8) & (Subj(e8) = x4) & (Acc(e8) = x5))))) | 1,322 |
St Johnstone is a Scottish team. | exists x1.(_johnstone(x1) & _st(x1) & exists x2.(_team(x2) & _scottish(x2) & (x1 = x2))) | 1,323 |
Mary can get from New Haven to New York City either by train or car. | (exists x1.(_can(x1) & _mary(x1) & exists e2.(_get(e2) & (Subj(e2) = x1) & exists x3.(_haven(x3) & _new(x3) & _from(e2,x3)) & exists x4.(_city(x4) & _york(x4) & _new(x4) & _to(e2,x4)))) & exists x5.(_can(x5) & _mary(x5) & exists e6.(_get(e6) & (Subj(e6) = x5) & exists x7.(_haven(x7) & _new(x7) & _from(e6,x7)) & exists x8.((_train(x8) | _car(x8)) & (Subj(e6) = x8))))) | 1,324 |
Maggie Friedman produced and developed Eastwick. | exists x1.(_friedman(x1) & _maggie(x1) & exists x2.(_eastwick(x2) & exists e3.(_produce(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)) & exists e4.(_develop(e4) & (Subj(e4) = x1) & (Acc(e4) = x2)))) | 1,325 |
If a legislator is found guilty of stealing government funds, they will be suspended from office. | (exists x1.(_legislator(x1) & exists e2.(_guilty(e2) & (Subj(e2) = x1) & exists x3 x4.(_fund(x4) & _government(x4) & exists e5.(_steal(e5) & (Subj(e5) = x3) & (Acc(e5) = x4) & (Subj(e5) = x3) & _of(e2,x3))) & _find(e2))) -> exists x6.((x6 = _they) & exists e7.(_suspend(e7) & (Acc(e7) = x6) & exists x8.(_office(x8) & _from(e7,x8))))) | 1,326 |
If someone is a teacher, then Bob will talk to him. | (exists x1 x2.(_teacher(x2) & (x1 = x2)) -> exists x3.(_bob(x3) & exists e4.(_talk(e4) & (Subj(e4) = x3) & exists x5.((x5 = _he) & (Dat(e4) = x5)) & _then(e4)))) | 1,327 |
If you have room for dessert, you have room for broccoli. | (exists x1.((x1 = _you) & exists x2.(_room(x2) & exists x3.(_dessert(x3) & (x2 = x3)) & exists e4.(_have(e4) & (Subj(e4) = x1) & (Acc(e4) = x2)))) -> exists x5.((x5 = _you) & exists x6.(_room(x6) & exists x7.(_broccoli(x7) & (x6 = x7)) & exists e8.(_have(e8) & (Subj(e8) = x5) & (Acc(e8) = x6))))) | 1,328 |
Edwin Smith was a New Zealand Rower from Auckland. | exists x1.(_smith(x1) & _edwin(x1) & exists x2.(_rower(x2) & _zealand(x2) & _new(x2) & exists x3.(_auckland(x3) & exists e4.(_from(e4,x3) & (Subj(e4) = x2))) & (x1 = x2))) | 1,329 |
The National Lobster Hatchery is not for profit. | -exists x1.(_hatchery(x1) & _lobster(x1) & _national(x1) & exists e2.(exists x3.(_profit(x3) & _for(e2,x3)) & (Subj(e2) = x1))) | 1,330 |
Demons is one of the most popular singles of Imagine Dragons. | exists x1.(_demon(x1) & exists x2.(_one(x2) & exists x3.(_most(x3) & _singles(x3) & _popular(x3) & exists x4.(_dragons(x4) & _imagine(x4) & (x3 = x4)) & (x2 = x3)) & (x1 = x2))) | 1,331 |
The bottle is not upright. | -exists x1.(_bottle(x1) & _upright(x1)) | 1,332 |
The Astro is a van produced by Chevrolet. | exists x1.(_astro(x1) & exists x2.(_van(x2) & exists e3.(_produce(e3) & (Acc(e3) = x2) & exists x4.(_chevrolet(x4) & (Subj(e3) = x4))) & (x1 = x2))) | 1,333 |
The Emmet Building was built in 1915. | exists x1.(_building(x1) & _emmet(x1) & exists e2.(_build(e2) & (Acc(e2) = x1) & exists x3.(_1915(x3) & _in(e2,x3)))) | 1,334 |
Jack is either an engineer or a worker. | exists x1.(_jack(x1) & (exists x2.(_engineer(x2) & (x1 = x2)) | exists x3.(_worker(x3) & (x1 = x3)))) | 1,335 |
If entertainment is interesting, it will be popular. | (exists x1.(_entertainment(x1) & _interesting(x1)) -> exists x2.((x2 = _it) & _popular(x2))) | 1,336 |
People are either young children below the age of ten or have a lot of commitments they voluntarily signed up for. | exists x1.(_people(x1) & (_young(x1) | exists x2.(_lot(x2) & exists x3.(_commitment(x3) & exists x4.((x4 = _they) & exists e5.(_sign(e5) & (Subj(e5) = x4) & _for(e5,x3) & _up(e5) & _voluntarily(e5))) & (x2 = x3)) & exists e6.(_have(e6) & (Subj(e6) = x1) & (Acc(e6) = x2))))) | 1,337 |
If people love to travel and vacation often, then they often take study abroad semesters to Europe. | (exists x1.(_people(x1) & exists e2.(_love(e2) & (Subj(e2) = x1) & AccI(e2,exists x3.(_vacation(x3) & exists e4.(_travel(e4) & (Subj(e4) = x1) & (Acc(e4) = x3) & _often(e4)))))) -> exists x5.((x5 = _they) & exists x6.(_study(x6) & _abroad(x6) & exists e7.(_semester(e7) & (Subj(e7) = x6) & exists x8.(_europe(x8) & (Dat(e7) = x8))) & exists e9.(_take(e9) & (Subj(e9) = x5) & (Acc(e9) = x6) & _often(e9) & _then(e9))))) | 1,338 |
Tintin is an adventure film. | exists x1.(_tintin(x1) & exists x2.(_film(x2) & _adventure(x2) & (x1 = x2))) | 1,339 |
All students good at time management are popular among students. | all x1.(_student(x1) -> (_good(x1) -> _popular(x1))) | 1,340 |
Jack is is either a human or a phone. | exists x1.(_jack(x1) & exists e2.(_be(e2) & (Subj(e2) = x1)) & exists x3.(_phone(x3) & _human(x3) & (x1 = x3)) & exists x4.(_phone(x4) & (x1 = x4))) | 1,341 |
All scares are surprises. | all x1.(_scare(x1) -> exists x2.(_surprise(x2) & (x1 = x2))) | 1,342 |
Callus 4 is a story about the retirement of a well-traveled ship. | exists x1.(_4(x1) & _callus(x1) & exists x2.(_story(x2) & exists x3.(_retirement(x3) & exists x4.(_ship(x4) & _well_dash_traveled(x4) & (x3 = x4)) & exists e5.(_about(e5,x3) & (Subj(e5) = x2))) & (x1 = x2))) | 1,343 |
All devices belonging to employees are available to connect to the company's wifi. | all x1.(_device(x1) -> (exists e2.(_belong(e2) & (Subj(e2) = x1) & exists x3.(_employee(x3) & (Dat(e2) = x3))) -> exists e4.(_available(e4) & (Subj(e4) = x1) & AccI(e4,exists e5.(_connect(e5) & (Subj(e5) = x1) & exists x6.(exists x7.(_company(x7) & Rel(x6,x7)) & _wifus(x6) & (Dat(e5) = x6))))))) | 1,344 |
Musicians are either permanent members of an orchestra or have a unique musical voice or style. | exists x1.(_musicians(x1) & (exists x2.(_member(x2) & _permanent(x2) & exists x3.(_orchestra(x3) & (x2 = x3)) & (x1 = x2)) | exists x4.((_voice(x4) | _style(x4)) & _musical(x4) & _unique(x4) & exists e5.(_have(e5) & (Subj(e5) = x1) & (Acc(e5) = x4))))) | 1,345 |
All fruits are edible. | all x1.(_fruit(x1) -> _edible(x1)) | 1,346 |
If John is not a PhD student, then he is not a member of the university. | (-exists x1.(_john(x1) & exists x2.(_student(x2) & _phd(x2) & (x1 = x2))) -> -exists x3.((x3 = _he) & exists x4.(_member(x4) & exists x5.(_university(x5) & (x4 = x5)) & (x3 = x4)))) | 1,347 |
If Sam uses a Mac, he will play a song. | (exists x1.(_sam(x1) & exists x2.(_mac(x2) & exists e3.(_use(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) -> exists x4.((x4 = _he) & exists x5.(_song(x5) & exists e6.(_play(e6) & (Subj(e6) = x4) & (Acc(e6) = x5))))) | 1,348 |
Douglas Adams is an author who created the book collection called The Salmon of Doubt. | exists x1.(_adams(x1) & _douglas(x1) & exists x2.(_author(x2) & exists x3.(_collection(x3) & _book(x3) & exists x4.(_salmon(x4) & exists x5.(_doubt(x5) & (x4 = x5)) & exists e6.(_call(e6) & (Dat(e6) = x3) & (Acc(e6) = x4))) & exists e7.(_create(e7) & (Subj(e7) = x2) & (Acc(e7) = x3))) & (x1 = x2))) | 1,349 |
All citizens of Lawton Park use the zip code 98199. | all x1.(_citizen(x1) -> (exists x2.(_park(x2) & _lawton(x2) & (x1 = x2)) -> exists x3.(_code(x3) & _zip(x3) & _98199(x3) & exists e4.(_use(e4) & (Subj(e4) = x1) & (Acc(e4) = x3))))) | 1,350 |
Frederick Monhoff was an architect, artist, and illustrator. | exists x1.(_monhoff(x1) & _frederick(x1) & exists x2.(_illustrator(x2) & _artist(x2) & _architect(x2) & (x1 = x2))) | 1,351 |
If people have very high energy and are impulsive, then they like surprises. | (exists x1.(_people(x1) & exists x2.(_very(x2) & _energy(x2) & _high(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & _impulsive(x1)) -> exists x4.((x4 = _they) & exists x5.(_surprise(x5) & exists e6.(_like(e6) & (Subj(e6) = x4) & (Acc(e6) = x5) & _then(e6))))) | 1,352 |
Katherin Hafer married Walter Folger Brown. | exists x1.(_hafer(x1) & _katherin(x1) & exists x2.(_brown(x2) & _folger(x2) & _walter(x2) & exists e3.(_marry(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 1,353 |
Joe owns an item fron Quiksilver. | exists x1.(_joe(x1) & exists x2.(_quiksilver(x2) & _fron(x2) & _item(x2) & exists e3.(_own(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 1,354 |
The Turing Award has been awarded to Donald Knuth, Marvin Minsky, Richard Hamming and John McCarthy. | exists x1.(_award(x1) & _ture(x1) & exists e2.(_award(e2) & (Acc(e2) = x1) & exists x3.(_knuth(x3) & _donald(x3) & (Dat(e2) = x3)) & exists x4.(_minsky(x4) & _marvin(x4) & (Dat(e2) = x4)) & exists x5.(_hamming(x5) & _richard(x5) & (Dat(e2) = x5)) & exists x6.(_mccarthy(x6) & _john(x6) & (Dat(e2) = x6)))) | 1,355 |
2Sum is recommended to novices. | exists x1.(_2sum(x1) & exists e2.(_recommend(e2) & (Acc(e2) = x1) & exists x3.(_novice(x3) & _to(e2,x3)))) | 1,356 |
All commerical aircraft are produced by either Boeing or Airbus. | all x1.((_aircraft(x1) & _commerical(x1)) -> exists e2.(_produce(e2) & (Acc(e2) = x1) & (exists x3.(_boeing(x3) & (Subj(e2) = x3)) | exists x4.(_airbus(x4) & (Subj(e2) = x4))))) | 1,357 |
The Three Body Problem is about the future. | exists x1.(_problem(x1) & _body(x1) & _three(x1) & exists e2.(exists x3.(_future(x3) & _about(e2,x3)) & (Subj(e2) = x1))) | 1,358 |
Stonefish is a fish. | exists x1.(_stonefish(x1) & exists x2.(_fish(x2) & (x1 = x2))) | 1,359 |
The Scream is a creepy haunted house or a terrifying Halloween scare. | exists x1.(_scream(x1) & (exists x2.(_house(x2) & _haunted(x2) & _creepy(x2) & (x1 = x2)) | exists x3.(_scare(x3) & _halloween(x3) & _terrifying(x3) & (x1 = x3)))) | 1,360 |
Several adjustments were made for the version of the SAT introduced in 2016 to reflect more closely on what students learn in high school. | exists x1.(_adjustment(x1) & exists e2.(_make(e2) & (Acc(e2) = x1) & exists x3.(_version(x3) & exists x4.(_sat(x4) & (x3 = x4)) & exists e5.(_introduce(e5) & (Acc(e5) = x3) & exists x6.(_2016(x6) & _in(e5,x6))) & exists x7.(_more(x7) & exists e8.(_reflect(e8) & (Subj(e8) = x3) & (Acc(e8) = x7) & _closely(e8) & exists x9.(exists x10.(_student(x10) & exists e11.(_learn(e11) & (Subj(e11) = x10) & (Acc(e11) = x9) & exists x12.(_school(x12) & _high(x12) & _in(e11,x12)))) & _on(e8,x9)))) & _for(e2,x3)))) | 1,361 |
No Kangaroos live in Germany. | -exists x1.(_kangaroo(x1) & exists e2.(_live(e2) & (Subj(e2) = x1) & exists x3.(_germany(x3) & _in(e2,x3)))) | 1,362 |
A controlled substance is a drug. | exists x1.(_substance(x1) & _controlled(x1) & exists x2.(_drug(x2) & (x1 = x2))) | 1,363 |
Philatelic literature is divided into the following categories: Stamp catalogues, Periodicals, Auction catalogues, Books, Bibliographies, and Background Material | exists x1.(_literature(x1) & _philatelic(x1) & exists e2.(_divide(e2) & (Acc(e2) = x1) & exists x3.(_category(x3) & _follow(x3) & exists x4.(_material(x4) & _background(x4) & _bibliography(x4) & _book(x4) & _catalogue(x4) & _auction(x4) & _periodical(x4) & _catalogue(x4) & _stamp(x4) & exists e5.(_:(e5,x4) & (Subj(e5) = x3))) & _into(e2,x3)))) | 1,364 |
Amy is good at sports or Amy is an Olympic gold medal winner. | (exists x1.(_amy(x1) & _good(x1)) | exists x2.(_amy(x2) & exists x3.(_winner(x3) & _medal(x3) & _gold(x3) & _olympic(x3) & (x2 = x3)))) | 1,365 |
All light things are unstable. | all x1.((_thing(x1) & _light(x1)) -> _unstable(x1)) | 1,366 |
All univariate analyses use a generalized linear model. | all x1.((_analysis(x1) & _univariate(x1)) -> exists x2.(_model(x2) & _linear(x2) & _generalized(x2) & exists e3.(_use(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 1,367 |
Gustave has room for both broccoli and asparagus. | exists x1.(_gustave(x1) & exists x2.(_room(x2) & exists x3.(_asparagus(x3) & _broccoli(x3) & (x2 = x3)) & exists e4.(_have(e4) & (Subj(e4) = x1) & (Acc(e4) = x2)))) | 1,368 |
Ainderby Quernhow is a village and civil parish in the Hambleton District. | exists x1.(_quernhow(x1) & _ainderby(x1) & exists x2.(_village(x2) & (x1 = x2)) & exists x3.(_parish(x3) & _civil(x3) & exists x4.(_district(x4) & _hambleton(x4) & exists e5.(_in(e5,x4) & (Subj(e5) = x3))) & (x1 = x3))) | 1,369 |
If something is a plant, then it is not a cute animal. | (exists x1 x2.(_plant(x2) & (x1 = x2)) -> -exists x3.((x3 = _it) & exists x4.(_animal(x4) & _cute(x4) & (x3 = x4)))) | 1,370 |
No loud cars are electric. | -exists x1.(_car(x1) & _loud(x1) & _electric(x1)) | 1,371 |
Thomas Barber scored the winning goal in the 1913 FA Cup Final. | exists x1.(_barber(x1) & _thomas(x1) & exists x2.(_goal(x2) & _winning(x2) & exists e3.(_score(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_final(x4) & _cup(x4) & _fa(x4) & _1913(x4) & _in(e3,x4))))) | 1,372 |
Deborah Wallace is a Scottish born actress, playwright and producer. | exists x1.(_wallace(x1) & _deborah(x1) & exists x2.(_producer(x2) & _playwright(x2) & exists e3.(_bear(e3) & (Acc(e3) = x2) & _actress(x2)) & _scottish(x2) & (x1 = x2))) | 1,373 |
If people are focused on the future and industry professions, then they are not nostalgic academics who enjoy learning. | ((-exists x1.((x1 = _they) & _nostalgic(x1)) & exists x2.(_people(x2) & exists e3.(_focus(e3) & (Acc(e3) = x2) & exists x4.(_academic(x4) & exists e5.(_learn(e5) & (Subj(e5) = x4) & _enjoy(e5)) & _on(e3,x4))))) -> exists e6.True) | 1,374 |
All measurements of brain activity are used by neuroscience researchers. | all x1.(_measurement(x1) -> (exists x2.(_activity(x2) & _brain(x2) & (x1 = x2)) -> exists e3.(_use(e3) & (Acc(e3) = x1) & exists x4.(_researcher(x4) & _neuroscience(x4) & (Subj(e3) = x4))))) | 1,375 |
Some people who live in Belgium speak French. | exists x1.(_people(x1) & exists e2.(_live(e2) & (Subj(e2) = x1) & exists x3.(_belgium(x3) & _in(e2,x3))) & _french(x1)) | 1,376 |
Psyche is a play based on the life of James Miranda Barry. | exists x1.(_psyche(x1) & exists x2.(_play(x2) & exists e3.(_base(e3) & (Acc(e3) = x2) & exists x4.(_life(x4) & exists x5.(_barry(x5) & _miranda(x5) & _james(x5) & (x4 = x5)) & _on(e3,x4))) & (x1 = x2))) | 1,377 |
Students either go to the park or go to the movies. | exists x1.(_student(x1) & exists e2.(_go(e2) & (Subj(e2) = x1) & exists x3.((_park(x3) | _go(x3)) & _to(e2,x3) & exists x4.(_movie(x4) & _to(e2,x4))))) | 1,378 |
All buildings located on York Street are open to students. | all x1.(_building(x1) -> (exists e2.(_locate(e2) & (Acc(e2) = x1) & exists x3.(_street(x3) & _york(x3) & _on(e2,x3))) -> exists e4.(_open(e4) & (Subj(e4) = x1) & exists x5.(_student(x5) & (Dat(e4) = x5))))) | 1,379 |
Rina is either a student and unaware that caffeine is a drug, or neither a student nor unaware that caffeine is a drug. | \F1 F2 F3.(exists x4.(_rina(x4) & exists x5.(_student(x5) & (x4 = x5))) & F1(F2,F3) & F1(\x6.(exists e7.(_unaware(e7) & (Subj(e7) = x6) & AccI(e7,exists x8.(_caffeine(x8) & (exists x9.(_drug(x9) & (x8 = x9)) | exists x10.(_student(x10) & _neither(x10) & (x8 = x10)))))) & exists e11.(_unaware(e11) & (Subj(e11) = x6) & AccI(e11,exists x12.(_caffeine(x12) & exists x13.(_drug(x13) & (x12 = x13))))) & F2(x6)),F3)) | 1,380 |
All defenders are soccer players. | all x1.(_defender(x1) -> exists x2.(_player(x2) & _soccer(x2) & (x1 = x2))) | 1,381 |
All food is edible. | all x1.(_food(x1) -> _edible(x1)) | 1,382 |
David Ha'ivri is a Zionist leader. | exists x1.(_ha'ivri(x1) & _david(x1) & exists x2.(_leader(x2) & _zionist(x2) & (x1 = x2))) | 1,383 |
ETS also develops K-12 statewide assessments used for accountability testing in many states. | exists x1.(_ets(x1) & exists x2.(_assessment(x2) & _statewide(x2) & _k_dash_12(x2) & exists e3.(_use(e3) & (Acc(e3) = x2) & exists x4.(_testing(x4) & _accountability(x4) & exists x5.(_state(x5) & _many(x5) & exists e6.(_in(e6,x5) & (Subj(e6) = x4))) & _for(e3,x4))) & exists e7.(_develop(e7) & (Subj(e7) = x1) & (Acc(e7) = x2)))) | 1,384 |
Peter prefers TV series. | exists x1.(_peter(x1) & exists x2.(_series(x2) & _tv(x2) & exists e3.(_prefer(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 1,385 |
Extractive models are a kind of summarization models. | exists x1.(_model(x1) & _extractive(x1) & exists x2.(_kind(x2) & exists x3.(_model(x3) & _summarization(x3) & (x2 = x3)) & (x1 = x2))) | 1,386 |
Rangers won the cup in 2014 final. | exists x1.(_rangers(x1) & exists x2.(_cup(x2) & exists e3.(_win(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_2014(x4) & _final(x4) & _in(e3,x4))))) | 1,387 |
All PhD students are graduate students. | all x1.((_student(x1) & _phd(x1)) -> exists x2.(_student(x2) & _graduate(x2) & (x1 = x2))) | 1,388 |
All students not in summer camp do not have class during the weekend. | -all x1.(_student(x1) -> ((_not(x1) & exists x2.(_camp(x2) & _summer(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1)))) -> exists x4.(_class(x4) & exists e5.(_have(e5) & (Subj(e5) = x1) & (Acc(e5) = x4) & exists x6.(_weekend(x6) & _during(e5,x6)))))) | 1,389 |
If a person is uncomfortable, the person is unhappy. | (exists x1.(_person(x1) & _uncomfortable(x1)) -> exists x2.(_person(x2) & _unhappy(x2))) | 1,390 |
If Stephen Curry is not an NBA player, then Stephen Curry is not an NBA player or a soccer player. | (-exists x1.(_curry(x1) & _stephen(x1) & exists x2.(_player(x2) & _nba(x2) & (x1 = x2))) -> -exists x3.(_curry(x3) & _stephen(x3) & (exists x4.(_player(x4) & _nba(x4) & (x3 = x4)) | exists x5.(_player(x5) & _soccer(x5) & (x3 = x5))))) | 1,391 |
Nadal's win ratio is higher than 80%. | (exists x1.(_ratio(x1) & _higher(x1)) & exists x2.(exists x3.(_nadal(x3) & Rel(x2,x3)) & _win(x2))) | 1,392 |
If people drink Coca-Cola or Pepsi products every day, then they grew up with extremely busy parents who did not have time to pack them lunch. | (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.(_grow(e7) & (Subj(e7) = x6) & _up(e7) & exists x8.(_extremely(x8) & _parent(x8) & _busy(x8) & -exists x9.(_time(x9) & exists x10.(_lunch(x10) & exists x11.((x11 = _they) & exists e12.(_pack(e12) & (Subj(e12) = x9) & (Acc(e12) = x11) & (Dat(e12) = x10)))) & exists e13.(_have(e13) & (Subj(e13) = x8) & (Acc(e13) = x9))) & _with(e7,x8) & _then(e7))))) | 1,393 |
Something is either an invasive neuroimaging technique or a noninvasive neuroimaging technique. | exists x1.(exists x2.(_technique(x2) & _neuroimaging(x2) & _invasive(x2) & (x1 = x2)) | exists x3.(_technique(x3) & _neuroimaging(x3) & _noninvasive(x3) & (x1 = x3))) | 1,394 |
Elizabeth is a queen. | exists x1.(_elizabeth(x1) & exists x2.(_queen(x2) & (x1 = x2))) | 1,395 |
Nothing that barks is lovely. | -exists x1 x2.(_bark(x2) & (x2 = x1)) | 1,396 |
All books about the future are inspired by Shakespeare. | all x1.(_book(x1) -> (exists x2.(_future(x2) & exists e3.(_about(e3,x2) & (Subj(e3) = x1))) -> exists e4.(_inspire(e4) & (Acc(e4) = x1) & exists x5.(_shakespeare(x5) & (Subj(e4) = x5))))) | 1,397 |
All fruits containing a large amount of vitamin C are beneficial to people. | all x1.(_fruit(x1) -> (exists x2.(_amount(x2) & _large(x2) & exists x3.(_c(x3) & _vitamin(x3) & (x2 = x3)) & exists e4.(_contain(e4) & (Subj(e4) = x1) & (Acc(e4) = x2))) -> exists e5.(_beneficial(e5) & (Subj(e5) = x1) & exists x6.(_people(x6) & (Dat(e5) = x6))))) | 1,398 |
All noninvasive neuroimaging techniques provide a spatial resolution of brains. | all x1.((_technique(x1) & _neuroimaging(x1) & _noninvasive(x1)) -> exists x2.(_resolution(x2) & _spatial(x2) & exists x3.(_brain(x3) & (x2 = x3)) & exists e4.(_provide(e4) & (Subj(e4) = x1) & (Acc(e4) = x2)))) | 1,399 |
Everything that is a husky is a dog. | all x1.(exists x2.(_husky(x2) & (x1 = x2)) -> exists x3.(_dog(x3) & (x1 = x3))) | 1,400 |
Basketball players are either top players in the league or successfully shoot a high percentage of 3-pointers. | exists x1.(_player(x1) & _basketball(x1) & (exists x2.(_player(x2) & _top(x2) & exists x3.(_league(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x2))) & (x1 = x2)) | exists x5.(_percentage(x5) & _high(x5) & exists x6.(_3_dash_pointers(x6) & (x5 = x6)) & exists e7.(_shoot(e7) & (Subj(e7) = x1) & (Acc(e7) = x5) & _successfully(e7))))) | 1,401 |
Cities in Florida that they are interested in are Orlando and Miami. | exists x1.(_cities(x1) & exists x2.(_florida(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1) & exists x4.((x4 = _they) & exists e5.(_interested(e5) & (Subj(e5) = x4) & _in(e5,x1))))) & exists x6.(_orlando(x6) & (x1 = x6)) & exists x7.(_miami(x7) & (x1 = x7))) | 1,402 |