original
stringlengths 14
334
| logical_form
stringlengths 30
1.82k
| __index_level_0__
int64 0
1.65k
|
---|---|---|
If a person values physical touch as an especially important love language, then they are good with pets. | (exists x1.(_person(x1) & exists x2.(_touch(x2) & _physical(x2) & exists e3.(_value(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_especially(x4) & _language(x4) & _love(x4) & _important(x4) & _as(e3,x4))))) -> exists x5.((x5 = _they) & exists e6.(_good(e6) & (Subj(e6) = x5) & exists x7.(_pet(x7) & _with(e6,x7)) & _then(e6)))) | 702 |
Customers who prefer TV series 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))) & 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)))) | 703 |
If a child is exposed to a controlled substance, he or she is in chemical endangerment. | (exists x1.(_child(x1) & exists e2.(_expose(e2) & (Acc(e2) = x1) & exists x3.(_substance(x3) & _controlled(x3) & (Dat(e2) = x3)))) -> (exists x4.((x4 = _he) & exists e5.(exists x6.(_endangerment(x6) & _chemical(x6) & _in(e5,x6)) & (Subj(e5) = x4))) | exists x7.((x7 = _she) & exists e8.(exists x9.(_endangerment(x9) & _chemical(x9) & _in(e8,x9)) & (Subj(e8) = x7))))) | 704 |
There are no customers who do not choose any plans. | -exists x1.(_customer(x1) & -all x2.(_plan(x2) -> exists e3.(_choose(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists e4.(Subj(e4) = Subj(e4))) | 705 |
DI Ray was produced by Jed Mercurio. | exists x1.(_ray(x1) & _di(x1) & exists e2.(_produce(e2) & (Acc(e2) = x1) & exists x3.(_mercurio(x3) & _jed(x3) & (Subj(e2) = x3)))) | 706 |
Nothing that breathes is paper. | (-exists x1.True & exists x2.(_breathe(x2) & exists x3.(_paper(x3) & (x2 = x3)))) | 707 |
No facts are proven to be false. | -exists x1.(_fact(x1) & exists e2.(_prove(e2) & (Subj(e2) = x1) & AccI(e2,_false(x1,\e3.True)))) | 708 |
The Hulk is a destroyer. | exists x1.(_hulk(x1) & exists x2.(_destroyer(x2) & (x1 = x2))) | 709 |
All pool managers are lifeguards. | all x1.((_manager(x1) & _pool(x1)) -> exists x2.(_lifeguard(x2) & (x1 = x2))) | 710 |
If a universal language exists, then for every two people if they both know the same universal language they can communicate. | ((exists x1.((x1 = _they) & exists x2.(_language(x2) & _universal(x2) & _same(x2) & exists e3.(_know(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & _both(e3)))) -> exists x4.(_language(x4) & _universal(x4) & exists e5.(_exist(e5) & (Subj(e5) = x4) & _then(e5) & all x6.((_people(x6) & _two(x6)) -> _for(e5,x6))))) -> exists x7.((x7 = _they) & _can(exists e8.(_communicate(e8) & (Subj(e8) = x7))))) | 711 |
The Central federal district has the largest population among all federal districts in Russia. | exists x1.(_district(x1) & _federal(x1) & _central(x1) & exists x2.(_population(x2) & _largest(x2) & all x3.((_district(x3) & _federal(x3)) -> (exists x4.(_russia(x4) & exists e5.(_in(e5,x4) & (Subj(e5) = x3))) -> exists e6.(_among(e6,x3) & (Subj(e6) = x2)))) & exists e7.(_have(e7) & (Subj(e7) = x1) & (Acc(e7) = x2)))) | 712 |
If Sam has high ambitions and future career goals, then Sam is a big fan of pop bands and singers. | (exists x1.(_sam(x1) & exists x2.(_goal(x2) & _career(x2) & _future(x2) & _ambition(x2) & _high(x2) & exists e3.(_have(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) -> exists x4.(_sam(x4) & exists x5.(_fan(x5) & _big(x5) & exists x6.(_band(x6) & _pop(x6) & (x5 = x6)) & exists x7.(_singer(x7) & (x5 = x7)) & (x4 = x5)))) | 713 |
Mary is not a lawyer or a tipped employee. | -exists x1.(_mary(x1) & (exists x2.(_lawyer(x2) & (x1 = x2)) | exists x3.(_employee(x3) & _tipped(x3) & (x1 = x3)))) | 714 |
There is no dog on the roof. | -exists x1.(_dog(x1) & exists x2.(_roof(x2) & exists e3.(_on(e3,x2) & (Subj(e3) = x1))) & exists e4.(Subj(e4) = Subj(e4))) | 715 |
Andy Chang directed EndGame. | exists x1.(_chang(x1) & _andy(x1) & exists x2.(_endgame(x2) & exists e3.(_direct(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 716 |
USA and Germany are different countries. | (exists x1.(_usa(x1) & exists x2.(_country(x2) & _different(x2) & (x1 = x2))) & exists x3.(_germany(x3) & exists x4.(_country(x4) & _different(x4) & (x3 = x4)))) | 717 |
All Yale dormitories are located on York Street. | all x1.((_dormitory(x1) & _yale(x1)) -> exists e2.(_locate(e2) & (Acc(e2) = x1) & exists x3.(_street(x3) & _york(x3) & _on(e2,x3)))) | 718 |
Palstaves are a type of early bronze axe. | exists x1.(_palstave(x1) & exists x2.(_type(x2) & exists x3.(_axe(x3) & _bronze(x3) & _early(x3) & (x2 = x3)) & (x1 = x2))) | 719 |
No fish are plants. | -exists x1.(_fish(x1) & exists x2.(_plant(x2) & (x1 = x2))) | 720 |
No shoes are food. | -exists x1.(_shoe(x1) & exists x2.(_food(x2) & (x1 = x2))) | 721 |
Miroslav Fiedler is known for his contributions to linear algebra and graph theory. | exists x1.(_fiedler(x1) & _miroslav(x1) & exists e2.(_know(e2) & (Acc(e2) = x1) & exists x3.(_contribution(x3) & exists x4.(_theory(x4) & _graph(x4) & _algebra(x4) & exists e5.(_linear(e5) & (Subj(e5) = x3) & (Acc(e5) = x4))) & _for(e2,x3)))) | 722 |
Dagfinn is a given name. | exists x1.(_dagfinn(x1) & exists x2.(exists e3.(_give(e3) & (Acc(e3) = x2) & _name(x2)) & (x1 = x2))) | 723 |
If Guan sent an athlete to the Calgary Winter Olympics, then it participated in the Calgary Winter Olympics. | (exists x1.(_guan(x1) & exists x2.(_athlete(x2) & exists e3.(_send(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_olympics(x4) & _winter(x4) & _calgary(x4) & (Dat(e3) = x4))))) -> exists x5.((x5 = _it) & exists e6.(_participate(e6) & (Subj(e6) = x5) & exists x7.(_olympics(x7) & _winter(x7) & _calgary(x7) & _in(e6,x7)) & _then(e6)))) | 724 |
Fido is either a Bengal tiger or a cat. | exists x1.(_fido(x1) & (exists x2.(_tiger(x2) & _bengal(x2) & (x1 = x2)) | exists x3.(_cat(x3) & (x1 = x3)))) | 725 |
To go camping somewhere, you must go to that place. | exists x1.((x1 = _you) & _must(exists e2.(_go(e2) & (Subj(e2) = x1) & exists x3.(_place(x3) & _to(e2,x3) & exists x4.(exists e5.(_camp(e5) & (Subj(e5) = x4) & _somewhere(e5) & _go(e5)) & (Dat(e2) = x4)))))) | 726 |
All tissues are soft. | all x1.(_tissue(x1) -> _soft(x1)) | 727 |
Unsanctioned buisnesses are free. | exists x1.(_buisness(x1) & _unsanctioned(x1) & _free(x1)) | 728 |
Jim is either not a professional basketball player or not a slow runner. | exists x1.(_jim(x1) & -((exists x2.(_player(x2) & _basketball(x2) & _professional(x2) & (x1 = x2)) | -exists x3.(_runner(x3) & _slow(x3) & (x1 = x3))) & _either(x1))) | 729 |
Thick as Thieves was sold both as a hardcover and an e-book. | (exists x1 e2.(_thick(e2) & (Subj(e2) = x1)) & exists x3.(_thief(x3) & exists e4.(_sell(e4) & (Acc(e4) = x3) & exists x5.(_hardcover(x5) & _as(e4,x5)) & exists x6.(_e_dash_book(x6) & _as(e4,x6)) & _both(e4)))) | 730 |
John either is both a hardworking individual with high ambitions and goals for the future and has busy morning schedules every day, or he is neither a hardworking individual with high ambitions and goals for the future nor does he have a busy morning schedule every day. | (exists x1.(_john(x1) & exists x2.(_individual(x2) & _hardwork(x2) & exists x3.(_goal(x3) & _ambition(x3) & _high(x3) & exists e4.(_with(e4,x3) & (Subj(e4) = x2) & exists x5.(_future(x5) & (x2 = x5)))) & (x1 = x2)) & _every(x1) & exists x6.(_schedule(x6) & _morning(x6) & _busy(x6) & exists e7.(_have(e7) & (Subj(e7) = x1) & (Acc(e7) = x6))) & _day(x1)) | (exists x8.((x8 = _he) & exists x9.(_individual(x9) & _hardworking(x9) & _neither(x9) & exists x10.(_goal(x10) & _ambition(x10) & _high(x10) & exists e11.(_with(e11,x10) & (Subj(e11) = x9) & exists x12.(_future(x12) & (x9 = x12)))) & (x8 = x9))) & -exists x13.((x13 = _he) & _do((_every(x13) & exists x14.(_schedule(x14) & _morning(x14) & _busy(x14) & exists e15.(_have(e15) & (Subj(e15) = x13) & (Acc(e15) = x14))) & _day(x13)))))) | 731 |
WeTab is a MeeGo-based tablet computer. | exists x1.(_wetab(x1) & exists x2.(_computer(x2) & _tablet(x2) & _meego_dash_based(x2) & (x1 = x2))) | 732 |
If people invest in the public stock market regularly, then they read the Wall Street Journal and other newspapers regularly to keep updated on financial metrics. | (exists x1.(_people(x1) & exists e2.(_invest(e2) & (Subj(e2) = x1) & exists x3.(_market(x3) & _stock(x3) & _public(x3) & _in(e2,x3)) & _regularly(e2))) -> exists x4.((x4 = _they) & exists x5.(_journal(x5) & _street(x5) & _wall(x5) & exists e6.(_read(e6) & (Subj(e6) = x4) & (Acc(e6) = x5) & _regularly(e6) & _then(e6))) & exists x7.(_newspaper(x7) & exists e8.(_read(e8) & (Subj(e8) = x4) & (Acc(e8) = x7) & _regularly(e8) & _then(e8))) & exists e9.(_update(e9) & (Subj(e9) = x4) & exists x10.(_metric(x10) & _financial(x10) & _on(e9,x10)) & _keep(e9) & _then(e9)))) | 733 |
All goats are animals. | all x1.(_goat(x1) -> exists x2.(_animal(x2) & (x1 = x2))) | 734 |
No customers rewarded a $30 gift card are older than 80. | -exists x1.(_customer(x1) & exists x2.(_30(x2) & _card(x2) & _gift(x2) & _older(x2) & exists e3.(_reward(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 735 |
An artist is good at painting or music. | exists x1.(_artist(x1) & _good(x1)) | 736 |
If someone plays football, then they use a football. | (exists x1 x2.(_football(x2) & exists e3.(_play(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) -> exists x4.((x4 = _they) & exists x5.(_football(x5) & exists e6.(_use(e6) & (Subj(e6) = x4) & (Acc(e6) = x5) & _then(e6))))) | 737 |
Singh Kaur is a musician and famous. | exists x1.(_kaur(x1) & _singh(x1) & exists x2.(_famous(x2) & _musician(x2) & (x1 = x2))) | 738 |
Lawton Park is a neighbourhood in Seattle. | exists x1.(_park(x1) & _lawton(x1) & exists x2.(_neighbourhood(x2) & exists x3.(_seattle(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x2))) & (x1 = x2))) | 739 |
Thor will break a bridge when he is happy. | (exists x1.(_thor(x1) & exists x2.(_bridge(x2) & exists e3.(_break(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) & exists x4.((x4 = _he) & _happy(x4))) | 740 |
No songs are visual. | -exists x1.(_song(x1) & _visual(x1)) | 741 |
When something is depressing, it is sad. | (exists x1 e2.(_depress(e2) & (Subj(e2) = x1)) -> exists x3.((x3 = _it) & _sad(x3))) | 742 |
The taiga vole lives in the boreal taiga zone. | exists x1.(_life(x1) & _vole(x1) & _taiga(x1) & exists x2.(_zone(x2) & _taiga(x2) & _boreal(x2) & exists e3.(_in(e3,x2) & (Subj(e3) = x1)))) | 743 |
To be a good passenger and cargo vessel, ships must be quiet and good at sea. | exists x1.(_ship(x1) & _must((_quiet(x1) & _good(x1)))) | 744 |
If Jane flies to Germany, she will go to the Berlin Zoo. | (exists x1.(_jane(x1) & exists e2.(_fly(e2) & (Subj(e2) = x1) & exists x3.(_germany(x3) & _to(e2,x3)))) -> exists x4.((x4 = _she) & exists e5.(_go(e5) & (Subj(e5) = x4) & exists x6.(_zoo(x6) & _berlin(x6) & _to(e5,x6))))) | 745 |
FIFA22 neither supports the Linux OS system nor is it popular among young people. | exists x1.(_fifa22(x1) & exists x2.(_system(x2) & _os(x2) & _linux(x2) & exists e3.(_support(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & _neither(e3))) & exists x4.((x4 = _it) & (x1 = x4)) & _popular(x1)) | 746 |
If someone is angry, then they yell. | (exists x1._angry(x1) -> exists x2.((x2 = _they) & exists e3.(_yell(e3) & (Subj(e3) = x2) & _then(e3)))) | 747 |
Some chess players are grandmasters. | exists x1.(_player(x1) & _chess(x1) & exists x2.(_grandmaster(x2) & (x1 = x2))) | 748 |
Edwin Smith went to Rose Road Primary School, located in Grey Lynn. | exists x1.(_smith(x1) & _edwin(x1) & exists e2.(_go(e2) & (Subj(e2) = x1) & exists x3.(_school(x3) & _primary(x3) & _road(x3) & _rose(x3) & exists e4.(_locate(e4) & (Acc(e4) = x3) & exists x5.(_lynn(x5) & _grey(x5) & _in(e4,x5))) & _to(e2,x3)))) | 749 |
4Sum is starred by more than 1 thousand users. | exists x1.(_4sum(x1) & exists e2.(_star(e2) & (Acc(e2) = x1) & exists x3.(_more(x3) & _1(x3) & _user(x3) & _thousand(x3) & (Subj(e2) = x3)))) | 750 |
James is working in software engineering. | exists x1.(_james(x1) & exists e2.(_work(e2) & (Subj(e2) = x1) & exists x3.(_engineering(x3) & _software(x3) & _in(e2,x3)))) | 751 |
North America is in the western hemisphere of the earth. | exists x1.(_america(x1) & _north(x1) & exists e2.(exists x3.(_hemisphere(x3) & _western(x3) & exists x4.(_earth(x4) & (x3 = x4)) & _in(e2,x3)) & (Subj(e2) = x1))) | 752 |
Some books that contain innovative ideas are about technology. | exists x1.(_book(x1) & exists x2.(_idea(x2) & _innovative(x2) & exists e3.(_contain(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists e4.(exists x5.(_technology(x5) & _about(e4,x5)) & (Subj(e4) = x1))) | 753 |
The video game named “Be Lionel” is in the Pokemon series or supports users to simulate playing football games online. | exists x1.(_game(x1) & _video(x1) & exists x2.(_lionel”(x2) & _“be(x2) & exists e3.(_name(e3) & (Dat(e3) = x1) & (Acc(e3) = x2))) & (exists e4.(exists x5.(_series(x5) & _pokemon(x5) & _in(e4,x5)) & (Subj(e4) = x1)) | exists e6.(_support(e6) & (Subj(e6) = x1) & AccI(e6,exists x7.(_user(x7) & exists x8.(_game(x8) & _football(x8) & exists e9.(_online(e9) & (Subj(e9) = x8)) & exists e10.(_play(e10) & (Subj(e10) = x7) & (Acc(e10) = x8) & _simulate(e10)))))))) | 754 |
If something is mild, then no lab tests or imaging is required. | (exists x1._mild(x1) -> -exists x2.((_test(x2) | _imaging(x2)) & _lab(x2) & exists e3.(_require(e3) & (Acc(e3) = x2) & _then(e3)))) | 755 |
All mammals are living beings. | all x1.(_mammal(x1) -> exists x2.(_being(x2) & exists e3.(_live(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 756 |
All small things are light. | all x1.((_thing(x1) & _small(x1)) -> _light(x1)) | 757 |
All science-fiction is from an imaginative process. | all x1.(_science_dash_fiction(x1) -> exists e2.(exists x3.(_process(x3) & _imaginative(x3) & _from(e2,x3)) & (Subj(e2) = x1))) | 758 |
An Olympian is a person who trains for an Olympic sport and goes to the Olympics. | exists x1.(_olympian(x1) & exists x2.(_person(x2) & exists e3.(_train(e3) & (Subj(e3) = x2) & exists x4.(_sport(x4) & _olympic(x4) & _for(e3,x4))) & exists e5.(_go(e5) & (Subj(e5) = x2) & exists x6.(_olympics(x6) & _to(e5,x6))) & (x1 = x2))) | 759 |
All graduate students are students. | all x1.((_student(x1) & _graduate(x1)) -> exists x2.(_student(x2) & (x1 = x2))) | 760 |
Good wide receivers can catch with both their left and right hand. | exists x1.(_receiver(x1) & _wide(x1) & _good(x1) & _can(exists e2.(_catch(e2) & (Subj(e2) = x1) & exists x3.(_left(x3) & _with(e2,x3)) & exists x4.(_hand(x4) & _right(x4) & _with(e2,x4))))) | 761 |
Leaders are either a king or a queen. | exists x1.(_leader(x1) & (exists x2.(_king(x2) & (x1 = x2)) | exists x3.(_queen(x3) & (x1 = x3)))) | 762 |
Dagfinn Dahl is a Norwegian barrister. | exists x1.(_dahl(x1) & _dagfinn(x1) & exists x2.(_barrister(x2) & _norwegian(x2) & (x1 = x2))) | 763 |
A werewolf is a human that can turn into a wolf. | exists x1.(_werewolf(x1) & exists x2.(_human(x2) & _can(exists e3.(_turn(e3) & (Subj(e3) = x2) & exists x4.(_wolf(x4) & _into(e3,x4)))) & (x1 = x2))) | 764 |
John works at the Emmet Building. | exists x1.(_john(x1) & exists e2.(_work(e2) & (Subj(e2) = x1) & exists x3.(_building(x3) & _emmet(x3) & _at(e2,x3)))) | 765 |
Daniel studied bioengineering during his undergraduate at Rice University. | exists x1.(_daniel(x1) & exists x2.(_bioengineering(x2) & exists e3.(_study(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_undergraduate(x4) & exists x5.(_university(x5) & _rice(x5) & exists e6.(_at(e6,x5) & (Subj(e6) = x4))) & _during(e3,x4))))) | 766 |
Before releasing their single, "Hooray! Hooray! It's a Holi-Holiday!", Boney M. had had seven consecutive German #1 singles. | (exists x1.((x1 = _it) & _holi_dash_holiday(x1)) & exists x2.(_m_DOT(x2) & _boney(x2) & exists x3.(_consecutive(x3) & _1(x3) & _#(x3) & _german(x3) & _seven(x3) & _singles(x3) & exists e4.(_have(e4) & (Subj(e4) = x2) & (Acc(e4) = x3))))) | 767 |
All movies are videos. | all x1.(_movie(x1) -> exists x2.(_video(x2) & (x1 = x2))) | 768 |
All who choose Plan B are rewarded with a $30 gift card. | all x1.(exists x2.(_b(x2) & _plan(x2) & exists e3.(_choose(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) -> exists e4.(_reward(e4) & (Acc(e4) = x1) & exists x5.(_30(x5) & _card(x5) & _gift(x5) & _with(e4,x5)))) | 769 |
All YouTube-related applications are video applications. | all x1.((_application(x1) & _youtube_dash_related(x1)) -> exists x2.(_application(x2) & _video(x2) & (x1 = x2))) | 770 |
Miroslav Fiedler was a Czech mathematician. | exists x1.(_fiedler(x1) & _miroslav(x1) & exists x2.(_mathematician(x2) & _czech(x2) & (x1 = x2))) | 771 |
Some fears lead to anxiety. | exists x1.(_fear(x1) & exists e2.(_lead(e2) & (Subj(e2) = x1) & exists x3.(_anxiety(x3) & (Dat(e2) = x3)))) | 772 |
All workers are human. | all x1.(_worker(x1) -> _human(x1)) | 773 |
If people grew up with parents who worked as doctors, then they enjoy healthcare fields and want to help people with medical issues. | (exists x1.(_people(x1) & exists e2.(_grow(e2) & (Subj(e2) = x1) & _up(e2) & exists x3.(_parent(x3) & exists e4.(_work(e4) & (Subj(e4) = x3) & exists x5.(_doctor(x5) & _as(e4,x5))) & _with(e2,x3)))) -> exists x6.((x6 = _they) & exists x7.(_field(x7) & _healthcare(x7) & exists e8.(_enjoy(e8) & (Subj(e8) = x6) & (Acc(e8) = x7) & _then(e8))) & exists e9.(_want(e9) & (Subj(e9) = x6) & AccI(e9,exists x10.(_people(x10) & exists e11.(_help(e11) & (Subj(e11) = x6) & (Acc(e11) = x10) & exists x12.(_issue(x12) & _medical(x12) & _with(e11,x12))))) & _then(e9)))) | 774 |
Broadway Sheetmetals was a buisness that was ran and owned by Edwin Smith, who was a sheetmetal worker. | exists x1.(_sheetmetals(x1) & _broadway(x1) & exists x2.(_buisness(x2) & exists e3.(_be(e3) & (Subj(e3) = x2)) & exists e4.(_run(e4) & (Subj(e4) = x2)) & (x1 = x2)) & exists x5.(_buisness(x5) & exists e6.(_be(e6) & (Subj(e6) = x5)) & exists e7.(_own(e7) & (Acc(e7) = x5) & exists x8.(_smith(x8) & _edwin(x8) & exists x9.(_worker(x9) & _sheetmetal(x9) & (x8 = x9)) & (Subj(e7) = x8))) & (x1 = x5))) | 775 |
If people are highly acclaimed in their profession, then they often receive glowing feedback and recommendations from their colleagues. | (exists x1.(_people(x1) & exists e2.(_acclaim(e2) & (Acc(e2) = x1) & exists x3.(_profession(x3) & _in(e2,x3) & _highly(e2)))) -> exists x4.((x4 = _they) & exists x5.(_feedback(x5) & _glow(x5) & exists e6.(_receive(e6) & (Subj(e6) = x4) & (Acc(e6) = x5) & _often(e6) & _then(e6))) & exists x7.(_recommendation(x7) & exists x8.(_colleague(x8) & exists e9.(_from(e9,x8) & (Subj(e9) = x7))) & exists e10.(_receive(e10) & (Subj(e10) = x4) & (Acc(e10) = x7) & _often(e10) & _then(e10))))) | 776 |
Some poker players are dogs. | exists x1.(_player(x1) & _poker(x1) & exists x2.(_dog(x2) & (x1 = x2))) | 777 |
If someone is a scientist, then they are an adult. | (exists x1 x2.(_scientist(x2) & (x1 = x2)) -> exists x3.((x3 = _they) & exists x4.(_adult(x4) & (x3 = x4)))) | 778 |
In accrual accounting, revenues are recognized when they are realized. | (exists x1.(_revenue(x1) & exists e2.(_recognize(e2) & (Acc(e2) = x1))) & exists x3.((x3 = _they) & exists e4.(_realize(e4) & (Acc(e4) = x3)))) | 779 |
If a band writes a album winning an award, then this band wins this award. | (exists x1.(_band(x1) & exists x2.(_album(x2) & exists x3.(_award(x3) & exists e4.(_win(e4) & (Subj(e4) = x2) & (Acc(e4) = x3))) & exists e5.(_write(e5) & (Subj(e5) = x1) & (Acc(e5) = x2)))) -> exists x6.(_band(x6) & exists x7.(_award(x7) & exists e8.(_win(e8) & (Subj(e8) = x6) & (Acc(e8) = x7) & _then(e8))))) | 780 |
Some Whigs speak French. | exists x1.(_whig(x1) & _french(x1)) | 781 |
An APP is either related to YouTube or Instagram. | exists x1.(_app(x1) & exists e2.(_relate(e2) & (Acc(e2) = x1)) & (exists e3.(_youtube(e3) & (Subj(e3) = x1)) | exists e4.(_instagram(e4) & (Subj(e4) = x1)))) | 782 |
Peter Parker is not a civilian if and only if a destroyer is breaking a bridge. | exists x1.(exists x2.(_destroyer(x2) & exists x3.(_bridge(x3) & exists e4.(_break(e4) & (Subj(e4) = x2) & (Acc(e4) = x3)))) -> exists x5.(_parker(x5) & _peter(x5) & -exists x6.(_civilian(x6) & exists e7.(_if(e7,x1) & (Subj(e7) = x6)) & (x5 = x6)) & all x8.(((x8 = x1) & (x5 = x1)) -> True))) | 783 |
If a class has no prerequisites, then the student can 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) & _can(exists x5.(_class(x5) & exists e6.(_take(e6) & (Subj(e6) = x4) & (Acc(e6) = x5) & _then(e6)))))) | 784 |
Minnesota Vikings is a football club. | exists x1.(_vikings(x1) & _minnesota(x1) & exists x2.(_club(x2) & _football(x2) & (x1 = x2))) | 785 |
Walter Folger Brown was an American politician and lawyer, and served as the postmaster general. | exists x1.(_brown(x1) & _folger(x1) & _walter(x1) & exists x2.(_lawyer(x2) & _politician(x2) & _american(x2) & (x1 = x2)) & exists e3.(_serve(e3) & (Subj(e3) = x1) & exists x4.(_general(x4) & _postmaster(x4) & _as(e3,x4)))) | 786 |
All people who limp often and regularly have long-term medical issues with underlying causes. | all x1.(_people(x1) -> ((exists e2.(_limp(e2) & (Subj(e2) = x1) & _often(e2)) & exists x3.(_issue(x3) & _medical(x3) & _long_dash_term(x3) & exists x4.(_cause(x4) & _underlie(x4) & exists e5.(_with(e5,x4) & (Subj(e5) = x3))) & exists e6.(_have(e6) & (Subj(e6) = x1) & (Acc(e6) = x3) & _regularly(e6)))) -> True)) | 787 |
All people from China speak Chinese. | all x1.(_people(x1) -> (exists x2.(_china(x2) & exists e3.(_from(e3,x2) & (Subj(e3) = x1))) -> exists x4.(_chinese(x4) & exists e5.(_speak(e5) & (Subj(e5) = x1) & (Acc(e5) = x4))))) | 788 |
Tipped employees do not get a guaranteed minimum wage. | -exists x1.(_employee(x1) & _tipped(x1) & exists x2.(_wage(x2) & _minimum(x2) & _guaranteed(x2) & exists e3.(_get(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 789 |
If people make a lot of their own food at home using recipes and online guides, then they order takeout at least once a day. | (_day(\F1 F2 F3.F2(\x4.True,\x5.F1(\F6 F7.(F7(x5) & _at(x5)),\e8.(_once(e8) & F3(e8)))),\F9 F10.(exists x11.((x11 = _they) & _then(x11)) & F9(\x12.True,\x13.exists x14.(_guide(x14) & _online(x14) & exists x15.(_takeout(x15) & _order(x15) & exists e16.(_make(e16) & (Subj(e16) = x14) & (Acc(e16) = x15) & (Dat(e16) = x13) & F10(e16))))) & F9(\x17.True,\x18.(exists x19.(_recipe(x19) & exists e20.(_use(e20) & (Subj(e20) = x18) & (Acc(e20) = x19))) & exists x21.(_lot(x21) & exists x22.(_food(x22) & _own(x22) & exists x23.(_home(x23) & exists e24.(_at(e24,x23) & (Subj(e24) = x22))) & (x21 = x22)) & exists x25.(_takeout(x25) & _order(x25) & exists e26.(_make(e26) & (Subj(e26) = x21) & (Acc(e26) = x25) & (Dat(e26) = x18) & F10(e26))))))),\F27 F28.exists x29.(_people(x29) & F27(x29) & F28(x29)),\e30.True) -> exists e31.True) | 790 |
All footballs are balls. | all x1.(_football(x1) -> exists x2.(_ball(x2) & (x1 = x2))) | 791 |
Miroslav Venhoda published a book in 1946 called Method of Studying Gregorian Chant. | exists x1.(_venhoda(x1) & _miroslav(x1) & exists x2.(_book(x2) & exists x3.(_1946(x3) & exists e4.(_in(e4,x3) & (Subj(e4) = x2) & exists x5.(_method(x5) & exists x6.(_chant(x6) & _gregorian(x6) & exists e7.(_study(e7) & (Subj(e7) = x5) & (Acc(e7) = x6))) & exists e8.(_call(e8) & (Dat(e8) = x2) & (Acc(e8) = x5))))) & exists e9.(_publish(e9) & (Subj(e9) = x1) & (Acc(e9) = x2)))) | 792 |
Every creepy haunted house is in a mansion house. | all x1.((_house(x1) & _haunted(x1) & _creepy(x1)) -> exists e2.(exists x3.(_house(x3) & _mansion(x3) & _in(e2,x3)) & (Subj(e2) = x1))) | 793 |
Drishti is open-source. | exists x1.(_drishti(x1) & _open_dash_source(x1)) | 794 |
Quiksilver sells sportswear, clothing, footwear, and accessories. | exists x1.(_quiksilver(x1) & exists x2.(_sportswear(x2) & exists e3.(_sell(e3) & (Subj(e3) = x1) & (Acc(e3) = x2))) & exists x4.(_clothing(x4) & exists e5.(_sell(e5) & (Subj(e5) = x1) & (Acc(e5) = x4))) & exists x6.(_footwear(x6) & exists e7.(_sell(e7) & (Subj(e7) = x1) & (Acc(e7) = x6))) & exists x8.(_accessory(x8) & exists e9.(_sell(e9) & (Subj(e9) = x1) & (Acc(e9) = x8)))) | 795 |
The taiga vole is a large vole found in northwestern North America. | exists x1.(_vole(x1) & _taiga(x1) & exists x2.(_vole(x2) & _large(x2) & exists e3.(_find(e3) & (Acc(e3) = x2) & exists x4.(_america(x4) & _north(x4) & _northwestern(x4) & _in(e3,x4))) & (x1 = x2))) | 796 |
Roberto Roversi uses Roversi as a surname. | exists x1.(_roversi(x1) & _roberto(x1) & exists x2.(_roversi(x2) & exists e3.(_use(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_surname(x4) & _as(e3,x4))))) | 797 |
If a team wins the NBA finals, then they will have more income. | (exists x1.(_team(x1) & exists x2.(_final(x2) & _nba(x2) & exists e3.(_win(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) -> exists x4.((x4 = _they) & exists x5.(_income(x5) & _more(x5) & exists e6.(_have(e6) & (Subj(e6) = x4) & (Acc(e6) = x5) & _then(e6))))) | 798 |
Holding companies hold several companies. | exists x1.(_company(x1) & _holding(x1) & exists x2.(_company(x2) & exists e3.(_hold(e3) & (Subj(e3) = x1) & (Acc(e3) = x2)))) | 799 |
All Yale graduates who submitted their resumes to Google got jobs there. | all x1.((_graduate(x1) & _yale(x1)) -> (exists x2.(_resume(x2) & exists e3.(_submit(e3) & (Subj(e3) = x1) & (Acc(e3) = x2) & exists x4.(_google(x4) & (Dat(e3) = x4)))) -> exists x5.(_job(x5) & exists e6.(_get(e6) & (Subj(e6) = x1) & (Acc(e6) = x5) & _there(e6))))) | 800 |
New York City is on the East Coast. | exists x1.(_city(x1) & _york(x1) & _new(x1) & exists e2.(exists x3.(_coast(x3) & _east(x3) & _on(e2,x3)) & (Subj(e2) = x1))) | 801 |