input
stringlengths
1.82k
2.59k
output
sequencelengths
1
17
id
stringlengths
40
40
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: "Supporting this resolution will not be beneficial to any nation's ties with China," foreign ministry spokesman Shen Guofang said. But Danish Foreign Minister Niels Helveg Petersen said Tuesday that Denmark would not be swayed by Chinese warnings of retaliation, nor by Beijing's sudden announcement that it would sign the UN convention on economic, social and cultural rights before the end of the year. Question: What event has already finished? Events: ['"Supporting', 'be', 'said', 'said', 'swayed', 'warnings', 'retaliation', 'announcement', 'sign'] Output:
[ "said", "said", "warnings", "announcement" ]
task390-eca690dda5664b7a999e01645d267747
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Afghanistan has been at war for twenty years, leaving a large part of the country's male population dead or in exile. The United Nations says women and children make up about seventy-five percent of the Afghan population. Question: What event has begun but has not finished? Events: ['war', 'leaving', 'says', 'make'] Output:
[ "war" ]
task390-b008f56d3027473d8c187de712190f53
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Anderson nailed all three foul shots to make it 129-124, and Los Angeles was unable to get any closer. On the ensuing possession, Bryant fouled out of the game, committing a charge on a wild drive to the basket but leaving with the third-highest scoring game of his career. Question: What will happen in the future? Events: ['nailed', 'shots', 'it', 'unable', 'closer', 'possession', 'out', 'game', 'committing', 'charge', 'drive', 'leaving', 'scoring', 'game', 'career'] Output:
[ "" ]
task390-8d142e1c46364bc19c3e6119a0d2b8f7
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Wednesday's strikes came after 24 hours of the Israeli withdrawal from the town. Over the past week, more than 63 Palestinians have been killed so far in Israeli incursion in Beit Hanoun. Question: What event ended after the Israeli withdrawal? Events: ['strikes', 'came', 'withdrawal', 'killed', 'incursion'] Output:
[ "strikes", "came" ]
task390-2985c0ba5d3f44ff95681cd54da61eb7
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Industry analysts estimate the bureau has about 200,000 tons of copper stockpiles, the exact figure is treated as a State secret in China. The soaring copper prices, which has increased profit margin in the copper smelting industry, has led the government to fear the making of an investment bubble, prompting the NDRC to announce last month that the government will soon introduce a slew of measures to rein in the investment in the copper smelting industry. Question: What will happen in the future? Events: ['estimate', 'has', 'treated', 'soaring', 'increased', 'fear', 'making', 'prompting', 'announce', 'introduce', 'rein', 'investment'] Output:
[ "introduce", "rein" ]
task390-d8ac2929dbc54649ba8f3293bf3c4c89
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Iran's nuclear chief Gholamreza Aghazadeh said on Saturday that Iran would not move uranium enrichment to other countries. Question: What will happen in the future? Events: ['said', 'Saturday', 'enrichment', 'move'] Output:
[ "" ]
task390-4965cd7f1dcb4682a9e0ce145852d265
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: They said investors from other Gulf Arab states would be given a limited access to the project. "This project it highly feasible and I am certain there will be a rush by investors," said Zuhair Kaswani, another UAE stockbroker. Question: What event has begun but has not finished? Events: ['said', 'given', 'access', 'project', 'rush', 'said', 'certain', 'investors'] Output:
[ "" ]
task390-6c49f179a2e843359784c5db10f02000
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Sajida Mubarak Atrous al-Rishawi, an Iraqi national, appeared on the television with explosives strapped around her waist. The 35-year-old confessed to failing in her mission of carrying out the attack, which killed at least 57 people in Radisson, Grand Hyatt and Days Inn hotels in the Jordanian capital Wednesday night and wounded over 110 others. Question: What happened before Sajida failed? Events: ['appeared', 'strapped', 'confessed', 'failing', 'mission', 'carrying', 'attack', 'killed', 'wounded'] Output:
[ "" ]
task390-4d5ad9c5fd7c4b8d82daa450a5e13fcd
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Ethiopian Prime Minister Meles Zenawi on Tuesday said more than 1,000 people have been killed in fighting between his troops backing Somali government forces against Somalia's Islamist movement. "We got reports of more than 3,000 wounded in a Mogadishu hospital. Question: What will happen in the future? Events: ['said', 'killed', 'fighting', 'backing', 'got', 'wounded'] Output:
[ "" ]
task390-5585dedd5c074b3ea77c52072f00a7b7
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Two Italians working for International Committee of the Red Cross (ICRC) were released unharmed on Tuesday midnight shortly after their kidnapping in Gaza earlier in the day, Palestinian security officials said. The officials said that the kidnappers had run away after they dropped the two hostages, a male and a female, near a police station in central Gaza Strip. Question: What event has begun but has not finished? Events: ['working', 'released', 'unharmed', 'kidnapping', 'said', 'said', 'away', 'dropped'] Output:
[ "working", "away" ]
task390-a4231b09e24242a883dec50db8508e67
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: In Washington, Pentagon spokesman Pete Williams said Iraq has continued to increase its armed forces in Kuwait and they now number about 160,000. Saddam has been under international quarantine since his Aug. 2 power-grab, or what he calls an ``eternal merger'' with Kuwait. Question: What did Iraq do before it was placed under international quarantine? Events: ['said', 'continued', 'increase', 'number', 'been', 'quarantine', 'calls', 'merger', 'power-grab'] Output:
[ "power-grab", "merger" ]
task390-c1dea76fdcff44838a7be5af67b7cac1
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: U.S. Trust also created a four-member office of the chairman, effective Feb. 1. It will include Messrs. Schwarz and Maurer. Question: What happened before U.S. Trust has created a four-member office of the chairman? Events: ['created', 'include'] Output:
[ "" ]
task390-2adf576944cb44eb90f143054819cc22
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: The coalition won in 2002 on a wave of euphoria after 24 years of rule by Daniel Arap Moi, but now is in a precarious position because of growing public dissatisfaction. Both camps agree that the existing constitution is outdated and oppressive but have failed to reach consensus on the new one, which has been the subject of debate since 1997. Question: What happened before the rule of Daniel Arap Moi? Events: ['won', 'wave', 'rule', 'is', 'growing', 'agree', 'is', 'failed', 'consensus', 'been', 'debate'] Output:
[ "" ]
task390-dc6f0573f8e9468195ab4a74ac5cc88e
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: The lawyers were told they could act only as "assistants" to court- appointed lawyers. But Steiner said that in banning the officials, Petric had "violated the constitution of Bosnia-Hercegovina." Question: What did Steiner do after Petric violated the constitution? Events: ['told', 'act', 'appointed', 'said', 'banning', 'violated'] Output:
[ "said" ]
task390-e8ce0e29bed343ab89b3c9303364a32f
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Aircraft have taken off from the United States, Europe and elsewhere in Africa bearing medical suplies and other equipment, along with replacement personnel for the two embassies. A 62-member rescue team, previously sent to the bombed-out federal building in Oklahoma City, Okla., was en route to Nairobi. Question: What event has begun but has not finished? Events: ['taken', 'bearing', 'sent', 'was'] Output:
[ "was", "bearing" ]
task390-a263cd70b10045b0b8c77229491828d3
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: "The quality of congressional debate has an impact on events in Iraq and our prospects for success," wrote Lugar, chairman of the Senate Foreign Relations Committee. "We should continually strive to elevate our debate by studying thoughtful sources of information and embracing civility in our discourse," he said. Question: What event has already ended? Events: ['has', 'events', 'wrote', 'strive', 'elevate', 'studying', 'embracing'] Output:
[ "wrote" ]
task390-7bb14d1800f248de983282b5839f0390
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: In contrast, the seats projection for both Labour and Likud has dropped by two. Mofaz announced on Sunday that he had decided to pull out of the campaign to succeed Sharon as leader of Likud, which he said was veering towards right-wing extremism, and would instead link up with the premier's new centrist party. Question: What event has already finished? Events: ['dropped', 'announced', 'decided', 'pull', 'succeed', 'veering', 'link', 'said'] Output:
[ "projection", "dropped", "announced", "decided", "said" ]
task390-daff666afdba4d08932b05d9eadcc6ed
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: At least four people were killed and several others injured on Tuesday morning in two bomb blasts in the southern Pakistani port city of Karachi, according to local TV reports. One blast occurred near the Pakistan Industrial Development Corporation (PIDC). Question: What happened after the blasts? Events: ['killed', 'injured', 'Tuesday', 'morning', 'blasts', 'reports', 'occurred'] Output:
[ "reports" ]
task390-3617a9c1c84a467aafbf8adfe9486216
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Naivasha has been rife with animosity between foreign investors, mainly flower farmers, and the local population over access to resources, and has been the scene of several violent attacks on European residents, although Root's murder is the first in several months. At least three other Europeans have been slain in violent robberies in the Rift Valley since September 2004, prompting great unease and major security fears in the expatriate community. Question: What began after September? Events: ['been', 'animosity', 'access', 'resources', 'been', 'attacks', 'murder', 'months', 'slain', 'robberies', 'September', '2004', 'prompting', 'unease', 'fears', 'is'] Output:
[ "murder", "is", "months" ]
task390-a215c6f8217543368643827cc1f36904
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: The United States has filed a trade case with the World Trade Organization (WTO) accusing Turkey of imposing unfair restrictions on US rice exports, US Trade Representative Rob Portman announced Wednesday. "Right now American rice exporters are being unfairly restricted. Question: What did Rob Portman not do after the announcement? Events: ['filed', 'accusing', 'imposing', 'announced', 'restricted', 'case', 'are'] Output:
[ "" ]
task390-5eb2da22b48440618f9d49498fbb92c9
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: The law change would allow the US military to continue running 12 Okinawa facilities on land owned by some 3,000 people who have refused to renew leases which expire on May 14. The bill stipulates the government can continue using land for the US military by providing compensation to landlords, even if it fails to gain approval for new leases. Question: What event has already finished? Events: ['change', 'allow', 'continue', 'running', 'owned', 'refused', 'renew', 'expire', 'stipulates', 'can', 'continue', 'using', 'providing', 'fails', 'gain'] Output:
[ "refused" ]
task390-2f42c467909e47a6a8969f11e2df1065
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: England were given a flying start by Willstrop who overcame the first game loss to defeat Shabana 4-9, 9-6, 9-3, 9-1 in 57 minutes. Nicol, a former world and British open champion brushed aside Mohammad Abbas 9-0, 9-2, 9-1 in under half-an-hour to give England an unassailable 2-0 lead. Question: What happened after the game started? Events: ['were', 'start', 'overcame', 'loss', 'defeat', 'game', 'brushed'] Output:
[ "were", "start", "overcame", "game", "loss", "defeat", "brushed" ]
task390-6571485cbfca4c4ea06d1de7a3047350
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: The company has made payments of $175 million against the original $585 million of bank debt incurred in connection with the recapitalization. These payments consisted of $54 million in scheduled payments and $121 million in prepayments, funded by $82.8 million from operating cash flow, zero-coupon subordinated debt and assets sales. Question: What happened after the payments and prepayments? Events: ['made', 'payments', 'incurred', 'recapitalization', 'payments', 'consisted', 'scheduled', 'payments', 'prepayments', 'funded', 'sales', 'subordinated', 'flow'] Output:
[ "" ]
task390-42519ab8eab9435195d442771dce2264
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: US officials are looking into ending reconciliation efforts with Sunni insurgents as part of the ongoing review of US policy in Iraq, the Washington Post reported Friday, citing anonymous government officials. The proposal, presented by the State Department, follows an internal review that says US efforts to reach out to Sunni dissidents have failed, the Post reported. Question: What will happen in the future? Events: ['looking', 'ending', 'reconciliation', 'efforts', 'insurgents', 'review', 'policy', 'reported', 'citing', 'proposal', 'presented', 'follows', 'review', 'says', 'efforts', 'reach', 'failed', 'reported'] Output:
[ "" ]
task390-98c3bb54265244598c66f7ca62053027
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: According to the ministry, China has more than 450,000 elementary and secondAcoordingary schools with more than 210 million students and more than 120,000 kindergartens with 22 million children. Zhou also called for immediate measures to eliminate safety risks involving food poisoning, student fights and other mass incidents. Question: What event has already finished? Events: ['has', 'called', 'measures', 'eliminate', 'involving', 'poisoning', 'fights', 'incidents'] Output:
[ "called" ]
task390-d340be2fb8464f3ca890d6b59450279d
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Four members of Bangladesh's interim cabinet have quit in protest at the president's decision to deploy the army to restore order ahead of January's elections, an interim cabinet member said. "We have sent our resignation letter to the president, because we think that no situation has been created in the country that warranted an army deployment," interim cabinet member Sultana Kamal said. Question: What might happen after four members of the cabinet quit? Events: ['quit', 'protest', 'decision', 'deploy', 'restore', 'order', 'elections', 'said', 'sent', 'think', 'situation', 'created', 'warranted', 'deployment', 'said'] Output:
[ "" ]
task390-6174297044214682aea0962ffd007262
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: For the nine months, the company reported a net loss of $608,413, or 39 cents a share, compared with year-earlier net income of $967,809, or 62 cents a share. Sales rose to $9.8 million from $8.9 million. Question: What happened after sales rose? Events: ['reported', 'compared', 'rose', 'income', 'loss'] Output:
[ "compared", "loss", "reported" ]
task390-9242921caadb4ad393af6ca289409566
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: U.S. trade officials said the Philippines and Thailand would be the main beneficiaries of the president's action. Imports of the types of watches that now will be eligible for duty-free treatment totaled about $37.3 million in 1988, a relatively small share of the $1.5 billion in U.S. watch imports that year, according to an aide to U.S. Trade Representative Carla Hills. Question: What event has already finished? Events: ['said', 'be', 'action', 'Imports', 'be', 'treatment', 'imports', 'totaled'] Output:
[ "said", "totaled", "imports" ]
task390-b8a92888c11f4f59a549cc3aa524fb50
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: The exhibitions will be for exclusively religious ends, the cardinal said, and do not imply the Church had taken a "position on the scientific discussions on the authenticity of this historic, unique and prestigious artifact evoking the death of Christ on the cross." The 4.4-metre (14.5-foot) by 1.1-metre (3.3-foot) shroud was saved at the last minute on April 12 when a blaze ravaged the chapel in Turin cathedral where it is normally housed. Question: What happened while the chapel was ravaged? Events: ['exhibitions', 'said', 'imply', 'taken', 'discussions', 'evoking', 'death', 'saved', 'blaze', 'ravaged', 'housed'] Output:
[ "blaze" ]
task390-df70d322c29f4136a275a7b325735db1
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Danai, 61, who died Monday, was appointed in early 1995 as the first Thai ambassdor to the WTO, where he chaired the agriculture committee before retiring at age 60. Before working at the WTO, he held posts as deputy permanent secretary of the commerce ministry and director-general of the foreign ministry's economic department. Question: What usually happens before someone starts working at the WTO? Events: ['died', 'appointed', 'chaired', 'retiring', 'working', 'held'] Output:
[ "" ]
task390-279f0687577d41d081230d01b4647ce2
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: But the World Council, whose members are mainly comprised of survivors of pre-war European Jewry, complain that they have been unable to get their restitution claims addressed. The World Council is comprised of strictly Orthodox Hasidic Jews. Question: What will happen in the future? Events: ['comprised', 'complain', 'get', 'addressed', 'restitution', 'claims', 'comprised'] Output:
[ "" ]
task390-d64746e0a56245278f26c4ac2db82f83
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: But Elian's relatives in Miami have fought to keep the boy permanently, saying they could provide him with a better life than he would have on the communist island. They said they would appeal the decision, announced Wednesday by INS Commissioner Doris Meissner, that Elian must be returned to his father by Jan. 14. Question: What will happen after the boy is not returned? Events: ['fought', 'keep', 'saying', 'provide', 'life', 'have', 'said', 'appeal', 'decision', 'announced', 'Wednesday', 'returned', 'Jan', '14'] Output:
[ "keep", "provide", "life", "Jan", "14" ]
task390-4aa35eafc2144e49a04f51247ebd4df4
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: The series is levelled at 1-1 after England won the first match by 42 runs, while Pakistan won the second by seven wickets -- both played in Lahore. England lost batsman Kevin Pietersen two days before the match when back and rib cage problems forced him to return home. Question: What happened before England won the first match? Events: ['levelled', 'won', 'won', 'played', 'lost', 'forced', 'return'] Output:
[ "" ]
task390-bb76e3780006406bbd63f361c6827eb4
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Otte said that "we want to leave as soon as we can, because when we go it means we have succeeded. Our success is your success. " Question: What will happen in the future? Events: ['said', 'want', 'leave', 'go', 'succeeded', 'success', 'success'] Output:
[ "go", "succeeded", "leave" ]
task390-7dec9b00e44f45da9765d4713d13ca61
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: This would include improving technology for delivering financial services more efficiently and at lower cost and expanding the range and quality of financial products and services "including those for the Islamic market", the ADB said. The bank would also work to set up public-private partnerships, including reliable business and credit information systems as well as improved, reliable and lower-cost remittance services for overseas workers. Question: What would start after the bank worked? Events: ['include', 'improving', 'delivering', 'expanding', 'said', 'work', 'set', 'remittance', 'partnerships'] Output:
[ "set", "partnerships", "remittance" ]
task390-4776426252894065a9aa5b965c460468
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: There's been a huge build-up to the Games and winning something like this is a whole different feeling," said the woman from Penang. David is in a rich vein of form with her win in Belfast stretching her unbeaten international run to 33 matches. Question: What happened after David's win in Belfast? Events: ['build-up', 'Games', 'winning', 'feeling', 'is', 'win', 'stretching', 'run'] Output:
[ "stretching", "run" ]
task390-a498db0d381c4e54b1e58055051d7318
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Britain's UN Ambassador Emyr Jones Parry again urged Israel "to freeze all settlement activity, including the 'natural growth' of existing settlements, and to dismantle all outposts built since 2001 in line with the provisions of the Roadmap." And he pressed the Palestinian Authority to make every effort "to prevent terrorism." Question: What happened before he pressed the Palestinian authority? Events: ['urged', 'freeze', 'activity', 'growth', 'dismantle', 'built', 'pressed', 'make', 'effort', 'prevent', 'terrorism'] Output:
[ "urged", "activity", "built", "growth" ]
task390-62c49ee8de4b43d09a73c72d7025224e
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: But some analysts questioned how much of an impact the retirement package will have, because few jobs will end up being eliminated. "It's a cosmetic move," said Jonathan S. Gelles of Wertheim Schroder amp Co. Question: What may happen after analysts questioned the retirement package's impact? Events: ['questioned', 'impact', 'being', 'move'] Output:
[ "impact", "being" ]
task390-a054caedeb4a4541b9f7e7b45f864cda
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: According to The Times, the possibility of charges of perverting the course of justice was discussed by CPS lawyers after they met with the police. The charge carries a maximum life sentence. Question: What happened after CPS had a discussion with lawyers? Events: ['According', 'charges', 'perverting', 'discussed', 'met', 'carries'] Output:
[ "According" ]
task390-9f456a5296c04e42807a912e4b6dc48c
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: She estimates her properties, worth a hundred thirty million dollars in October, are worth only half that now. They believe ah it will be always up going up and up ah forever. Question: What will happen in the future? Events: ['estimates', 'believe', 'up', 'up'] Output:
[ "" ]
task390-8e5cdc8cc1b9482593ab4caeca5a6bb1
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: "The most critical thing is for all countries to work together for stability of the world energy market, and to fuel the sustained growth of the world economy with sufficient, safe, economical and clean energy resources," the Chinese president said. It is also important to take a long-term perspective, intensify energy development, deepen energy cooperation, increase energy efficiency, and facilitate the development and use of new energy resource, Hu added. Question: What might happened before the development and use of new energy resource? Events: ['work', 'fuel', 'growth', 'said', 'perspective', 'intensify', 'deepen', 'increase', 'facilitate', 'added'] Output:
[ "said", "added" ]
task390-78750fd312394c42a83a90036cd4f707
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Bembe said that at the moment his board is working for the closing of the first phase, which will end with the integration of FLEC soldiers in the Angolan Armed Forces and in the National Police. Question: What event has already finished? Events: ['said', 'working', 'closing', 'end', 'integration'] Output:
[ "said" ]
task390-d154fa0555db498d8c591338f343b5d9
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Reports have suggested the banned substance found in Xavier's test was the anabolic steroid dianabol. UEFA guidelines recommend a ban of 12 months for a first doping offence. Question: What happened after the banned substance was found? Events: ['suggested', 'banned', 'found', 'test', 'recommend', 'ban', 'offence'] Output:
[ "suggested" ]
task390-efd8743b323c4143a07ec301f2450436
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Neither side would say what happened, but when Manuel returned to his house, he was so upset he felt heart palpitations and was taken to a hospital. He was soon released and appeared to be reasonably healthy when he appeared in court the next morning. Question: What will happen in the future? Events: ['say', 'returned', 'was', 'felt', 'palpitations', 'taken', 'released', 'appeared', 'appeared'] Output:
[ "" ]
task390-696b372d01034ede9172397f746c81c7
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: We do not further the purpose of human rights in the world by violating the human rights under our own constitution. But opponents said the school might be a target for terrorist attacks, complained about its tax exempt status, and wondered why the Saudis are not compelled to allow Christians to worship in their country. Question: What will happen in the future? Events: ['further', 'violating', 'said', 'be', 'attacks', 'complained', 'wondered', 'compelled', 'allow', 'worship'] Output:
[ "" ]
task390-3c2ecfcb8fee483abc3a03fc8c9d42e9
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Peres's statement came after attorney general Eliakim Rubinstein said corruption charges would not be pressed against Netanyahu because of lack of evidence. The opposition leader demanded early elections and announced a national petition campaign. Question: What probably happened after the expected elections? Events: ['statement', 'said', 'charges', 'pressed', 'lack', 'demanded', 'elections', 'announced', 'campaign'] Output:
[ "" ]
task390-f220945f6b9a4b858bc257140d339a14
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Under the government proposal, a mechanism would be created to provide an information and cooperation link that would allow smaller firms to learn about access to global markets from multinationals, Sioufas said. Sioufas made the remarks at the opening of a three-day conference in Athens sponsored by the OECD, Asia Pacific Economic Cooperation (APEC) and the Development Ministry. Question: What would the mechanism do that is created after the conference? Events: ['mechanism', 'created', 'provide', 'allow', 'cooperation', 'learn', 'access', 'said', 'made', 'opening', 'conference', 'sponsored', 'proposal'] Output:
[ "provide", "allow" ]
task390-45846e239fa94de9819e1ab541a6db87
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Anderson nailed all three foul shots to make it 129-124, and Los Angeles was unable to get any closer. On the ensuing possession, Bryant fouled out of the game, committing a charge on a wild drive to the basket but leaving with the third-highest scoring game of his career. Question: What event has already finished? Events: ['nailed', 'shots', 'it', 'unable', 'closer', 'possession', 'out', 'game', 'committing', 'charge', 'drive', 'leaving', 'scoring', 'game', 'career'] Output:
[ "nailed", "shots", "it", "possession", "out", "game", "committing", "charge", "drive", "leaving", "game" ]
task390-2a8faf32aa4f49cdb433c2855c0ea67a
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Both U.S. and British officials filed objections to the court's jurisdiction in 1995, claiming Security Council resolutions imposed on Lybia to force the suspects' extradition overruled a 1971 Convention which gives Libya the right to try the men. The decision, 3rd graf pvs. Question: What happened during the decision? Events: ['objections', 'claiming', 'imposed', 'force', 'extradition', 'overruled', 'gives', 'try', 'decision', 'Convention'] Output:
[ "" ]
task390-38af25e941f74fbca05ae476e03235b8
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Israeli police and the army supported by helicopters combed the area, as the investigation focused on an attack by Palestinian nationalists while not ruling out rather a criminal act. The security forces have warned against attacks by Palestinian militants to coincide with this week's Jewish Passover holidays. Question: What will happen in the future? Events: ['supported', 'combed', 'investigation', 'attack', 'ruling', 'warned', 'attacks', 'coincide', 'holidays'] Output:
[ "holidays" ]
task390-116622af44f84151911d08e5a3e9a24f
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: But human rights issues would also have to be dealt with eventually if the North were to integrate with the world, and silence did not encourage better behavour by Pyongyang. "People have treated North Korea with kid gloves and the result has been a missile test and a nuclear test," Noland, a senior fellow of the Institute for International Economics in Washington, told a press conference. Question: What event has already finished? Events: ['issues', 'eventually', 'integrate', 'silence', 'encourage', 'behavour', 'treated', 'result', 'test', 'told', 'conference', 'test'] Output:
[ "silence", "encourage", "behavour", "treated", "result", "test", "test", "told", "conference" ]
task390-aed2912c151340cd8ef957a8f40ca650
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Meanwhile, the U.S. hopes, economic sanctions and an international arms embargo will remain in effect until Iraq pays war reparations to Kuwait to cover war damages. That would undermine any chances of rebuilding either Iraq or its armed forces in short order as long as Saddam Hussein remains in power. Question: What events started before U.S. hopes for certain outcomes? Events: ['hopes', 'sanctions', 'embargo', 'remain', 'pays', 'cover', 'undermine', 'rebuilding', 'remains'] Output:
[ "sanctions", "embargo" ]
task390-ba20f85063304da287a210958c56ea2b
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Three centres have been set up in the city to receive foreign investors' complaints, Lu said. Question: What could still be happening after Lu said something but has not finished? Events: ['set', 'receive', 'said', 'complaints'] Output:
[ "receive", "complaints" ]
task390-0a26c22b107540839d72023058046120
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Allrounder Andrew Flintoff hit seven boundaries in his 36 before he was bowled by supersub Yasir Arafat. Leg-spinner Shahid Afridi and Shoaib Malik then shared five wickets between them to wrap up the innings on a day totally dominated by Pakistan. Question: What happened before Andrew Flintoff was bowled? Events: ['hit', 'bowled', 'shared', 'up', 'innings', 'dominated'] Output:
[ "hit" ]
task390-1082689572dd424a922fc0c4a6ae8250
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Ironically, NATO's three newest members just a decade ago were still under the Soviet umbrella. Czech Foreign Minister Jan Kavan said he was in nearby Kansas City working with the anti-Soviet undergound in 1968 when Russian troops swept through Praque in the occupation of Czechoslovakia. Question: What event has already finished? Events: ['were', 'said', 'was', 'working', 'swept', 'occupation', 'umbrella'] Output:
[ "said", "was", "swept" ]
task390-1311bca66df24a62bdae5039df934618
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Talks broke down in September 2005 when Shell more than doubled its initial cost projection for Sakhalin-2 to 20 billion dollars. "The fact that Shell is proposing something -- whereas earlier they were keeping silent -- means they are willing to give something up," Gromadin said. Question: What terminated before the initial cost projection? Events: ['Talks', 'broke', 'doubled', 'projection', 'proposing', 'keeping', 'willing', 'give', 'said'] Output:
[ "" ]
task390-6c83a00d9d4847faaa73848d59a8a167
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: BEIJING, Nov. 15 (Xinhua) -- As the first woman writer elected as president of the Chinese Writers Association, 49-year-old Tie Ning broke the stereotype of the government-sponsored organization. "It ends the era of a literary world dominated by great masters and ushers in the age of common people," fellow writer Sun Yunxiao wrote in his blog, commenting on Tie's election. Question: What happened after they were elected? Events: ['elected', 'broke', 'government-sponsored', 'ends', 'dominated', 'wrote', 'commenting', 'election'] Output:
[ "broke", "ends", "wrote", "commenting" ]
task390-5f9377b6084d4cb8b072181201decaaf
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Imports of the types of watches that now will be eligible for duty-free treatment totaled about $37.3 million in 1988, a relatively small share of the $1.5 billion in U.S. watch imports that year, according to an aide to U.S. Trade Representative Carla Hills. Question: What started before the event when something was according to an aide to a U.S. trade representative? Events: ['Imports', 'eligible', 'treatment', 'totaled', 'imports', 'according'] Output:
[ "imports", "Imports", "treatment", "totaled", "eligible" ]
task390-c04b2f76e95f4142b369a89ed00ea114
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Mottaki's visit to Pakistan comes ahead of December 21 talks between Iran and the so-called European Union 3 -- Britain, France and Germany -- on its disputed nuclear programme. EU-Iran talks collapsed in August when Tehran ended its suspension of uranium conversion, a first step towards enrichment, and the planned talks are aimed at determining if negotiations can resume. Question: What events might happen after the planned talks of December 21? Events: ['visit', 'comes', 'talks', 'so-called', 'disputed', 'talks', 'collapsed', 'ended', 'suspension', 'conversion', 'enrichment', 'talks', 'aimed', 'determining', 'negotiations', 'resume', 'planned'] Output:
[ "determining", "negotiations", "resume" ]
task390-f5d26a9b384a45f286730e335db57ead
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: The acquisition of 87-store Weisfield's raises Ratners's U.S. presence to 450 stores. About 30% of Ratners's profit already is derived from the U.S. Question: What event has already happened? Events: ['acquisition', 'derived', 'raises'] Output:
[ "acquisition", "derived" ]
task390-d11b8a94076d4baca81b162053cf018b
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Spitzer also criticized Vacco for dismantling the Office of Reproductive Rights, which investigated threats and crimes against abortion clinics, when he became attorney general. On Monday, Spitzer called for Vacco to revive that unit immediately, vowing that he would do so on his first day in office if elected. Question: What happened before Vacco became attorney general? Events: ['criticized', 'dismantling', 'investigated', 'threats', 'crimes', 'against', 'became', 'Monday', 'called', 'revive', 'immediately', 'vowing', 'do', 'day', 'elected'] Output:
[ "investigated", "threats", "crimes", "against" ]
task390-76bc7f11cfba4e5c86d8cc6cf44a0b60
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Juan Miguel Gonzalez objected to the media access to Elian that Lazaro Gonzalez's family has permitted and to the treatment of Elian by psychologists selected by Lazaro Gonzalez's family. Meantime, the possibility of a meeting between Attorney General Janet Reno and Lazaro Gonzalez's family reemerged Thursday. Question: What might happen after Lazaro Gonzalez's family selected psychologists? Events: ['objected', 'access', 'permitted', 'treatment', 'selected', 'meeting', 'reemerged'] Output:
[ "meeting" ]
task390-7009b04c6da743319c6aca34ae9be974
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: WASHINGTON _ The economy created jobs at a surprisingly robust pace in January, the government reported on Friday, evidence that America's economic stamina has withstood any disruptions caused so far by the financial tumult in Asia. The Bureau of Labor Statistics said the economy added 358,000 jobs last month, far above the 235,000 forecast by economists. Question: What happened after The Bureau of Labor Statistics said the economy added jobs last month? Events: ['created', 'reported', 'withstood', 'disruptions', 'caused', 'said', 'added', 'forecast'] Output:
[ "" ]
task390-25cf452a848d43ca8a3fed85d79b3684
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: That result gives the party an initial 24 seats in the 147-seat future national assembly as a result of the first-round polling which took place on April 13. The second -- and far more controversial -- round will take place on April 27. Question: What event has begun but has not finished? Events: ['gives', 'result', 'polling', 'round', 'took', 'take'] Output:
[ "gives", "polling" ]
task390-330df3d448b5400788ca05f3a921f1f3
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: The Washington Post was more circumspect, saying that the execution came on the heels of an "imperfect" trial for Saddam. "For those who oppose the death penalty, as we do, any execution is regrettable -- and this one, should it come to pass, will follow highly imperfect judicial proceedings and may, in the short term, inflame sectarian divisions," the daily said. Question: According to The Washington Post, what happens after the proposed execution passes? Events: ['was', 'came', 'saying', 'oppose', 'is', 'pass', 'follow', 'inflame', 'said', 'execution', 'trial'] Output:
[ "follow", "inflame" ]
task390-ceb9e6c4c1e64bbe9b36031023235333
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Separately, Citadel posted a third-quarter net loss of $2.3 million, or 68 cents a share, versus net income of $5.3 million, or $1.61 a share, a year earlier. The latest results include some unusual write-downs, which had an after-tax impact of $4.9 million. Question: What happened before the third-quarter net loss? Events: ['posted', 'loss', 'income', 'results', 'include', 'impact'] Output:
[ "income" ]
task390-ba59f4068c514dc0b827d06844b5aa7e
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Mahathir had a coronary artery bypass surgery in 1989, and in 1999 he underwent full treatment for a lung infection. Question: What happened after Matahir had surgery? Events: ['had', 'surgery', 'underwent', 'treatment', 'infection'] Output:
[ "underwent", "treatment", "infection" ]
task390-486b392782a641c2aeb5d4f05035cd15
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: ``We have covered the entire list of questions and discussed how we will be tackling them,'' Yeltsin was quoted as saying by the ITAR-Tass news agency. ``I must say there are no unsettled problems any more. Question: What will happen in the future? Events: ['have', 'covered', 'questions', 'discussed', 'be', 'tackling', 'quoted', 'saying', 'say', 'are', 'problems'] Output:
[ "tackling", "be" ]
task390-08664e1c826a44659c575f2eaab9720f
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: "There are a zillion viewpoints out there," said Johnson, who has advanced degrees in paleontology and geology. Carter has no room for theistic evolution, a belief held by most Christian churches, including the Catholic Church -- that God created the universe and then allowed evolution to proceed through billions of years. Question: What will happen in the future? Events: ['are', 'said', 'has', 'has', 'held', 'created', 'allowed', 'proceed'] Output:
[ "proceed" ]
task390-94ff2b470c634e228b94a1e0006bf53b
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: "This is just the start we needed because every point earned will count in the tournament," Dancer said. "As Olympic champions we are one of the favoured sides to win the title and we are focused on that goal." Question: What will happen after the start they needed? Events: ['start', 'earned', 'count', 'said', 'win', 'focused', 'goal', 'tournament', 'are'] Output:
[ "count", "focused" ]
task390-4455d99d243c48d3a9d4b62301aafb0d
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Prodi said: "Our aim is to leave as soon as we have helped reconstruct the state, that is one month after the democratic elections we are asking for." He confirmed that most of the troops in the operation were to arrive on Tuesday. Question: What event has already finished? Events: ['said', 'leave', 'helped', 'reconstruct', 'elections', 'asking', 'confirmed', 'operation', 'arrive'] Output:
[ "confirmed" ]
task390-99a3ad0696c84fcaa8a71f77b497dd14
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Analysts, however, said the bureau's latest move will be effective in the short term, but not in the long-term if the demand remains robust in the domestic market. Question: What event has already finished? Events: ['said', 'move', 'remains', 'be'] Output:
[ "said" ]
task390-adf1d0f8d172487ca45c59985b4cec5e
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: No successor was named, and Mr. Reupke's duties will be split among three other senior Reuters executives, the company said. In a telephone interview, Mr. Reupke said his departure was for "personal reasons," which he declined to specify. Question: What happened while Mr. Reupke declined to specify his reasons for leaving? Events: ['named', 'split', 'said', 'interview', 'said', 'departure', 'declined'] Output:
[ "interview" ]
task390-b95a15cdb0714a798e9bc47312e8c4af
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Spicer, 44, said he and his 65 mercenaries were recruited for 24 million pounds (39 million dollars) by the government of the South Sea nation to help overthrow a nine-year rebellion on the copper-rich island of Bougainville. He was arrested three weeks ago, was mistreated for six days and then placed under house arrest until charges against him were dropped, he told assembled reporters. Question: What event began before Spicer and his mercenaries were recruited? Events: ['said', 'recruited', 'help', 'overthrow', 'rebellion', 'arrested', 'mistreated', 'placed', 'arrest', 'dropped', 'told'] Output:
[ "rebellion" ]
task390-b4a7a8efa54647598ef2119cace1b3ab
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: As many as 15 rounds of bilateral talks held between the two governments have failed to yield any results so far. Question: What did not happen after the talks? Events: ['talks', 'held', 'failed', 'yield', 'results'] Output:
[ "yield", "results" ]
task390-9d676d5ea0b64dbba514ece9bf671073
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: The 60-billion-dollar government budget, which is about one third of the national budget, finances the public sector and covers current expenditures as well as development plans. It is the first time in years an Iranian government has asked parliament for such an additional sum. Question: What occurred after time? Events: ['is', 'finances', 'plans', 'asked', 'covers', 'expenditures', 'is', 'time'] Output:
[ "is", "finances", "covers", "expenditures", "plans" ]
task390-786c1ddd6591465dbf179f0335175a95
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: In Washington today, the Federal Aviation Administration released air traffic control tapes from the night the TWA Flight eight hundred went down. There's nothing new on why the plane exploded, but you cannot miss the moment. Question: What will happen in the future? Events: ['released', 'went', 'down', 'exploded', 'miss', 'moment'] Output:
[ "" ]
task390-62e51f04c6e844c3aa86299f97819c29
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: US officials are looking into ending reconciliation efforts with Sunni insurgents as part of the ongoing review of US policy in Iraq, the Washington Post reported Friday, citing anonymous government officials. The proposal, presented by the State Department, follows an internal review that says US efforts to reach out to Sunni dissidents have failed, the Post reported. Question: What event has begun but has not finished? Events: ['looking', 'ending', 'reconciliation', 'efforts', 'insurgents', 'review', 'policy', 'reported', 'citing', 'proposal', 'presented', 'follows', 'review', 'says', 'efforts', 'reach', 'failed', 'reported'] Output:
[ "looking", "efforts", "review", "policy", "proposal", "efforts" ]
task390-24808b7127c241bab0528c1b8c40e7cb
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Juan Gonzalez is doing his part by making the short journey across the Florida Straits to erase any question about his love for his son. Question: What will happen after Juan makes the short journey? Events: ['doing', 'making', 'journey', 'erase', 'love'] Output:
[ "erase" ]
task390-479d20d15c8c45c6b03bf47cbac7e9ce
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: ``This gives him the protection that he will not be repatriated to Cuba between now and Feb. 10.'' Question: What happened before he was given the protection? Events: ['gives', 'be', 'repatriated'] Output:
[ "" ]
task390-f1fbc94936c648158b3002f55280d426
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: More recently it has followed the growth of the militia movement and church groups that preach a message of white supremacy and anti-semitism. The new study written by Mark Potach, who edits the Southern Poverty Law Center's Intelligence Report, warns that such groups grew rapidly last year, mostly by recruiting younger members. Question: What happened after the study written by Mark Potach? Events: ['growth', 'movement', 'preach', 'study', 'edits', 'warns', 'grew', 'recruiting'] Output:
[ "warns" ]
task390-1fd5468644754d24ae598aba8da8e650
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: One exception was the swine flu pandemic of 2009-2010, when 348 children died. The CDC recommends that all children ages 6 months and older be vaccinated against flu each season, though only about half get a flu shot or nasal spray. Question: What happened after the pandemic of 2009-2010? Events: ['was', 'pandemic', 'died', 'recommends', 'vaccinated', 'season', 'get', 'shot'] Output:
[ "died" ]
task390-036a307d6e844965a6444926d14d9c77
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Palace inspections are not expected to start until the new agreement's procedures are in place. U.N. officials in New York on Friday finished drafting the rules, in consultation with Iraqi diplomats. Question: What will happen after the consultation? Events: ['inspections', 'expected', 'start', 'agreement', 'procedures', 'finished', 'drafting', 'consultation'] Output:
[ "inspections", "procedures" ]
task390-f1880cfc82574b378fde239cbd831d27
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: I'm an emotional man at the best of times but I made a monumental mistake walking out of Fratton Park and a day hasn't passed since I left the ground for the last time that I didn't regret my decision. "The truth is I have had my rows with chairman Milan Mandaric but they were petty and the vast majority were my fault." Question: What did not happen after he had rows with the chairman? Events: ['m', 'made', 'walking', 'passed', 'left', 'regret', 'is', 'had', 'rows', 'were', 'were'] Output:
[ "regret" ]
task390-b1dca88670fb469591624b7e873357a4
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Judging by leaks to the US media, Baker will also recommend increasing the number of US army trainers, while withdrawing troops from combat and by early 2008 leaving only 70,000 in Iraq in a support role. The White House may well be receptive to this idea, but seems opposed to another: that of reaching out to US foes Iran and Syria to persuade them to use their influence to calm the unrest in neighbouring Iraq. Question: What will happen in the future? Events: ['leaks', 'recommend', 'increasing', 'withdrawing', 'combat', 'leaving', 'receptive', 'opposed', 'reaching', 'persuade', 'use', 'calm', 'unrest'] Output:
[ "" ]
task390-c60685cfdc7047699da864e36a067bfd
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: H. Marshall Schwarz was named chairman and chief executive officer of U.S. Trust Corp., a private-banking firm with assets under management of about $17 billion. Mr. Schwarz, 52 years old, will succeed Daniel P. Davison Feb. 1, soon after Mr. Davison reaches the company's mandatory retirement age of 65. Question: What will happen after Mr. Davison reaches retirement age? Events: ['named', 'with', 'succeed', 'reaches'] Output:
[ "succeed" ]
task390-ddfd2c60c82c434c94960e60ef613415
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Zamily himself survived assassination attempt on Monday when gunmen attacked his convoy in Bab al-Mu'adham area, killing two of his bodyguards. A day before that, Ammar Assafar, another ministry deputy was kidnapped when gunmen wearing police uniforms stormed his house in Baghdad's northern district of Adhamiyah. Question: What will happen in the future? Events: ['survived', 'attempt', 'Monday', 'attacked', 'killing', 'day', 'kidnapped', 'wearing', 'stormed'] Output:
[ "" ]
task390-70c1b1c1d08240d7b4fe7c27d5e4aad6
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: World marathon record holder Paul Tergat thinks next year's London Marathon will provide an opportunity for a new world-class battle, local media reported Wednesday. "I am looking forward to facing a great competition on a fast course. Question: What event has begun but has not finished? Events: ['thinks', 'provide', 'opportunity', 'battle', 'reported', 'looking', 'facing', 'competition'] Output:
[ "thinks", "looking", "facing" ]
task390-c39686e1dae04996b31c822a61abed51
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: "I was really glad to learn that my husband was safe and sound. I am happy, indeed, that he is back alright." Question: What happens after the author was really glad? Events: ['was', 'learn', 'was', 'am', 'is'] Output:
[ "am", "is" ]
task390-94d867c6ff4d41858a50d414a948561f
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: During that conflict, Angola was one of three countries to send troops to support Kinshasa against rebels backed by Rwanda and Uganda. The refugees are being flown either to Mbanza Kongo or to Uige in northern Angola and the UNHCR allows them to take 40 kilograms (88 pounds) of luggage, and gives them either cash subsidies or assistance packages of food and items like cooking utensils, depending on their destination. Question: What was happening while Angola was sending troops to support Kinshasa? Events: ['conflict', 'was', 'send', 'support', 'flown', 'allows', 'take', 'gives', 'backed'] Output:
[ "conflict", "was", "send", "support", "backed" ]
task390-9c1a1cf9f0d44f7f81da2844e0341bfa
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Thursday, spokesman Michael McCurry said that the US administration will watch the handover anxiously and be ready to pounce on any sign that democratic freedoms are being yanked. He evoked the 1984 Joint Declaration agreement between Britain and China which calls for the continuation of civil rights in the former British colony and said: "We will assert an interest in preserving that formula into the future." Question: What is McCurry ready to do during the handover? Events: ['said', 'watch', 'handover', 'pounce', 'yanked', 'evoked', 'agreement', 'calls', 'continuation', 'assert', 'preserving'] Output:
[ "pounce", "watch" ]
task390-aa96acbef90242fca5fa98cb0acf0042
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: According to The Times, the possibility of charges of perverting the course of justice was discussed by CPS lawyers after they met with the police. The charge carries a maximum life sentence. Question: What event has begun but has not finished? Events: ['According', 'charges', 'perverting', 'discussed', 'met', 'carries'] Output:
[ "carries" ]
task390-bcd9ef5f01324addbc354da0f818e9ad
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: But an investigation published by Time magazine in March contradicted the official version of events. Colonel Stewart Navarre told a press conference Thursday that the Marines' initial release was false. Question: What event has already finished? Events: ['investigation', 'published', 'contradicted', 'told', 'conference', 'events', 'was', 'release'] Output:
[ "investigation", "published", "contradicted", "events", "told", "conference", "release", "was" ]
task390-cd8e8520a7e142f2acfef37e738aa667
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: However, talks on such a zone have bogged down because of sharp disagreement between the United States and countries like Brazil, Argentina, Paraguay and Uruguay. President Bush has insisted that free trade is the best way to reduce poverty and create employment and he pushed for resuming such trade talks at the summit. Question: What will happen in the future? Events: ['talks', 'bogged', 'disagreement', 'insisted', 'is', 'reduce', 'create', 'pushed', 'resuming', 'talks', 'summit', 'trade', 'employment'] Output:
[ "summit" ]
task390-7c09113a84cd4a068ef5c1de2733c735
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: Vanhanen said that the leaders, in confidential talks, had agreed that there was no point in throwing away the painstakingly assembled text. "We cannot throw out the entire text and start again from scratch," he said. Question: What might not happen after the talks? Events: ['said', 'talks', 'agreed', 'was', 'throwing', 'assembled', 'throw', 'start', 'said'] Output:
[ "throw", "start", "throwing" ]
task390-ac202f0ace1c451f84a556d1bc040543
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: The statement also quoted the doctors as saying "the president's condition is not a source of concern." Bouteflika's office said he would now not attend the Euro-Mediterranean summit in Barcelona on Sunday as planned. Question: What should not happen after condition? Events: ['statement', 'quoted', 'saying', 'condition', 'concern', 'said', 'attend', 'summit', 'Sunday', 'planned'] Output:
[ "concern", "attend" ]
task390-ed5b2168734449b3861757caff140515
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: The government dissolved the federation 10 days later and set up a caretaker committee to run the sport. FIFA has also dismissed the caretaker committee appointed by the government last week to oversee the running of the football. Question: What happened after FIFA dismissed the caretaker committee? Events: ['dissolved', 'days', 'set', 'run', 'dismissed', 'appointed', 'week', 'oversee', 'running'] Output:
[ "" ]
task390-08f332d078a04e42a276d220dffd9946
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: The U.S. economy grew 2.2 percent in the July-September period, a better performance than the estimated 1.6 percent rate, the Commerce Department reported on Wednesday. The growth rate in Gross Domestic Product (GDP) was considerably stronger than the 1.8 percent rate that economists had forecast, and less than half the blistering 5.6 percent rate recorded in the first quarter. Question: What happened after the July-September period? Events: ['grew', 'period', 'performance', 'reported', 'Wednesday', 'was', 'forecast', 'recorded', 'quarter', 'growth'] Output:
[ "reported", "Wednesday" ]
task390-aec1bebf355747c5859877cca649f69d
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: In January last year, three people were killed and some 20 others injured when a bomb exploded in the capital's luxury Ghion hotel. That attack was claimed by Al-Itihad Al-Islam, a group of ethnic Somalis fighting for the independence of Ethiopia's southeastern Ogaden region. Question: What do the Somalis usually do before the attack? Events: ['killed', 'injured', 'exploded', 'attack', 'claimed', 'fighting', 'independence'] Output:
[ "" ]
task390-51a80aec4bf44e12bfcabafdd8da22fc
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Positive Example 1 - Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid']. Output: approved, paid Positive Example 2 - Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found'] Output: causing, bringing, searching, trapped, landslide, said, found Negative Example 1 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake Negative Example 2 - Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have'] Output: wake, have Now complete the following example - Input: Passage: The first decision sent oil prices immediately higher; the second portends further expansion, with the admission of another African producer, Sudan, possible in March. Despite protestations from the Saudi Arabian Oil Minister Ali al-Nuaimi that the cartel was not targeting prices, analysts were united in their opinion that OPEC members had lined up to defend 60 dollars per barrel. Question: What will probably happen after the oil prices went higher? Events: ['decision', 'sent', 'higher', 'portends', 'expansion', 'admission', 'protestations', 'targeting', 'united', 'opinion', 'lined', 'defend'] Output:
[ "portends", "expansion", "admission" ]
task390-8b7c769f5c8448ad8de2ec93be70cd8c