<?xml version="1.0"?>

<!-- We need to pick a sensible namespace URL; see the root tag below -->

<root xmlns="http://bogusnamespace.com/inference_pilot_evaluation/annotation">

  <inference id="LCC-1">
    <passage>Odds changers, or jinglers, attempt to gain favorable
        odds by dumping large amounts of money on a particular horse,
        then canceling the bet at the last moment in order to make a
        second bet at better odds.</passage>
    <question>Do jinglers get better odds?</question>
    <provenance type="edited">[source]</provenance>
    <answer id="1" polarity="true" force="strict" source="linguistic">
      <response>Unknown.</response>
    </answer>
    <answer id="2" polarity="unknown" force="strict"
        source="linguistic">
      <response>Yes.</response>
    </answer>
    <answer id="3" polarity="true" force="strict" source="linguistic">
      <response>Yes.</response>
      <context-type>planning</context-type>
    </answer>
  </inference>

  <inference id="OrgName-47">
    <passage>Queen Victoria died in 1901, at Osborne House on the Isle
        of Wight.</passage>
    <question>Who died in 1901?</question>
    <provenance type="edited">[source]</provenance>
    <answer id="1" polarity="true" force="strict" source="linguistic">
      <response>Queen Victoria.</response>
    </answer>
    <answer id="2" polarity="unknown" force="strict"
        source="linguistic">
      <response>Prince Albert.</response>
    </answer>
  </inference>

  <inference id="OrgName-48">
    <passage>Queen Victoria died in 1901, at Osborne House on the Isle
        of Wight.</passage>
    <question>Who was born in 1901?</question>
    <provenance>edited([source])</provenance>
    <answer id="1" polarity="true" force="strict" source="linguistic">
       <response>Don't know.</response>
    </answer>
    <answer id="2" polarity="false" force="plausible" source="world">
      <response>Queen Victoria.</response>
      <because>Most people, especially crowned monarchs, do not die in the
          year they were born.</because>
    </answer>
    <answer id="3" polarity="false" force="strict" source="world">
      <response>Queen Victoria.</response>
      <because>Queen Victoria died at the age of 86.</because>
    </answer>
  </inference>

  <inference id="ContrivedExampleOrgName-26">
    <passage>Phil said the team is planning to release the first
        version of their product in the next month.</passage>
    <question>When can people buy the product?</question>
    <provenance type="hand-crafted"/>
    <answer id="1" polarity="true" force="strict" source="linguistic">
      <response>Don't know.</response>
    </answer>
    <answer id="2" polarity="false" force="plausible" source="world">
      <response>Now.</response>
      <because>A beta version might be on sale.</because>
      <comment>This is a "distractor" or false answer; some system
          might think you can buy beta versions, which is not common.
          [Yes, this whole example is very contrived, but it
          illustrates use of the comment field.  From past experience,
          the comment field has proven very useful for preserving
          information that did not fit into other fields.]</comment>
    </answer>
    <answer id="3" polarity="true" force="plausible" source="world">
      <response>In the next month.</response>
      <because>People can buy a product only after it has been released
          for the first time.</because>
    </answer>
    <answer id="4" polarity="true" force="strict" source="world">
      <response>In the next month.</response>
      <because>People can buy a product only after it has been
          released for the first time.</because>
      <context-type>report</context-type>
      <context-type>planning</context-type>
    </answer>
    <comment>Notice we can have comments at this level as well, not
        just within the answers.  Also notice that answer 4 is
        qualified with 2 context-types, which allows us to change the
        force from "plausible" (as in answer 3) to "strict."</comment>
  </inference>
</root>

