<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fracas-problems SYSTEM "fracas-problems.dtd">
<?xml-stylesheet type="text/xsl" href="fracas-problems-to-html.xsl"?>

<fracas-problems>

<comment class="intro">

=================================================================================
THE FRACAS TEXTUAL INFERENCE PROBLEM SET
=================================================================================

The textual inference problems contained in this file are derived from the
FraCaS project undertaken in the mid-1990s.  The source document is:

    "Using the Framework"
    The FraCaS Consortium
    Cooper et al.
    January 1996
    ftp://ftp.cogsci.ed.ac.uk/pub/FRACAS/del16.ps.gz

There are 346 problems.  Each problem contains one or more premises and one
question.  There are a total of 536 premises, or an average of 1.55 premises per
problem.  The premise counts are distributed as follows:

            # premises      # problems      % problems
            ----------      ----------      ----------
                1              192            55.5 %
                2              122            35.3 %
                3               29             8.4 %
                4                2             0.6 %
                5                1             0.3 %

---------------------------------------------------------------------------------

Conversion to XML by Bill MacCartney (wcmac@cs.stanford.edu).  If you benefit
from my work, please give me appropriate credit.

Some notes on the XML representation:

The 'p' and 'q' elements:

    These contain the premises and the question from the original source
    problem.  Note that four problems are missing questions altogether.

    I have made some very minor corrections here and there, such as adding
    missing sentence-final periods.  But I've generally been reluctant to make
    other edits, even when the original is not perfectly grammatical.

The 'h' element:

    The original problems included questions, not hypotheses.  But in my work, I
    prefer to work with declarative hypotheses.  I've therefore introduced the
    'h' element, containing a sentence which is, as nearly as possible, the
    declarative equivalent to the question posed in the 'q' element.  The
    transformation from question form to declarative form was initially
    performed automatically, but all the results were manually reviewed and
    edited for correctness.  Note that in a few questions (specifically, those
    containing "any", "anyone", or "either"), it was necessary to change some
    key words to achieve grammaticality.  "Any" and "anyone" were replaced by
    "some" and "someone", while "either" was replaced by "one of the".  Problems
    38, 46, 54, 55, 62, 70, 71, 78, 107, 108, 141, 344 were affected in this
    way.

The 'a' element:

    Most problems in the source document included an answer, marked in square
    brackets.  The 'a' element shows that answer.  Most answers are "Yes",
    "Don't know", or "No", but some are longer phrases containing qualifications
    or elaborations such as "Yes, on one reading".  The answer distribution is
    roughly as follows:

        180    52%     Yes
         94    27%     Don't know
         31     9%     No
         41    12%     [other / complex]

The 'why' element:

    These elements contain text from the source document intended to explain or
    justify the answer.

The 'note' element:

    I've added notes to a number of problems in order to explain issues which
    arose during translation to XML.

The 'fracas_answer' attribute:

    To remedy the fact that the answers given in the source document are not
    restricted to a set of canonical values, most problems include a
    'fracas_answer' attribute, having one of the values {'yes', 'no', 'unknown',
    'undef'}.  In most cases, this attribute value was generated by the obvious
    mapping from the 'a' element, but for complex 'a' elements I used my own
    judgment in generating the 'answer' value.

