<?xml version="1.0"?>
<?xml-stylesheet type="text/xml" href="http://nlp.stanford.edu/projects/infer/kbe_to_html.xml"?>
<!-- edited with XMLSpy v2005 rel. 3 U (http://www.altova.com) by jicheng (asu) -->
<!-- We need to pick a sensible namespace URL; see the root tag below -->
<root xmlns="http://bogusnamespace.com/inference_pilot_evaluation/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://bogusnamespace.com/inference_pilot_evaluation/annotation
C:\InferencePilotEvaluation.xsd">
	<inference id="ATM1-1">
		<passage>John took the plane from Paris to Baghdad.
On the way the plane stopped in Rome. Steve, who was sitting
next to John, got down in Rome.</passage>
		<question>Is John in Baghdad?</question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="linguistic">
			<response>yes</response>
			<because>In the absence of other information, the default is to assume that John continued to the destination.</because>
		</answer>
	</inference>
	<inference id="ATM1-2">
		<passage>John took the plane from Paris to Baghdad.
On the way the plane stopped in Rome. Steve, who was sitting
next to John, got down in Rome.</passage>
		<question>Is John in Paris?</question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="strict" source="linguistic">
			<response>no</response>
		</answer>
	</inference>
	<inference id="ATM1-3">
		<passage>John took the plane from Paris to Baghdad.
On the way the plane stopped in Rome. Steve, who was sitting
next to John, got down in Rome.</passage>
		<question>Was John in Paris?</question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="strict" source="linguistic">
			<response>yes</response>
		</answer>
	</inference>
	<inference id="ATM1-4">
		<passage>John took the plane from Paris to Baghdad.
On the way the plane stopped in Rome. Steve, who was sitting
next to John, got down in Rome.</passage>
		<question>Was John in Rome?</question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="strict" source="linguistic">
			<response>yes</response>
		</answer>
	</inference>
	<inference id="ATM1-5">
		<passage>John took the plane from Paris to Baghdad.
On the way the plane stopped in Rome. Steve, who was sitting
next to John, got down in Rome.</passage>
		<question>Where was John in Rome?</question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>airport</response>
			<because>Planes normally stop in the airports.</because>
		</answer>
	</inference>
	<inference id="ATM1-6">
		<passage>John took the plane from Paris to Baghdad.
On the way the plane stopped in Rome. Steve, who was sitting
next to John, got down in Rome.</passage>
		<question>Did John pass through the Rome airport customs area? </question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>no</response>
			<because>to pass through the customs area, the person should get off the plane.</because>
		</answer>
	</inference>
	<inference id="ATM1-7">
		<passage>John took the plane from Paris to Baghdad.
On the way the plane stopped in Rome. Steve, who was sitting
next to John, got down in Rome.</passage>
		<question>Did Steve pass through the Rome airport customs area? </question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>yes</response>
			<because>If a person gets off an international flight, he needs to pass through the airport customs area.</because>
		</answer>
	</inference>
	<inference id="ATM2-1">
		<passage>John took the plane from Paris to Baghdad.
On the way the plane stopped in Rome, where
John was arrested.</passage>
		<question>Is John in Baghdad?</question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="strict" source="world">
			<response>no</response>
			<because>typically if a person is arrested he/she is not allowed to continue on the flight.</because>
		</answer>
	</inference>
	<inference id="ATM2-2">
		<passage>John took the plane from Paris to Baghdad.
On the way the plane stopped in Rome, where
John was arrested.</passage>
		<question>Where is John? </question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="strict" source="world">
			<response>Rome</response>
			<because>if a person is arrested in a city, then the person should be in the city.</because>
		</answer>
	</inference>
	<inference id="ATM2-3">
		<passage>John took the plane from Paris to Baghdad.
On the way the plane stopped in Rome, where
John was arrested.</passage>
		<question>Did John pass through the Rome airport customs? </question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>maybe</response>
			<because>If a person gets off an international flight, he must pass through customs. We assume this is also true for someone who is under arrest.</because>
		</answer>
	</inference>
	<inference id="ATM2-4">
		<passage>John took the plane from Paris to Baghdad.
On the way the plane stopped in Rome, where
John was arrested.</passage>
		<question>Is the plane in Baghdad? </question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>yes</response>
			<because>planes normally fly their scheduled route by default.</because>
		</answer>
	</inference>
	<inference id="ATM3-1">
		<passage>John is a US citizen. He is in Boston on Dec 1.
That day he applied for the passport.
</passage>
		<question>Can he go to Paris on Dec. 1? </question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>no</response>
			<because>More than 1 day is required to obtain a passport.</because>
		</answer>
	</inference>
	<inference id="ATM3-2">
		<passage>John is a US citizen. He is in Boston on Dec 1.
That day he applied for the passport.
</passage>
		<question>Can he go to Paris on Dec 14th? </question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>maybe</response>
			<because>it is unclear whether 2 weeks are enough to obtain a passport.</because>
		</answer>
	</inference>
	<inference id="ATM3-3">
		<passage>John is a US citizen. He is in Boston on Dec 1.
That day he applied for the passport.
</passage>
		<question>Can he go to Paris on the Jan 10th? </question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>yes</response>
			<because>40 days are certainly enough to obtain a passport.</because>
		</answer>
	</inference>
	<inference id="ATM4-1">
		<passage>John, who always carries his laptop with him, took a flight
from Boston to Paris on the morning of Dec 11th.
</passage>
		<question>In which city is John's laptop on the evening of Dec 10th? </question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>Boston</response>
			<because>John is most likely in Bostion in the evening of Dec 10th.</because>
		</answer>
	</inference>
	<inference id="ATM4-2">
		<passage>John, who always carries his laptop with him, took a flight
from Boston to Paris on the morning of Dec 11th.
</passage>
		<question>In which city is John's laptop on the evening of Dec 11th? </question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>Paris</response>
			<because>the fight from Boston to Pairs takes half a day</because>
		</answer>
	</inference>
	<inference id="ATM5-1">
		<passage>John, who travels abroad often, is at home in Boston
and receives a call that he must immediately go to Paris.
</passage>
		<question>Can he just get on a plane and fly to Paris? </question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>No</response>
			<because>it takes time to book the ticket.</because>
		</answer>
	</inference>
	<inference id="ATM5-2">
		<passage>John, who travels abroad often, is at home in Boston
and receives a call that he must immediately go to Paris.
</passage>
		<question> What does he need to do to be in Paris?
</question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>buy a ticket; get to the airport; get on the plane</response>
			<because>a ticket is needed to get on the plane.</because>
		</answer>
	</inference>
	<inference id="ATM6-1">
		<passage>John spent December 10 in Paris and took a plane to
Baghdad the next morning. He was planning to meet Bob who was waiting
for him there.
</passage>
		<question> Was John in the Middle East in mid-December? 
</question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="strict" source="world">
			<response>yes</response>
			<because>Baghdad is in the Middle East.</because>
		</answer>
	</inference>
	<inference id="ATM6-2">
		<passage>John spent December 10 in Paris and took a plane to
Baghdad the next morning. He was planning to meet Bob who was waiting
for him there.
</passage>
		<question> Did he meet Bob in the Middle East in mid-December? 
</question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>yes</response>
			<because>Baghdad is in the Middle East. Since they had a plan, we assume in the absence of other information that the plan is carried out.</because>
		</answer>
	</inference>
	<inference id="ATM7-1">
		<passage>President Bush attended Pope John Paul II's funeral
in Rome on the Morning of April 8.
</passage>
		<question> Was President Bush in Rome on April 8? 
</question>
		<provenance type="edited">[source]</provenance>
		<answer id="1" polarity="true" force="strict" source="linguistic">
			<response>yes</response>
		</answer>
	</inference>
	<inference id="ATM7-2">
		<passage>President Bush attended Pope John Paul II's funeral
in Rome on the Morning of April 8.
</passage>
		<question>Was President Bush in Texas on the afternoon of April 8.?
</question>
		<provenance type="edited">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>probably not</response>
			<because>it takes time to fly from Rome to Texas.</because>
		</answer>
	</inference>
	<inference id="ATM8-1">
		<passage>A rainstorm caused cancellation of the important
meeting on Thursday. Friday had beautiful weather.
</passage>
		<question>Did the meeting take place on Thursday? 
</question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="strict" source="linguistic">
			<response>no</response>
			<because>If a meeting is cancelled, then the meeting cannot be held.</because>
		</answer>
	</inference>
	<inference id="ATM8-2">
		<passage>A rainstorm caused cancellation of the important
meeting on Thursday. Friday had beautiful weather.
</passage>
		<question>Did the meeting take place on Friday? 
</question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>possibly</response>
			<because>If the meeting is important, it may have been scheduled as soon as possible. But this depends on the nature of the meeting.</because>
		</answer>
	</inference>
	<inference id="ATM9-1">
		<passage>A CH-47 Chinook, carrying 10 people,
crashed near Ghazni while returning to
Bagram Air Base near the capital. The pilot perished
in the crash.
</passage>
		<question>Did the Chinook arrive at Bagram Air Base?
</question>
		<provenance type="edited">[source]</provenance>
		<answer id="1" polarity="true" force="strict" source="world">
			<response>no</response>
			<because>A crashed plane cannot fly to the airport.</because>
		</answer>
	</inference>
	<inference id="ATM9-2">
		<passage>A CH-47 Chinook, carrying 10 people,
crashed near Ghazni while returning to
Bagram Air Base near the capital. The pilot perished
in the crash.
</passage>
		<question> Is the Pilot alive?
</question>
		<provenance type="edited">[source]</provenance>
		<answer id="1" polarity="true" force="strict" source="linguistic">
			<response>no</response>
			<because>a perished person is no longer alive.</because>
		</answer>
	</inference>
	<inference id="ATM9-3">
		<passage>A CH-47 Chinook, carrying 10 people,
crashed near Ghazni while returning to
Bagram Air Base near the capital. The pilot perished
in the crash.
</passage>
		<question>How many people survived? 
</question>
		<provenance type="edited">[source]</provenance>
		<answer id="1" polarity="unknown" force="strict" source="linguistic">
			<response>at most 9</response>
			<because>Others may have died.</because>
		</answer>
	</inference>
	<inference id="ATM10-1">
		<passage>A.Q. Khan of Pakistan  sold plans for a nuclear bomb to Iran.
He also sold the XYZ-11, the key part necessary for the trigger.
</passage>
		<question> Does Iran have plans for a nuclear bomb? 
</question>
		<provenance type="edited">[source]</provenance>
		<answer id="1" polarity="true" force="strict" source="linguistic">
			<response>yes</response>
		</answer>
	</inference>
	<inference id="ATM10-2">
		<passage>A.Q. Khan of Pakistan  sold plans for a nuclear bomb to Iran.
He also sold the XYZ-11, the key part necessary for the trigger.
</passage>
		<question>Does Pakistan have plans for a nuclear bomb? 
</question>
		<provenance type="edited">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>yes</response>
			<because>the plan can be duplicated</because>
		</answer>
	</inference>
	<inference id="ATM10-3">
		<passage>A.Q. Khan of Pakistan  sold plans for a nuclear bomb to Iran.
He also sold the XYZ-11, the key part necessary for the trigger.
</passage>
		<question>Does Iran have the XYZ-11? 
</question>
		<provenance type="edited">[source]</provenance>
		<answer id="1" polarity="true" force="strict" source="linguistic">
			<response>yes</response>
		</answer>
	</inference>
	<inference id="ATM10-4">
		<passage>A.Q. Khan of Pakistan  sold plans for a nuclear bomb to Iran.
He also sold the XYZ-11, the key part necessary for the trigger.
</passage>
		<question>Does Pakistan have the XYZ-11?
</question>
		<provenance type="edited">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>yes</response>
			<because>By default it can be assumed that Pakistan can produce many copies of the XYZ-11.</because>
		</answer>
	</inference>
	<inference id="ATM11-1">
		<passage>John was at the station in Washington D.C at 10:00 AM
on March 15, 2005. His train to New York was scheduled to
leave the station at 10:30.
</passage>
		<question>Was John in Washington at 10? 
</question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="strict" source="linguistic">
			<response>yes</response>
		</answer>
	</inference>
	<inference id="ATM11-2">
		<passage>John was at the station in Washington D.C at 10:00 AM
on March 15, 2005. His train to New York was scheduled to
leave the station at 10:30.
</passage>
		<question>Was John in Washington at 10:15? 
</question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>yes</response>
			<because>To follow the schedule, John should be in Washington D.C. at 10:15. The only scenarios where this is not the case (e.g. flying out on a helicoptor) are unlikely.</because>
		</answer>
	</inference>
	<inference id="ATM11-3">
		<passage>John was at the station in Washington D.C at 10:00 AM
on March 15, 2005. His train to New York was scheduled to
leave the station at 10:30.
</passage>
		<question>Was John in Washington at 10:30? 
</question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>yes</response>
			<because>If John follows his schedule, he should be in the train at the station, in Washington.</because>
		</answer>
	</inference>
	<inference id="ATM11-4">
		<passage>John was at the station in Washington D.C at 10:00 AM
on March 15, 2005. His train to New York was scheduled to
leave the station at 10:30.
</passage>
		<question>Was John in Washington on March 15? 
</question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="strict" source="world">
			<response>yes</response>
			<because>10:00AM on March 15,2005 is within the day.</because>
		</answer>
		<answer id="2" polarity="true" force="strict" source="world">
			<response>yes, in the morning</response>
			<because>10:00AM is in the morning</because>
		</answer>
	</inference>
	<inference id="ATM11-5">
		<passage>John was at the station in Washington D.C at 10:00 AM
on March 15, 2005. His train to New York was scheduled to
leave the station at 10:30.
</passage>
		<question>Was John in New York on March 15th?
</question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>yes</response>
			<because>if he follows his schedule, he should be in New York.</because>
		</answer>
	</inference>
	<inference id="ATM11-6">
		<passage>John was at the station in Washington D.C at 10:00 AM
on March 15, 2005. His train to New York was scheduled to
leave the station at 10:30.
</passage>
		<question>Was John in California on March 15th? 
</question>
		<provenance type="hand-crafted">[source]</provenance>
		<answer id="1" polarity="true" force="plausible" source="world">
			<response>no</response>
			<because>It is unlikely that a person who is in Washington D.C. and has  a plan to travel to New York by train then leaves for California on the same day.</because>
		</answer>
	</inference>
</root>

