original
stringlengths
14
334
logical_form
stringlengths
30
1.82k
__index_level_0__
int64
0
1.65k
A roundel is a rounded artillery fortification.
exists x1.(_roundel(x1) & exists x2.(_fortification(x2) & _artillery(x2) & _rounded(x2) & (x1 = x2)))
1,403
Some papers are tissues.
exists x1.(_papers(x1) & exists x2.(_tissue(x2) & (x1 = x2)))
1,404
Camp Davern is a traditional summer camp for boys and girls.
exists x1.(_davern(x1) & _camp(x1) & exists x2.(_camp(x2) & _summer(x2) & _traditional(x2) & exists x3.(_boy(x3) & (x2 = x3)) & exists x4.(_girl(x4) & (x2 = x4)) & (x1 = x2)))
1,405
Peter Parker wears a uniform when he is a superhero.
(exists x1.(_parker(x1) & _peter(x1) & exists x2.(_uniform(x2) & exists e3.(_wear(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) & exists x4.((x4 = _he) & exists x5.(_superhero(x5) & (x4 = x5))))
1,406
All nuclear-powered submarines are warships.
all x1.((_submarine(x1) & _nuclear_dash_powered(x1)) -> exists x2.(_warship(x2) & (x1 = x2)))
1,407
Dagfinn Aarskog is a Norwegian physician.
exists x1.(_aarskog(x1) & _dagfinn(x1) & exists x2.(_physician(x2) & _norwegian(x2) & (x1 = x2)))
1,408
The 2008 Summer Olympics were held in Beijing, China.
exists x1.(_olympics(x1) & _summer(x1) & _2008(x1) & exists e2.(_hold(e2) & (Acc(e2) = x1) & exists x3.(_beijing(x3) & _in(e2,x3)) & exists x4.(_china(x4) & _in(e2,x4))))
1,409
Customers either subscribe to AMC service or HBO service.
exists x1.(_customer(x1) & exists e2.(_subscribe(e2) & (Subj(e2) = x1) & AccI(e2,(exists x3.(_service(x3) & exists e4.(_amc(e4) & (Subj(e4) = x1) & (Acc(e4) = x3))) | exists x5.(_service(x5) & _hbo(x5) & exists e6.(_amc(e6) & (Subj(e6) = x1) & (Acc(e6) = x5)))))))
1,410
Every animal that travels on land enjoys basking in the sun.
all x1.(_animal(x1) -> (exists e2.(_travel(e2) & (Subj(e2) = x1) & exists x3.(_land(x3) & _on(e2,x3))) -> exists x4.(_basking(x4) & exists e5.(_enjoy(e5) & (Subj(e5) = x1) & (Acc(e5) = x4) & exists x6.(_sun(x6) & _in(e5,x6))))))
1,411
All the songs that Max listens to that are classical music are from the 12th century.
all x1.(exists x2.(_song(x2) & (x1 = x2) & exists x3.(_max(x3) & exists e4.(_listen(e4) & (Subj(e4) = x3) & (Dat(e4) = x2))) & exists x5.(_music(x5) & _classical(x5) & (x2 = x5))) -> exists e6.(exists x7.(_century(x7) & _12th(x7) & _from(e6,x7)) & (Subj(e6) = x1)))
1,412
All young children below the age of ten eat cereal and milk every day for breakfast.
all x1.((_child(x1) & _young(x1)) -> (exists x2.(_age(x2) & exists x3.(_ten(x3) & (x2 = x3)) & exists e4.(_below(e4,x2) & (Subj(e4) = x1))) -> (_every(x1) & exists x5.(_milk(x5) & _cereal(x5) & exists e6.(_eat(e6) & (Subj(e6) = x1) & (Acc(e6) = x5) & exists x7.(_breakfast(x7) & _for(e6,x7)))) & _day(x1))))
1,413
If Robin neither enjoys healthcare fields and wants to help people with medical issues nor grew up with parents who worked as doctors, then Robin is either a person who studies hard or grew up with parents who worked as doctors.
(exists x1.(_robin(x1) & exists x2.(_field(x2) & _healthcare(x2) & exists e3.(_enjoy(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & _neither(e3))) & 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 e8.(_grow(e8) & (Subj(e8) = x1) & _up(e8) & exists x9.(_parent(x9) & exists e10.(_work(e10) & (Subj(e10) = x9) & exists x11.(_doctor(x11) & _as(e10,x11))) & _with(e8,x9)))) -> exists x12.(_robin(x12) & exists x13.(_person(x13) & exists x14.(_parent(x14) & exists e15.(_work(e15) & (Subj(e15) = x14) & exists x16.(_doctor(x16) & _as(e15,x16))) & exists e17.(_study(e17) & (Subj(e17) = x13) & (Acc(e17) = x14) & _hard(e17)) & exists e18.(_grow(e18) & (Subj(e18) = x13) & _with(e18,x14) & _up(e18))) & (x12 = x13))))
1,414
All college students are young adults.
all x1.((_student(x1) & _college(x1)) -> exists x2.(_adult(x2) & _young(x2) & (x1 = x2)))
1,415
Manchester United is eligible to attend UEL next season.
exists x1.(_united(x1) & _manchester(x1) & exists e2.(_eligible(e2) & (Subj(e2) = x1) & AccI(e2,exists x3.(_season(x3) & _next(x3) & _uel(x3) & exists e4.(_attend(e4) & (Subj(e4) = x1) & (Acc(e4) = x3))))))
1,416
China won the most gold medals (48) in the 2008 Summer Olympics.
exists x1.(_china(x1) & exists x2.(_most(x2) & _medal(x2) & _gold(x2) & exists x3.(_48(x3) & exists e4.(_LEFTB(e4,x3) & (Subj(e4) = x2))) & exists e5.(_win(e5) & (Subj(e5) = x1) & (Acc(e5) = x2) & exists x6.(_olympics(x6) & _summer(x6) & _2008(x6) & _in(e5,x6)))))
1,417
People liviing in Manhattan live in New York City.
exists x1.(_people(x1) & exists e2.(_livie(e2) & (Subj(e2) = x1) & exists x3.(_manhattan(x3) & _in(e2,x3))) & exists e4.(_live(e4) & (Subj(e4) = x1) & exists x5.(_city(x5) & _york(x5) & _new(x5) & _in(e4,x5))))
1,418
If people live with at least one roommate then they do not own at least one pet.
(exists x1.(_people(x1) & exists e2.(_live(e2) & (Subj(e2) = x1) & exists x3.(_roommate(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,419
Atlanta is in Georgia(CA).
exists x1.(_atlanta(x1) & exists e2.(exists x3.(_georgia(x3) & exists x4.(_ca(x4) & exists e5.(_LEFTB(e5,x4) & (Subj(e5) = x3))) & _in(e2,x3)) & (Subj(e2) = x1)))
1,420
All juices are drinks.
all x1.(_juice(x1) -> exists x2.(_drink(x2) & (x1 = x2)))
1,421
No reptile has fur.
-exists x1.(_reptile(x1) & exists x2.(_fur(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
1,422
L-2021 is either produced by AOC and produced by LG, or neither produced by AOC nor produced by LG.
exists x1.(_l_dash_2021(x1) & ((exists e2.(_produce(e2) & (Acc(e2) = x1) & exists x3.(_aoc(x3) & (Subj(e2) = x3) & exists x4.(_lg(x4) & (Subj(e2) = x4)))) & exists e5.(_produce(e5) & (Acc(e5) = x1) & exists x6.(_lg(x6) & (Subj(e5) = x6)))) | (exists e7.(_produce(e7) & (Acc(e7) = x1) & _neither(e7) & exists x8.(_aoc(x8) & (Subj(e7) = x8) & exists x9.(_lg(x9) & (Subj(e7) = x9)))) & exists e10.(_produce(e10) & (Acc(e10) = x1) & exists x11.(_lg(x11) & (Subj(e10) = x11))))))
1,423
All animals are either vertebrates or invertebrates.
all x1.(_animal(x1) -> (exists x2.(_vertebrate(x2) & (x1 = x2)) | exists x3.(_invertebrate(x3) & (x1 = x3))))
1,424
All students that enjoy conducting experiments are good at planning.
all x1.(_student(x1) -> (exists x2.(_experiment(x2) & exists e3.(_conduct(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & _enjoy(e3))) -> _good(x1)))
1,425
In La Liga 2021-2022, Real Madrid recieves 86 points and Barcelon recieves 73 points.
(exists x1.(_madrid(x1) & _real(x1) & exists x2.(_point(x2) & _86(x2) & exists e3.(_recieve(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_liga(x4) & _la(x4) & _2021_dash_2022(x4) & _in(e3,x4))))) & exists x5.(_barcelon(x5) & exists x6.(_point(x6) & _73(x6) & exists e7.(_recieve(e7) & (Subj(e7) = x5) & (Acc(e7) = x6) & exists x8.(_liga(x8) & _la(x8) & _2021_dash_2022(x8) & _in(e7,x8))))))
1,426
If place A is northwest of place B, then place B is southeast of place A.
exists x1.(_a(x1) & exists x2.(_b(x2) & (x1 = x2)) & exists x3.(_b(x3) & exists x4.(exists x5.(_place(x5) & _of(x5) & _a(x5) & _southeast(x5)) & (x3 = x4))) & exists x6.(_place(x6) & _then(x6) & (x1 = x6)) & exists e7.(_northwest(e7) & (Subj(e7) = x1) & exists x8.(_place(x8) & _of(e7,x8)) & exists x9.(_place(x9) & _if(e7,x9))))
1,427
If a language model is used by some researchers, it is popular.
(exists x1.(_model(x1) & _language(x1) & exists e2.(_use(e2) & (Acc(e2) = x1) & exists x3.(_researcher(x3) & (Subj(e2) = x3)))) -> exists x4.((x4 = _it) & _popular(x4)))
1,428
If an animal eats other animals, then it is a carnivore.
(exists x1.(_animal(x1) & exists x2.(_animal(x2) & exists e3.(_eat(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) -> exists x4.((x4 = _it) & exists x5.(_carnivore(x5) & (x4 = x5))))
1,429
Phoneix's music is classified under the indie pop genre.
exists x1.(exists x2.(_phoneix(x2) & Rel(x1,x2)) & _music(x1) & exists e3.(_classify(e3) & (Acc(e3) = x1) & exists x4.(_genre(x4) & _pop(x4) & _indie(x4) & _under(e3,x4))))
1,430
Maya is a volleyball player.
exists x1.(_maya(x1) & exists x2.(_player(x2) & _volleyball(x2) & (x1 = x2)))
1,431
All planes in Delta are of type Boeing-737.
all x1.(_plane(x1) -> (exists x2.(_delta(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1))) -> exists e4.(exists x5.(_boeing_dash_737(x5) & _type(x5) & _of(e4,x5)) & (Subj(e4) = x1))))
1,432
Jack either does not hire a maid or cleaning service or, if he does, then he does not own at least one pet.
(-exists x1.(_jack(x1) & exists x2.((_maid(x2) | (_service(x2) & _cleaning(x2))) & exists e3.(_hire(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | (exists x4.((x4 = _he) & exists e5.(_do(e5) & (Subj(e5) = x4))) -> -exists x6.((x6 = _he) & exists x7.(_pet(x7) & exists e8.(_own(e8) & (Subj(e8) = x6) & (Acc(e8) = x7) & _then(e8))))))
1,433
UFC Fight Night was a mixed martial arts event and was held in Sweden.
exists x1.(_night(x1) & _fight(x1) & _ufc(x1) & exists x2.(_event(x2) & _art(x2) & _martial(x2) & _mixed(x2) & (x1 = x2)) & exists e3.(_hold(e3) & (Acc(e3) = x1) & exists x4.(_sweden(x4) & _in(e3,x4))))
1,434
Some monitors produced by LG have a type-c port.
exists x1.(_monitor(x1) & exists e2.(_produce(e2) & (Acc(e2) = x1) & exists x3.(_lg(x3) & (Subj(e2) = x3))) & exists x4.(_port(x4) & _type_dash_c(x4) & exists e5.(_have(e5) & (Subj(e5) = x1) & (Acc(e5) = x4))))
1,435
Mary does not work at a pool.
-exists x1.(_mary(x1) & exists e2.(_work(e2) & (Subj(e2) = x1) & exists x3.(_pool(x3) & _at(e2,x3))))
1,436
If something barks, then it is not alive.
(-exists x1.((x1 = _it) & _alive(x1)) -> exists e2.True)
1,437
Steve Hillage and Miquette Giraudy formed System 7.
(exists x1.(_hillage(x1) & _steve(x1) & exists x2.(_system(x2) & _7(x2) & exists e3.(_form(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) & exists x4.(_giraudy(x4) & _miquette(x4) & exists x5.(_system(x5) & _7(x5) & exists e6.(_form(e6) & (Subj(e6) = x4) & (Acc(e6) = x5)))))
1,438
Some animals that fly are birds.
exists x1.(_animal(x1) & exists e2.(_fly(e2) & (Subj(e2) = x1)) & exists x3.(_bird(x3) & (x1 = x3)))
1,439
People are either interested in puzzles or bad at chess.
exists x1.(_people(x1) & (exists e2.(_interested(e2) & (Subj(e2) = x1) & exists x3.(_puzzle(x3) & _in(e2,x3)) & exists x4.(_chess(x4) & _at(e2,x4))) | _bad(x1)))
1,440
Daniel’s older sister works at Meta as a technical sourcer.
exists x1.(_work(x1) & _sister(x1) & _older(x1) & _daniel’s(x1) & exists x2.(_meta(x2) & exists e3.(_at(e3,x2) & (Subj(e3) = x1) & exists x4.(_sourcer(x4) & _technical(x4) & exists e5.(_as(e5,x4) & (Subj(e5) = x1))))))
1,441
French bands write songs in French or in English.
(exists x1.(_band(x1) & _french(x1) & exists x2.(_song(x2) & exists e3.(_write(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_french(x4) & _in(e3,x4))))) & exists x5.(_band(x5) & _french(x5) & exists x6.(_song(x6) & exists e7.(_write(e7) & (Subj(e7) = x5) & (Acc(e7) = x6) & exists x8.(_english(x8) & _in(e7,x8))))))
1,442
Naive cynicism was proposed by Justin Kruger and a colleague.
exists x1.(_cynicism(x1) & _naive(x1) & exists e2.(_propose(e2) & (Acc(e2) = x1) & exists x3.(_kruger(x3) & _justin(x3) & (Subj(e2) = x3)) & exists x4.(_colleague(x4) & (Subj(e2) = x4))))
1,443
Neofonie is a German producer.
exists x1.(_neofonie(x1) & exists x2.(_producer(x2) & _german(x2) & (x1 = x2)))
1,444
If someone is tall, then they are in shape.
(exists x1._tall(x1) -> exists x2.((x2 = _they) & exists e3.(exists x4.(_shape(x4) & _in(e3,x4)) & (Subj(e3) = x2) & _then(e3))))
1,445
The Spanish Nationalists opposed anyone who supported the Popular Front
exists x1.(_nationalist(x1) & _spanish(x1) & exists x2.(exists x3.(_front(x3) & _popular(x3) & exists e4.(_support(e4) & (Subj(e4) = x2) & (Acc(e4) = x3))) & exists e5.(_oppose(e5) & (Subj(e5) = x1) & (Acc(e5) = x2))))
1,446
If two soccer teams score the same number of goals in one UCL final during the regular time, they need to play for the extra time.
(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.((x8 = _they) & exists e9.(_need(e9) & (Subj(e9) = x8) & AccI(e9,exists e10.(_play(e10) & (Subj(e10) = x8) & exists x11.(_time(x11) & _extra(x11) & _for(e10,x11)))))))
1,447
Phuoc Binh is not managed by the Ministry of Agriculture.
-exists x1.(_binh(x1) & _phuoc(x1) & exists e2.(_manage(e2) & (Acc(e2) = x1) & exists x3.(_ministry(x3) & exists x4.(_agriculture(x4) & (x3 = x4)) & (Subj(e2) = x3))))
1,448
Ann J. Land was a member of the Philadelphia City Council and was also a member of the Democratic Party.
exists x1.(_land(x1) & _j_DOT(x1) & _ann(x1) & exists x2.(_member(x2) & exists x3.(_council(x3) & _city(x3) & _philadelphia(x3) & (x2 = x3)) & (x1 = x2)) & exists x4.(_member(x4) & exists x5.(_party(x5) & _democratic(x5) & (x4 = x5)) & (x1 = x4)))
1,449
No cookie is healthy.
-exists x1.(_cookie(x1) & _healthy(x1))
1,450
Carrozzeria Colli is a company that specialized in using aluminum.
exists x1.(_colli(x1) & _carrozzeria(x1) & exists x2.(_company(x2) & exists e3.(_specialized(e3) & (Subj(e3) = x2) & exists x4 x5.(_aluminum(x5) & exists e6.(_use(e6) & (Subj(e6) = x4) & (Acc(e6) = x5) & (Subj(e6) = x4) & _in(e3,x4))) & _that(e3)) & (x1 = x2)))
1,451
Tyga is a rapper.
exists x1.(_tyga(x1) & exists x2.(_rapper(x2) & (x1 = x2)))
1,452
Not all art pieces require talent.
-all x1.((_piece(x1) & _art(x1)) -> exists x2.(_talent(x2) & exists e3.(_require(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))))
1,453
If a song is not "Perfect", Sam will never play it.
(-exists x1.(_song(x1) & exists x2.(_perfect(x2) & (x1 = x2))) -> -exists x3.(_sam(x3) & exists x4.((x4 = _it) & exists e5.(_play(e5) & (Subj(e5) = x3) & (Acc(e5) = x4)))))
1,454
Phoneix has no songs in French.
exists x1.(_phoneix(x1) & -exists x2.(_song(x2) & exists x3.(_french(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x2))) & exists e5.(_have(e5) & (Subj(e5) = x1) & (Acc(e5) = x2))))
1,455
People who have the talent of cooking can distinguish the taste of different condiments.
exists x1.(_people(x1) & exists x2.(_talent(x2) & exists x3.(_cooking(x3) & (x2 = x3)) & exists e4.(_have(e4) & (Subj(e4) = x1) & (Acc(e4) = x2))) & _can(exists x5.(_taste(x5) & exists x6.(_condiment(x6) & _different(x6) & (x5 = x6)) & exists e7.(_distinguish(e7) & (Subj(e7) = x1) & (Acc(e7) = x5)))))
1,456
If the Latent Dirichlet allocation model does not learn and classify multivariate data, then the Latent Dirichlet allocation model uses a generalized linear model and a multivoxel (pattern) analysis.
((exists x1.(_model(x1) & _allocation(x1) & _dirichlet(x1) & _latent(x1) & exists x2.(_model(x2) & _linear(x2) & _generalized(x2) & exists e3.(_use(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & _then(e3))) & exists x4.(_multivoxel(x4) & exists x5.(_pattern(x5) & exists e6.(_LEFTB(e6,x5) & (Subj(e6) = x4))) & exists e7.(_use(e7) & (Subj(e7) = x1) & (Acc(e7) = x4) & _then(e7)))) & -exists x8.(_model(x8) & _allocation(x8) & _dirichlet(x8) & _latent(x8) & exists x9.(_analysis(x9) & exists e10.(_learn(e10) & (Subj(e10) = x8) & (Acc(e10) = x9)) & exists e11.(_classify(e11) & (Subj(e11) = x8) & (Acc(e11) = x9))))) -> exists e12.True)
1,457
All buildings owned by Bloomberg are located in Manhattans.
all x1.(_building(x1) -> (exists e2.(_own(e2) & (Acc(e2) = x1) & exists x3.(_bloomberg(x3) & (Subj(e2) = x3))) -> exists e4.(_locate(e4) & (Acc(e4) = x1) & exists x5.(_manhattans(x5) & _in(e4,x5)))))
1,458
If a person is hungry, the person is uncomfortable.
(exists x1.(_person(x1) & _hungry(x1)) -> exists x2.(_person(x2) & _uncomfortable(x2)))
1,459
Some reading is homework.
exists x1.(_reading(x1) & exists x2.(_homework(x2) & (x1 = x2)))
1,460
All games on the Best Seller list are popular among young people.
all x1.(_game(x1) -> (exists x2.(_list(x2) & _seller(x2) & _best(x2) & exists e3.(_on(e3,x2) & (Subj(e3) = x1))) -> _popular(x1)))
1,461
Broccoli and asparagus are both vegetables.
(exists x1.(_broccoli(x1) & exists x2.(_vegetable(x2) & (x1 = x2))) & exists x3.(_asparagus(x3) & exists x4.(_vegetable(x4) & (x3 = x4))))
1,462
All iPhones are cellphones.
all x1.(_iphone(x1) -> exists x2.(_cellphone(x2) & (x1 = x2)))
1,463
Lithium is neither a non-rare earth metal nor essential for electric vehicles.
\F1 F2 F3.(exists x4.(_lithium(x4) & exists x5.(_metal(x5) & _earth(x5) & _non_dash_rare(x5) & _neither(x5) & (x4 = x5))) & F1(F2,F3) & F1(F2,F3))
1,464
Pets can be either a dog or a cat.
exists x1.(_pet(x1) & _can((exists x2.(_dog(x2) & (x1 = x2)) | exists x3.(_cat(x3) & (x1 = x3)))))
1,465
Mr. Smith has been to two cities in California.
exists x1.(_smith(x1) & _mr_DOT(x1) & exists e2.(exists x3.(_city(x3) & _two(x3) & exists x4.(_california(x4) & exists e5.(_in(e5,x4) & (Subj(e5) = x3))) & (Dat(e2) = x3)) & (Subj(e2) = x1)))
1,466
All cancers are malignant tumors.
all x1.(_cancer(x1) -> exists x2.(_tumor(x2) & _malignant(x2) & (x1 = x2)))
1,467
If someone works at a school, then they are faculty.
(exists x1 e2.(_work(e2) & (Subj(e2) = x1) & exists x3.(_school(x3) & _at(e2,x3))) -> exists x4.((x4 = _they) & exists x5.(_faculty(x5) & (x4 = x5))))
1,468
Carrozzeria Colli is a Milanese coachbuilder company that was established by Giuseppe Colli in 1931.
exists x1.(_colli(x1) & _carrozzeria(x1) & exists x2.(_company(x2) & _coachbuilder(x2) & _milanese(x2) & exists e3.(_establish(e3) & (Acc(e3) = x2) & exists x4.(_colli(x4) & _giuseppe(x4) & (Subj(e3) = x4) & exists x5.(_1931(x5) & _in(e3,x5)))) & (x1 = x2)))
1,469
There are no mansion houses in an urban area.
-exists x1.(_house(x1) & _mansion(x1) & exists x2.(_area(x2) & _urban(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1))) & exists e4.(Subj(e4) = Subj(e4)))
1,470
No products returned by customers are sold in Walmart.
-exists x1.(_product(x1) & exists e2.(_return(e2) & (Acc(e2) = x1) & exists x3.(_customer(x3) & (Subj(e2) = x3))) & exists e4.(_sell(e4) & (Acc(e4) = x1) & exists x5.(_walmart(x5) & _in(e4,x5))))
1,471
The SAT test is wholly owned and developed by the College Board.
exists x1.(_test(x1) & _sat(x1) & exists e2.(_own(e2) & (Acc(e2) = x1) & exists x3.(_board(x3) & _college(x3) & (Subj(e2) = x3) & _wholly(e2))) & exists e4.(_develop(e4) & (Acc(e4) = x1) & exists x5.(_board(x5) & _college(x5) & (Subj(e4) = x5) & _wholly(e4))))
1,472
A U.S government official is either conservative or a Republican.
exists x1.(_official(x1) & _government(x1) & _u_DOTs(x1) & (_conservative(x1) | _republican(x1)))
1,473
Oliver plays a different musical instrument from Peter in the concert.
exists x1.(_oliver(x1) & exists x2.(_instrument(x2) & _musical(x2) & _different(x2) & exists x3.(_peter(x3) & exists e4.(_from(e4,x3) & (Subj(e4) = x2))) & exists e5.(_play(e5) & (Subj(e5) = x1) & (Acc(e5) = x2) & exists x6.(_concert(x6) & _in(e5,x6)))))
1,474
IPod1 belongs to employees.
exists x1.(_ipod1(x1) & exists e2.(_belong(e2) & (Subj(e2) = x1) & exists x3.(_employee(x3) & (Dat(e2) = x3))))
1,475
If an animal needs a large territory, then it travels far.
(exists x1.(_animal(x1) & exists x2.(_territory(x2) & _large(x2) & exists e3.(_need(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) -> exists x4.((x4 = _it) & exists e5.(_travel(e5) & (Subj(e5) = x4) & _far(e5) & _then(e5))))
1,476
Cristiano Ronaldo have scored more than one hundred goals using his left foot.
exists x1.(_ronaldo(x1) & _cristiano(x1) & exists x2.(_foot(x2) & _left(x2) & exists e3.(_use(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists x4.(_more(x4) & _goal(x4) & _hundred(x4) & exists e5.(_score(e5) & (Subj(e5) = x1) & (Acc(e5) = x4))))
1,477
DI Ray was created and written by Maya Sondhi.
exists x1.(_ray(x1) & _di(x1) & exists e2.(_create(e2) & (Acc(e2) = x1)) & exists e3.(_write(e3) & (Acc(e3) = x1) & exists x4.(_sondhi(x4) & _maya(x4) & (Subj(e3) = x4))))
1,478
Everyone who works in person is a commuter.
all x1.(exists e2.(_work(e2) & (Subj(e2) = x1) & exists x3.(_person(x3) & _in(e2,x3))) -> exists x4.(_commuter(x4) & (x1 = x4)))
1,479
James is either with a bad record in the local state or respected by others.
exists x1.(_james(x1) & exists e2.(exists x3.(_record(x3) & _bad(x3) & exists x4.(_state(x4) & _local(x4) & exists e5.(_in(e5,x4) & (Subj(e5) = x3))) & _with(e2,x3)) & exists x6.(_record(x6) & _bad(x6) & exists e7.(_respect(e7) & (Acc(e7) = x6) & exists x8.(_other(x8) & (Subj(e7) = x8))) & _with(e2,x6)) & (Subj(e2) = x1)))
1,480
Manchester United and Machester City are both European soccer clubs.
(exists x1.(_united(x1) & _manchester(x1) & exists x2.(_club(x2) & _soccer(x2) & _european(x2) & (x1 = x2))) & exists x3.(_city(x3) & _machester(x3) & exists x4.(_club(x4) & _soccer(x4) & _european(x4) & (x3 = x4))))
1,481
Either an animal is a bird or it eats other animals.
(exists x1.(_animal(x1) & exists x2.(_bird(x2) & (x1 = x2))) | exists x3.((x3 = _it) & exists x4.(_animal(x4) & exists e5.(_eat(e5) & (Subj(e5) = x3) & (Acc(e5) = x4) & _either(e5)))))
1,482
All humans eat.
all x1.(_human(x1) -> exists e2.(_eat(e2) & (Subj(e2) = x1)))
1,483
Seattle is on the West Coast.
exists x1.(_seattle(x1) & exists e2.(exists x3.(_coast(x3) & _west(x3) & _on(e2,x3)) & (Subj(e2) = x1)))
1,484
If something is an iguana, then it is a reptile.
(exists x1 x2.(_iguana(x2) & (x1 = x2)) -> exists x3.((x3 = _it) & exists x4.(_reptile(x4) & (x3 = x4))))
1,485
If a person doesn't have enough money to buy a product, then that person can't buy it.
(-exists x1.(_person(x1) & exists x2.(_money(x2) & _enough(x2) & exists x3.(_product(x3) & exists e4.(_buy(e4) & (Subj(e4) = x2) & (Acc(e4) = x3))) & _then(x2) & -exists x5.(_person(x5) & _can(exists x6.((x6 = _it) & exists e7.(_buy(e7) & (Subj(e7) = x5) & (Acc(e7) = x6))))) & exists e8.(_have(e8) & (Subj(e8) = x1) & (Acc(e8) = x2)))) -> exists e9.True)
1,486
A person is either a planner or a creative person.
exists x1.(_person(x1) & (exists x2.(_planner(x2) & (x1 = x2)) | exists x3.(_person(x3) & _creative(x3) & (x1 = x3))))
1,487
"Your Woman" song peaked at No. 1 on the UK Singles Chart.
\F1 F2.(exists x3.(_song(x3) & exists e4.(_peak(e4) & (Subj(e4) = x3) & exists x5.(_no_DOT(x5) & _1(x5) & exists x6.(_chart(x6) & _singles(x6) & _uk(x6) & exists e7.(_on(e7,x6) & (Subj(e7) = x5))) & _at(e4,x5)))) & exists x8.(_woman(x8) & F1(x8) & F2(x8)))
1,488
If a student gets A in English, then his score is in the range of 90-95.
(exists x1.(_student(x1) & exists x2.(_a(x2) & exists e3.(_get(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_english(x4) & _in(e3,x4))))) -> exists x5.(_score(x5) & exists e6.(exists x7.(_range(x7) & exists x8.(_90_dash_95(x8) & (x7 = x8)) & _in(e6,x7)) & (Subj(e6) = x5) & _then(e6))))
1,489
Daniel’s dad and older sister both graduated from Stanford University.
(exists x1.(_dad(x1) & _daniel’s(x1) & exists e2.(_graduate(e2) & (Acc(e2) = x1) & exists x3.(_university(x3) & _stanford(x3) & _from(e2,x3)))) & exists x4.(_sister(x4) & _older(x4) & exists e5.(_graduate(e5) & (Acc(e5) = x4) & exists x6.(_university(x6) & _stanford(x6) & _from(e5,x6)))))
1,490
All people from India speak Hindi or English.
all x1.(_people(x1) -> (exists x2.(_india(x2) & exists e3.(_from(e3,x2) & (Subj(e3) = x1))) -> exists x4.((_hindi(x4) | _english(x4)) & exists e5.(_speak(e5) & (Subj(e5) = x1) & (Acc(e5) = x4)))))
1,491
Once the police complete investigations of a crime, they hand the evidence to the prosecutor.
exists x1.((x1 = _they) & exists x2.(_evidence(x2) & exists x3.(_prosecutor(x3) & exists e4.(_to(e4,x3) & (Subj(e4) = x2))) & exists e5.(_hand(e5) & (Subj(e5) = x1) & (Acc(e5) = x2) & _once(e5))))
1,492
James attends the conference but he does not attend the conference remotely.
(exists x1.(_james(x1) & exists x2.(_conference(x2) & exists e3.(_attend(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) & -exists x4.((x4 = _he) & exists x5.(_conference(x5) & exists e6.(_attend(e6) & (Subj(e6) = x4) & (Acc(e6) = x5) & _remotely(e6)))))
1,493
After Tiller is a documentary.
(exists e1.True & exists x2.(_tiller(x2) & exists x3.(_documentary(x3) & (x2 = x3))))
1,494
Some phones are iPhones.
exists x1.(_phone(x1) & exists x2.(_iphone(x2) & (x1 = x2)))
1,495
No shy and reticent person likes to talk to strangers.
-exists x1.(_person(x1) & _shy(x1) & _reticent(x1) & exists e2.(_like(e2) & (Subj(e2) = x1) & AccI(e2,exists e3.(_talk(e3) & (Subj(e3) = x1) & exists x4.(_stranger(x4) & (Dat(e3) = x4))))))
1,496
Dan is also a songwriter.
exists x1.(_dan(x1) & exists x2.(_songwriter(x2) & (x1 = x2)))
1,497
A thing is either food or clothes.
exists x1.(_thing(x1) & (exists x2.(_food(x2) & (x1 = x2)) | exists x3.(_clothes(x3) & (x1 = x3))))
1,498
People either drink kombucha every day or drink Coca-Cola or Pepsi products every day.
(exists x1.(_people(x1) & _every(x1) & (exists x2.(_coca_dash_cola(x2) & _drink(x2) & exists e3.(_drink(e3) & (Subj(e3) = x2) & (Acc(e3) = x1))) | exists x4.(_product(x4) & _pepsi(x4) & exists e5.(_drink(e5) & (Subj(e5) = x4) & (Acc(e5) = x1)))) & _day(x1)) & exists x6.(_people(x6) & _every(x6) & exists x7.(_kombucha(x7) & exists e8.(_drink(e8) & (Subj(e8) = x7) & (Acc(e8) = x6))) & _day(x6)))
1,499
Some animals are sloths.
exists x1.(_animal(x1) & exists x2.(_sloth(x2) & (x1 = x2)))
1,500
If a team wins or loses at the NBA finals, then they are attending the finals.
(exists x1.(_team(x1) & (exists e2.(_win(e2) & (Subj(e2) = x1)) | exists e3.(_lose(e3) & (Subj(e3) = x1) & exists x4.(_final(x4) & _nba(x4) & _at(e3,x4))))) -> exists x5.((x5 = _they) & exists x6.(_final(x6) & exists e7.(_attend(e7) & (Subj(e7) = x5) & (Acc(e7) = x6) & _then(e7)))))
1,501
If the Hulk wakes up, then he will break a bridge.
(exists x1.(_hulk(x1) & exists e2.(_wake(e2) & (Subj(e2) = x1) & _up(e2))) -> exists x3.((x3 = _he) & exists x4.(_bridge(x4) & exists e5.(_break(e5) & (Subj(e5) = x3) & (Acc(e5) = x4) & _then(e5)))))
1,502