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: Airport officials told media the Philippines airliner had just left the airport when a problem developed with one of its wing flaps. The pilot decided to turn back and dumped fuel into the ocean on the way to Vancouver. Question: What happened before the airliner left? Events: ['told', 'left', 'developed', 'decided', 'turn', 'dumped']
Output:
| [
""
] | task390-dac84b0a93274065bf1d5958654615b8 |
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: Kyle Technology Corp. said a Seattle investor has signed a letter of intent to buy the company for about $3.1 million, or $1.20 a share. The investor, Donald A. Wright, plans to run the company, said a spokesman for Kyle. Question: What will happen in the future? Events: ['said', 'signed', 'buy', 'plans', 'run', 'said']
Output:
| [
"buy",
"plans",
"run"
] | task390-f1c85bd1a9314538a5019919e58917dd |
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: Confidence in Hong Kong's future depends on its new status as a Special Administrative Region (SAR) of China not leading to an erosion of the rule of law or key rights such as free speech, the right to assembly and form political parties and data protection, the commission report noted. Primary responsibility for ensuing that the SAR lives up to its tasks lies with the Hong Kong government and Chinese authorities, but the EU also had a role to play in monitoring events. Question: What may happen in the future as a result of Hong Kong's status? Events: ['Confidence', 'depends', 'status', 'leading', 'erosion', 'rule', 'speech', 'assembly', 'form', 'protection', 'noted', 'ensuing', 'up', 'tasks', 'lies', 'play', 'monitoring', 'events']
Output:
| [
"Confidence",
"leading",
"erosion"
] | task390-b28e39371c2148ad9d57bd444fad04ac |
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 steps come on the top of credit-tightening and tax measures introduced in May last year against excessive speculation in private property which have softened real-estate prices. Market speculation Friday sent property stocks reeling, with the Stock Exchange of Singapore Property Index ending down five percent -- the largest one-day fall since the May curbs. Question: What events began after measurers were introduced in May? Events: ['steps', 'measures', 'introduced', 'speculation', 'softened', 'speculation', 'reeling', 'down', 'fall', 'curbs']
Output:
| [
"speculation",
"reeling",
"down",
"fall"
] | task390-e419db8ca5bb4813a34b6014f9a985d7 |
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 unrest blew into a full-scale armed uprising in the south, with the port town of Vlore at its hub. Prodi told reporters: "Italy has an important mission to reconstruct Albania." Question: What will happen in the future? Events: ['unrest', 'blew', 'uprising', 'told', 'has', 'reconstruct']
Output:
| [
""
] | task390-724c1d4bcfb84e8c931edd388a06eeac |
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: Journalists following the court hearing are sat behind a glass window, but Amin then ordered a 10-minute break to decide how best the woman could speak. "Everyone has to hear," Amin said. Question: What will happen in the future? Events: ['following', 'sat', 'ordered', 'break', 'decide', 'speak', 'hear', 'said']
Output:
| [
"hear",
"decide",
"speak"
] | task390-60281054cb83408d89918910eb5a57b2 |
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: Reda Abdel Halim Farid, from the central Nile Delta region of Zifta, is the tenth person to have died in Egypt after contracting the deadly strain, the ministry said. H5N1 was first diagnosed in birds in Egypt in February, and the first case in humans was announced on March 18. Question: What happened after Farid contracted the virus? Events: ['died', 'contracting', 'said', 'diagnosed', 'announced']
Output:
| [
"died",
"said"
] | task390-0e1b1e6d003d4fdbba8e4d2f6c3c2f04 |
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 was happening before the fighting begin? Events: ['said', 'killed', 'fighting', 'backing', 'got', 'wounded']
Output:
| [
"backing"
] | task390-88314b76644741b883322254e24501f4 |
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: Ralston Purina Co. reported a 47% decline in fourth-quarter earnings, reflecting restructuring costs as well as a more difficult pet food market. The St. Louis company earned $45.2 million, or 65 cents a share, compared with $84.9 million, or $1.24 a share, a year earlier. Question: What happened before the decline? Events: ['reported', 'decline', 'earnings', 'reflecting', 'costs', 'earned', 'compared']
Output:
| [
""
] | task390-fd7f152a8ca04ce390419fadd5ba7f8d |
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: On Thursday, Yukos described the sale process as "a most extraordinary 18-month marathon" which the Kremlin repeatedly tried to derail. Yukos had announced a tender to sell its stake in Mazeikiu last year, as a politically charged row with the Kremlin over unpaid taxes heated up. Question: What event has begun but has not finished? Events: ['described', 'process', 'marathon', 'tried', 'derail', 'announced', 'sell', 'row', 'taxes', 'heated', 'sale']
Output:
| [
"process",
"marathon",
"taxes"
] | task390-bbe6971a84fb47e19c48ab375ed4a125 |
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 win was still a welcome one for Newcastle boss Glenn Roeder as, for all his side's heroics in the UEFA Cup, their domestic form had been a serious cause for concern. This was their first victory on home turf in the league since the opening day of the season - and Sibierski's goal was only their ninth in 14 top-flight games. Question: What will happen in the future? Events: ['was', 'heroics', 'been', 'was', 'was', 'games', 'season', 'day']
Output:
| [
""
] | task390-1a57a94eb8584400a3682f2cb56f0e2f |
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 school says it teaches the children to be good Muslims and good students. They're learning a civics lesson from the residents of Loudon county. Question: What event has already finished? Events: ['says', 'teaches', 're']
Output:
| [
""
] | task390-be403f5875e94004a8d0f2c6aa738a3b |
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: "Even though consumer confidence improved after the coup, other negative factors have remained, mainly the oil prices," said Sakkarin Nigamsilpa, an auto analyst at Kasikorn Research Center. "With improving confidence and an expected decrease in interest rates, we expect domestic car sales will begin growing again early next year," he told AFP. Question: What happened before told? Events: ['improved', 'coup', 'remained', 'said', 'improving', 'expected', 'decrease', 'expect', 'sales', 'begin', 'growing', 'told']
Output:
| [
"improved",
"coup",
"remained",
"improving",
"expected",
"expect"
] | task390-8c6b688b10df4ca792c5d9acda45f485 |
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: "It's better with a permanent ceasefire than when bombs go off as was happening a year ago," the Socialist prime minister commented. "It's also better than four or five years ago when we had tragic lethal attacks." Question: What happened before the ceasefire? Events: ['ceasefire', 'off', 'happening', 'commented', 'attacks']
Output:
| [
"off",
"happening",
"attacks"
] | task390-66707519816d4433b60383c9dabdd3e2 |
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 might not happen after the restrictions? Events: ['filed', 'accusing', 'imposing', 'announced', 'restricted', 'case', 'are']
Output:
| [
""
] | task390-3e324c891dcb4178a0f9a572eb26523b |
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 slowdown raises questions about the economy's strength because spending fueled much of the third-quarter GNP growth. Meanwhile, personal income edged up 0.3%. Question: What happened after third-quarter GNP growth occurred? Events: ['slowdown', 'questions', 'spending', 'fueled', 'growth', 'edged']
Output:
| [
"slowdown",
"questions"
] | task390-925495dc4be642fba77b5aba3ea37922 |
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: Eric Rudolph has been on the run since the January 1998 bombing of a Birmingham, Ala., abortion clinic that killed an off-duty police officer and maimed a nurse. He also is charged in three Atlanta attacks, including the 1996 Olympic bombing that killed one person. Question: What happened during the January 1998 bombing? Events: ['been', 'bombing', 'killed', 'maimed', 'charged', 'attacks', 'bombing', 'killed']
Output:
| [
"killed",
"maimed"
] | task390-10ebad8de86c4ea5a46689b525a88f6f |
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: Flintoff had said he hoped to remain captain for the one-day series on Monday, just after the third Test loss to Australia. "If the job is available, of course I will," Flintoff said when asked if he would make himself available to captain in the one-dayers. Question: What will happen in the future? Events: ['said', 'hoped', 'remain', 'series', 'loss', 'is', 'will', 'said', 'asked', 'make', 'captain', 'one-dayers']
Output:
| [
"series",
"will",
"captain",
"one-dayers"
] | task390-58e11b22dcb74539af94d1649be9bcd3 |
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 need to brush up on my technique and tactics quickly to live up to my billing as the number one player in Asia," said Azlan who was a bronze medallist in Busan. Defending champion Ong Beng Hee, who beat Mansoor Zaman four years ago, believes the Pakistanis, once the kings of the sport, will again pose a threat. Question: What may happen after he beat someone? Events: ['brush', 'live', 'billing', 'was', 'Defending', 'beat', 'believes', 'pose', 'threat']
Output:
| [
"pose",
"threat"
] | task390-86ee9948c8d84190859da5906ac8c28a |
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: German law requires parties to publish the name and address of anyone who donates more than 20,000 marks (dlrs 11,000). The anti-foreigner party said it wanted to protect the donor from possible attacks. Question: What is happening now? Events: ['requires', 'publish', 'donates', 'said', 'protect', 'attacks']
Output:
| [
"publish",
"requires",
"donates"
] | task390-2adff2e2befd49d8a6b379786b2c0c96 |
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 UN-proposed referendum would determine whether Western Sahara should become part of Morocco or an independent state. With a UN-monitored ceasefire holding since 1991, a resolution to the conflict which has festered for 22 years since Spain's withdrawal from the territory has been put on the international community's back burner for the past year. Question: What happened after Spain's withdrawal? Events: ['UN-proposed', 'referendum', 'determine', 'become', 'ceasefire', '1991', 'resolution', 'conflict', 'since', 'withdrawal', 'on', 'year']
Output:
| [
"since",
"UN-proposed",
"conflict"
] | task390-55ec8187620e444fa2ca61c4280a90ac |
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 defence minister also urged no further delay in the planned relocation of US bases to Pyeongtaek south of Seoul. The defence ministry said this week that South Korea would not be able to complete a major relocation of US military bases by 2008 as scheduled, due to protests by residents and a dispute over cost-sharing. Question: What will not happen after the defence ministry said anything? Events: ['urged', 'delay', 'relocation', 'said', 'be', 'relocation', 'protests', 'dispute']
Output:
| [
"be",
"relocation"
] | task390-9d7dd7bf1b1444d29cc774e78ad9383c |
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: Castro called Munero -- who reportedly drove a taxi and engaged in unofficial businesses in the Cuban city of Cardenas -- a ``ruffian'' on whom Cuban police had amassed ''100 pages of reports.'' According to sources quoted by the Miami Herald, Munero had fled to Florida in June 1998 and returned to Cuba later that year, only to be jailed for several months. Question: What happened while Munero drove a taxi in Cardenas? Events: ['called', 'drove', 'engaged', 'amassed', 'quoted', 'fled', 'returned', 'jailed']
Output:
| [
"engaged",
"amassed"
] | task390-07927b9d550c4791a6fbddeff7d9044c |
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 kind of terrorist attack has to be condemned and condemned thoroughly," Rice said aboard the plane bringing her to Berlin, where she began a five-day European tour. "The Palestinian Authority has done so." Question: What did the Palestinian Authority do before the terrorist attack? Events: ['attack', 'condemned', 'condemned', 'said', 'bringing', 'began', 'tour', 'done', 'has']
Output:
| [
""
] | task390-1e5c4f11bf65446a8b5b02c90f68dbc5 |
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, a 136-year-old institution that is one of the earliest high-net worth banks in the U.S., has faced intensifying competition from other firms that have established, and heavily promoted, private-banking businesses of their own. As a result, U.S. Trust's earnings have been hurt. Question: What is happening now? Events: ['is', 'intensifying', 'competition', 'established', 'promoted', 'hurt', 'heavily']
Output:
| [
"intensifying",
"competition",
"heavily",
"promoted"
] | task390-9c311d0d6d674906bf490b29804f77c7 |
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 kind of terrorist attack has to be condemned and condemned thoroughly," Rice said aboard the plane bringing her to Berlin, where she began a five-day European tour. "The Palestinian Authority has done so." Question: What event has begun but has not finished? Events: ['attack', 'condemned', 'condemned', 'said', 'bringing', 'began', 'tour', 'done', 'has']
Output:
| [
"attack",
"has",
"condemned",
"condemned",
"began"
] | task390-bb81b84339b1442da5fb9fcecdda13a5 |
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: And President Bush yesterday, asked whether he was at least glad Iraq is discussing negotiations, replied: "I don't see anything to be pleasing in there at all." American strategists are calculating, though, that the trade sanctions -- enforced by an effective though perhaps undeclared naval blockade -- will hold tightly enough to convince Iraq that it will lose in the long run by simply standing pat. Question: What began before Iraq discussed negotiations? Events: ['asked', 'was', 'discussing', 'negotiations', 'replied', 'see', 'calculating', 'sanctions', 'enforced', 'blockade', 'hold', 'convince', 'lose', 'standing']
Output:
| [
"sanctions",
"enforced",
"blockade",
"standing"
] | task390-4edeff4e1b0b4a78864c31742366ed72 |
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: It did not give the soldier's nationality or any more details but most of the troops in the province are British. Separately on Tuesday, the US-led coalition and the Afghan army killed four suspected Taliban militants in eastern Afghanistan, the coalition said in a statement. Question: What happened after the Afghan army killed four militants? Events: ['give', 'are', 'killed', 'said']
Output:
| [
"said"
] | task390-519894a099494bf39e585dfb1d57f3af |
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 project aims not only at "virtual preservation" but also at assisting with the physical conservation of these sites, which are being eroded by the weather, time and human settlement, Ruther said. The Kilwa fortress in Tanzania, made of coral stone, dates back to the year 1503. Question: What happened before the start of erosion? Events: ['aims', 'assisting', 'eroded', 'said', 'made', 'dates', 'conservation', 'preservation']
Output:
| [
"made"
] | task390-493f6a202b91468799ee67fc649d1dd8 |
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 have a dream that one day, that one of them compete for South Africa in the Olympic games," he says. Question: What happened after the dream? Events: ['have', 'dream', 'day', 'compete', 'games', 'says']
Output:
| [
"says"
] | task390-7c9078a31d104c788c7d1893351d416c |
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: France coach Bernard Laporte revealed Thursday that he would be looking to emulate Ireland's strategy as the hosts prepare for next year's rugby World Cup. Laporte blamed the heavy club schedule of many of France's internationals for their dismal autumn series which included two limp and uninspiring losses to World Cup favourites the All Blacks. Question: What might happen before the rugby World Cup? Events: ['revealed', 'emulate', 'prepare', 'Cup', 'blamed', 'series', 'losses']
Output:
| [
"emulate"
] | task390-593c6141cabf43b6b031b87a89ac60c9 |
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 have been widespread calls for a thorough government review of pig raising following the island's worst pig disease in 80 years. Economics Minister Wang Chih-kang said the plague, which was threatening the jobs of 700,000 workers, is estimated to have dragged economic growth by 0.5 percentage points from a previously forecast 6.3 percent for this year. Question: What happened after the previous forecast? Events: ['been', 'calls', 'review', 'raising', 'disease', 'years', 'plague', 'threatening', 'estimated', 'dragged', 'growth', 'forecast', 'year']
Output:
| [
"been",
"calls",
"raising",
"disease",
"plague",
"threatening",
"estimated",
"dragged",
"growth",
"year"
] | task390-e61ded15f12547e39f8fa78b2ca48fab |
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: Oil prices have come down from the middle of October from a twenty-two dollar barrel level down to the fourteen dollars we're seeing today. That's built up a heck of a momentum and that momentum will look to increase. Question: What happened after something was built? Events: ['come', 'seeing', 'built', 'look', 'increase']
Output:
| [
"look",
"seeing"
] | task390-5da4d56576aa4fc7a1004bb5695da35f |
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: Brazil and Russia agreed Thursday to develop cooperation in military, trade, space and energy affairs during a visit by Russia's Foreign Minister Sergei Lavrov, officials said. Reporters peppered Lavrov and his Brazilian counterpart, Celso Amorim, with questions about a proposed purchase of Russian-made military helicopters at a joint news conference. Question: What happened before the visit? Events: ['agreed', 'develop', 'cooperation', 'visit', 'said', 'peppered', 'questions', 'proposed', 'purchase', 'Russian-made', 'conference']
Output:
| [
""
] | task390-925ec839f6a04682a0d6d0f879b8c9e7 |
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 spokesman said seven baskets of marijuana were hidden in the hull of the vessel when it berthed in the Freeport of Monrovia. The vessel had travelled directly to Monrovia from Freetown carrying food and other logistics. Question: What began after the vessel travelled? Events: ['said', 'hidden', 'berthed', 'travelled', 'carrying']
Output:
| [
"berthed"
] | task390-218885e34f884d39beaf69b14326e879 |
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 agency quoted witnesses as saying tanks and armored cars are patrolling the streets of Baghdad. There was no independent confirmation of the report by the government-run news agency, which did not say when the reported attempt occurred. Question: What is happening now? Events: ['quoted', 'saying', 'patrolling', 'confirmation', 'say', 'reported', 'occurred']
Output:
| [
"quoted",
"saying",
"reported"
] | task390-35916ab327e849abad2fc401eeffe4e6 |
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 defence minister also urged no further delay in the planned relocation of US bases to Pyeongtaek south of Seoul. The defence ministry said this week that South Korea would not be able to complete a major relocation of US military bases by 2008 as scheduled, due to protests by residents and a dispute over cost-sharing. Question: What event has begun but has not finished? Events: ['urged', 'relocation', 'said', 'be', 'complete', 'relocation', 'protests', 'dispute']
Output:
| [
"protests",
"dispute"
] | task390-8e3dd489e1984d2a9f81128ec457b9f4 |
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 is still a mathematical chance for the European champions of two seasons ago to make it through to the quarter-finals if they win their remaining three games, including a clash with tournament favourites and reigning champions Toulouse in France. But after Sunday's match, Dallaglio was adamant Wasps had already scuppered their hopes of reaching the last eight. Question: What happened after Sunday's match? Events: ['is', 'seasons', 'make', 'quarter-finals', 'win', 'games', 'including', 'clash', 'tournament', 'match', 'scuppered', 'hopes', 'reaching', 'chance', 'was']
Output:
| [
"was"
] | task390-04bf6983fa684ccbaf4c3a3bdeb6db1b |
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: Niyazov, who died Thursday at 66 from a heart attack, according to officials, was to be buried at the family mausoleum in his home village of Kipchak. Police barred the road between the capital Ashgabat and Kipchak on Saturday and workers could be seen tidying the route where the funeral cortege for the self-declared Turkmenbashi, or Leader of all Turkmen, will pass from 0700 GMT. Question: What will have ended before Niyazov is buried at the family mausolem? Events: ['died', 'buried', 'barred', 'tidying', 'pass', 'attack']
Output:
| [
"died",
"tidying",
"pass",
"barred",
"attack"
] | task390-d5c1b4f58fa04da69cd85eab4535a630 |
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: Turkey is one of 15 countries where Iraqi expatriates can vote in Iraq's parliamentary elections. Three polling stations have been set up in Istanbul and one in Ankara. Question: What will happen in the future? Events: ['is', 'vote', 'elections', 'set']
Output:
| [
""
] | task390-3467ec2491ba4366bd5e357d3faf9a38 |
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: Attacks against AU troops and aid workers in Darfur are now part of the shaky security in the region. Last week, The AU slammed an attack by unidentified group against an AU monitor team near the Chadian border, in which the attackers seized a vehicle and communication radio. Question: What happened during the attack by an unidentified group? Events: ['Attacks', 'are', 'slammed', 'attack', 'seized']
Output:
| [
"seized"
] | task390-29bff7d96e3043839c31412fe88b6aa8 |
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: Palestinian police tried ineffectively to prevent protestors from entering the Israeli area during the clashes, but Israeli security officials complained that not enough was done to curb the rioters. Palestinian West Bank security chief Jibril Rajub lashed out in return at the 400 settlers who live in army-guarded enclaves amid Hebron's 120,000 Arab residents. Question: What did not end until after protestors entered the Israeli area? Events: ['tried', 'entering', 'clashes', 'complained', 'done', 'lashed']
Output:
| [
"tried",
"clashes",
"complained",
"done",
"lashed"
] | task390-cfb0116231334f9bb3a7e4aa02034689 |
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: Chelsea striker Didier Drogba admitted he has a soft spot for the League Cup after dumping Newcastle out of the competition in the quarter-finals. Drogba scored with a superb free-kick just 11 minutes from full-time at St James' Park on Wednesday to seal a 1-0 win that kept Chelsea's bid to win all four major trophies on course. Question: What event has begun but has not finished? Events: ['admitted', 'has', 'dumping', 'competition', 'quarter-finals', 'scored', 'free-kick', 'minutes', 'full-time', 'seal', 'Wednesday', 'win', 'bid', 'win']
Output:
| [
"competition",
"has",
"bid"
] | task390-f69b0f48e3b5498fb3ebab28e8581e99 |
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: Earlier in the day, fifth-seeded Leander Paes of India and Nedad Zimonjic from Serbia and Montenegro claimed their second win in Shanghai, defeating seventh-seeded Australian duo Wayne Arthurs and Paul Hanley 7-6(3), 7-6 (6) in two hours. The Bryan twins, two-time defending champions here at the year-ending event of men's professional tennis, took just one hour, 16 minutes and 39 seconds to reannounce their dominance on doubles court and lowered the fourth seeds Knowles and Nestor's hope of making semifinals through the round-robin. Question: What happened before the event? Events: ['claimed', 'defeating', 'win', 'event', 'took', 'reannounce', 'dominance', 'lowered', 'making', 'hope', 'fifth-seeded', 'seventh-seeded']
Output:
| [
"fifth-seeded",
"dominance",
"hope",
"seventh-seeded"
] | task390-17d2196c89e841548e9b1d3e3bc4d2b2 |
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 Independence, commissioned in 1959, is the US Navy's oldest active ship. It served in the 1962 Cuban missile crisis, the liberation of Grenada in 1983, the Gulf War in 1990 and last year's tensions between Taiwan and China. Question: What event has already finished? Events: ['commissioned', 'is', 'served', 'crisis', 'liberation', 'War', 'tensions']
Output:
| [
"commissioned",
"served",
"crisis",
"liberation",
"War",
"tensions"
] | task390-081795d2be5947da889af65f4dbf0a2d |
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 relationship between me and Clive was never going to work because there were too many people undermining the structure Rupert Lowe wanted at the club," he added. In an open letter by Mandaric published in the Sunday Mirror the Pompey chairman said: "If I'm honest I never wanted Harry to leave in the first place. Question: What will happen in the future? Events: ['going', 'work', 'were', 'undermining', 'wanted', 'added', 'published', 'said', 'wanted', 'leave']
Output:
| [
"leave"
] | task390-4ad44444c7b5408b9d4be8fe829a9d12 |
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: Nine people were killed and numerous others wounded by these mines, the court heard. More than seven years after the fall of the Berlin Wall, the number of people killed in all trying to escape from East Germany is not known exactly, but according to a specialist body there were more than 860 who died in this way. Question: What happened after the fall of the Berlin Wall? Events: ['killed', 'wounded', 'heard', 'fall', 'killed', 'trying', 'escape', 'is', 'according', 'were']
Output:
| [
"killed",
"wounded",
"heard",
"killed",
"trying",
"is",
"according",
"were"
] | task390-7528120109a04d8db9d8a6b6771a6403 |
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 number of 6,100 tons of opium is "not acceptable and not tolerable," and it "brings a bad name for the country," said Azam, adding Afghanistan is pushing the national anti-drug campaign led by President Hamid Karzai. However, analysts say it is a daunting task to curb opium production in Afghanistan as insecurity, official corruption and poverty there are providing fertile soil for the industry. Question: What may happen after Azam discussed the situation? Events: ['is', 'brings', 'said', 'adding', 'pushing', 'campaign', 'led', 'say', 'task', 'curb', 'production', 'insecurity', 'corruption', 'poverty', 'providing']
Output:
| [
"curb"
] | task390-a67451679f8a442fa8fb2cbefd6ce8c9 |
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: Pulling all Italian troops out of Iraq by the year-end was a campaign pledge made by Prodi, whose party narrowly won the April parliamentary election. Italy dispatched 3,000 troops to Iraq in 2003 after the U.S.-led invasion of the Gulf state. Question: What event has already finished? Events: ['Pulling', 'pledge', 'won', 'dispatched', 'invasion', 'made', 'election']
Output:
| [
"pledge",
"made",
"won",
"election",
"dispatched"
] | task390-afb50e4547b34528867f40c2a6ba8ea7 |
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: Flintoff said the English had played better than three straights defeats suggested, but hadn't been able to maintain pressure on the Australians at key stages of each Test. "At the 'Gabba, Australia came out strong and put us on the back foot and it was hard to come back," he said. Question: What event has already finished? Events: ['said', 'played', 'suggested', 'hadn', 'maintain', 'came', 'was', 'come', 'said']
Output:
| [
"said",
"played",
"suggested",
"hadn",
"maintain",
"came",
"was",
"come",
"said"
] | task390-73799058fa78461abe5c7f2dfeb2a861 |
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 aircraft carrier left Sydney Harbour Tuesday after a six-day rest and recreation visit. It was in Australia to participate in Operation Tandem Thrust, a joint Australian/US military exercise involving 28,000 troops in far north Queensland state which ended last week. Question: What will happen in the future? Events: ['left', 'visit', 'participate', 'Thrust', 'exercise', 'ended']
Output:
| [
""
] | task390-2187dd533267418c98b3c5874b31b03c |
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: Excluding some costs, profit was 47 cents a share, topping the 45- cent average estimate in a Thomson Financial survey of analysts. Its stock rose 56 cents to 31.61 dollars. Question: What happened before the survey? Events: ['topping', 'estimate', 'survey', 'rose', 'costs', 'profit', 'was']
Output:
| [
""
] | task390-53de26007966433a8bca38f472bbbf42 |
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 Iraqis deserve praise for continuing to utilize the institutions of democracy to pursue justice," the spokesman told reporters traveling with President George W. Bush aboard the presidential jet Air Force One to Texas. Bush was to spend the final days of the year at his ranch in Crawford, Texas. Question: What event has begun but has not finished? Events: ['deserve', 'praise', 'continuing', 'utilize', 'pursue', 'told', 'traveling', 'spend']
Output:
| [
"deserve",
"continuing",
"utilize",
"pursue",
"traveling"
] | task390-22fe2240958e4d74b50c4f758f607dad |
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 course would be psychologically wounding to the boy, and could lead to a violent confrontation with demonstrators who gather daily outside the relatives' home. The government yields none of its legal or moral authority in the case if it gives the relatives and their supporters time to reflect and to look for a gentler resolution. Question: What might happen during the demonstrators gathering? Events: ['be', 'lead', 'gather', 'confrontation', 'yields', 'gives', 'reflect', 'look']
Output:
| [
"lead",
"confrontation"
] | task390-7762a3e0d05a48da86c5bea0f7b98da7 |
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 you have to work hard on your luck and that is what we did today." Czech midfielder Tomas Rosicky limped off ten minutes after the break and will miss Wednesday's trip to Porto for a Champions League encounter from which Arsenal must take a point to secure their passage to the knockout stages. Question: What will have happened before Arsenal takes a point? Events: ['work', 'did', 'limped', 'break', 'miss', 'trip', 'encounter', 'take', 'secure', 'passage', 'stages', 'minutes']
Output:
| [
"work",
"did",
"limped",
"break",
"miss",
"trip",
"minutes"
] | task390-c988f1b2d7124d998b230b4d0b2f7815 |
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: He missed with his first effort to goal fellow Scotland international Gordon Bulloch's injury-time try but Welsh referee Nigel Owens ordered a retake because several Perpignan players had charged too early and shouted, both offences, as they tried to block the kick. Perpignan finished the day on top of Pool Two but were left level on 10 points with Cardiff and only a point ahead of Leeds. Question: What did several Perpignan players do during the kick? Events: ['missed', 'goal', 'ordered', 'try', 'retake', 'effort', 'charged', 'shouted', 'tried', 'block', 'kick', 'finished', 'left']
Output:
| [
"charged",
"shouted",
"tried",
"block"
] | task390-f81cc961005f4ef8bf1b1719bbd7663e |
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 all give their opinions, they all discuss, and in the end, if I don't see a true majority consensus, no conclusion is reached, unless it's an emergency." With 609 members, the National Assembly of People's Power (ANPP) gives some hints at the future leadership. Question: What happens after I see something? Events: ['give', 'discuss', 'see', 'reached', "it's", 'gives']
Output:
| [
"reached",
"it's"
] | task390-f4ab2c54e604437ca1ae7591fbb17b63 |
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: It asks the head of the Vienna-based International Atomic Energy Agency (IAEA) to submit a report within 60 days on whether Iran has fully complied with the demands. It says implementation of the sanctions would be suspended if Iran halts uranium enrichment but warns that failure to heed the UN demands would lead to "further appropriate measures", a reference to economic sanctions. Question: What started before the report was requested? Events: ['asks', 'submit', 'complied', 'demands', 'says', 'implementation', 'sanctions', 'suspended', 'halts', 'enrichment', 'warns', 'failure', 'heed', 'demands', 'lead', 'measures', 'sanctions']
Output:
| [
"enrichment",
"sanctions",
"implementation",
"demands",
"demands"
] | task390-493437946d7a411fb8eba2b1c35b3284 |
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: Crane Co. said it holds an 8.9% stake in Milton Roy Corp., an analytical-instruments maker, and may seek control of the company. Crane, a maker of engineered products for aerospace, construction, defense and other uses, made the disclosure in a Securities and Exchange Commission filing. Question: What will happen in the future? Events: ['said', 'holds', 'seek', 'made', 'disclosure']
Output:
| [
""
] | task390-c81fc71dc931438e84fa67b376b22406 |
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: Various elements of the Jewish community are united on efforts to recover lost assets from Switzerland and elsewhere, but are frequently divided on how to do it and how to distribute the recovered monies afterwards. While the World Council represents thousands of Hasidic Jews, it has remained outside the fold of more mainstream Jewish organizations. Question: What has the World Council been doing while remaining outside the fold of mainstream Jewish organizations? Events: ['efforts', 'recover', 'do', 'distribute', 'represents', 'remained']
Output:
| [
"represents"
] | task390-d6bbc78e3f8c4abb978ee5361143d59a |
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 don't just arrive,'' said four-star Gen. John Dailey, assistant commandant of the U.S. Marine Corps. ``We're there to stay for a fairly lengthy period.'' Question: What happened after they stayed? Events: ['arrive', 'said', 'stay']
Output:
| [
""
] | task390-441746bf589549b186a4d6fa74d03a86 |
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 spokesman said that the proposed guidelines caused Crossland to revise its business objectives and, consequently, to write down the asset value of some previous acquisitions. Crossland recorded an additional $20 million in loan loss reserves in the third quarter. Question: What event has begun but has not finished? Events: ['said', 'caused', 'revise', 'write', 'recorded']
Output:
| [
""
] | task390-89e374493bd64777852f8ac8bdc2a2e7 |
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: My wife and son were snatched from my arms and were gone in an instant," he told AFP. Rescuers say they have not detected any life, six days after the tragedy. Question: What will happen in the future? Events: ['snatched', 'told', 'detected', 'tragedy']
Output:
| [
""
] | task390-96b37bcba9924145b77ad76c72024132 |
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: And Geremek said it was "a great day for Poland and for the world." U.S. Secretary of State Madeleine Albright accepted admission papers from the three countries' foreign ministers, marking their formal entry into the 50-year-old Western alliance. Question: What was happening while the admission papers were accepted? Events: ['said', 'was', 'day', 'accepted', 'marking', 'entry', 'alliance']
Output:
| [
"was",
"day",
"marking",
"entry",
"alliance"
] | task390-1c8bf792c2b14ed7aeea3880669dcfcb |
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: Noting that the company is offering to buy back $154.2 million in senior notes paying 12 3/4%, he said the response will help determine future debt-reduction efforts. The offer was automatically triggered by the recent sale of Control Data's Imprimis disk-drive business to Seagate Technology Inc. Question: What happened while the person said something about the response? Events: ['Noting', 'offering', 'buy', 'paying', 'said', 'response', 'determine', 'efforts', 'offer', 'triggered', 'sale']
Output:
| [
"Noting"
] | task390-99742c9208ce4c75aa423684c587293d |
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: "Silence cannot fool all the people all the time," the foreign minister criticized the United States for not taking part in the vote by citing Abraham Lincoln's words, one of America's most famous presidents. The economic embargo on Cuba prevents it from receiving financial aid from the World Bank and the InterAmerican Development Bank, which respectively offer loans of 4.4 billion dollars and 4.5 billion dollars each year. Question: What event has already finished? Events: ['criticized', 'taking', 'vote', 'citing', 'embargo', 'prevents', 'receiving', 'offer']
Output:
| [
"criticized",
"taking",
"vote",
"citing"
] | task390-991143e2f34740b196d6ae8fce21c494 |
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 summit also passed three agreements -- Avoidance of Double Taxation, Liberalization of Visa Regime and SAARC Arbitration Council. At the concluding session of 13th SAARC summit, Bangladesh Prime Minister Khaleda Zia said that India has offered to host the next summit and the 7-member states of SAARC have welcomed it. Question: What happened during India offered to host? Events: ['passed', 'agreements', 'session', 'summit', 'summit', 'said', 'offered', 'summit', 'welcomed']
Output:
| [
"summit",
"passed",
"agreements",
"session",
"summit"
] | task390-5b1ad352b85047279613003105792c5f |
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 little boy, who has been through so much, belongs with his father,'' Meissner said Wednesday, adding that ``the unique relationship between parent and child and family reunification has long been a cornerstone of both American immigration law and INS practice.'' The White House quickly announced support for the decision. Question: What happened after Meissner said anything? Events: ['been', 'said', 'adding', 'been', 'announced', 'support', 'decision', 'reunification']
Output:
| [
"adding",
"announced",
"support"
] | task390-5d66145ea6d34923990cea2024128305 |
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: Baghdad earlier this week sent nine helicopters to the south, already violating the "no-fly" zone, to wait for the Iraqis returning from the pilgrimage to Mecca in Saudi Arabia. The flight to Mosul also violates a northern exclusion zone set up shortly after the 1991 Gulf War to protect Iraqi Kurds from air attack by Baghdad. Question: What happened after sent? Events: ['sent', 'violating', 'wait', 'returning', 'flight', 'up', 'War', 'attack']
Output:
| [
"wait"
] | task390-118461cd81474af58eddda303363eac5 |
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: Preliminary results will be announced by Monday noon but official results will only be available by the end of next week, Baikhanov said. President Vladimir Putin has called the election a "milestone" that will boost stability in the republic and the whole North Caucasus region. Question: What will happen around the same time next week ends? Events: ['announced', 'be', 'end', 'said', 'called', 'election', 'milestone', 'boost', 'stability']
Output:
| [
"be"
] | task390-72f2090488504c7bb9598fcc57cc53e4 |
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: "To strengthen unity and cooperation with Africa is a key principle guiding China's foreign policy. China will continue to support Africa in implementing the new partnership for Africa's Development and in its effort to strengthen itself through unity, achieve peace and stability and economic revitalization in the region and raise its international standing," Hu said. Question: What will happen in the future? Events: ['strengthen', 'guiding', 'continue', 'support', 'implementing', 'effort', 'strengthen', 'achieve', 'raise', 'said']
Output:
| [
"continue",
"support",
"implementing",
"effort",
"strengthen",
"achieve",
"raise"
] | task390-fdbf15a44e52456a831669cb2b00d0bb |
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: Crane, a maker of engineered products for aerospace, construction, defense and other uses, made the disclosure in a Securities and Exchange Commission filing. In the filing, Crane said that in the past it considered seeking control of Milton Roy, of St. Petersburg, Fla., through a merger or tender offer and that it expects to continue to evaluate an acquisition from time to time. Question: What happened before the Securities and Exchange Commission filing? Events: ['made', 'filing', 'filing', 'said', 'considered', 'seeking', 'merger', 'offer', 'expects', 'continue', 'evaluate', 'acquisition']
Output:
| [
"considered"
] | task390-9ac350a2a9dc467a859d1a670d9a2a37 |
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: Karzai said he discussed the issue of civilian casualties when he held a meeting on security and reconstruction with NATO and US commanders, key foreign diplomats and government ministers in Kandahar, which borders Helmand. "We discussed it. Question: What happened after the issue was discussed? Events: ['said', 'discussed', 'held', 'meeting', 'discussed']
Output:
| [
"said"
] | task390-7565b7ac86b74ef68c4b7dcbe22018b6 |
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 FBI has interviewed and released one of two men who were sought last week for questioning in connection with the sniper slaying of a doctor in the Buffalo, N.Y., area who performed abortions. The two men, Ronald Stauber and Michael Gingrich, were named Thursday in a bulletin sent by the FBI office in Cleveland to police departments across the country. Question: What did the FBI do after interviewing one of the men? Events: ['interviewed', 'released', 'sought', 'questioning', 'slaying', 'performed', 'named', 'sent']
Output:
| [
"released"
] | task390-bb436982a2f34c40a431ef87682c34cc |
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: These sales are in full conformity with the central banks' gold agreement dated September 27, 2004, of which the ECB is a signatory," the bank said in a brief statement. The ECB did not provide any further details. Question: What began after the ECB became a signatory? Events: ['sales', 'are', 'dated', 'is', 'said', 'provide']
Output:
| [
"are"
] | task390-46949ac764a4442b9e9b67d086a5b1c1 |
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: Yeltsin and Kuchma also called for developing the stagnant relations between the members of the Commonwealth of Independent States, a loose coalition of former Soviet republics. In the past, Russia has often claimed that Ukraine was undermining efforts at closer cooperation within the CIS. Question: What happened before Yeltsin and Kuchma called? Events: ['called', 'developing', 'coalition', 'claimed', 'has', 'was', 'cooperation', 'efforts', 'undermining']
Output:
| [
"has",
"claimed",
"was",
"efforts",
"cooperation",
"undermining",
"coalition"
] | task390-8e7bdf5002c2459aa1d8cbdf2fc656bf |
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 have arrived, that is all," Neritan Sejamini told reporters without revealing any other details. Albania admitted on Saturday that it would take from the U.S. three detainees released from the controversial base which has been used to hold terror suspects. Question: What event has already finished? Events: ['arrived', 'told', 'admitted', 'take', 'released', 'hold', 'used']
Output:
| [
"arrived",
"told",
"admitted",
"released",
"used",
"hold"
] | task390-669764e65894420198fe6222eac83da5 |
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: While this highlighted concerns about a tight labor market and inflation, it also suggested economic growth is not faltering. "The two straight weeks of nice declines reinforces the belief that companies are holding on to employees in anticipation of an economic rebound, despite recent numbers showing a slowdown in activity," said John Wilson, equity strategist at Morgan Keegan. Question: What happened before a rebound takes place? Events: ['highlighted', 'growth', 'suggested', 'faltering', 'declines', 'reinforces', 'holding', 'rebound', 'activity']
Output:
| [
"highlighted",
"suggested",
"growth",
"declines",
"reinforces",
"holding"
] | task390-ed0df3543fde4aab804dc4ff914f9d23 |
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: To push forward local economic development, local government launched the Daba Mountain Tourism Festival in 2003, which was designed to serve as a platform to lure investment. The city government promised high payment to invite famous singers to perform for the purpose of adding to the fun of the festival. Question: What event has begun but has not finished? Events: ['push', 'development', 'launched', 'Festival', '2003', 'serve', 'lure', 'promised', 'invite', 'perform', 'adding', 'festival', 'designed']
Output:
| [
""
] | task390-fe805d1e59a14611b428a59b79fa6d6f |
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: Speculative investors, betting on an imminent clash between Ford and GM, pushed up Jaguar's share price five pence (eight U.S. cents) to a near-record 720 pence ($11.60) in late trading on London's stock exchange yesterday. Since Tuesday, the shares have gained nearly 4%. Question: What happened after trading? Events: ['betting', 'clash', 'pushed', 'trading', 'gained']
Output:
| [
"gained"
] | task390-60e315a214ed49d8b1629801f4fcc66a |
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: Vilhjalmsdottir will serve as a goodwill ambassador and charity fund-raiser for children's causes throughout next year and is likely to profit from a host of modelling and acting contracts. Organisers said Saturday night's pageant, in its 55th edition, reached an estimated audience of two billion. Question: What happened before Saturday night's pageant? Events: ['serve', 'profit', 'said', 'pageant', 'reached']
Output:
| [
""
] | task390-4431eedeaccc4baf91ca81c54c6e42e8 |
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 that's more a function of it being new, rather than poorly thought out. Like most things Google, expect the company to flesh out Keep over time and really turn it into our personal internet junk drawer. Question: What event has already finished? Events: ['being', 'thought', 'expect', 'flesh', 'turn']
Output:
| [
"thought"
] | task390-b1c34128280748fcbf457cae5d457421 |
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 detainees had taken part in illegal logging operations in Brazil's permanent reserves, and had occupied land reserved for the Kayabi, Mundukuru and Apiaka indigenous groups in the east-central state of Mato Grosso, the police said. The indigenous reserves cover an area of nearly 1 million hectares, and were created in Oct. 2002 through a decree from the Justice Ministry. Question: What started before the decree? Events: ['taken', 'operations', 'occupied', 'said', 'cover', 'created', 'decree']
Output:
| [
"created"
] | task390-d9d88e5343ed45c7bad933f400cedd4d |
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 is a growing number of Israeli citizens who are asking for Romanian citizenship, the national Rompres news agency reported on Saturday quoting Romania' s Ambassador to Israel Mariana Stoica as saying. According to Stoica, the applicants are Jews originating from Romania who wish to re-acquire Romanian citizenship or second generation offspring of people born in Romania and who wish to get Romanian citizenship. Question: What could never happen in the future? Events: ['is', 'asking', 'reported', 'quoting', 'saying', 'are', 'originating', 'wish', 're-acquire', 'born', 'wish', 'get']
Output:
| [
""
] | task390-7878f0006fe44b138b9e60043b364dff |
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 press campaign continued even after the British authorities announced the restrictions on Romanian and Bulgarian workers. Thus, The Sun on Friday warned that Romanian immigrants could spark a tuberculosis outbreak in Great Britain, a country where this plague was long before eradicated. Question: What events have taken place during the press campaign? Events: ['campaign', 'continued', 'announced', 'restrictions', 'warned', 'spark', 'outbreak', 'plague', 'eradicated']
Output:
| [
"continued",
"announced",
"restrictions",
"warned"
] | task390-4fa05b624efc4d74b7276b2d56259bc4 |
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 event has begun but has not finished? Events: ['killed', 'injured', 'Tuesday', 'morning', 'blasts', 'reports', 'occurred']
Output:
| [
""
] | task390-34f9cd81de08489dba4448049d75a0ca |
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: On Friday a bipartisan group of 10 US lawmakers, all supporters of easing US sanctions on Cuba, were to depart for Havana to meet with top Cuban officials. Question: What were US lawmakers set to do before meeting with Cuban officials? Events: ['easing', 'sanctions', 'depart', 'meet']
Output:
| [
"depart"
] | task390-5b72fe3aed034332820f1bd439d2d30c |
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: Many unclaimed bodies have been buried in shallow graves but many more are still lying unrecovered. Officials said that more than 1,500 villages in 100 municipalities and nine cities across the Bicol region were affected by the typhoon and mudslides. Question: According to officials probably happened to many villages and cities before the typhoon and mudslides? Events: ['buried', 'lying', 'said', 'affected', 'typhoon', 'mudslides']
Output:
| [
""
] | task390-73a7de67d4d24677b41360955eb95d90 |
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: Cuban exiles in Miami will now ``proceed with all their resources to impede or delay'' the ruling, Cuba predicted Wednesday. ``We cannot stop mobilizing! Question: What event might happen after Cuban exiles in Miami proceed with all their resources ? Events: ['proceed', 'ruling', 'predicted', 'stop', 'mobilizing', 'delay', 'impede']
Output:
| [
"impede",
"delay"
] | task390-e0cfeb967e494ad6a252dbabc41529e6 |
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 agreement, which would emerge from the current Doha Round of negotiations, would probably not take effect until 2008 under the best of circumstances, trade analysts said. The European Union has refused to agree to a date by which export subsidies would be abolished on grounds that the United States has not made an equivalent commitment on its export credits and food aid program, which the EU sees as trade distorting. Question: What is happening while the EU is refusing to abolish subsidies? Events: ['emerge', 'negotiations', 'agreement', 'said', 'circumstances', 'refused', 'abolished', 'commitment', 'sees', 'distorting', 'effect']
Output:
| [
"distorting"
] | task390-f2b5e695781f4babad9fd3a8fc4a17b5 |
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: Israel's policy of nuclear ambiguity dates back to the early 1960s, to an agreement struck with the United States and France. Under this policy, the Jewish state would not carry out any nuclear tests and would stay silent on the issue in order to prevent a nuclear arms race in the Middle East. Question: What will happen after the Israel's policy? Events: ['policy', 'struck', 'carry', 'tests', 'stay', 'prevent']
Output:
| [
"carry",
"tests",
"stay"
] | task390-07b396a088074ecab17f1cc4102cff29 |
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 number of university and college graduates who cannot find jobs is also on steadily rising. Tian said 1.24 million university and college graduates who graduated this year did not have a job when they completed their studies. Question: What event has begun but has not finished? Events: ['find', 'rising', 'said', 'graduated', 'job', 'completed', 'graduates', 'graduates']
Output:
| [
"find",
"rising"
] | task390-7ec6168c637249a194b13221d5dac511 |
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: "Over the past several hours we have seen divisive acts that we don't like, but as a society and as a country we have to have the ethical strength to overcome this challenge," she said. Bachelet, together with her parents, suffered torture during the Pinochet regime. Question: What happened after the Pinochet regime? Events: ['seen', 'have', 'overcome', 'suffered', 'torture', 'regime']
Output:
| [
"seen"
] | task390-40e899cb03364910a47360ae58588301 |
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 accident has taught us a hard lesson, and exposed serious safety risks in schools." The ministry would evaluate the work of school principals, who played a key role in safety and had ultimate responsibility for safety administration, Zhou said. Question: What happened after the accident? Events: ['accident', 'taught', 'exposed', 'evaluate', 'played', 'had', 'said']
Output:
| [
"taught",
"exposed",
"said"
] | task390-9ffdefc11ea345c2beab716496971717 |
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: He declined to confirm or deny reports that Provigo executive Henri Roy is trying to put together a management buy-out of the catalogue showroom unit. Mr. Roy couldn't be reached. Question: What happened before the reports? Events: ['declined', 'confirm', 'deny', 'reports', 'trying', 'put', 'buy-out', 'reached']
Output:
| [
""
] | task390-69cc2a56cd1c404898b60102e4b40cf3 |
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 are aided by Britain, West Germany, Australia, Canada, the Netherlands and Belgium. Bush was expected to authorize naval commanders to use ``the minimum force necessary'' to interdict shipments to and from Iraq, a U.S. official said. Question: What may happen now that someone began to be aided by various countries? Events: ['are', 'was', 'authorize', 'use', 'interdict', 'said']
Output:
| [
"authorize",
"use",
"interdict"
] | task390-8ab8122f532445d38573cb65bda3cd34 |
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 Netherlands reacted furiously early this month when France, Germany, Italy and Spain refused to back an EU motion, calling the affair "a serious reversal for the prospects of an EU foreign policy." Denmark then took the initiative to put forward its own resolution damning Beijing's rights record, which is due to go before a vote in the 53-member commission later Tuesday. Question: What is Beijing set to do after Denmark's initiative? Events: ['back', 'motion', 'calling', 'affair', 'reversal', 'took', 'put', 'resolution', 'damning', 'go', 'vote']
Output:
| [
"go",
"vote"
] | task390-c979c2ffe38647379671e9673320489f |
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: Seoul-based MBC issued a statement late Sunday admitting its investigative reporting team had violated journalistic ethics in reporting on Hwang for the weekly program PD Network. The world-renowned researcher was forced to step down from his official posts and offer an apology on November 24, two days after the network broadcast allegations of ethical lapses in his research. Question: What happened after the apology? Events: ['issued', 'statement', 'admitting', 'violated', 'reporting', 'program', 'forced', 'step', 'apology', 'broadcast', 'allegations', 'lapses', 'research', 'offer']
Output:
| [
"issued",
"statement",
"admitting"
] | task390-4abe93a31eed419f93416c061870044c |
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: Addressing the opening ceremony, Chinese Vice Premier Wu Yi said the China-Russia trade volume was expected to reach 60 billion to 80 billion U.S. dollars by 2010, and China's total investment volume in Russia will reach its target of 12 billion dollars before 2020. Zhang Xiaoqiang, Vice Director with the State Development and Reform Commission, said the two countries' cooperation in energy would increase in the future. Question: What had been happening before the opening ceremony? Events: ['Addressing', 'said', 'expected', 'reach', 'reach', 'said', 'cooperation', 'increase', 'opening']
Output:
| [
"expected",
"cooperation"
] | task390-e7e72bb1432949dfa72bd7af84d8516c |
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: "My future has been talked about for the past few weeks so I do not think I need to add anything else." If Hamburg, who have won just once in 15 league matches, fail to get even a draw against CSKA they will become only the seventh team in Champions League history to end up without a point in the group stage. Question: What event has begun but has not finished? Events: ['future', 'weeks', 'need', 'add', 'won', 'matches', 'fail', 'get', 'draw', 'become', 'seventh', 'end', 'stage', 'talked', 'point']
Output:
| [
"think"
] | task390-60f53cce41e64473a47510296363d1ed |