The 'fracas_nonstandard' attribute:

    If the answer given in the source document is not one of {'Yes', 'No', or
    'Don't know'}, then the problem will include the 'fracas_nonstandard'
    attribute with value 'true'.  41 problems have this annotation.


---------------------------------------------------------------------------------

Here's the outline of the problem set:

    1 GENERALIZED QUANTIFIERS
        1.1 Conservativity
        1.2 Monotonicity (upwards on second argument)
        1.3 Monotonicity (downwards on second argument)
        1.4 Monotonicity (upwards on first argument)
        1.5 Monotonicity (downwards on first argument)

    2 PLURALS
        2.1 Conjoined Noun Phrases
        2.2 Definite Plurals
        2.3 Bare Plurals
        2.4 Dependent Plurals
        2.5 Negated Plurals
        2.6 Collective and Distributive Plurals

    3 (NOMINAL) ANAPHORA
        3.1 Intra-Sentential
        3.2 Inter-Sentential
        3.3 Plural Anaphora
        3.4 E-type and Donkey Pronouns
        3.5 Functional and Subsectional
        3.6 Simple Reflexives

    4 ELLIPSIS
        4.1 VP Ellipsis
        4.2 Gapping
        4.3 One Anaphora
        4.4 Sluicing
        4.5 Phrasal Ellipsis
        4.6 Antecedent Contained Deletion
        4.7 Configurational Effects
        4.8 Ellipsis and Anaphora
        4.9 Ellipsis and Quantification

    5 ADJECTIVES
        5.1 Affirmative and Non-Affirmative
        5.2 No Comparison Class
        5.3 Opposites
        5.4 Extensional Comparison Classes
        5.5 Extensional and Intensional Comparison Classes
        5.6 Default Comparison Classes

    6 COMPARATIVES
        6.1 Phrasal Comparatives
        6.2 Clausal Complement
        6.3 Measure Phrases
        6.4 Differential Comparatives
        6.5 Attributive Comparatives
        6.6 Comparatives and Quantifiers

    7 TEMPORAL REFERENCE
        7.1 Standard Use of Tenses
        7.2 Temporal Adverbials
            7.2.1 Indexicals
            7.2.2 "Before", "After" (Temporal Subordinate Clauses)
            7.2.3 "In", "For" and "On" Temporal Adverbials
            7.2.4 Quantificational Adverbials
        7.3 Anaphoric Dimension
        7.4 Adverbs of Quantification
        7.5 Some more Complex Examples

    8 VERBS
        8.1 Aspectual Classes
        8.2 Distributive and Collective Predication

    9 ATTITUDES
        9.1 Epistemic, Intentional and Reportive Attitudes
        9.2 Preceptive Attitudes: "See" with Bare Infinitive Complements
            9.2.1 Inferences we do not get
            9.2.2 Veridicality
            9.2.3 Substitution
            9.2.4 Existential instantiation
            9.2.5 Conjunction distribution
            9.2.6 Disjunction distribution

---------------------------------------------------------------------------------

Here's the breakdown by topic:

                                                   single-
    sec   topic            start   count     %     premise
    ---   -----------      -----   -----   -----   -------
     1    Quantifiers         1      80     23 %      50
     2    Plurals            81      33     10 %      24
     3    Anaphora          114      28      8 %       6
     4    Ellipsis          142      55     16 %      25
     5    Adjectives        197      23      7 %      15
     6    Comparatives      220      31      9 %      16
     7    Temporal          251      75     22 %      39
     8    Verbs             326       8      2 %       8
     9    Attitudes         334      13      4 %       9

</comment>

<comment class="section"> 1 GENERALIZED QUANTIFIERS </comment>

<comment class="subsection"> 1.1 Conservativity </comment>

<comment> Q As are Bs == Q As are As who are Bs </comment>

<problem
  id="001"
  fracas_answer="yes">
  <p idx="1">
    An Italian became the world&apos;s greatest tenor.
  </p>
  <q>
    Was there an Italian who became the world&apos;s greatest tenor?
  </q>
  <h>
    There was an Italian who became the world&apos;s greatest tenor.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="002"
  fracas_answer="yes">
  <p idx="1">
    Every Italian man wants to be a great tenor.
  </p>
  <p idx="2">
    Some Italian men are great tenors.
  </p>
  <q>
    Are there Italian men who want to be a great tenor?
  </q>
  <h>
    There are Italian men who want to be a great tenor.
  </h>
  <a> Yes </a>
  <note> Note that second premise is unnecessary and irrelevant. </note>
</problem>

<problem
  id="003"
  fracas_answer="yes">
  <p idx="1">
    All Italian men want to be a great tenor.
  </p>
  <p idx="2">
    Some Italian men are great tenors.
  </p>
  <q>
    Are there Italian men who want to be a great tenor?
  </q>
  <h>
    There are Italian men who want to be a great tenor.
  </h>
  <a> Yes </a>
  <note> Note that second premise is unnecessary and irrelevant. </note>
</problem>

<problem
  id="004"
  fracas_answer="yes">
  <p idx="1">
    Each Italian tenor wants to be great.
  </p>
  <p idx="2">
    Some Italian tenors are great.
  </p>
  <q>
    Are there Italian tenors who want to be great?
  </q>
  <h>
    There are Italian tenors who want to be great.
  </h>
  <a> Yes </a>
  <note> Note that second premise is unnecessary and irrelevant. </note>
</problem>

<problem
  id="005"
  fracas_answer="yes">
  <p idx="1">
    The really ambitious tenors are Italian.
  </p>
  <q>
    Are there really ambitious tenors who are Italian?
  </q>
  <h>
    There are really ambitious tenors who are Italian.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="006"
  fracas_answer="no">
  <p idx="1">
    No really great tenors are modest.
  </p>
  <q>
    Are there really great tenors who are modest?
  </q>
  <h>
    There are really great tenors who are modest.
  </h>
  <a> No </a>
</problem>

<problem
  id="007"
  fracas_answer="yes">
  <p idx="1">
    Some great tenors are Swedish.
  </p>
  <q>
    Are there great tenors who are Swedish?
  </q>
  <h>
    There are great tenors who are Swedish.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="008"
  fracas_answer="yes">
  <p idx="1">
    Many great tenors are German.
  </p>
  <q>
    Are there great tenors who are German?
  </q>
  <h>
    There are great tenors who are German.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="009"
  fracas_answer="yes">
  <p idx="1">
    Several great tenors are British.
  </p>
  <q>
    Are there great tenors who are British?
  </q>
  <h>
    There are great tenors who are British.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="010"
  fracas_answer="yes">
  <p idx="1">
    Most great tenors are Italian.
  </p>
  <q>
    Are there great tenors who are Italian?
  </q>
  <h>
    There are great tenors who are Italian.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="011"
  fracas_answer="yes">
  <p idx="1">
    A few great tenors sing popular music.
  </p>
  <p idx="2">
    Some great tenors like popular music.
  </p>
  <q>
    Are there great tenors who sing popular music?
  </q>
  <h>
    There are great tenors who sing popular music.
  </h>
  <a> Yes </a>
  <note> Note that second premise is unnecessary and irrelevant. </note>
</problem>

<problem
  id="012"
  fracas_answer="undef"
  fracas_nonstandard="true">
  <p idx="1">
    Few great tenors are poor.
  </p>
  <q>
    Are there great tenors who are poor?
  </q>
  <h>
    There are great tenors who are poor.
  </h>
  <a> Not many </a>
</problem>

<problem
  id="013"
  fracas_answer="yes">
  <p idx="1">
    Both leading tenors are excellent.
  </p>
  <p idx="2">
    Leading tenors who are excellent are indispensable.
  </p>
  <q>
    Are both leading tenors indispensable?
  </q>
  <h>
    Both leading tenors are indispensable.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="014"
  fracas_answer="no">
  <p idx="1">
    Neither leading tenor comes cheap.
  </p>
  <p idx="2">
    One of the leading tenors is Pavarotti.
  </p>
  <q>
    Is Pavarotti a leading tenor who comes cheap?
  </q>
  <h>
    Pavarotti is a leading tenor who comes cheap.
  </h>
  <a> No </a>
</problem>

<problem
  id="015"
  fracas_answer="yes">
  <p idx="1">
    At least three tenors will take part in the concert.
  </p>
  <q>
    Are there tenors who will take part in the concert?
  </q>
  <h>
    There are tenors who will take part in the concert.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="016"
  fracas_answer="undef"
  fracas_nonstandard="true">
  <p idx="1">
    At most two tenors will contribute their fees to charity.
  </p>
  <q>
    Are there tenors who will contribute their fees to charity?
  </q>
  <h>
    There are tenors who will contribute their fees to charity.
  </h>
  <a> At most two </a>
</problem>

<comment class="subsection"> 1.2 Monotonicity (upwards on second argument) </comment>

<comment> Q As are Bs and all Bs are Cs &lt; Q As are Cs </comment>

<problem
  id="017"
  fracas_answer="yes">
  <p idx="1">
    An Irishman won the Nobel prize for literature.
  </p>
  <q>
    Did an Irishman win a Nobel prize?
  </q>
  <h>
    An Irishman won a Nobel prize.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="018"
  fracas_answer="yes">
  <p idx="1">
    Every European has the right to live in Europe.
  </p>
  <p idx="2">
    Every European is a person.
  </p>
  <p idx="3">
    Every person who has the right to live in Europe can travel freely within Europe.
  </p>
  <q>
    Can every European travel freely within Europe?
  </q>
  <h>
    Every European can travel freely within Europe.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="019"
  fracas_answer="yes">
  <p idx="1">
    All Europeans have the right to live in Europe.
  </p>
  <p idx="2">
    Every European is a person.
  </p>
  <p idx="3">
    Every person who has the right to live in Europe can travel freely within Europe.
  </p>
  <q>
    Can all Europeans travel freely within Europe?
  </q>
  <h>
    All Europeans can travel freely within Europe.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="020"
  fracas_answer="yes">
  <p idx="1">
    Each European has the right to live in Europe.
  </p>
  <p idx="2">
    Every European is a person.
  </p>
  <p idx="3">
    Every person who has the right to live in Europe can travel freely within Europe.
  </p>
  <q>
    Can each European travel freely within Europe?
  </q>
  <h>
    Each European can travel freely within Europe.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="021"
  fracas_answer="yes">
  <p idx="1">
    The residents of member states have the right to live in Europe.
  </p>
  <p idx="2">
    All residents of member states are individuals.
  </p>
  <p idx="3">
    Every individual who has the right to live in Europe can travel freely within Europe.
  </p>
  <q>
    Can the residents of member states travel freely within Europe?
  </q>
  <h>
    The residents of member states can travel freely within Europe.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="022"
  fracas_answer="unknown">
  <p idx="1">
    No delegate finished the report on time.
  </p>
  <q>
    Did no delegate finish the report?
  </q>
  <h>
    No delegate finished the report.
  </h>
  <a> Don't know </a>
  <why> can't drop adjunct in negative context </why>
</problem>

<problem
  id="023"
  fracas_answer="yes">
  <p idx="1">
    Some delegates finished the survey on time.
  </p>
  <q>
    Did some delegates finish the survey?
  </q>
  <h>
    Some delegates finished the survey.
  </h>
  <a> Yes </a>
  <why> OK to drop adjunct in positive context </why>
</problem>

<problem
  id="024"
  fracas_answer="yes">
  <p idx="1">
    Many delegates obtained interesting results from the survey.
  </p>
  <q>
    Did many delegates obtain results from the survey?
  </q>
  <h>
    Many delegates obtained results from the survey.
  </h>
  <a> Yes </a>
  <why> OK to drop adjunct in positive context </why>
</problem>

<problem
  id="025"
  fracas_answer="yes">
  <p idx="1">
    Several delegates got the results published in major national newspapers.
  </p>
  <q>
    Did several delegates get the results published?
  </q>
  <h>
    Several delegates got the results published.
  </h>
  <a> Yes </a>
  <why> OK to drop adjunct in positive context </why>
</problem>

<problem
  id="026"
  fracas_answer="yes">
  <p idx="1">
    Most Europeans are resident in Europe.
  </p>
  <p idx="2">
    All Europeans are people.
  </p>
  <p idx="3">
    All people who are resident in Europe can travel freely within Europe.
  </p>
  <q>
    Can most Europeans travel freely within Europe?
  </q>
  <h>
    Most Europeans can travel freely within Europe.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="027"
  fracas_answer="yes">
  <p idx="1">
    A few committee members are from Sweden.
  </p>
  <p idx="2">
    All committee members are people.
  </p>
  <p idx="3">
    All people who are from Sweden are from Scandinavia.
  </p>
  <q>
    Are at least a few committee members from Scandinavia?
  </q>
  <h>
    At least a few committee members are from Scandinavia.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="028"
  fracas_answer="unknown">
  <p idx="1">
    Few committee members are from Portugal.
  </p>
  <p idx="2">
    All committee members are people.
  </p>
  <p idx="3">
    All people who are from Portugal are from southern Europe.
  </p>
  <q>
    Are there few committee members from southern Europe?
  </q>
  <h>
    There are few committee members from southern Europe.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="029"
  fracas_answer="yes">
  <p idx="1">
    Both commissioners used to be leading businessmen.
  </p>
  <q>
    Did both commissioners used to be businessmen?
  </q>
  <h>
    Both commissioners used to be businessmen.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="030"
  fracas_answer="unknown">
  <p idx="1">
    Neither commissioner spends a lot of time at home.
  </p>
  <q>
    Does neither commissioner spend time at home?
  </q>
  <h>
    Neither commissioner spends time at home.
  </h>
  <a> Don't know </a>
  <why> Not OK to drop [qualifier] in negative context </why>
</problem>

<problem
  id="031"
  fracas_answer="yes">
  <p idx="1">
    At least three commissioners spend a lot of time at home.
  </p>
  <q>
    Do at least three commissioners spend time at home?
  </q>
  <h>
    At least three commissioners spend time at home.
  </h>
  <a> Yes </a>
  <note> Typo in original problem: premise was "A least three..." </note>
</problem>

<problem
  id="032"
  fracas_answer="unknown">
  <p idx="1">
    At most ten commissioners spend a lot of time at home.
  </p>
  <q>
    Do at most ten commissioners spend time at home?
  </q>
  <h>
    At most ten commissioners spend time at home.
  </h>
  <a> Don't know </a>
</problem>

<comment class="subsection"> 1.3 Monotonicity (downwards on second argument) </comment>

<comment> Q As are Bs and all Cs are Bs &lt; Q As are Cs </comment>

<problem
  id="033"
  fracas_answer="unknown">
  <p idx="1">
    An Irishman won a Nobel prize.
  </p>
  <q>
    Did an Irishman win the Nobel prize for literature?
  </q>
  <h>
    An Irishman won the Nobel prize for literature.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="034"
  fracas_answer="unknown">
  <p idx="1">
    Every European can travel freely within Europe.
  </p>
  <p idx="2">
    Every European is a person.
  </p>
  <p idx="3">
    Every person who has the right to live in Europe can travel freely within Europe.
  </p>
  <q>
    Does every European have the right to live in Europe?
  </q>
  <h>
    Every European has the right to live in Europe.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="035"
  fracas_answer="unknown">
  <p idx="1">
    All Europeans can travel freely within Europe.
  </p>
  <p idx="2">
    Every European is a person.
  </p>
  <p idx="3">
    Every person who has the right to live in Europe can travel freely within Europe.
  </p>
  <q>
    Do all Europeans have the right to live in Europe?
  </q>
  <h>
    All Europeans have the right to live in Europe.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="036"
  fracas_answer="unknown">
  <p idx="1">
    Each European can travel freely within Europe.
  </p>
  <p idx="2">
    Every European is a person.
  </p>
  <p idx="3">
    Every person who has the right to live in Europe can travel freely within Europe.
  </p>
  <q>
    Does each European have the right to live in Europe?
  </q>
  <h>
    Each European has the right to live in Europe.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="037"
  fracas_answer="unknown">
  <p idx="1">
    The residents of member states can travel freely within Europe.
  </p>
  <p idx="2">
    All residents of member states are individuals.
  </p>
  <p idx="3">
    Every individual who has the right to live anywhere in Europe can travel freely within Europe.
  </p>
  <q>
    Do the residents of member states have the right to live anywhere in Europe?
  </q>
  <h>
    The residents of member states have the right to live anywhere in Europe.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="038"
  fracas_answer="no">
  <p idx="1">
    No delegate finished the report.
  </p>
  <q>
    Did any delegate finish the report on time?
  </q>
  <h>
    Some delegate finished the report on time.
  </h>
  <a> No </a>
</problem>

<problem
  id="039"
  fracas_answer="unknown">
  <p idx="1">
    Some delegates finished the survey.
  </p>
  <q>
    Did some delegates finish the survey on time?
  </q>
  <h>
    Some delegates finished the survey on time.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="040"
  fracas_answer="unknown">
  <p idx="1">
    Many delegates obtained results from the survey.
  </p>
  <q>
    Did many delegates obtain interesting results from the survey?
  </q>
  <h>
    Many delegates obtained interesting results from the survey.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="041"
  fracas_answer="unknown">
  <p idx="1">
    Several delegates got the results published.
  </p>
  <q>
    Did several delegates get the results published in major national newspapers?
  </q>
  <h>
    Several delegates got the results published in major national newspapers.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="042"
  fracas_answer="unknown">
  <p idx="1">
    Most Europeans can travel freely within Europe.
  </p>
  <p idx="2">
    All Europeans are people.
  </p>
  <p idx="3">
    All people who are resident in Europe can travel freely within Europe.
  </p>
  <q>
    Are most Europeans resident in Europe?
  </q>
  <h>
    Most Europeans are resident in Europe.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="043"
  fracas_answer="unknown">
  <p idx="1">
    A few committee members are from Scandinavia.
  </p>
  <p idx="2">
    All committee members are people.
  </p>
  <p idx="3">
    All people who are from Sweden are from Scandinavia.
  </p>
  <q>
    Are at least a few committee members from Sweden?
  </q>
  <h>
    At least a few committee members are from Sweden.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="044"
  fracas_answer="yes">
  <p idx="1">
    Few committee members are from southern Europe.
  </p>
  <p idx="2">
    All committee members are people.
  </p>
  <p idx="3">
    All people who are from Portugal are from southern Europe.
  </p>
  <q>
    Are there few committee members from Portugal?
  </q>
  <h>
    There are few committee members from Portugal.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="045"
  fracas_answer="unknown">
  <p idx="1">
    Both commissioners used to be businessmen.
  </p>
  <q>
    Did both commissioners used to be leading businessmen?
  </q>
  <h>
    Both commissioners used to be leading businessmen.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="046"
  fracas_answer="no">
  <p idx="1">
    Neither commissioner spends time at home.
  </p>
  <q>
    Does either commissioner spend a lot of time at home?
  </q>
  <h>
    One of the commissioners spends a lot of time at home.
  </h>
  <a> No </a>
</problem>

<problem
  id="047"
  fracas_answer="unknown">
  <p idx="1">
    At least three commissioners spend time at home.
  </p>
  <q>
    Do at least three commissioners spend a lot of time at home?
  </q>
  <h>
    At least three commissioners spend a lot of time at home.
  </h>
  <a> Don't know </a>
  <note> Typo in original problem: premise was "A least three..." </note>
</problem>

<problem
  id="048"
  fracas_answer="yes">
  <p idx="1">
    At most ten commissioners spend time at home.
  </p>
  <q>
    Do at most ten commissioners spend a lot of time at home?
  </q>
  <h>
    At most ten commissioners spend a lot of time at home.
  </h>
  <a> Yes </a>
</problem>

<comment class="subsection"> 1.4 Monotonicity (upwards on first argument) </comment>

<comment> Q As are Bs and all As are Cs &lt; Q Cs are Bs </comment>

<problem
  id="049"
  fracas_answer="yes">
  <p idx="1">
    A Swede won a Nobel prize.
  </p>
  <p idx="2">
    Every Swede is a Scandinavian.
  </p>
  <q>
    Did a Scandinavian win a Nobel prize?
  </q>
  <h>
    A Scandinavian won a Nobel prize.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="050"
  fracas_answer="unknown">
  <p idx="1">
    Every Canadian resident can travel freely within Europe.
  </p>
  <p idx="2">
    Every Canadian resident is a resident of the North American continent.
  </p>
  <q>
    Can every resident of the North American continent travel freely within Europe?
  </q>
  <h>
    Every resident of the North American continent can travel freely within Europe.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="051"
  fracas_answer="unknown">
  <p idx="1">
    All Canadian residents can travel freely within Europe.
  </p>
  <p idx="2">
    Every Canadian resident is a resident of the North American continent.
  </p>
  <q>
    Can all residents of the North American continent travel freely within Europe?
  </q>
  <h>
    All residents of the North American continent can travel freely within Europe.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="052"
  fracas_answer="unknown">
  <p idx="1">
    Each Canadian resident can travel freely within Europe.
  </p>
  <p idx="2">
    Every Canadian resident is a resident of the North American continent.
  </p>
  <q>
    Can each resident of the North American continent travel freely within Europe?
  </q>
  <h>
    Each resident of the North American continent can travel freely within Europe.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="053"
  fracas_answer="unknown">
  <p idx="1">
    The residents of major western countries can travel freely within Europe.
  </p>
  <p idx="2">
    All residents of major western countries are residents of western countries.
  </p>
  <q>
    Do the residents of western countries have the right to live in Europe?
  </q>
  <h>
    The residents of western countries have the right to live in Europe.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="054"
  fracas_answer="unknown">
  <p idx="1">
    No Scandinavian delegate finished the report on time.
  </p>
  <q>
    Did any delegate finish the report on time?
  </q>
  <h>
    Some delegate finished the report on time.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="055"
  fracas_answer="yes">
  <p idx="1">
    Some Irish delegates finished the survey on time.
  </p>
  <q>
    Did any delegates finish the survey on time?
  </q>
  <h>
    Some delegates finished the survey on time.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="056"
  fracas_answer="unknown">
  <p idx="1">
    Many British delegates obtained interesting results from the survey.
  </p>
  <q>
    Did many delegates obtain interesting results from the survey?
  </q>
  <h>
    Many delegates obtained interesting results from the survey.
  </h>
  <a> Don't know </a>
  <note>
    This answer seems dubious to me.  Apparently the FraCaS people interpret
    "many" as denoting a large proportion, whereas I interpret it as denoting a
    large absolute number.  That is, if "many" is regarded as a binary
    generalized quantifier, they want to say it's non-monotone in the first
    argument (and upward-monotone in the second), whereas I would say it's
    upward-monotone in both arguments.  Note that this problem is exactly the
    inverse of problem fracas-72.
  </note>
</problem>

<problem
  id="057"
  fracas_answer="yes">
  <p idx="1">
    Several Portuguese delegates got the results published in major national newspapers.
  </p>
  <q>
    Did several delegates get the results published in major national newspapers?
  </q>
  <h>
    Several delegates got the results published in major national newspapers.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="058"
  fracas_answer="unknown">
  <p idx="1">
    Most Europeans who are resident in Europe can travel freely within Europe.
  </p>
  <q>
    Can most Europeans travel freely within Europe?
  </q>
  <h>
    Most Europeans can travel freely within Europe.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="059"
  fracas_answer="yes">
  <p idx="1">
    A few female committee members are from Scandinavia.
  </p>
  <q>
    Are at least a few committee members from Scandinavia?
  </q>
  <h>
    At least a few committee members are from Scandinavia.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="060"
  fracas_answer="unknown">
  <p idx="1">
    Few female committee members are from southern Europe.
  </p>
  <q>
    Are few committee members from southern Europe?
  </q>
  <h>
    Few committee members are from southern Europe.
  </h>
  <a> Don't know </a>
  <note>
    Note that this problem is exactly the inverse of problem fracas-76.
  </note>
</problem>

<problem
  id="061"
  fracas_answer="undef"
  fracas_nonstandard="true">
  <p idx="1">
    Both female commissioners used to be in business.
  </p>
  <q>
    Did both commissioners used to be in business?
  </q>
  <h>
    Both commissioners used to be in business.
  </h>
  <a> Yes, if both commissioners are female; otherwise there are more than two commissioners. </a>
</problem>

<problem
  id="062"
  fracas_answer="undef"
  fracas_nonstandard="true">
  <p idx="1">
    Neither female commissioner spends a lot of time at home.
  </p>
  <q>
    Does either commissioner spend a lot of time at home?
  </q>
  <h>
    One of the commissioners spends a lot of time at home.
  </h>
  <a> No, if both commissioners are female; otherwise there are more than two commissioners. </a>
</problem>

<problem
  id="063"
  fracas_answer="yes">
  <p idx="1">
    At least three female commissioners spend time at home.
  </p>
  <q>
    Do at least three commissioners spend time at home?
  </q>
  <h>
    At least three commissioners spend time at home.
  </h>
  <a> Yes </a>
  <note> Typo in original problem: premise was "A least three..." </note>
</problem>

<problem
  id="064"
  fracas_answer="unknown">
  <p idx="1">
    At most ten female commissioners spend time at home.
  </p>
  <q>
    Do at most ten commissioners spend time at home?
  </q>
  <h>
    At most ten commissioners spend time at home.
  </h>
  <a> Don't know </a>
</problem>

<comment class="subsection"> 1.5 Monotonicity (downwards on first argument) </comment>

<comment> Q As are Bs and all Cs are As &lt; Q Cs are Bs </comment>

<problem
  id="065"
  fracas_answer="unknown">
  <p idx="1">
    A Scandinavian won a Nobel prize.
  </p>
  <p idx="2">
    Every Swede is a Scandinavian.
  </p>
  <q>
    Did a Swede win a Nobel prize?
  </q>
  <h>
    A Swede won a Nobel prize.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="066"
  fracas_answer="yes">
  <p idx="1">
    Every resident of the North American continent can travel freely within Europe.
  </p>
  <p idx="2">
    Every Canadian resident is a resident of the North American continent.
  </p>
  <q>
    Can every Canadian resident travel freely within Europe?
  </q>
  <h>
    Every Canadian resident can travel freely within Europe.
  </h>
  <a> Yes </a>
  <note> NB: in the original, "travel" was missing from the question. </note>
</problem>

<problem
  id="067"
  fracas_answer="yes">
  <p idx="1">
    All residents of the North American continent can travel freely within Europe.
  </p>
  <p idx="2">
    Every Canadian resident is a resident of the North American continent.
  </p>
  <q>
    Can all Canadian residents travel freely within Europe?
  </q>
  <h>
    All Canadian residents can travel freely within Europe.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="068"
  fracas_answer="yes">
  <p idx="1">
    Each resident of the North American continent can travel freely within Europe.
  </p>
  <p idx="2">
    Every Canadian resident is a resident of the North American continent.
  </p>
  <q>
    Can each Canadian resident travel freely within Europe?
  </q>
  <h>
    Each Canadian resident can travel freely within Europe.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="069"
  fracas_answer="yes">
  <p idx="1">
    The residents of western countries can travel freely within Europe.
  </p>
  <p idx="2">
    All residents of major western countries are residents of western countries.
  </p>
  <q>
    Do the residents of major western countries have the right to live in Europe?
  </q>
  <h>
    The residents of major western countries have the right to live in Europe.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="070"
  fracas_answer="no">
  <p idx="1">
    No delegate finished the report on time.
  </p>
  <q>
    Did any Scandinavian delegate finish the report on time?
  </q>
  <h>
    Some Scandinavian delegate finished the report on time.
  </h>
  <a> No </a>
</problem>

<problem
  id="071"
  fracas_answer="unknown">
  <p idx="1">
    Some delegates finished the survey on time.
  </p>
  <q>
    Did any Irish delegates finish the survey on time?
  </q>
  <h>
    Some Irish delegates finished the survey on time.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="072"
  fracas_answer="unknown">
  <p idx="1">
    Many delegates obtained interesting results from the survey.
  </p>
  <q>
    Did many British delegates obtain interesting results from the survey?
  </q>
  <h>
    Many British delegates obtained interesting results from the survey.
  </h>
  <a> Don't know </a>
  <note>
    Note that this problem is exactly the inverse of problem fracas-56.
  </note>
</problem>

<problem
  id="073"
  fracas_answer="unknown">
  <p idx="1">
    Several delegates got the results published in major national newspapers.
  </p>
  <q>
    Did several Portuguese delegates get the results published in major national newspapers?
  </q>
  <h>
    Several Portuguese delegates got the results published in major national newspapers.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="074"
  fracas_answer="unknown">
  <p idx="1">
    Most Europeans can travel freely within Europe.
  </p>
  <q>
    Can most Europeans who are resident outside Europe travel freely within Europe?
  </q>
  <h>
    Most Europeans who are resident outside Europe can travel freely within Europe.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="075"
  fracas_answer="unknown">
  <p idx="1">
    A few committee members are from Scandinavia.
  </p>
  <q>
    Are at least a few female committee members from Scandinavia?
  </q>
  <h>
    At least a few female committee members are from Scandinavia.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="076"
  fracas_answer="yes">
  <p idx="1">
    Few committee members are from southern Europe.
  </p>
  <q>
    Are few female committee members from southern Europe?
  </q>
  <h>
    Few female committee members are from southern Europe.
  </h>
  <a> Yes </a>
  <note>
    Note that this problem is exactly the inverse of problem fracas-60.  If the
    answer is "yes", then apparently the FraCaS people interpret "few" as
    denoting a small absolute number, rather than a small proportion.  That is,
    if "few" is regarded as a binary generalized quantifier, they want to say
    it's downward-monotone in the first argument, rather than non-monotone.
    Contrast this with the treatment of "many" in fracas-56 and fracas-72, which
    is apparently interpreted to be non-monotone in its first argument.
  </note>
</problem>

<problem
  id="077"
  fracas_answer="undef"
  fracas_nonstandard="true">
  <p idx="1">
    Both commissioners used to be in business.
  </p>
  <q>
    Did both female commissioners used to be in business?
  </q>
  <h>
    Both female commissioners used to be in business.
  </h>
  <a> Yes, if both commissioners are female; otherwise there are more than two commissioners. </a>
</problem>

<problem
  id="078"
  fracas_answer="undef"
  fracas_nonstandard="true">
  <p idx="1">
    Neither commissioner spends a lot of time at home.
  </p>
  <q>
    Does either female commissioner spend a lot of time at home?
  </q>
  <h>
    One of the female commissioners spends a lot of time at home.
  </h>
  <a> No, if both commissioners are female; otherwise there are more than two commissioners. </a>
</problem>

<problem
  id="079"
  fracas_answer="unknown">
  <p idx="1">
    At least three commissioners spend time at home.
  </p>
  <q>
    Do at least three male commissioners spend time at home?
  </q>
  <h>
    At least three male commissioners spend time at home.
  </h>
  <a> Don't know </a>
  <note> Typo in original problem: premise was "A least three..." </note>
</problem>

<problem
  id="080"
  fracas_answer="yes">
  <p idx="1">
    At most ten commissioners spend time at home.
  </p>
  <q>
    Do at most ten female commissioners spend time at home?
  </q>
  <h>
    At most ten female commissioners spend time at home.
  </h>
  <a> Yes </a>
</problem>

<comment class="section"> 2 PLURALS </comment>

<comment>
  A number of inferences pertaining to plurals are covered under the headings of
  generalized quantifiers and elsewhere. Here we concentrate on conjoined NPs;
  bare, existential and definite plurals; dependent plurals; and collective and
  distributive readings and scope ambiguity.
</comment>

<comment class="subsection"> 2.1 Conjoined Noun Phrases </comment>

<problem
  id="081"
  fracas_answer="yes">
  <p idx="1">
    Smith, Jones and Anderson signed the contract.
  </p>
  <q>
    Did Jones sign the contract?
  </q>
  <h>
    Jones signed the contract.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="082"
  fracas_answer="yes">
  <p idx="1">
    Smith, Jones and several lawyers signed the contract.
  </p>
  <q>
    Did Jones sign the contract?
  </q>
  <h>
    Jones signed the contract.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="083"
  fracas_answer="unknown">
  <p idx="1">
    Either Smith, Jones or Anderson signed the contract.
  </p>
  <q>
    Did Jones sign the contract?
  </q>
  <h>
    Jones signed the contract.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="084"
  fracas_answer="yes">
  <p idx="1">
    Either Smith, Jones or Anderson signed the contract.
  </p>
  <q>
    If Smith and Anderson did not sign the contract, did Jones sign the contract?
  </q>
  <h>
    If Smith and Anderson did not sign the contract, Jones signed the contract.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="085"
  fracas_answer="no">
  <p idx="1">
    Exactly two lawyers and three accountants signed the contract.
  </p>
  <q>
    Did six lawyers sign the contract?
  </q>
  <h>
    Six lawyers signed the contract.
  </h>
  <a> No </a>
  <why> No scope relations between the two conjoined NPs. </why>
</problem>

<problem
  id="086"
  fracas_answer="no">
  <p idx="1">
    Exactly two lawyers and three accountants signed the contract.
  </p>
  <q>
    Did six accountants sign the contract?
  </q>
  <h>
    Six accountants signed the contract.
  </h>
  <a> No </a>
  <why> No scope relations between the two conjoined NPs. </why>
</problem>

<comment> Conjoined Nbars </comment>

<comment>
  Nbar conjunction tends to be quite ambiguous. This may be the result of a
  syntactic ambiguity between (i) genuine Nbar conjunction, and (ii) NP
  conjunction where the determiner of one of the NPs is ellided.
</comment>

<problem
  id="087"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    Every representative and client was at the meeting.
  </p>
  <q>
    Was every representative at the meeting?
  </q>
  <h>
    Every representative was at the meeting.
  </h>
  <a> Yes, on one reading </a>
  <why> Arguably NP conjunction: every representative and every client. </why>
</problem>

<problem
  id="088"
  fracas_answer="unknown"
  fracas_nonstandard="true">
  <p idx="1">
    Every representative and client was at the meeting.
  </p>
  <q>
    Was every representative at the meeting?
  </q>
  <h>
    Every representative was at the meeting.
  </h>
  <a> Don't know, on one reading </a>
  <why> NBar conjunction: everyone who is both a representative and a client. </why>
  <note> Note that this is formally identical with preceding. </note>
</problem>

<problem
  id="089"
  fracas_answer="yes">
  <p idx="1">
    Every representative or client was at the meeting.
  </p>
  <q>
    Was every representative and every client at the meeting?
  </q>
  <h>
    Every representative and every client was at the meeting.
  </h>
  <a> Yes </a>
  <why> With disjunction, NP conjunction seems unavailable. </why>
</problem>

<comment class="subsection"> 2.2 Definite Plurals </comment>

<comment>
  Definite plurals can often be non-anaphoric and behave like universally
  quantified noun phrases (90). However, as with (generic) bare plurals, the
  force of the quantification can also be less than universal (91). Whether this
  lessening of quantificational force is due to the noun phrase or to the
  predicate of which the NP is an argument is unclear (92, 93).
</comment>

<problem
  id="090"
  fracas_answer="yes">
  <p idx="1">
    The chairman read out the items on the agenda.
  </p>
  <q>
    Did the chairman read out every item on the agenda?
  </q>
  <h>
    The chairman read out every item on the agenda.
  </h>
  <a> Yes </a>
</problem>

<comment> Non-anaphoric, universal plural definite </comment>

<problem
  id="091"
  fracas_answer="unknown">
  <p idx="1">
    The people who were at the meeting voted for a new chairman.
  </p>
  <q>
    Did everyone at the meeting vote for a new chairman?
  </q>
  <h>
    Everyone at the meeting voted for a new chairman.
  </h>
  <a> Don't know </a>
  <why> Some people may have abstained from the vote </why>
</problem>

<problem
  id="092"
  fracas_answer="yes">
  <p idx="1">
    All the people who were at the meeting voted for a new chairman.
  </p>
  <q>
    Did everyone at the meeting vote for a new chairman?
  </q>
  <h>
    Everyone at the meeting voted for a new chairman.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="093"
  fracas_answer="yes">
  <p idx="1">
    The people who were at the meeting all voted for a new chairman.
  </p>
  <q>
    Did everyone at the meeting vote for a new chairman?
  </q>
  <h>
    Everyone at the meeting voted for a new chairman.
  </h>
  <a> Yes </a>
</problem>

<comment> Closely related to this, plural definites can have a
collective/institutional or even generic interpretation: </comment>

<problem
  id="094"
  fracas_answer="unknown">
  <p idx="1">
    The inhabitants of Cambridge voted for a Labour MP.
  </p>
  <q>
    Did every inhabitant of Cambridge vote for a Labour MP?
  </q>
  <h>
    Every inhabitant of Cambridge voted for a Labour MP.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="095"
  fracas_answer="unknown">
  <p idx="1">
    The Ancient Greeks were noted philosophers.
  </p>
  <q>
    Was every Ancient Greek a noted philosopher?
  </q>
  <h>
    Every Ancient Greek was a noted philosopher.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="096"
  fracas_answer="yes">
  <p idx="1">
    The Ancient Greeks were all noted philosophers.
  </p>
  <q>
    Was every Ancient Greek a noted philosopher?
  </q>
  <h>
    Every Ancient Greek was a noted philosopher.
  </h>
  <a> Yes </a>
</problem>

<comment class="subsection"> 2.3 Bare Plurals </comment>

<comment> Bare plurals can exhibit existential, (quasi) universal, generic or
dependent plural behaviour. </comment>

<comment> The circumstances giving rise to these different behaviours a poorly
understood, so we only give a few illustrative examples. </comment>

<problem
  id="097"
  fracas_answer="yes">
  <p idx="1">
    Software faults were blamed for the system failure.
  </p>
  <q>
    Was the system failure blamed on one or more software faults?
  </q>
  <h>
    The system failure was blamed on one or more software faults.
  </h>
  <a> Yes </a>
  <why> Existential bare plural </why>
</problem>

<problem
  id="098"
  fracas_answer="unknown">
  <p idx="1">
    Software faults were blamed for the system failure.
  </p>
  <p idx="2">
    Bug # 32-985 is a known software fault.
  </p>
  <q>
    Was Bug # 32-985 blamed for the system failure?
  </q>
  <h>
    Bug # 32-985 was blamed for the system failure.
  </h>
  <a> Don't know </a>
  <why>
    Existential interpretation: not every software fault contributed to the failure.
  </why>
</problem>

<problem
  id="099"
  fracas_answer="yes">
  <p idx="1">
    Clients at the demonstration were all impressed by the system&apos;s performance.
  </p>
  <p idx="2">
    Smith was a client at the demonstration.
  </p>
  <q>
    Was Smith impressed by the system&apos;s performance?
  </q>
  <h>
    Smith was impressed by the system&apos;s performance.
  </h>
  <a> Yes </a>
  <why> (Quasi) universal bare plural </why>
</problem>

<problem
  id="100"
  fracas_answer="yes">
  <p idx="1">
    Clients at the demonstration were impressed by the system&apos;s performance.
  </p>
  <q>
    Were most clients at the demonstration impressed by the system&apos;s performance?
  </q>
  <h>
    Most clients at the demonstration were impressed by the system&apos;s performance.
  </h>
  <a> Yes </a>
  <why> (Quasi) universal bare plural </why>
</problem>

<problem
  id="101"
  fracas_answer="yes">
  <p idx="1">
    University graduates make poor stock-market traders.
  </p>
  <p idx="2">
    Smith is a university graduate.
  </p>
  <q>
    Is Smith likely to make a poor stock market trader?
  </q>
  <h>
    Smith is likely to make a poor stock market trader.
  </h>
  <a> Yes </a>
  <why> Generic interpretation </why>
</problem>

<problem
  id="102"
  fracas_answer="unknown">
  <p idx="1">
    University graduates make poor stock-market traders.
  </p>
  <p idx="2">
    Smith is a university graduate.
  </p>
  <q>
    Will Smith make a poor stock market trader?
  </q>
  <h>
    Smith will make a poor stock market trader.
  </h>
  <a> Don't know </a>
  <why> Generic interpretation </why>
</problem>

<comment class="subsection"> 2.4 Dependent Plurals </comment>

<problem
  id="103"
  fracas_answer="yes">
  <p idx="1">
    All APCOM managers have company cars.
  </p>
  <p idx="2">
    Jones is an APCOM manager.
  </p>
  <q>
    Does Jones have a company car?
  </q>
  <h>
    Jones has a company car.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="104"
  fracas_answer="unknown">
  <p idx="1">
    All APCOM managers have company cars.
  </p>
  <p idx="2">
    Jones is an APCOM manager.
  </p>
  <q>
    Does Jones have more than one company car?
  </q>
  <h>
    Jones has more than one company car.
  </h>
  <a> Don't know </a>
</problem>

<comment class="subsection"> 2.5 Negated Plurals </comment>

<problem
  id="105"
  fracas_answer="no">
  <p idx="1">
    Just one accountant attended the meeting.
  </p>
  <q>
    Did no accountants attend the meeting?
  </q>
  <h>
    No accountants attended the meeting.
  </h>
  <a> No </a>
</problem>

<problem
  id="106"
  fracas_answer="no">
  <p idx="1">
    Just one accountant attended the meeting.
  </p>
  <q>
    Did no accountant attend the meeting?
  </q>
  <h>
    No accountant attended the meeting.
  </h>
  <a> No </a>
</problem>

<problem
  id="107"
  fracas_answer="yes">
  <p idx="1">
    Just one accountant attended the meeting.
  </p>
  <q>
    Did any accountants attend the meeting?
  </q>
  <h>
    Some accountants attended the meeting.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="108"
  fracas_answer="yes">
  <p idx="1">
    Just one accountant attended the meeting.
  </p>
  <q>
    Did any accountant attend the meeting?
  </q>
  <h>
    Some accountant attended the meeting.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="109"
  fracas_answer="no"
  fracas_nonstandard="true">
  <p idx="1">
    Just one accountant attended the meeting.
  </p>
  <q>
    Did some accountants attend the meeting?
  </q>
  <h>
    Some accountants attended the meeting.
  </h>
  <a> No, just one </a>
</problem>

<problem
  id="110"
  fracas_answer="yes">
  <p idx="1">
    Just one accountant attended the meeting.
  </p>
  <q>
    Did some accountant attend the meeting?
  </q>
  <h>
    Some accountant attended the meeting.
  </h>
  <a> Yes </a>
</problem>

<comment class="subsection"> 2.6 Collective and Distributive Plurals </comment>

<problem
  id="111"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    Smith signed one contract.
  </p>
  <p idx="2">
    Jones signed another contract.
  </p>
  <q>
    Did Smith and Jones sign two contracts?
  </q>
  <h>
    Smith and Jones signed two contracts.
  </h>
  <a> Yes, on a collective/cumulative reading of the conclusion. </a>
</problem>

<problem
  id="112"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    Smith signed two contracts.
  </p>
  <p idx="2">
    Jones signed two contracts.
  </p>
  <q>
    Did Smith and Jones sign two contracts?
  </q>
  <h>
    Smith and Jones signed two contracts.
  </h>
  <a> Yes, on a distributive reading of "Smith and Jones". </a>
</problem>

<problem
  id="113"
  fracas_answer="yes">
  <p idx="1">
    Smith signed two contracts.
  </p>
  <p idx="2">
    Jones also signed them.
  </p>
  <q>
    Did Smith and Jones sign two contracts?
  </q>
  <h>
    Smith and Jones signed two contracts.
  </h>
  <a> Yes </a>
</problem>

<comment class="section"> 3 (NOMINAL) ANAPHORA </comment>

<comment> In the examples below we make the assumption (unless otherwise
indicated) that there is no context beyond that provided by the
mini-discourse. This is so that we can do away with explicit co-indexing
of pronouns with their antecedents, on the grounds that context will
provide only (or sometimes a strictly limited number) of possible
antecedents. </comment>

<comment class="subsection"> 3.1 Intra-Sentential </comment>

<problem
  id="114"
  fracas_answer="yes">
  <p idx="1">
    Mary used her workstation.
  </p>
  <q>
    Was Mary&apos;s workstation used?
  </q>
  <h>
    Mary&apos;s workstation was used.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="115"
  fracas_answer="yes">
  <p idx="1">
    Mary used her workstation.
  </p>
  <q>
    Does Mary have a workstation?
  </q>
  <h>
    Mary has a workstation.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="116"
  fracas_answer="yes">
  <p idx="1">
    Mary used her workstation.
  </p>
  <q>
    Is Mary female?
  </q>
  <h>
    Mary is female.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="117"
  fracas_answer="yes">
  <p idx="1">
    Every student used her workstation.
  </p>
  <p idx="2">
    Mary is a student.
  </p>
  <q>
    Did Mary use her workstation?
  </q>
  <h>
    Mary used her workstation.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="118"
  fracas_answer="yes">
  <p idx="1">
    Every student used her workstation.
  </p>
  <p idx="2">
    Mary is a student.
  </p>
  <q>
    Does Mary have a workstation?
  </q>
  <h>
    Mary has a workstation.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="119"
  fracas_answer="no">
  <p idx="1">
    No student used her workstation.
  </p>
  <p idx="2">
    Mary is a student.
  </p>
  <q>
    Did Mary use a workstation?
  </q>
  <h>
    Mary used a workstation.
  </h>
  <a> No </a>
</problem>

<comment class="subsection"> 3.2 Inter-Sentential </comment>

<problem
  id="120"
  fracas_answer="yes">
  <p idx="1">
    Smith attended a meeting.
  </p>
  <p idx="2">
    She chaired it.
  </p>
  <q>
    Did Smith chair a meeting?
  </q>
  <h>
    Smith chaired a meeting.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="121"
  fracas_answer="yes">
  <p idx="1">
    Smith delivered a report to ITEL.
  </p>
  <p idx="2">
    She also delivered them an invoice.
  </p>
  <p idx="3">
    And she delivered them a project proposal.
  </p>
  <q>
    Did Smith deliver a report, an invoice and a project proposal to ITEL?
  </q>
  <h>
    Smith delivered a report, an invoice and a project proposal to ITEL.
  </h>
  <a> Yes </a>
  <why> Keeping track of same entities across more than two sentences. </why>
</problem>

<problem
  id="122"
  fracas_answer="yes">
  <p idx="1">
    Every committee has a chairman.
  </p>
  <p idx="2">
    He is appointed its members.
  </p>
  <q>
    Does every committee have a chairman appointed by members of the committee?
  </q>
  <h>
    Every committee has a chairman appointed by members of the committee.
  </h>
  <a> Yes </a>
  <why> Modal subordination. </why>
</problem>

<comment class="subsection"> 3.3 Plural Anaphora </comment>

<problem
  id="123"
  fracas_answer="yes">
  <p idx="1">
    ITEL has sent most of the reports Smith needs.
  </p>
  <p idx="2">
    They are on her desk.
  </p>
  <q>
    Are there some reports from ITEL on Smith&apos;s desk?
  </q>
  <h>
    There are some reports from ITEL on Smith&apos;s desk.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="124"
  fracas_answer="yes">
  <p idx="1">
    Two out of ten machines are missing.
  </p>
  <p idx="2">
    They have been removed.
  </p>
  <q>
    Have two machines been removed?
  </q>
  <h>
    Two machines have been removed.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="125"
  fracas_answer="unknown">
  <p idx="1">
    Two out of ten machines are missing.
  </p>
  <p idx="2">
    They have been removed.
  </p>
  <q>
    Have eight machines been removed?
  </q>
  <h>
    Eight machines have been removed.
  </h>
  <a> Don't know </a>
  <why> Set difference can't be used to construct plural antecedents </why>
</problem>

<problem
  id="126"
  fracas_answer="yes">
  <p idx="1">
    Two out of ten machines are missing.
  </p>
  <p idx="2">
    They were all here yesterday.
  </p>
  <q>
    Were ten machines here yesterday?
  </q>
  <h>
    Ten machines were here yesterday.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="127"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    Smith took a machine on Tuesday, and Jones took a machine on Wednesday.
  </p>
  <p idx="2">
    They put them in the lobby.
  </p>
  <q>
    Did Smith and Jones put two machines in the lobby?
  </q>
  <h>
    Smith and Jones put two machines in the lobby.
  </h>
  <a> Yes, on a distributive reading of the question. </a>
  <why> Construction of plural antecedents from separate constituents. </why>
</problem>

<problem
  id="128"
  fracas_answer="yes">
  <p idx="1">
    John and his colleagues went to a meeting.
  </p>
  <p idx="2">
    They hated it.
  </p>
  <q>
    Did John&apos;s colleagues hate the meeting?
  </q>
  <h>
    John&apos;s colleagues hated the meeting.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="129"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    John and his colleagues went to a meeting.
  </p>
  <p idx="2">
    They hated it.
  </p>
  <q>
    Did John hate the meeting?
  </q>
  <h>
    John hated the meeting.
  </h>
  <a> Yes, on one possible reading </a>
  <why> "They" can be resolved to John and his colleagues. </why>
</problem>

<problem
  id="130"
  fracas_answer="unknown"
  fracas_nonstandard="true">
  <p idx="1">
    John and his colleagues went to a meeting.
  </p>
  <p idx="2">
    They hated it.
  </p>
  <q>
    Did John hate the meeting?
  </q>
  <h>
    John hated the meeting.
  </h>
  <a> Don't know, on one possible reading </a>
  <why> "They" can also be resolved to John's colleagues but not John. </why>
  <note> Note that this is formally identical with preceding. </note>
</problem>

<problem
  id="131"
  fracas_answer="yes">
  <p idx="1">
    Each department has a dedicated line.
  </p>
  <p idx="2">
    They rent them from BT.
  </p>
  <q>
    Does every department rent a line from BT?
  </q>
  <h>
    Every department rents a line from BT.
  </h>
  <a> Yes </a>
  <why> Dependent plural anaphora </why>
</problem>

<problem
  id="132"
  fracas_answer="yes">
  <p idx="1">
    Each department has a dedicated line.
  </p>
  <p idx="2">
    The sales department rents it from BT.
  </p>
  <q>
    Does the sales department rent a line from BT?
  </q>
  <h>
    The sales department rents a line from BT.
  </h>
  <a> Yes </a>
  <why> Paycheque pronoun </why>
</problem>

<comment class="subsection"> 3.4 E-type and Donkey Pronouns </comment>

<problem
  id="133"
  fracas_answer="yes">
  <p idx="1">
    GFI owns several computers.
  </p>
  <p idx="2">
    ITEL maintains them.
  </p>
  <q>
    Does ITEL maintain all the computers that GFI owns?
  </q>
  <h>
    ITEL maintains all the computers that GFI owns.
  </h>
  <a> Yes </a>
  <why> E-type anaphora </why>
</problem>

<problem
  id="134"
  fracas_answer="yes">
  <p idx="1">
    Every customer who owns a computer has a service contract for it.
  </p>
  <p idx="2">
    MFI is a customer that owns exactly one computer.
  </p>
  <q>
    Does MFI have a service contract for all its computers?
  </q>
  <h>
    MFI has a service contract for all its computers.
  </h>
  <a> Yes </a>
  <why> Donkey sentence </why>
</problem>

<problem
  id="135"
  fracas_answer="yes">
  <p idx="1">
    Every customer who owns a computer has a service contract for it.
  </p>
  <p idx="2">
    MFI is a customer that owns several computers.
  </p>
  <q>
    Does MFI have a service contract for all its computers?
  </q>
  <h>
    MFI has a service contract for all its computers.
  </h>
  <a> Yes </a>
  <why>
    This pattern of inference, unlike (134), tends to some theory
    dependence. Although the inference seems correct in this example, compare
    with (136)
  </why>
</problem>

<problem
  id="136"
  fracas_answer="unknown">
  <p idx="1">
    Every executive who had a laptop computer brought it to take notes at the meeting.
  </p>
  <p idx="2">
    Smith is a executive who owns five different laptop computers.
  </p>
  <q>
    Did Smith take five laptop computers to the meeting?
  </q>
  <h>
    Smith took five laptop computers to the meeting.
  </h>
  <a> Don't know </a>
  <why> Similar to (135), except for tense and pragmatic plausibility. </why>
</problem>

<problem
  id="137"
  fracas_answer="yes">
  <p idx="1">
    There are 100 companies.
  </p>
  <p idx="2">
    ICM is one of the companies and owns 150 computers.
  </p>
  <p idx="3">
    It does not have service contracts for any of its computers.
  </p>
  <p idx="4">
    Each of the other 99 companies owns one computer.
  </p>
  <p idx="5">
    They have service contracts for them.
  </p>
  <q>
    Do most companies that own a computer have a service contract for it?
  </q>
  <h>
    Most companies that own a computer have a service contract for it.
  </h>
  <a> Yes </a>
  <why> Proportion problem </why>
</problem>

<comment class="subsection"> 3.5 Functional and Subsectional </comment>

<comment> Due to the heavy domain dependence of functional (or better perhaps,
relational) anaphora, it is hard to state general inferences that don't assume
considerable background knowledge unless this is given explicitly. </comment>

<problem
  id="138"
  fracas_answer="yes">
  <p idx="1">
    Every report has a cover page.
  </p>
  <p idx="2">
    R-95-103 is a report.
  </p>
  <p idx="3">
    Smith signed the cover page.
  </p>
  <q>
    Did Smith sign the cover page of R-95-103?
  </q>
  <h>
    Smith signed the cover page of R-95-103.
  </h>
  <a> Yes </a>
</problem>

<comment class="subsection"> 3.6 Simple Reflexives </comment>

<problem
  id="139"
  fracas_answer="yes">
  <p idx="1">
    A company director awarded himself a large payrise.
  </p>
  <q>
    Has a company director awarded and been awarded a payrise?
  </q>
  <h>
    A company director has awarded and been awarded a payrise.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="140"
  fracas_answer="yes">
  <p idx="1">
    John said Bill had hurt himself.
  </p>
  <q>
    Did John say Bill had been hurt?
  </q>
  <h>
    John said Bill had been hurt.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="141"
  fracas_answer="unknown">
  <p idx="1">
    John said Bill had hurt himself.
  </p>
  <q>
    Did anyone say John had been hurt?
  </q>
  <h>
    Someone said John had been hurt.
  </h>
  <a> Don't know </a>
</problem>

<comment class="section"> 4 ELLIPSIS </comment>

<comment>
  In nearly all cases the inferences presented here have conclusions that are
  simply reconstructions of the ellided constituent. Unfortunately, an inference
  test suite is not well suited to illustrating prohibitions on ellipsis
  resolution. For example, an ill-formed discourse like

  John was in Paris yesterday. *So did Bill.

  doesn't even get as far as supporting any inferences.
</comment>

<comment class="subsection"> 4.1 VP Ellipsis </comment>

<problem
  id="142"
  fracas_answer="yes">
  <p idx="1">
    John spoke to Mary.
  </p>
  <p idx="2">
    So did Bill.
  </p>
  <q>
    Did Bill speak to Mary?
  </q>
  <h>
    Bill spoke to Mary.
  </h>
  <a> Yes </a>
  <why> Basic example. </why>
</problem>

<problem
  id="143"
  fracas_answer="unknown">
  <p idx="1">
    John spoke to Mary.
  </p>
  <p idx="2">
    So did Bill.
  </p>
  <p idx="3">
    John spoke to Mary at four o&apos;clock.
  </p>
  <q>
    Did Bill speak to Mary at four o&apos;clock?
  </q>
  <h>
    Bill spoke to Mary at four o&apos;clock.
  </h>
  <a> Don't know </a>
  <why>
    Temporal resolution of tense in antecedent is not carried across to ellipsis.
  </why>
</problem>

<problem
  id="144"
  fracas_answer="yes">
  <p idx="1">
    John spoke to Mary at four o&apos;clock.
  </p>
  <p idx="2">
    So did Bill.
  </p>
  <q>
    Did Bill speak to Mary at four o&apos;clock?
  </q>
  <h>
    Bill spoke to Mary at four o&apos;clock.
  </h>
  <a> Yes </a>
  <why> Explicit temporal adverbials are carried across to ellipsis. </why>
</problem>

<problem
  id="145"
  fracas_answer="yes">
  <p idx="1">
    John spoke to Mary at four o&apos;clock.
  </p>
  <p idx="2">
    And Bill did at five o&apos;clock.
  </p>
  <q>
    Did Bill speak to Mary at five o&apos;clock?
  </q>
  <h>
    Bill spoke to Mary at five o&apos;clock.
  </h>
  <a> Yes </a>
  <why> Explicit temporal adverbials are not carried across if overridden. </why>
</problem>

<problem
  id="146"
  fracas_answer="yes">
  <p idx="1">
    John has spoken to Mary.
  </p>
  <p idx="2">
    Bill is going to.
  </p>
  <q>
    Will Bill speak to Mary?
  </q>
  <h>
    Bill will speak to Mary.
  </h>
  <a> Yes </a>
  <why> Tense agreement not necessary between ellipsis and antecedent. </why>
</problem>

<problem
  id="147"
  fracas_answer="no">
  <p idx="1">
    John spoke to Mary on Monday.
  </p>
  <p idx="2">
    Bill didn&apos;t.
  </p>
  <q>
    Did Bill speak to Mary on Monday?
  </q>
  <h>
    Bill spoke to Mary on Monday.
  </h>
  <a> No </a>
  <why> Polarity agreement not necessary between ellipsis and antecedent. </why>
</problem>

<problem
  id="148"
  fracas_answer="yes">
  <p idx="1">
    Has John spoken to Mary?
  </p>
  <p idx="2">
    Bill has.
  </p>
  <q>
    Has Bill spoken to Mary?
  </q>
  <h>
    Bill has spoken to Mary.
  </h>
  <a> Yes </a>
  <why> Mood agreement not necessary between ellipsis and antecedent. </why>
  <note> Note unusual use of question as premise. </note>
</problem>

<problem
  id="149"
  fracas_answer="yes">
  <p idx="1">
    John has spoken to Mary.
  </p>
  <p idx="2">
    The students have too.
  </p>
  <q>
    Have the students spoken to Mary?
  </q>
  <h>
    The students have spoken to Mary.
  </h>
  <a> Yes </a>
  <why> Number agreement not necessary. </why>
</problem>

<comment class="subsection"> 4.2 Gapping </comment>

<problem
  id="150"
  fracas_answer="yes">
  <p idx="1">
    John went to Paris by car, and Bill by train.
  </p>
  <q>
    Did Bill go to Paris by train?
  </q>
  <h>
    Bill went to Paris by train.
  </h>
  <a> Yes </a>
  <why> Basic example </why>
</problem>

<problem
  id="151"
  fracas_answer="yes">
  <p idx="1">
    John went to Paris by car, and Bill by train to Berlin.
  </p>
  <q>
    Did Bill go to Berlin by train?
  </q>
  <h>
    Bill went to Berlin by train.
  </h>
  <a> Yes </a>
  <why> Another basic example </why>
</problem>

<problem
  id="152"
  fracas_answer="yes">
  <p idx="1">
    John went to Paris by car, and Bill to Berlin.
  </p>
  <q>
    Did Bill go to Berlin by car?
  </q>
  <h>
    Bill went to Berlin by car.
  </h>
  <a> Yes </a>
  <why> Another basic example </why>
</problem>

<problem
  id="153"
  fracas_answer="yes">
  <p idx="1">
    John is going to Paris by car, and the students by train.
  </p>
  <q>
    Are the students going to Paris by train?
  </q>
  <h>
    The students are going to Paris by train.
  </h>
  <a> Yes </a>
  <why> Subject-verb agreement not necessary </why>
</problem>

<problem
  id="154"
  fracas_answer="yes">
  <p idx="1">
    John went to Paris by car.
  </p>
  <p idx="2">
    Bill by train.
  </p>
  <q>
    Did Bill go to Paris by train?
  </q>
  <h>
    Bill went to Paris by train.
  </h>
  <a> Yes </a>
  <why> Cross-sentential gapping </why>
</problem>

<comment class="subsection"> 4.3 One Anaphora </comment>

<problem
  id="155"
  fracas_answer="yes">
  <p idx="1">
    John owns a car.
  </p>
  <p idx="2">
    Bill owns one too.
  </p>
  <q>
    Does Bill own a car?
  </q>
  <h>
    Bill owns a car.
  </h>
  <a> Yes </a>
  <why> Basic example </why>
</problem>

<problem
  id="156"
  fracas_answer="unknown">
  <p idx="1">
    John owns a car.
  </p>
  <p idx="2">
    Bill owns one too.
  </p>
  <q>
    Is there a car that John and Bill own?
  </q>
  <h>
    There is a car that John and Bill own.
  </h>
  <a> Don't know </a>
  <why> It needn't be the same car that John and Bill own. </why>
</problem>

<problem
  id="157"
  fracas_answer="yes">
  <p idx="1">
    John owns a red car.
  </p>
  <p idx="2">
    Bill owns a blue one.
  </p>
  <q>
    Does Bill own a blue car?
  </q>
  <h>
    Bill owns a blue car.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="158"
  fracas_answer="unknown">
  <p idx="1">
    John owns a red car.
  </p>
  <p idx="2">
    Bill owns a blue one.
  </p>
  <q>
    Does Bill own a red car?
  </q>
  <h>
    Bill owns a red car.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="159"
  fracas_answer="yes">
  <p idx="1">
    John owns a red car.
  </p>
  <p idx="2">
    Bill owns a fast one.
  </p>
  <q>
    Does Bill own a fast car?
  </q>
  <h>
    Bill owns a fast car.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="160"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    John owns a red car.
  </p>
  <p idx="2">
    Bill owns a fast one.
  </p>
  <q>
    Does Bill own a fast red car?
  </q>
  <h>
    Bill owns a fast red car.
  </h>
  <a> Yes, on one possible reading </a>
  <why>
    The "one" anaphor may be resolved via the property of being a red car.
  </why>
</problem>

<problem
  id="161"
  fracas_answer="unknown"
  fracas_nonstandard="true">
  <p idx="1">
    John owns a red car.
  </p>
  <p idx="2">
    Bill owns a fast one.
  </p>
  <q>
    Does Bill own a fast red car?
  </q>
  <h>
    Bill owns a fast red car.
  </h>
  <a> Don't know, on one possible reading </a>
  <why>
    Or the "one" anaphor may just be resolved via the property of being a car.
  </why>
  <note> Note that this is formally identical with preceding. </note>
</problem>

<problem
  id="162"
  fracas_answer="yes">
  <p idx="1">
    John owns a fast red car.
  </p>
  <p idx="2">
    Bill owns a slow one.
  </p>
  <q>
    Does Bill own a slow red car?
  </q>
  <h>
    Bill owns a slow red car.
  </h>
  <a> Yes </a>
  <why>
    When semantically parallel (e.g. fast/slow) modifiers appear on the
    antecedent and one-anaphor, it appears that all non-parallel modifiers must
    form part of the resolution.
  </why>
</problem>

<comment class="subsection"> 4.4 Sluicing </comment>

<problem
  id="163"
  fracas_answer="no">
  <p idx="1">
    John had his paper accepted.
  </p>
  <p idx="2">
    Bill doesn&apos;t know why.
  </p>
  <q>
    Does Bill know why John had his paper accepted?
  </q>
  <h>
    Bill knows why John had his paper accepted.
  </h>
  <a> No </a>
</problem>

<comment class="subsection"> 4.5 Phrasal Ellipsis </comment>

<problem
  id="164"
  fracas_answer="yes">
  <p idx="1">
    John spoke to Mary.
  </p>
  <p idx="2">
    And to Sue.
  </p>
  <q>
    Did John speak to Sue?
  </q>
  <h>
    John spoke to Sue.
  </h>
  <a> Yes </a>
  <why> PP ellipsis (subcategorized) </why>
</problem>

<problem
  id="165"
  fracas_answer="yes">
  <p idx="1">
    John spoke to Mary.
  </p>
  <p idx="2">
    On Friday.
  </p>
  <q>
    Did John speak to Mary on Friday?
  </q>
  <h>
    John spoke to Mary on Friday.
  </h>
  <a> Yes </a>
  <why> PP ellipsis: adds PP to antecedent </why>
</problem>

<problem
  id="166"
  fracas_answer="yes">
  <p idx="1">
    John spoke to Mary on Thursday.
  </p>
  <p idx="2">
    And on Friday.
  </p>
  <q>
    Did John speak to Mary on Friday?
  </q>
  <h>
    John spoke to Mary on Friday.
  </h>
  <a> Yes </a>
  <why> PP ellipsis: replaces PP in antecedent </why>
</problem>

<problem
  id="167"
  fracas_answer="no">
  <p idx="1">
    Twenty men work in the Sales Department.
  </p>
  <p idx="2">
    But only one woman.
  </p>
  <q>
    Do two women work in the Sales Department?
  </q>
  <h>
    Two women work in the Sales Department.
  </h>
  <a> No </a>
  <why> NP ellipsis </why>
</problem>

<problem
  id="168"
  fracas_answer="yes">
  <p idx="1">
    Five men work part time.
  </p>
  <p idx="2">
    And forty five women.
  </p>
  <q>
    Do forty five women work part time?
  </q>
  <h>
    Forty five women work part time.
  </h>
  <a> Yes </a>
  <why> NP ellipsis </why>
</problem>

<problem
  id="169"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    John found Mary before Bill.
  </p>
  <q>
    Did John find Mary before Bill found Mary?
  </q>
  <h>
    John found Mary before Bill found Mary.
  </h>
  <a> Yes, on one possible reading </a>
  <why> NP ellipsis </why>
</problem>

<problem
  id="170"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    John found Mary before Bill.
  </p>
  <q>
    Did John find Mary before John found Bill?
  </q>
  <h>
    John found Mary before John found Bill.
  </h>
  <a> Yes, on one possible reading </a>
  <why> NP ellipsis </why>
</problem>

<problem
  id="171"
  fracas_answer="yes">
  <p idx="1">
    John wants to know how many men work part time.
  </p>
  <p idx="2">
    And women.
  </p>
  <q>
    Does John want to know how many women work part time?
  </q>
  <h>
    John wants to know how many women work part time.
  </h>
  <a> Yes </a>
  <why> Nbar ellipsis </why>
</problem>

<problem
  id="172"
  fracas_answer="yes">
  <p idx="1">
    John wants to know how many men work part time, and which.
  </p>
  <q>
    Does John want to know which men work part time?
  </q>
  <h>
    John wants to know which men work part time.
  </h>
  <a> Yes </a>
  <why> Determiner ellipsis </why>
</problem>

<comment class="subsection"> 4.6 Antecedent Contained Deletion </comment>

<comment> Antecedent contained deletion is a notorious problem for copying
approaches to ellipsis, since the antecedent clause contains the ellipsis and
some way must be found of removing it from the copy. </comment>

<problem
  id="173"
  fracas_answer="yes">
  <p idx="1">
    Bill spoke to everyone that John did.
  </p>
  <p idx="2">
    John spoke to Mary.
  </p>
  <q>
    Did Bill speak to Mary?
  </q>
  <h>
    Bill spoke to Mary.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="174"
  fracas_answer="unknown">
  <p idx="1">
    Bill spoke to everyone that John did.
  </p>
  <p idx="2">
    Bill spoke to Mary.
  </p>
  <q>
    Did John speak to Mary?
  </q>
  <h>
    John spoke to Mary.
  </h>
  <a> Don't know </a>
</problem>

<comment class="subsection"> 4.7 Configurational Effects </comment>

<comment>
  There are a number of syntactic and other configurational constraints on what
  can constitute the antecedent to an ellipsis. These constraints varying
  depending on the type of ellipsis (VP, phrasal, gapping, etc).
</comment>

<problem
  id="175"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    John said Mary wrote a report, and Bill did too.
  </p>
  <q>
    Did Bill say Mary wrote a report?
  </q>
  <h>
    Bill said Mary wrote a report.
  </h>
  <a> Yes, on one possible reading/parse </a>
</problem>

<problem
  id="176"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    John said Mary wrote a report, and Bill did too.
  </p>
  <q>
    Did John say Bill wrote a report?
  </q>
  <h>
    John said Bill wrote a report.
  </h>
  <a> Yes, on one possible reading/parse </a>
</problem>

<problem
  id="177"
  fracas_answer="unknown">
  <p idx="1">
    John said that Mary wrote a report, and that Bill did too.
  </p>
  <q>
    Did Bill say Mary wrote a report?
  </q>
  <h>
    Bill said Mary wrote a report.
  </h>
  <a> Don't know </a>
</problem>

<comment> Note that the first sentence in (175) and (176) is syntactically
ambiguous, depending on whether the conjunctive clause conjoins with the main
or subordinate clause of "John said Mary wrote a report". In (177) the
conjunctive clause unambiguously conjoins with the subordinate clause, and
only one interpretation of the ellipsis is possible. This appears to indicate
that the antecedent clause to a VP ellipsis must be adjacent to the elliptical
clause. However, as the examples below show, this is not correct. </comment>

<problem
  id="178"
  fracas_answer="yes">
  <p idx="1">
    John wrote a report, and Bill said Peter did too.
  </p>
  <q>
    Did Bill say Peter wrote a report?
  </q>
  <h>
    Bill said Peter wrote a report.
  </h>
  <a> Yes </a>
  <why> Embedded elliptical clause </why>
</problem>

<problem
  id="179"
  fracas_answer="yes">
  <p idx="1">
    If John wrote a report, then Bill did too.
  </p>
  <p idx="2">
    John wrote a report.
  </p>
  <q>
    Did Bill write a report?
  </q>
  <h>
    Bill wrote a report.
  </h>
  <a> Yes </a>
  <why> Elliptical and antecedent clause embedded (in parallel) </why>
</problem>

<problem
  id="180"
  fracas_answer="yes">
  <p idx="1">
    John wanted to buy a car, and he did.
  </p>
  <q>
    Did John buy a car?
  </q>
  <h>
    John bought a car.
  </h>
  <a> Yes </a>
  <why> Embedded antecedent clause </why>
</problem>

<problem
  id="181"
  fracas_answer="unknown">
  <p idx="1">
    John needed to buy a car, and Bill did.
  </p>
  <q>
    Did Bill buy a car?
  </q>
  <h>
    Bill bought a car.
  </h>
  <a> Don't know </a>
</problem>

<comment>
  Other configurational effects of the kinds illustrated in Deliverable 7 are
  hard to exemplify using inference suites.
</comment>

<comment class="subsection"> 4.8 Ellipsis and Anaphora </comment>

<comment>
  The following inferences illustrate differences between strict and sloppy
  interpretations of anaphors in elliptical clauses.
</comment>

<problem
  id="182"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    Smith represents his company and so does Jones.
  </p>
  <q>
    Does Jones represent Jones&apos; company?
  </q>
  <h>
    Jones represents Jones&apos; company.
  </h>
  <a> Yes, on one reading </a>
  <why> Sloppy identity </why>
</problem>

<problem
  id="183"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    Smith represents his company and so does Jones.
  </p>
  <q>
    Does Jones represent Smith&apos;s company?
  </q>
  <h>
    Jones represents Smith&apos;s company.
  </h>
  <a> Yes, on one reading </a>
  <why> Strict identity </why>
</problem>

<problem
  id="184"
  fracas_answer="unknown">
  <p idx="1">
    Smith represents his company and so does Jones.
  </p>
  <q>
    Does Smith represent Jones&apos; company?
  </q>
  <h>
    Smith represents Jones&apos; company.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="185"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    Smith claimed he had costed his proposal and so did Jones.
  </p>
  <q>
    Did Jones claim he had costed his own proposal?
  </q>
  <h>
    Jones claimed he had costed his own proposal.
  </h>
  <a> Yes, on one reading </a>
  <why> Sloppy identity on both pronouns </why>
</problem>

<problem
  id="186"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    Smith claimed he had costed his proposal and so did Jones.
  </p>
  <q>
    Did Jones claim he had costed Smith&apos;s proposal?
  </q>
  <h>
    Jones claimed he had costed Smith&apos;s proposal.
  </h>
  <a> Yes, on one reading </a>
  <why> Sloppy identity "he", strict on "his" </why>
</problem>

<problem
  id="187"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    Smith claimed he had costed his proposal and so did Jones.
  </p>
  <q>
    Did Jones claim Smith had costed Smith&apos;s proposal?
  </q>
  <h>
    Jones claimed Smith had costed Smith&apos;s proposal.
  </h>
  <a> Yes, on one reading </a>
  <why> Strict identity on both pronouns </why>
</problem>

<problem
  id="188"
  fracas_answer="unknown">
  <p idx="1">
    Smith claimed he had costed his proposal and so did Jones.
  </p>
  <q>
    Did Jones claim Smith had costed Jones&apos; proposal?
  </q>
  <h>
    Jones claimed Smith had costed Jones&apos; proposal.
  </h>
  <a> Don't know </a>
  <why> Can't have strict identity on "he" and sloppy identity on "his" </why>
</problem>

<problem
  id="189"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    John is a man and Mary is a woman.
  </p>
  <p idx="2">
    John represents his company and so does Mary.
  </p>
  <q>
    Does Mary represent her own company?
  </q>
  <h>
    Mary represents her own company.
  </h>
  <a> Yes, on one reading </a>
  <why> Sloppy identity, gender agreement not necessary </why>
</problem>

<problem
  id="190"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    John is a man and Mary is a woman.
  </p>
  <p idx="2">
    John represents his company and so does Mary.
  </p>
  <q>
    Does Mary represent John&apos;s company?
  </q>
  <h>
    Mary represents John&apos;s company.
  </h>
  <a> Yes, on one reading </a>
  <why> Strict identity, gender agreement not necessary </why>
</problem>

<problem
  id="191"
  fracas_answer="yes">
  <p idx="1">
    Bill suggested to Frank&apos;s boss that they should go to the meeting together, and Carl to Alan&apos;s wife.
  </p>
  <q>
    If it was suggested that Bill and Frank should go together, was it suggested that Carl and Alan should go together?
  </q>
  <h>
    If it was suggested that Bill and Frank should go together, it was suggested that Carl and Alan should go together.
  </h>
  <a> Yes </a>
  <why> Plural pronouns resolved in parallel </why>
</problem>

<problem
  id="192"
  fracas_answer="unknown">
  <p idx="1">
    Bill suggested to Frank&apos;s boss that they should go to the meeting together, and Carl to Alan&apos;s wife.
  </p>
  <q>
    If it was suggested that Bill and Frank should go together, was it suggested that Carl and Alan&apos;s wife should go together?
  </q>
  <h>
    If it was suggested that Bill and Frank should go together, it was suggested that Carl and Alan&apos;s wife should go together.
  </h>
  <a> Don't know </a>
  <why> Plural pronouns resolved in parallel </why>
</problem>

<problem
  id="193"
  fracas_answer="yes">
  <p idx="1">
    Bill suggested to Frank&apos;s boss that they should go to the meeting together, and Carl to Alan&apos;s wife.
  </p>
  <q>
    If it was suggested that Bill and Frank&apos;s boss should go together, was it suggested that Carl and Alan&apos;s wife should go together?
  </q>
  <h>
    If it was suggested that Bill and Frank&apos;s boss should go together, it was suggested that Carl and Alan&apos;s wife should go together.
  </h>
  <a> Yes </a>
  <why> Plural pronouns resolved in parallel </why>
</problem>

<problem
  id="194"
  fracas_answer="unknown">
  <p idx="1">
    Bill suggested to Frank&apos;s boss that they should go to the meeting together, and Carl to Alan&apos;s wife.
  </p>
  <q>
    If it was suggested that Bill and Frank&apos;s boss should go together, was it suggested that Carl and Alan should go together?
  </q>
  <h>
    If it was suggested that Bill and Frank&apos;s boss should go together, it was suggested that Carl and Alan should go together.
  </h>
  <a> Don't know </a>
  <why> Plural pronouns resolved in parallel </why>
</problem>

<problem
  id="195"
  fracas_answer="yes">
  <p idx="1">
    Bill suggested to Frank&apos;s boss that they should go to the meeting together, and Carl to Alan&apos;s wife.
  </p>
  <q>
    If it was suggested that Bill, Frank and Frank&apos;s boss should go together, was it suggested that Carl, Alan and Alan&apos;s wife should go together?
  </q>
  <h>
    If it was suggested that Bill, Frank and Frank&apos;s boss should go together, it was suggested that Carl, Alan and Alan&apos;s wife should go together.
  </h>
  <a> Yes </a>
  <why> Plural pronouns resolved in parallel </why>
</problem>

<comment class="subsection"> 4.9 Ellipsis and Quantification </comment>

<comment> Scope parallelism turns out to be rather tricky to illustrate
through inference suites. This is because of the entailment relation: 98
j= 89. </comment>

<problem
  id="196"
  fracas_answer="yes">
  <p idx="1">
    A lawyer signed every report, and so did an auditor.
  </p>
  <p idx="2">
    That is, there was one lawyer who signed all the reports.
  </p>
  <q>
    Was there one auditor who signed all the reports?
  </q>
  <h>
    There was one auditor who signed all the reports.
  </h>
  <a> Yes </a>
</problem>

<comment class="section"> 5 ADJECTIVES </comment>

<comment>
  The inferences below carve up adjectives into (a by no means exhaustive)
  cross-cutting set of dimensions. Typical inferences are given for example
  adjectives.
</comment>

<comment class="subsection"> 5.1 Affirmative and Non-Affirmative </comment>

<comment>
  Affirmative adjectives map the denotation of the predicate they modify onto a
  subset of the denotation. So for example, an old man is a man. Most adjectives
  are affirmative, but a few like former and fake are not. Given that someone is
  a former student, one cannot conclude that they are now a student. But it is
  not entirely clear whether one can conclude that they are not now a student
  ... they may have become one again.
</comment>

<problem
  id="197"
  fracas_answer="yes">
  <p idx="1">
    John has a genuine diamond.
  </p>
  <q>
    Does John have a diamond?
  </q>
  <h>
    John has a diamond.
  </h>
  <a> Yes </a>
  <why> Affirmative adjectives: Adj N entails N </why>
</problem>

<problem
  id="198"
  fracas_answer="no"
  fracas_nonstandard="true">
  <p idx="1">
    John is a former university student.
  </p>
  <q>
    Is John a university student?
  </q>
  <h>
    John is a university student.
  </h>
  <a> No / don't know </a>
  <why>
    Non-affirmative: Adj N =/=> N
    (Opinions differ about whether "Adj N entails !N")
  </why>
</problem>

<problem
  id="199"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    John is a successful former university student.
  </p>
  <q>
    Is John successful?
  </q>
  <h>
    John is successful.
  </h>
  <a> Yes (for a former university student) </a>
  <why>
    Ordering between affirmative and non-affirmative adjectives affects which
    adjectival predications are and aren't affirmed
  </why>
</problem>

<problem
  id="200"
  fracas_answer="unknown">
  <p idx="1">
    John is a former successful university student.
  </p>
  <q>
    Is John successful?
  </q>
  <h>
    John is successful.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="201"
  fracas_answer="unknown">
  <p idx="1">
    John is a former successful university student.
  </p>
  <q>
    Is John a university student?
  </q>
  <h>
    John is a university student.
  </h>
  <a> Don't know </a>
  <why> John may currently be an unsuccessful university student </why>
</problem>

<comment class="subsection"> 5.2 No Comparison Class </comment>

<comment>
  Gradable adjectives (e.g. big, small) usually assume some form of comparison
  class (i.e. "big for an N"). But some others do not e.g. four-legged, or the
  adjectival phrase ten foot long. Adjectives not requiring a comparison class
  permit straightforward predication without reference to a nominal property
  providing a comparison class: a ten foot long alligator is ten foot long.
</comment>

<problem
  id="202"
  fracas_answer="yes">
  <p idx="1">
    Every mammal is an animal.
  </p>
  <q>
    Is every four-legged mammal a four-legged animal?
  </q>
  <h>
    Every four-legged mammal is a four-legged animal.
  </h>
  <a> Yes </a>
  <why> [N1 entails N2] entails [Adj(N1) entails Adj(N2)] </why>
</problem>

<problem
  id="203"
  fracas_answer="yes">
  <p idx="1">
    Dumbo is a four-legged animal.
  </p>
  <q>
    Is Dumbo four-legged?
  </q>
  <h>
    Dumbo is four-legged.
  </h>
  <a> Yes </a>
  <why> Adj(N)(x) entails Adj(x) </why>
</problem>

<comment class="subsection"> 5.3 Opposites </comment>

<comment> Large and small (applied to the same comparison class) are opposites. If
something is a small N it cannot be a large N, and vice versa. Some things can
be neither large nor small Ns. </comment>

<problem
  id="204"
  fracas_answer="no">
  <p idx="1">
    Mickey is a small animal.
  </p>
  <q>
    Is Mickey a large animal?
  </q>
  <h>
    Mickey is a large animal.
  </h>
  <a> No </a>
  <why> Small(N) entails !Large(N) </why>
</problem>

<problem
  id="205"
  fracas_answer="no">
  <p idx="1">
    Dumbo is a large animal.
  </p>
  <q>
    Is Dumbo a small animal?
  </q>
  <h>
    Dumbo is a small animal.
  </h>
  <a> No </a>
  <why> Large(N) entails !Small(N) </why>
</problem>

<problem
  id="206"
  fracas_answer="unknown">
  <p idx="1">
    Fido is not a small animal.
  </p>
  <q>
    Is Fido a large animal?
  </q>
  <h>
    Fido is a large animal.
  </h>
  <a> Don't know </a>
  <why> !Small(N) =/=> Large(N) </why>
</problem>

<problem
  id="207"
  fracas_answer="unknown">
  <p idx="1">
    Fido is not a large animal.
  </p>
  <q>
    Is Fido a small animal?
  </q>
  <h>
    Fido is a small animal.
  </h>
  <a> Don't know </a>
  <why> !Large(N) =/=> Small(N) </why>
</problem>

<problem
  id="208"
  fracas_answer="yes">
  <p idx="1">
    Mickey is a small animal.
  </p>
  <p idx="2">
    Dumbo is a large animal.
  </p>
  <q>
    Is Mickey smaller than Dumbo?
  </q>
  <h>
    Mickey is smaller than Dumbo.
  </h>
  <a> Yes </a>
  <why> "Small" and "large" are related via the comparative "smaller" </why>
</problem>

<problem
  id="209"
  fracas_answer="no">
  <p idx="1">
    Mickey is a small animal.
  </p>
  <p idx="2">
    Dumbo is a large animal.
  </p>
  <q>
    Is Mickey larger than Dumbo?
  </q>
  <h>
    Mickey is larger than Dumbo.
  </h>
  <a> No </a>
  <why> "Small" and "large" are related via the comparative "larger" </why>
</problem>

<comment class="subsection"> 5.4 Extensional Comparison Classes </comment>

<comment> Adjectives like large and small depend only on the extension of the
comparison class they depend on. </comment>

<problem
  id="210"
  fracas_answer="no">
  <p idx="1">
    All mice are small animals.
  </p>
  <p idx="2">
    Mickey is a large mouse.
  </p>
  <q>
    Is Mickey a large animal?
  </q>
  <h>
    Mickey is a large animal.
  </h>
  <a> No </a>
</problem>

<problem
  id="211"
  fracas_answer="no">
  <p idx="1">
    All elephants are large animals.
  </p>
  <p idx="2">
    Dumbo is a small elephant.
  </p>
  <q>
    Is Dumbo a small animal?
  </q>
  <h>
    Dumbo is a small animal.
  </h>
  <a> No </a>
</problem>

<problem
  id="212"
  fracas_answer="yes">
  <p idx="1">
    All mice are small animals.
  </p>
  <p idx="2">
    All elephants are large animals.
  </p>
  <p idx="3">
    Mickey is a large mouse.
  </p>
  <p idx="4">
    Dumbo is a small elephant.
  </p>
  <q>
    Is Dumbo larger than Mickey?
  </q>
  <h>
    Dumbo is larger than Mickey.
  </h>
  <a> Yes </a>
  <why> Assume comparative relations exemplified in (208) and (209) </why>
</problem>

<problem
  id="213"
  fracas_answer="undef"
  fracas_nonstandard="true">
  <p idx="1">
    All mice are small animals.
  </p>
  <p idx="2">
    Mickey is a large mouse.
  </p>
  <q>
    Is Mickey small?
  </q>
  <h>
    Mickey is small.
  </h>
  <a> ??: Yes for a mouse; ?? No for an animal </a>
  <why>
    Adjectives requiring a comparison class cannot usually be predicated in
    the absence of a common noun, unless some comparison class is clear from
    the wider context.
  </why>
</problem>

<comment class="subsection"> 5.5 Extensional and Intensional Comparison Classes </comment>

<comment>
  Some adjectives require an "intensional" comparison class: different
  inferences may follow when two distinct but co-extensive predicates provide
  the comparison class.
</comment>

<problem
  id="214"
  fracas_answer="yes">
  <p idx="1">
    All legal authorities are law lecturers.
  </p>
  <p idx="2">
    All law lecturers are legal authorities.
  </p>
  <q>
    Are all fat legal authorities fat law lecturers?
  </q>
  <h>
    All fat legal authorities are fat law lecturers.
  </h>
  <a> Yes </a>
  <why> Extensional comparison class </why>
</problem>

<problem
  id="215"
  fracas_answer="unknown">
  <p idx="1">
    All legal authorities are law lecturers.
  </p>
  <p idx="2">
    All law lecturers are legal authorities.
  </p>
  <q>
    Are all competent legal authorities competent law lecturers?
  </q>
  <h>
    All competent legal authorities are competent law lecturers.
  </h>
  <a> Don't know </a>
  <why> Intensional comparison class </why>
</problem>

<problem
  id="216"
  fracas_answer="yes">
  <p idx="1">
    John is a fatter politician than Bill.
  </p>
  <q>
    Is John fatter than Bill?
  </q>
  <h>
    John is fatter than Bill.
  </h>
  <a> Yes </a>
  <why> Extensional </why>
</problem>

<problem
  id="217"
  fracas_answer="unknown">
  <p idx="1">
    John is a cleverer politician than Bill.
  </p>
  <q>
    Is John cleverer than Bill?
  </q>
  <h>
    John is cleverer than Bill.
  </h>
  <a> Don't know </a>
  <why> Intensional </why>
</problem>

<comment>
  Note that both intensional and extensional comparison class adjectives support
  comparatives.
</comment>

<comment class="subsection"> 5.6 Default Comparison Classes </comment>

<comment> Comparison class adjectives can sometimes pick up a default comparison
class from the subject NP. For example, knowing that Kim is a person provides
a default scale for assessing cleverness in people. If Kim were known to be a
dog, the assessment scale would be different. </comment>

<problem
  id="218"
  fracas_answer="yes">
  <p idx="1">
    Kim is a clever person.
  </p>
  <q>
    Is Kim clever?
  </q>
  <h>
    Kim is clever.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="219"
  fracas_answer="unknown">
  <p idx="1">
    Kim is a clever politician.
  </p>
  <q>
    Is Kim clever?
  </q>
  <h>
    Kim is clever.
  </h>
  <a> Don't know </a>
</problem>

<comment class="section"> 6 COMPARATIVES </comment>

<comment class="subsection"> 6.1 Phrasal Comparatives </comment>

<problem
  id="220"
  fracas_answer="yes">
  <p idx="1">
    The PC-6082 is faster than the ITEL-XZ.
  </p>
  <p idx="2">
    The ITEL-XZ is fast.
  </p>
  <q>
    Is the PC-6082 fast?
  </q>
  <h>
    The PC-6082 is fast.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="221"
  fracas_answer="unknown">
  <p idx="1">
    The PC-6082 is faster than the ITEL-XZ.
  </p>
  <q>
    Is the PC-6082 fast?
  </q>
  <h>
    The PC-6082 is fast.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="222"
  fracas_answer="unknown">
  <p idx="1">
    The PC-6082 is faster than the ITEL-XZ.
  </p>
  <p idx="2">
    The PC-6082 is fast.
  </p>
  <q>
    Is the ITEL-XZ fast?
  </q>
  <h>
    The ITEL-XZ is fast.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="223"
  fracas_answer="no">
  <p idx="1">
    The PC-6082 is faster than the ITEL-XZ.
  </p>
  <p idx="2">
    The PC-6082 is slow.
  </p>
  <q>
    Is the ITEL-XZ fast?
  </q>
  <h>
    The ITEL-XZ is fast.
  </h>
  <a> No </a>
</problem>

<problem
  id="224"
  fracas_answer="yes">
  <p idx="1">
    The PC-6082 is as fast as the ITEL-XZ.
  </p>
  <p idx="2">
    The ITEL-XZ is fast.
  </p>
  <q>
    Is the PC-6082 fast?
  </q>
  <h>
    The PC-6082 is fast.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="225"
  fracas_answer="unknown">
  <p idx="1">
    The PC-6082 is as fast as the ITEL-XZ.
  </p>
  <q>
    Is the PC-6082 fast?
  </q>
  <h>
    The PC-6082 is fast.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="226"
  fracas_answer="unknown">
  <p idx="1">
    The PC-6082 is as fast as the ITEL-XZ.
  </p>
  <p idx="2">
    The PC-6082 is fast.
  </p>
  <q>
    Is the ITEL-XZ fast?
  </q>
  <h>
    The ITEL-XZ is fast.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="227"
  fracas_answer="no">
  <p idx="1">
    The PC-6082 is as fast as the ITEL-XZ.
  </p>
  <p idx="2">
    The PC-6082 is slow.
  </p>
  <q>
    Is the ITEL-XZ fast?
  </q>
  <h>
    The ITEL-XZ is fast.
  </h>
  <a> No </a>
</problem>

<problem
  id="228"
  fracas_answer="unknown">
  <p idx="1">
    The PC-6082 is as fast as the ITEL-XZ.
  </p>
  <q>
    Is the PC-6082 faster than the ITEL-XZ?
  </q>
  <h>
    The PC-6082 is faster than the ITEL-XZ.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="229"
  fracas_answer="no">
  <p idx="1">
    The PC-6082 is as fast as the ITEL-XZ.
  </p>
  <q>
    Is the PC-6082 slower than the ITEL-XZ?
  </q>
  <h>
    The PC-6082 is slower than the ITEL-XZ.
  </h>
  <a> No </a>
</problem>

<problem
  id="230"
  fracas_answer="yes">
  <p idx="1">
    ITEL won more orders than APCOM did.
  </p>
  <q>
    Did ITEL win some orders?
  </q>
  <h>
    ITEL won some orders.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="231"
  fracas_answer="unknown">
  <p idx="1">
    ITEL won more orders than APCOM did.
  </p>
  <q>
    Did APCOM win some orders?
  </q>
  <h>
    APCOM won some orders.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="232"
  fracas_answer="yes">
  <p idx="1">
    ITEL won more orders than APCOM did.
  </p>
  <p idx="2">
    APCOM won ten orders.
  </p>
  <q>
    Did ITEL win at least eleven orders?
  </q>
  <h>
    ITEL won at least eleven orders.
  </h>
  <a> Yes </a>
</problem>

<comment>
  Inferences (233)-(235) are similar to (230)-(232). Note however, that if
  "APCOM" can be interpreted as referring to a particular order (e.g. "the APCOM
  contract"), as it can in (233), the sentence ITEL won more orders than APCOM
  is ambiguous between a reading like that in (230)-(232), and one where ITEL
  won more than just the APCOM order ... see (236)
</comment>

<problem
  id="233"
  fracas_answer="yes">
  <p idx="1">
    ITEL won more orders than APCOM.
  </p>
  <q>
    Did ITEL win some orders?
  </q>
  <h>
    ITEL won some orders.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="234"
  fracas_answer="unknown">
  <p idx="1">
    ITEL won more orders than APCOM.
  </p>
  <q>
    Did APCOM win some orders?
  </q>
  <h>
    APCOM won some orders.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="235"
  fracas_answer="yes">
  <p idx="1">
    ITEL won more orders than APCOM.
  </p>
  <p idx="2">
    APCOM won ten orders.
  </p>
  <q>
    Did ITEL win at least eleven orders?
  </q>
  <h>
    ITEL won at least eleven orders.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="236"
  fracas_answer="yes">
  <p idx="1">
    ITEL won more orders than the APCOM contract.
  </p>
  <q>
    Did ITEL win the APCOM contract?
  </q>
  <h>
    ITEL won the APCOM contract.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="237"
  fracas_answer="yes">
  <p idx="1">
    ITEL won more orders than the APCOM contract.
  </p>
  <q>
    Did ITEL win more than one order?
  </q>
  <h>
    ITEL won more than one order.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="238"
  fracas_answer="yes">
  <p idx="1">
    ITEL won twice as many orders than APCOM.
  </p>
  <p idx="2">
    APCOM won ten orders.
  </p>
  <q>
    Did ITEL win twenty orders?
  </q>
  <h>
    ITEL won twenty orders.
  </h>
  <a> Yes </a>
</problem>

<comment class="subsection"> 6.2 Clausal Complement </comment>

<problem
  id="239"
  fracas_answer="yes">
  <p idx="1">
    ITEL won more orders than APCOM lost.
  </p>
  <q>
    Did ITEL win some orders?
  </q>
  <h>
    ITEL won some orders.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="240"
  fracas_answer="unknown">
  <p idx="1">
    ITEL won more orders than APCOM lost.
  </p>
  <q>
    Did APCOM lose some orders?
  </q>
  <h>
    APCOM lost some orders.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="241"
  fracas_answer="yes">
  <p idx="1">
    ITEL won more orders than APCOM lost.
  </p>
  <p idx="2">
    APCOM lost ten orders.
  </p>
  <q>
    Did ITEL win at least eleven orders?
  </q>
  <h>
    ITEL won at least eleven orders.
  </h>
  <a> Yes </a>
</problem>

<comment class="subsection"> 6.3 Measure Phrases </comment>

<problem
  id="242"
  fracas_answer="yes">
  <p idx="1">
    The PC-6082 is faster than 500 MIPS.
  </p>
  <p idx="2">
    The ITEL-ZX is slower than 500 MIPS.
  </p>
  <q>
    Is the PC-6082 faster than the ITEL-ZX?
  </q>
  <h>
    The PC-6082 is faster than the ITEL-ZX.
  </h>
  <a> Yes </a>
</problem>

<comment class="subsection"> 6.4 Differential Comparatives </comment>

<problem
  id="243"
  fracas_answer="yes">
  <p idx="1">
    ITEL sold 3000 more computers than APCOM.
  </p>
  <p idx="2">
    APCOM sold exactly 2500 computers.
  </p>
  <q>
    Did ITEL sell 5500 computers?
  </q>
  <h>
    ITEL sold 5500 computers.
  </h>
  <a> Yes </a>
</problem>

<comment class="subsection"> 6.5 Attributive Comparatives </comment>

<problem
  id="244"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    APCOM has a more important customer than ITEL.
  </p>
  <q>
    Does APCOM have a more important customer than ITEL is?
  </q>
  <h>
    APCOM has a more important customer than ITEL is.
  </h>
  <a> Yes, on one reading of the premise </a>
</problem>

<problem
  id="245"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    APCOM has a more important customer than ITEL.
  </p>
  <q>
    Does APCOM has a more important customer than ITEL has?
  </q>
  <h>
    APCOM has a more important customer than ITEL has.
  </h>
  <a> Yes, on one reading of the premise </a>
  <note>
    Note ungrammaticality of question in original source: subject/verb agreement.
  </note>
</problem>

<comment class="subsection"> 6.6 Comparatives and Quantifiers </comment>

<problem
  id="246"
  fracas_answer="yes">
  <p idx="1">
    The PC-6082 is faster than every ITEL computer.
  </p>
  <p idx="2">
    The ITEL-ZX is an ITEL computer.
  </p>
  <q>
    Is the PC-6082 faster than the ITEL-ZX?
  </q>
  <h>
    The PC-6082 is faster than the ITEL-ZX.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="247"
  fracas_answer="unknown">
  <p idx="1">
    The PC-6082 is faster than some ITEL computer.
  </p>
  <p idx="2">
    The ITEL-ZX is an ITEL computer.
  </p>
  <q>
    Is the PC-6082 faster than the ITEL-ZX?
  </q>
  <h>
    The PC-6082 is faster than the ITEL-ZX.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="248"
  fracas_answer="yes">
  <p idx="1">
    The PC-6082 is faster than any ITEL computer.
  </p>
  <p idx="2">
    The ITEL-ZX is an ITEL computer.
  </p>
  <q>
    Is the PC-6082 faster than the ITEL-ZX?
  </q>
  <h>
    The PC-6082 is faster than the ITEL-ZX.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="249"
  fracas_answer="yes">
  <p idx="1">
    The PC-6082 is faster than the ITEL-ZX and the ITEL-ZY.
  </p>
  <q>
    Is the PC-6082 faster than the ITEL-ZX?
  </q>
  <h>
    The PC-6082 is faster than the ITEL-ZX.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="250"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    The PC-6082 is faster than the ITEL-ZX or the ITEL-ZY.
  </p>
  <q>
    Is the PC-6082 faster than the ITEL-ZX?
  </q>
  <h>
    The PC-6082 is faster than the ITEL-ZX.
  </h>
  <a> Yes, on one reading of the premise </a>
</problem>

<comment class="section"> 7 TEMPORAL REFERENCE </comment>

<comment>
  Inference patterns involving temporal reference are complicated by the
  interplay between tense, aspectual information, lexical semantics, defeasible
  interpretation principles such as narrative progression, rhetorical relations,
  a theory of action and causation, world knowledge, interaction between
  plurality, genericity and temporal/aspectual phenomena etc. Some of the
  inferences are very basic, some are more involved. The more complex examples
  give ample illustration of the fact that temporal phenomena are usually
  discourse phenomena.
</comment>

<comment class="subsection"> 7.1 Standard Use of Tenses </comment>

<problem
  id="251"
  fracas_answer="yes">
  <p idx="1">
    ITEL has a factory in Birmingham.
  </p>
  <q>
    Does ITEL currently have a factory in Birmingham?
  </q>
  <h>
    ITEL currently has a factory in Birmingham.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="252"
  fracas_answer="yes">
  <p idx="1">
    Since 1992 ITEL has been in Birmingham.
  </p>
  <p idx="2">
    It is now 1996.
  </p>
  <q>
    Was ITEL in Birmingham in 1993?
  </q>
  <h>
    Itel was in Birmingham in 1993.
  </h>
  <a> Yes </a>
</problem>

<comment> (251) and (252) are instances of the subinterval property. This works
only with stative verbs. C.f. the following example involving an
accomplishment verb in the simple past: </comment>

<problem
  id="253"
  fracas_answer="unknown">
  <p idx="1">
    ITEL has developed a new editor since 1992.
  </p>
  <p idx="2">
    It is now 1996.
  </p>
  <q>
    Did ITEL develop a new editor in 1993?
  </q>
  <h>
    ITEL developed a new editor in 1993.
  </h>
  <a> Don't know </a>
</problem>

<comment> Similarly with activity verbs and adverbial modification: </comment>

<problem
  id="254"
  fracas_answer="unknown">
  <p idx="1">
    ITEL has expanded since 1992.
  </p>
  <p idx="2">
    It is now 1996.
  </p>
  <q>
    Did ITEL expand in 1993?
  </q>
  <h>
    ITEL expanded in 1993.
  </h>
  <a> Don't know </a>
</problem>

<comment> Also, the position of the "since" adverbial affects the range of readings
available: </comment>

<problem
  id="255"
  fracas_answer="yes">
  <p idx="1">
    Since 1992 ITEL has made a loss.
  </p>
  <p idx="2">
    It is now 1996.
  </p>
  <q>
    Did ITEL make a loss in 1993?
  </q>
  <h>
    ITEL made a loss in 1993.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="256"
  fracas_answer="unknown"
  fracas_nonstandard="true">
  <p idx="1">
    ITEL has made a loss since 1992.
  </p>
  <p idx="2">
    It is now 1996.
  </p>
  <q>
    Did ITEL make a loss in 1993?
  </q>
  <h>
    ITEL made a loss in 1993.
  </h>
  <a> Don't know, on one reading of the premise </a>
</problem>

<problem
  id="257"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    ITEL has made a loss since 1992.
  </p>
  <p idx="2">
    It is now 1996.
  </p>
  <q>
    Did ITEL make a loss in 1993?
  </q>
  <h>
    ITEL made a loss in 1993.
  </h>
  <a> Yes, on one reading of the premise </a>
  <note> Note that this is formally identical with preceding. </note>
</problem>

<problem
  id="258"
  fracas_answer="no">
  <p idx="1">
    In March 1993 APCOM founded ITEL.
  </p>
  <q>
    Did ITEL exist in 1992?
  </q>
  <h>
    ITEL existed in 1992.
  </h>
  <a> No </a>
</problem>

<comment> (258) involves the lexical semantics of found. </comment>

<comment class="subsection"> 7.2 Temporal Adverbials </comment>

<comment class="subsubsection"> 7.2.1 Indexicals </comment>

<comment> Non-context dependent indexicals are reasonably straightforward: </comment>

<problem
  id="259"
  fracas_answer="yes">
  <p idx="1">
    The conference started on July 4th, 1994.
  </p>
  <p idx="2">
    It lasted 2 days.
  </p>
  <q>
    Was the conference over on July 8th, 1994?
  </q>
  <h>
    The conference was over on July 8th, 1994.
  </h>
  <a> Yes </a>
</problem>

<comment> Context dependent indexicals (e.g. today, yesterday) are evaluated
with respect to some temporal reference point (e.g. now): </comment>

<problem
  id="260"
  fracas_answer="yes">
  <p idx="1">
    Yesterday APCOM signed the contract.
  </p>
  <p idx="2">
    Today is Saturday, July 14th.
  </p>
  <q>
    Did APCOM sign the contract Friday, 13th.?
  </q>
  <h>
    APCOM signed the contract Friday, 13th.
  </h>
  <a> Yes </a>
  <note> The odd punctuation in the question was in the original. </note>
</problem>

<comment class="subsubsection"> 7.2.2 "Before", "After" (Temporal Subordinate Clauses) </comment>

<comment>
  Ignoring counterfactual readings, 'before' and 'after' have the following
  transitivity properties: if X, Y and Z are either all state or accomplishment
  or achievement or activity denoting sentences we have 
    X &lt; Y. 
    Y &lt; Z. 
    X &lt; Z.  
  where &lt; \in {before; after}
</comment>

<problem
  id="261"
  fracas_answer="yes">
  <p idx="1">
    Smith left before Jones left.
  </p>
  <p idx="2">
    Jones left before Anderson left.
  </p>
  <q>
    Did Smith leave before Anderson left?
  </q>
  <h>
    Smith left before Anderson left.
  </h>
  <a> Yes </a>
  <note> Original is degenerate problem; this is my fabrication. </note>
</problem>

<problem
  id="262"
  fracas_answer="yes">
  <p idx="1">
    Smith left after Jones left.
  </p>
  <p idx="2">
    Jones left after Anderson left.
  </p>
  <q>
    Did Smith leave after Anderson left?
  </q>
  <h>
    Smith left after Anderson left.
  </h>
  <a> Yes </a>
</problem>

<comment> In general transitivity does not hold when we mix aspectual classes in
the premises: </comment>

<problem
  id="263"
  fracas_answer="unknown">
  <p idx="1">
    Smith was present after Jones left.
  </p>
  <p idx="2">
    Jones left after Anderson was present.
  </p>
  <q>
    Was Smith present after Anderson was present?
  </q>
  <h>
    Smith was present after Anderson was present.
  </h>
  <a> Don't know </a>
</problem>

<comment> If X and Y are either all accomplishment or achievement denoting
sentences with simple tenses 'before' and 'after' are inverses of each other:
</comment>

<comment> X before Y iff Y after X. </comment>

<problem
  id="264"
  fracas_answer="yes">
  <p idx="1">
    Smith left.
  </p>
  <p idx="2">
    Jones left.
  </p>
  <p idx="3">
    Smith left before Jones left.
  </p>
  <q>
    Did Jones leave after Smith left?
  </q>
  <h>
    Jones left after Smith left.
  </h>
  <a> Yes </a>
  <note> Original is degenerate problem; this is my fabrication. </note>
</problem>

<problem
  id="265"
  fracas_answer="yes">
  <p idx="1">
    Smith left.
  </p>
  <p idx="2">
    Jones left.
  </p>
  <p idx="3">
    Smith left after Jones left.
  </p>
  <q>
    Did Jones leave before Smith left?
  </q>
  <h>
    Jones left before Smith left.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="266"
  fracas_answer="yes">
  <p idx="1">
    Smith left.
  </p>
  <p idx="2">
    Jones left.
  </p>
  <p idx="3">
    Jones left before Smith left.
  </p>
  <q>
    Did Smith leave after Jones left?
  </q>
  <h>
    Smith left after Jones left.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="267"
  fracas_answer="yes">
  <p idx="1">
    Jones revised the contract.
  </p>
  <p idx="2">
    Smith revised the contract.
  </p>
  <p idx="3">
    Jones revised the contract before Smith did.
  </p>
  <q>
    Did Smith revise the contract after Jones did?
  </q>
  <h>
    Smith revised the contract after Jones did.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="268"
  fracas_answer="yes">
  <p idx="1">
    Jones revised the contract.
  </p>
  <p idx="2">
    Smith revised the contract.
  </p>
  <p idx="3">
    Jones revised the contract after Smith did.
  </p>
  <q>
    Did Smith revise the contract before Jones did?
  </q>
  <h>
    Smith revised the contract before Jones did.
  </h>
  <a> Yes </a>
</problem>

<comment> In general this is not so with activity verbs: </comment>

<problem
  id="269"
  fracas_answer="unknown">
  <p idx="1">
    Smith swam.
  </p>
  <p idx="2">
    Jones swam.
  </p>
  <p idx="3">
    Smith swam before Jones swam.
  </p>
  <q>
    Did Jones swim after Smith swam?
  </q>
  <h>
    Jones swam after Smith swam.
  </h>
  <a> Don't know </a>
</problem>

<comment> However we do get </comment>

<problem
  id="270"
  fracas_answer="yes">
  <p idx="1">
    Smith swam to the shore.
  </p>
  <p idx="2">
    Jones swam to the shore.
  </p>
  <p idx="3">
    Smith swam to the shore before Jones swam to the shore.
  </p>
  <q>
    Did Jones swim to the shore after Smith swam to the shore?
  </q>
  <h>
    Jones swam to the shore after Smith swam to the shore.
  </h>
  <a> Yes </a>
</problem>

<comment>
  Here the PP "to the shore" provides an end point or conclusion for the activity.
</comment>

<comment> "Before" and "after" are not inverses for state-denoting sentences: </comment>

<problem
  id="271"
  fracas_answer="unknown">
  <p idx="1">
    Smith was present.
  </p>
  <p idx="2">
    Jones was present.
  </p>
  <p idx="3">
    Smith was present after Jones was present.
  </p>
  <q>
    Was Jones present before Smith was present?
  </q>
  <h>
    Jones was present before Smith was present.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="272"
  fracas_answer="unknown">
  <p idx="1">
    Smith was present.
  </p>
  <p idx="2">
    Jones was present.
  </p>
  <p idx="3">
    Smith was present before Jones was present.
  </p>
  <q>
    Was Jones present after Smith was present?
  </q>
  <h>
    Jones was present after Smith was present.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="273"
  fracas_answer="unknown">
  <p idx="1">
    Smith was writing a report.
  </p>
  <p idx="2">
    Jones was writing a report.
  </p>
  <p idx="3">
    Smith was writing a report before Jones was writing a report.
  </p>
  <q>
    Was Jones writing a report after Smith was writing a report.?
  </q>
  <h>
    Jones was writing a report after Smith was writing a report.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="274"
  fracas_answer="unknown">
  <p idx="1">
    Smith was writing a report.
  </p>
  <p idx="2">
    Jones was writing a report.
  </p>
  <p idx="3">
    Smith was writing a report after Jones was writing a report.
  </p>
  <q>
    Was Jones writing a report before Smith was writing a report?
  </q>
  <h>
    Jones was writing a report before Smith was writing a report.
  </h>
  <a> Don't know </a>
</problem>

<comment> Also "before", but not "after", can have a counterfactual
meaning. Whether this is a distinct sense of "before" is open to debate: </comment>

<problem
  id="275"
  fracas_answer="unknown">
  <p idx="1">
    Smith left the meeting before he lost his temper.
  </p>
  <q>
    Did Smith lose his temper?
  </q>
  <h>
    Smith lost his temper.
  </h>
  <a> Don't know </a>
</problem>

<comment>
  With "when" things are even more complicated. The problem is that it
  is often very difficult to tease apart the temporal from the causal
  dimension of "when", c.f.
</comment>

<problem
  id="276"
  fracas_answer="undef"
  fracas_nonstandard="true">
  <p idx="1">
    When they opened the M25, traffic increased.
  </p>
  <q>
   
  </q>
  <h>
   
  </h>
  <a> </a>
  <note> Original is degenerate problem; no question or answer given. </note>
</problem>

<comment class="subsubsection"> 7.2.3 "In", "For" and "On" Temporal Adverbials </comment>

<comment> "In" and "for" adverbials can be used as tests for the aspectual class of
verb phrases (or sentences). </comment>

<problem
  id="277"
  fracas_answer="unknown">
  <p idx="1">
    Smith lived in Birmingham in 1991.
  </p>
  <q>
    Did Smith live in Birmingham in 1992?
  </q>
  <h>
    Smith lived in Birmingham in 1992.
  </h>
  <a> Don't know </a>
  <why> Stative </why>
</problem>

<problem
  id="278"
  fracas_answer="no">
  <p idx="1">
    Smith wrote his first novel in 1991.
  </p>
  <q>
    Did Smith write his first novel in 1992?
  </q>
  <h>
    Smith wrote his first novel in 1992.
  </h>
  <a> No </a>
  <why> (Unrepeatable) accomplishment </why>
</problem>

<problem
  id="279"
  fracas_answer="no">
  <p idx="1">
    Smith wrote a novel in 1991.
  </p>
  <q>
    Did Smith write it in 1992?
  </q>
  <h>
    Smith wrote it in 1992.
  </h>
  <a> No </a>
  <why> (Unrepeatable) accomplishment </why>
</problem>

<problem
  id="280"
  fracas_answer="unknown">
  <p idx="1">
    Smith wrote a novel in 1991.
  </p>
  <q>
    Did Smith write a novel in 1992?
  </q>
  <h>
    Smith wrote a novel in 1992.
  </h>
  <a> Don't know </a>
  <why> (Repeatable) accomplishment </why>
</problem>

<problem
  id="281"
  fracas_answer="unknown">
  <p idx="1">
    Smith was running a business in 1991.
  </p>
  <q>
    Was Smith running it in 1992?
  </q>
  <h>
    Smith was running it in 1992.
  </h>
  <a> Don't know </a>
  <why> Activity </why>
</problem>

<problem
  id="282"
  fracas_answer="no">
  <p idx="1">
    Smith discovered a new species in 1991.
  </p>
  <q>
    Did Smith discover it in 1992?
  </q>
  <h>
    Smith discovered it in 1992.
  </h>
  <a> No </a>
  <why> (Unrepeatable) achievement </why>
</problem>

<problem
  id="283"
  fracas_answer="unknown">
  <p idx="1">
    Smith discovered a new species in 1991.
  </p>
  <q>
    Did Smith discover a new species in 1992?
  </q>
  <h>
    Smith discovered a new species in 1992.
  </h>
  <a> Don't know </a>
  <why> (Repeatable) achievement </why>
</problem>

<problem
  id="284"
  fracas_answer="yes">
  <p idx="1">
    Smith wrote a report in two hours.
  </p>
  <p idx="2">
    Smith started writing the report at 8 am.
  </p>
  <q>
    Had Smith finished writing the report by 11 am?
  </q>
  <h>
    Smith had finished writing the report by 11 am.
  </h>
  <a> Yes </a>
  <why> Accomplishment </why>
</problem>

<problem
  id="285"
  fracas_answer="unknown">
  <p idx="1">
    Smith wrote a report in two hours.
  </p>
  <q>
    Did Smith spend two hours writing the report?
  </q>
  <h>
    Smith spent two hours writing the report.
  </h>
  <a> Don't know </a>
  <why>
    Smith may have written the report in less than two hours. It is unclear
    whether there are two different readings for the premise: one where Smith
    takes exactly two hours, and one where he does it within two hours.
  </why>
</problem>

<problem
  id="286"
  fracas_answer="no">
  <p idx="1">
    Smith wrote a report in two hours.
  </p>
  <q>
    Did Smith spend more than two hours writing the report?
  </q>
  <h>
    Smith spent more than two hours writing the report.
  </h>
  <a> No </a>
</problem>

<problem
  id="287"
  fracas_answer="unknown">
  <p idx="1">
    Smith wrote a report in two hours.
  </p>
  <q>
    Did Smith write a report in one hour?
  </q>
  <h>
    Smith wrote a report in one hour.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="288"
  fracas_answer="yes">
  <p idx="1">
    Smith wrote a report in two hours.
  </p>
  <q>
    Did Smith write a report?
  </q>
  <h>
    Smith wrote a report.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="289"
  fracas_answer="no">
  <p idx="1">
    Smith discovered a new species in two hours.
  </p>
  <q>
    Did Smith spend two hours discovering the new species?
  </q>
  <h>
    Smith spent two hours discovering the new species.
  </h>
  <a> No </a>
  <why> Achievements are typically (more or less) instantaneous </why>
</problem>

<problem
  id="290"
  fracas_answer="yes">
  <p idx="1">
    Smith discovered a new species in two hours.
  </p>
  <q>
    Did Smith discover a new species?
  </q>
  <h>
    Smith discovered a new species.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="291"
  fracas_answer="yes"
  fracas_nonstandard="true">
  <p idx="1">
    Smith discovered many new species in two hours.
  </p>
  <q>
    Did Smith spend two hours discovering new species?
  </q>
  <h>
    Smith spent two hours discovering new species.
  </h>
  <a> ?Yes </a>
  <why> Repeated achievement can last two hours. </why>
</problem>

<problem
  id="292"
  fracas_answer="unknown">
  <p idx="1">
    Smith was running his own business in two years.
  </p>
  <q>
    Did Smith spend two years running his own business?
  </q>
  <h>
    Smith spent two years running his own business.
  </h>
  <a> Don't know </a>
  <why>
    Premise refers to time taken to inception of activity, not duration of activity.
  </why>
</problem>

<problem
  id="293"
  fracas_answer="unknown">
  <p idx="1">
    Smith was running his own business in two years.
  </p>
  <q>
    Did Smith spend more than two years running his own business?
  </q>
  <h>
    Smith spent more than two years running his own business.
  </h>
  <a> Don't know </a>
  <why> Cf. similar inference for accomplishment, (286) </why>
</problem>

<problem
  id="294"
  fracas_answer="yes">
  <p idx="1">
    Smith was running his own business in two years.
  </p>
  <q>
    Did Smith run his own business?
  </q>
  <h>
    Smith ran his own business.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="295"
  fracas_answer="unknown">
  <p idx="1">
    In two years Smith owned a chain of businesses.
  </p>
  <q>
    Did Smith own a chain of business for two years?
  </q>
  <h>
    Smith owned a chain of business for two years.
  </h>
  <a> Don't know </a>
  <why> States behave like activities. </why>
  <note> Sic: the original did have "chain of business" in the question. </note>
</problem>

<problem
  id="296"
  fracas_answer="unknown">
  <p idx="1">
    In two years Smith owned a chain of businesses.
  </p>
  <q>
    Did Smith own a chain of business for more than two years?
  </q>
  <h>
    Smith owned a chain of business for more than two years.
  </h>
  <a> Don't know </a>
  <note> Sic: the original did have "chain of business" in the question. </note>
</problem>

<problem
  id="297"
  fracas_answer="yes">
  <p idx="1">
    In two years Smith owned a chain of businesses.
  </p>
  <q>
    Did Smith own a chain of business?
  </q>
  <h>
    Smith owned a chain of business.
  </h>
  <a> Yes </a>
  <note> Sic: the original did have "chain of business" in the question. </note>
</problem>

<problem
  id="298"
  fracas_answer="yes">
  <p idx="1">
    Smith lived in Birmingham for two years.
  </p>
  <q>
    Did Smith live in Birmingham for a year?
  </q>
  <h>
    Smith lived in Birmingham for a year.
  </h>
  <a> Yes </a>
  <why> State </why>
</problem>

<problem
  id="299"
  fracas_answer="no">
  <p idx="1">
    Smith lived in Birmingham for two years.
  </p>
  <q>
    Did Smith live in Birmingham for exactly a year?
  </q>
  <h>
    Smith lived in Birmingham for exactly a year.
  </h>
  <a> No </a>
</problem>

<problem
  id="300"
  fracas_answer="yes">
  <p idx="1">
    Smith lived in Birmingham for two years.
  </p>
  <q>
    Did Smith live in Birmingham?
  </q>
  <h>
    Smith lived in Birmingham.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="301"
  fracas_answer="yes">
  <p idx="1">
    Smith ran his own business for two years.
  </p>
  <q>
    Did Smith run his own business for a year?
  </q>
  <h>
    Smith ran his own business for a year.
  </h>
  <a> Yes </a>
  <why> Activity </why>
</problem>

<problem
  id="302"
  fracas_answer="yes">
  <p idx="1">
    Smith ran his own business for two years.
  </p>
  <q>
    Did Smith run his own business?
  </q>
  <h>
    Smith ran his own business.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="303"
  fracas_answer="yes">
  <p idx="1">
    Smith wrote a report for two hours.
  </p>
  <q>
    Did Smith write a report for an hour?
  </q>
  <h>
    Smith wrote a report for an hour.
  </h>
  <a> Yes </a>
  <why> Accomplishment </why>
</problem>

<problem
  id="304"
  fracas_answer="unknown">
  <p idx="1">
    Smith wrote a report for two hours.
  </p>
  <q>
    Did Smith write a report?
  </q>
  <h>
    Smith wrote a report.
  </h>
  <a> Don't know </a>
  <why> He may not have finished it </why>
</problem>

<problem
  id="305"
  fracas_answer="undef"
  fracas_nonstandard="true">
  <p idx="1">
    Smith discovered a new species for an hour.
  </p>
  <q>
   
  </q>
  <h>
   
  </h>
  <a> </a>
  <note> Original is degenerate problem; no question or answer given. </note>
</problem>

<problem
  id="306"
  fracas_answer="yes">
  <p idx="1">
    Smith discovered new species for two years.
  </p>
  <q>
    Did Smith discover new species?
  </q>
  <h>
    Smith discovered new species.
  </h>
  <a> Yes </a>
  <why> Repeated achievement </why>
</problem>

<comment class="subsubsection"> 7.2.4 Quantificational Adverbials </comment>

<problem
  id="307"
  fracas_answer="yes">
  <p idx="1">
    In 1994 ITEL sent a progress report every month.
  </p>
  <q>
    Did ITEL send a progress report in July 1994?
  </q>
  <h>
    ITEL sent a progress report in July 1994.
  </h>
  <a> Yes </a>
</problem>

<comment> Quantificational adverbials also introduce scope ambiguities with respect
to other quantified NPs </comment>

<problem
  id="308"
  fracas_answer="undef"
  fracas_nonstandard="true">
  <p idx="1">
    Smith wrote to a representative every week.
  </p>
  <q>
    Is there a representative that Smith wrote to every week?
  </q>
  <h>
    There is a representative that Smith wrote to every week.
  </h>
  <a> Yes on one scoping; unknown on another scoping </a>
</problem>

<comment class="subsection"> 7.3 Anaphoric Dimension </comment>

<comment>
  Rhetorical relations like narrative progression are defeasible
  interpretation principles. They depend on a theory of action and
  causation and general world knowledge (c.f. (309) and (310)).
</comment>

<problem
  id="309"
  fracas_answer="undef"
  fracas_nonstandard="true">
  <p idx="1">
    Smith left the house at a quarter past five.
  </p>
  <p idx="2">
    She took a taxi to the station and caught the first train to Luxembourg.
  </p>
  <q>
   
  </q>
  <h>
   
  </h>
  <a> </a>
  <note> Original is degenerate problem; no question or answer given. </note>
</problem>

<problem
  id="310"
  fracas_answer="undef"
  fracas_nonstandard="true">
  <p idx="1">
    Smith lost some files.
  </p>
  <p idx="2">
    They were destroyed when her hard disk crashed.
  </p>
  <q>
   
  </q>
  <h>
   
  </h>
  <a> </a>
  <note> Original is degenerate problem; no question or answer given. </note>
</problem>

<problem
  id="311"
  fracas_answer="yes">
  <p idx="1">
    Smith had left the house at a quarter past five.
  </p>
  <p idx="2">
    Then she took a taxi to the station.
  </p>
  <q>
    Did Smith leave the house before she took a taxi to the station?
  </q>
  <h>
    Smith left the house before she took a taxi to the station.
  </h>
  <a> Yes </a>
</problem>

<comment class="subsection"> 7.4 Adverbs of Quantification </comment>

<problem
  id="312"
  fracas_answer="yes">
  <p idx="1">
    ITEL always delivers reports late.
  </p>
  <p idx="2">
    In 1993 ITEL delivered reports.
  </p>
  <q>
    Did ITEL delivered reports late in 1993?
  </q>
  <h>
    ITEL delivered reports late in 1993.
  </h>
  <a> Yes </a>
  <note> Sic: the original did have "delivered" in the question. </note>
</problem>

<problem
  id="313"
  fracas_answer="no">
  <p idx="1">
    ITEL never delivers reports late.
  </p>
  <p idx="2">
    In 1993 ITEL delivered reports.
  </p>
  <q>
    Did ITEL delivered reports late in 1993?
  </q>
  <h>
    ITEL delivered reports late in 1993.
  </h>
  <a> No </a>
  <note> Sic: the original did have "delivered" in the question. </note>
</problem>

<comment class="subsection"> 7.5 Some more Complex Examples </comment>

<problem
  id="314"
  fracas_answer="yes">
  <p idx="1">
    Smith arrived in Paris on the 5th of May, 1995.
  </p>
  <p idx="2">
    Today is the 15th of May, 1995.
  </p>
  <p idx="3">
    She is still in Paris.
  </p>
  <q>
    Was Smith in Paris on the 7th of May, 1995?
  </q>
  <h>
    Smith was in Paris on the 7th of May, 1995.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="315"
  fracas_answer="yes">
  <p idx="1">
    When Smith arrived in Katmandu she had been travelling for three days.
  </p>
  <q>
    Had Smith been travelling the day before she arrived in Katmandu?
  </q>
  <h>
    Smith had been travelling the day before she arrived in Katmandu.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="316"
  fracas_answer="yes">
  <p idx="1">
    Jones graduated in March and has been employed ever since.
  </p>
  <p idx="2">
    Jones has been unemployed in the past.
  </p>
  <q>
    Was Jones unemployed at some time before he graduated?
  </q>
  <h>
    Jones was unemployed at some time before he graduated.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="317"
  fracas_answer="yes">
  <p idx="1">
    Every representative has read this report.
  </p>
  <p idx="2">
    No two representatives have read it at the same time.
  </p>
  <p idx="3">
    No representative took less than half a day to read the report.
  </p>
  <p idx="4">
    There are sixteen representatives.
  </p>
  <q>
    Did it take the representatives more than a week to read the report?
  </q>
  <h>
    It took the representatives more than a week to read the report.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="318"
  fracas_answer="no">
  <p idx="1">
    While Jones was updating the program, Mary came in and told him about the board meeting.
  </p>
  <p idx="2">
    She finished before he did.
  </p>
  <q>
    Did Mary&apos;s story last as long as Jones&apos;s updating the program?
  </q>
  <h>
    Mary&apos;s story lasted as long as Jones&apos;s updating the program.
  </h>
  <a> No </a>
</problem>

<problem
  id="319"
  fracas_answer="yes">
  <p idx="1">
    Before APCOM bought its present office building, it had been paying mortgage interest on the previous one for 8 years.
  </p>
  <p idx="2">
    Since APCOM bought its present office building it has been paying mortgage interest on it for more than 10 years.
  </p>
  <q>
    Has APCOM been paying mortgage interest for a total of 15 years or more?
  </q>
  <h>
    APCOM has been paying mortgage interest for a total of 15 years or more.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="320"
  fracas_answer="yes">
  <p idx="1">
    When Jones got his job at the CIA, he knew that he would never be allowed to write his memoirs.
  </p>
  <q>
    Is it the case that Jones is not and will never be allowed to write his memoirs?
  </q>
  <h>
    It is the case that Jones is not and will never be allowed to write his memoirs.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="321"
  fracas_answer="yes">
  <p idx="1">
    Smith has been to Florence twice in the past.
  </p>
  <p idx="2">
    Smith will go to Florence twice in the coming year.
  </p>
  <q>
    Two years from now will Smith have been to Florence at least four times?
  </q>
  <h>
    Two years from now Smith will have been to Florence at least four times.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="322"
  fracas_answer="yes">
  <p idx="1">
    Last week I already knew that when, in a month&apos;s time, Smith would discover that she had been duped she would be furious.
  </p>
  <q>
    Will it be the case that in a few weeks Smith will discover that she has been duped; and will she be furious?
  </q>
  <h>
    It will be the case that in a few weeks Smith will discover that she has been duped; and she will be furious.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="323"
  fracas_answer="yes">
  <p idx="1">
    No one gambling seriously stops until he is broke.
  </p>
  <p idx="2">
    No one can gamble when he is broke.
  </p>
  <q>
    Does everyone who starts gambling seriously stop the moment he is broke?
  </q>
  <h>
    Everyone who starts gambling seriously stops the moment he is broke.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="324"
  fracas_answer="yes">
  <p idx="1">
    No one who starts gambling seriously stops until he is broke.
  </p>
  <q>
    Does everyone who starts gambling seriously continue until he is broke?
  </q>
  <h>
    Everyone who starts gambling seriously continues until he is broke.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="325"
  fracas_answer="yes">
  <p idx="1">
    Nobody who is asleep ever knows that he is asleep.
  </p>
  <p idx="2">
    But some people know that they have been asleep after they have been asleep.
  </p>
  <q>
    Do some people discover that they have been asleep?
  </q>
  <h>
    Some people discover that they have been asleep.
  </h>
  <a> Yes </a>
</problem>

<comment class="section"> 8 VERBS </comment>

<comment class="subsection"> 8.1 Aspectual Classes </comment>

<comment> See also the inference pertaining to in and for adverbials. </comment>

<problem
  id="326"
  fracas_answer="yes">
  <p idx="1">
    ITEL built MTALK in 1993.
  </p>
  <q>
    Did ITEL finish MTALK in 1993?
  </q>
  <h>
    ITEL finished MTALK in 1993.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="327"
  fracas_answer="unknown">
  <p idx="1">
    ITEL was building MTALK in 1993.
  </p>
  <q>
    Did ITEL finish MTALK in 1993?
  </q>
  <h>
    ITEL finished MTALK in 1993.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="328"
  fracas_answer="yes">
  <p idx="1">
    ITEL won the contract from APCOM in 1993.
  </p>
  <q>
    Did ITEL win a contract in 1993?
  </q>
  <h>
    ITEL won a contract in 1993.
  </h>
  <a> Yes </a>
</problem>

<problem
  id="329"
  fracas_answer="unknown">
  <p idx="1">
    ITEL was winning the contract from APCOM in 1993.
  </p>
  <q>
    Did ITEL win a contract in 1993?
  </q>
  <h>
    ITEL won a contract in 1993.
  </h>
  <a> Don't know </a>
</problem>

<problem
  id="330"
  fracas_answer="yes">
  <p idx="1">
    ITEL owned APCOM from 1988 to 1992.
  </p>
  <q>
    Did ITEL own APCO