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: The minister explained that the projects would encourage the production of meat, milk and cheese as well as increase farmers' income and minimize poverty in the benefiting states. The federal government was working toward addressing the threats of environmental degradation and other severe stress facing the country's land and water resources, he added. Question: What might finish after poverty is minimized? Events: ['explained', 'projects', 'encourage', 'production', 'increase', 'minimize', 'poverty', 'working', 'addressing', 'threats', 'degradation', 'stress', 'facing', 'added']
Output:
| [
"increase",
"working",
"addressing"
] | task390-0da653c75287434ea60d564faf284f7b |
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: China will issue its regulations on human organ transplants "soon", said an official of the Ministry of Health (MOH). "The draft of the regulations has been submitted to the State Council for amendment," said Wang Jianrong, vice director of the MOH regulations department as quoted in Monday's Guangming Daily. Question: What happened before the vice director said something? Events: ['issue', 'said', 'submitted', 'said', 'quoted']
Output:
| [
"submitted"
] | task390-cc3beedf13c04330b7f8f551fa96e4a2 |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: There are disagreements among experts about how much pressure will be needed to make Saddam Hussein decide he's up against the wall and whether simple economic pressure will ever be enough. The biggest worry is that if he decides he needs a way out of his predicament but doesn't see a face-saving method, he could lash out in dangerous and unpredictable ways. Question: What needs to happen before Saddam Hussein will decide he's up against a wall? Events: ['disagreements', 'needed', 'pressure', 'make', 'decide', 'up', 'pressure', 'be', 'worry', 'decides', 'needs', 'see', 'way', 'lash', 'ways']
Output:
| [
"make",
"needed",
"pressure",
"pressure"
] | task390-2e796361826745058016dcd9051fa665 |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: In the 90 years since Rebecca Felton of Georgia became the first woman in the United States Senate - sworn in for a mere 24 hours - women remain an anomaly in the upper chamber. But with 20 female senators now in office, an all-time high, women have morphed from the curiosity they were for much of the 20th century into an important new force on key committees and legislation. Question: What event has already finished? Events: ['became', 'sworn', 'remain', 'morphed']
Output:
| [
"sworn",
"became"
] | task390-2f2e01ccef1d4de487b9e1e680e5adb8 |
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: Williams, whose case has prompted an international campaign for clemency, faces the death penalty for murdering four people unless the governor intervenes before Tuesday. Hollywood celebrities, including Jamie Foxx and Danny Glover, African-American leaders and opponents of the death penalty have championed Williams' case, citing his work against gang violence. Question: What has begun after Williams's work? Events: ['case', 'prompted', 'campaign', 'clemency', 'faces', 'penalty', 'murdering', 'intervenes', 'Tuesday', 'including', 'penalty', 'championed', 'case', 'citing', 'work', 'violence']
Output:
| [
"prompted",
"campaign",
"including",
"championed",
"case",
"citing"
] | task390-d31c88f00d2547a7bbf549cc66f09619 |
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: "Catastrophe losses of only 15 billion dollars will allow them to replenish their risk capital, depleted by record payments for hurricane damage in 2005 and 2004," it added. Reinsurers were hit with costs in excess of 75 billion dollars last year, according to Swiss Re's German peer, Munich Re. Question: What will happen in the future? Events: ['losses', 'allow', 'replenish', 'depleted', 'damage', 'added', 'costs']
Output:
| [
"replenish",
"allow"
] | task390-fbfc57bc78ab4ee09ea0b1d7c2b8d83c |
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 took Polly Peck, once a small fabric wholesaler, and used it at as a base to build a conglomerate that has been doubling its profits annually since 1980. In September, it announced plans to acquire the tropical-fruit business of RJR Nabisco Inc.'s Del Monte foods unit for #557 million ($878 million). Question: What is likely in the works because of took? Events: ['took', 'used', '1980', 'profits', 'announced', 'acquire', 'build']
Output:
| [
"acquire"
] | task390-8c6131e362ce4c2aa2ec9717280a444f |
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 charges arise out of evidence Lawrence, one of Australia's best known female politicians, gave to a royal commission examining the circumstances surrounding a controversial petition tabled in the Western Australian state parliament in 1992. Lawyer Penny Easton, who was named in the petition, committed suicide four days after it was tabled. Question: What event has begun but has not finished? Events: ['charges', 'arise', 'gave', 'examining', 'circumstances', 'tabled', 'named', 'suicide', 'tabled']
Output:
| [
"charges",
"examining"
] | task390-3e61af0cfa274ab4ba842c033b7e743a |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: One of the children was suffering from severe hypothermia and was taken to hospital in Granadan town Motril. The rest of the detainees were taken to a police reception center in Motril, where they would receive humanitarian aid from the Red Cross Organization. Question: What event has already finished? Events: ['suffering', 'hypothermia', 'taken', 'taken', 'receive', 'aid']
Output:
| [
"suffering",
"hypothermia",
"taken",
"taken",
"receive",
"aid"
] | task390-668c4db859b241af90a5ef90cf21a518 |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: In an opening round of talks late Monday with Japanese Defense Agency director Fumio Kyuma, Cohen reaffirmed Washington's determination to maintain US troops levels in the Asia-Pacific region at 100,000, Pentagon spokesman Kenneth Bacon said. Amid protests over the US military presence, landowners in Okinawa have refused to renew leases on US facilities when they expire in May, prompting Prime Minister Ryutaro Hashimoto to seek passage of a law to override the landowners. Question: What event has already finished? Events: ['talks', 'reaffirmed', 'determination', 'maintain', 'said', 'protests', 'refused', 'renew', 'expire', 'prompting', 'seek', 'passage', 'override']
Output:
| [
"reaffirmed",
"said",
"refused",
"prompting"
] | task390-a32e19e1a2ac44ac8010efcbf9ffa541 |
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: Qantas plans daily flights between Sydney and Bombay, up from the current four flights a week, to boost business and tourism ties with India, the airline announced Friday. In a joint statement with Tourism Minister Andrew Thomson, it said two new flights would leave Bombay on Monday and Tuesday nights from March 30, with the third departing each Thursday from August 6. Question: What event happened while the airline announced something? Events: ['plans', 'flights', 'flights', 'announced', 'statement', 'said', 'leave', 'flights', 'third', 'departing']
Output:
| [
"statement",
"said"
] | task390-75ae4af581de439cb14fe5b7a4dfb8d7 |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: Four children were injured when a suspected Moslem rebel lobbed a grenade at their home in a town north of here, the Philippine military said Wednesday. The four children, aged three, six, seven and 17, suffered shrapnel wounds in the bodies after an unidentified man aboard a motorcycle threw the grenade at their home in the town of Sirawai late Tuesday, the military report said. Question: What event has begun but has not finished? Events: ['injured', 'suspected', 'lobbed', 'said', 'suffered', 'wounds', 'unidentified', 'threw', 'said']
Output:
| [
"suspected"
] | task390-f1e591438fdf4aa690284747247d8f6c |
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 said the north's substantial Catholic minority demanded a settlement that would promote Northern Ireland's eventual unification with the Irish Republic. ``Nationalists in the north are not a minority in someone else's country. Question: What happened after the Catholic minority made a demand? Events: ['said', 'demanded', 'settlement', 'promote', 'unification']
Output:
| [
"said"
] | task390-20d796b9068c453c9bd1c49f6f92265f |
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: Moscow, infuriated by the arrests, has imposed an economic blockade on Tbilisi by cutting transport and postal links, and has deported Georgians accused of staying in Russia illegally. Ties between Moscow and Tbilisi have been strained by tensions over Georgia's breakaway regions of South Ossetia and Abkhazia and the country's bid to join NATO since President Mikhail Saakashvili came to power in 2003. Question: What happened after Moscow was infuriated but has not finished? Events: ['infuriated', 'arrests', 'imposed', 'blockade', 'cutting', 'deported', 'accused', 'staying', 'Ties', 'strained', 'tensions', 'bid', 'join', 'came']
Output:
| [
"Ties",
"strained",
"tensions"
] | task390-2cb3e45148af4bb5b273c873bbf68a34 |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: Imports of the types of watches that now will be eligible for duty-free treatment totaled about $37.3 million in 1988, a relatively small share of the $1.5 billion in U.S. watch imports that year, according to an aide to U.S. Trade Representative Carla Hills. Question: What happened after something was eligible? Events: ['Imports', 'eligible', 'treatment', 'totaled', 'imports', 'according']
Output:
| [
"according"
] | task390-1ce332d7934748aba5082604fdc188bb |
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: Dr. Barnett Slepian was killed in his kitchen by a sniper's bullet last fall. Investigators said Friday they found a rifle buried near his home in the Buffalo suburb of Amherst. Question: What happened before they found the rifle? Events: ['killed', 'found', 'buried']
Output:
| [
"buried",
"killed"
] | task390-fbb86261a65e4932b0f899b28cdb2231 |
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 he was followed by a 32-year-old off-duty police officer and three other male passengers who tackled him on the platform. The man lost consciousness and died later in the day in a nearby hospital, a police spokesman said. Question: What happened before died? Events: ['followed', 'tackled', 'lost', 'died', 'said']
Output:
| [
"lost",
"tackled",
"followed"
] | task390-d8fd11cc0f854a37a4a40a99e524bf76 |
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 less money the government needs to borrow, the more is freed for private investment. President Clinton welcomed the job figures at a news conference Friday. Question: What will start after the government needs to borrow less money? Events: ['needs', 'borrow', 'freed', 'investment', 'welcomed', 'figures', 'conference']
Output:
| [
"freed",
"investment"
] | task390-b7803310c89e4f578a047f24bc0924a5 |
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 took Polly Peck, once a small fabric wholesaler, and used it at as a base to build a conglomerate that has been doubling its profits annually since 1980. In September, it announced plans to acquire the tropical-fruit business of RJR Nabisco Inc.'s Del Monte foods unit for #557 million ($878 million). Question: What event has already finished? Events: ['took', 'used', '1980', 'profits', 'announced', 'acquire', 'build']
Output:
| [
"1980",
"used",
"took",
"announced"
] | task390-ce2edaad08f54dcd8a7dc76b22a54b1b |
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 think the food situation will reach a critical stage this spring with children severely at risk." On April 7, the United Nations launched an urgent appeal for 126 million dollars to help North Korea, citing a sharp deterioration in recent months. Question: What might reach a critical stage during spring? Events: ['situation', 'think', 'risk', 'launched', 'citing', 'deterioration', 'spring', 'appeal', 'help', 'stage']
Output:
| [
"situation"
] | task390-957cfd3ea45c4ea292d5fdb8c591bc2b |
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: "Iraq has for years rejected these imaginary lines and announced in its official communiques that it does not recognize the zones because they are not in UN Security Council resolutions," an official spokesman told AFP on Friday. On April 9, Iraq also flouted the UN sanctions in force since its August 1990 invasion of Kuwait and flew more than 100 Iraqis to Saudi Arabia for the start of the pilgrimage. Question: What did not happen before Iraq flew the Iraqis? Events: ['rejected', 'lines', 'announced', 'communiques', 'recognize', 'zones', 'resolutions', 'told', 'flouted', 'sanctions', 'invasion', 'flew', 'start', 'pilgrimage']
Output:
| [
"recognize"
] | task390-0fcdebc2b0894eccb47b136fc9223cd3 |
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 media village will provide up to 6,000 rooms to accredited media during the Games. The whole project is due for completion at the beginning of 2008. Question: What event has begun but has not finished? Events: ['provide', 'Games', 'project', 'due', 'completion', 'beginning', '2008']
Output:
| [
"due",
"project"
] | task390-f0e4a15e183248bc85d51426c81f29ce |
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: Mr. Bush and his aides were leaning toward a military conclusion of the crisis even before the latest reports of Iraqi atrocities in Kuwait came to light. The president and his top aides tentatively decided on Feb. 11 that a ground war would be necessary. Question: What happened during the crisis? Events: ['leaning', 'conclusion', 'crisis', 'reports', 'atrocities', 'came', 'decided', 'war']
Output:
| [
"leaning",
"reports",
"atrocities",
"came",
"decided"
] | task390-dc0c894fb5064742b10d5c6e61b4788c |
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 after the spokesperson said something? Events: ['announced', 'be', 'end', 'said', 'called', 'election', 'milestone', 'boost', 'stability']
Output:
| [
"announced",
"be",
"end"
] | task390-dc2817a6f0654c8580fc99bd4d8cc37d |
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 Stock Exchange of Thailand ( SET)index on Friday moved down 3.99 points to close at 690.45 points. Some 2.29 billion shares worth 11.21 billion Thai baht (about 280.250 million US dollars) changed hands. Question: What happened before the stock exchange closed? Events: ['moved', 'close', 'changed']
Output:
| [
"moved"
] | task390-1d63786fbf0d4f30ba0d24e008804a8b |
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: Says Michael Hirsch, chief investment officer of Republic National Bank and manager of the FundTrust Group in New York: "It's a time bomb just waiting to go off." Question: What might happen after the waiting? Events: ['Says', 'waiting', 'go']
Output:
| [
"go"
] | task390-d581cd8247c244ec80ff7bfb4f3c199e |
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 may happen after Jaguar's share price was pushed up? Events: ['betting', 'clash', 'pushed', 'trading', 'gained']
Output:
| [
"clash",
"gained"
] | task390-8578399064824cf080d63488a83b8339 |
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 will be the fuel so that the government can operate in the next five months," he added. The president did not give a reason for why the budget had run over. Question: What happened after the budget ran over? Events: ['be', 'operate', 'added', 'give', 'run']
Output:
| [
"added"
] | task390-13e81278b61e4654be520d7bfc7c83f8 |
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: Soviet officials also said Soviet women, children and invalids would be allowed to leave Iraq. President Bush today denounced Saddam's ``ruinous policies of war,'' and said the United States is ``striking a blow for the principle that might does not make right.'' Question: What happened before striking? Events: ['said', 'allowed', 'leave', 'denounced', 'policies', 'war', '``striking', 'blow']
Output:
| [
"denounced"
] | task390-68a33aab11ae4cecb89067b10f62d228 |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: Sajida Mubarak Atrous al-Rishawi, an Iraqi national, appeared on the television with explosives strapped around her waist. The 35-year-old confessed to failing in her mission of carrying out the attack, which killed at least 57 people in Radisson, Grand Hyatt and Days Inn hotels in the Jordanian capital Wednesday night and wounded over 110 others. Question: What event has begun but has not finished? Events: ['appeared', 'strapped', 'confessed', 'failing', 'mission', 'carrying', 'attack', 'killed', 'wounded']
Output:
| [
""
] | task390-6d5ad30dec4149dfbde33a46908ab66f |
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: Before Friday's announcement, it said it would consider keeping a tower open if the airport convinces the agency it is in the "national interest" to do so. By congressional mandate, the FAA must cut nearly $600 million from its nearly $48 billion budget this fiscal year. Question: What happened before Friday's announcement? Events: ['announcement', 'said', 'consider', 'keeping', 'convinces', 'mandate', 'cut']
Output:
| [
"said",
"mandate"
] | task390-9a874241393f42c9b6c29b5e950fa317 |
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 euro was quoted at 1.1700-1702 dollar and 137.84-88 yen, against Thursday's 5 p.m. quotes of 1.1682-1692 dollar and 138.08- 18 yen in New York and 1.1767-1769 dollar and 138.43-47 yen in Tokyo. The dollar weakened slightly against the yen after the report showed early in the morning that Japan's economy grew at an annualized rate of 1.7 percent in the third quarter, beating a consensus market forecast of 1.1 percent. Question: What happened before the dollar was weakened against the yen? Events: ['quoted', 'weakened', 'showed', 'grew', 'beating', 'forecast']
Output:
| [
"showed",
"grew",
"beating",
"forecast"
] | task390-6585cc2f0e454e89a5c3e64020e758b5 |
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: Japan's private sector machinery orders in February rose 9.9 percent from a year earlier, after growing 14.8 percent in the previous month, the Economic Planning Agency said Thursday. Compared with the previous month, the February orders dropped 1.6 percent, the agency said. Question: What event has already finished? Events: ['rose', 'growing', 'said', 'dropped', 'said']
Output:
| [
"rose",
"growing",
"said",
"dropped",
"said"
] | task390-9db827a003574d999391d4f4fb14b490 |
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: Almost all Bosnia's Catholics are Croats from outside Sarajevo, and most of the estimated 30,000 who attended the papal mass headed to more than 400 buses and to trains for the journey home after the three-hour service. Jelena Glavas, a 17-year-old from the town of Osara agreed reconciliation could not happen soon. Question: What event has begun but has not finished? Events: ['attended', 'headed', 'journey', 'service', 'agreed', 'reconciliation', 'happen']
Output:
| [
""
] | task390-34ae362c0d7b4cc1b14320088c4688f1 |
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 Health Ministry has launched a program to conduct regular monitoring of rabies across the country to collect evidence and use it as a basis for drafting regulations that can effectively control rabies. Rabies was followed by tuberculosis, AIDS, hepatitis B and infant tetanus on the list of the most deadly infectious diseases in China. Question: What is expected to happen after the monitoring? Events: ['launched', 'program', 'conduct', 'monitoring', 'collect', 'use', 'drafting', 'regulations', 'control', 'followed']
Output:
| [
"drafting",
"regulations",
"control"
] | task390-958401d5b7ad44f28f8ad1e18caadf72 |
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 merger in no way lessens APL's commitment to the US flag and American seafaring labor," said APL president Timothy Rhein. APL officials said a separate US-owned company would manage the fleet, to ensure the vessels qould qualify for US subsidies under the Maritime Security Program and to be eligible for US military shipments. Question: What must happen before the US subsidies? Events: ['merger', 'lessens', 'commitment', 'seafaring', 'labor', 'said', 'said', 'manage', 'ensure', 'qualify', 'subsidies', 'eligible', 'shipments']
Output:
| [
"qualify",
"ensure"
] | task390-8a29b26b86fa48938ee9e68b781f8cd0 |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: More 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 event has already finished? Events: ['fall', 'killed', 'trying', 'known', 'according', 'died']
Output:
| [
"fall",
"killed",
"trying",
"according",
"died"
] | task390-85b2f5f50e0547b5909e682ffc2aa0c2 |
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 nuclear watchdog, the International Atomic Energy Agency, has still not ruled -- after an almost three-year investigation -- on whether Iran's nuclear programme is peaceful. Question: What happened before the investigation? Events: ['ruled', 'investigation', 'programme']
Output:
| [
""
] | task390-0ba2a37c07804749afb402fce1b0810f |
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 five policemen were also hurt in the fighting on Monday in Lingotam village, in the southeastern state of Andhra Pradesh. Reports say the mob gathered to attack the house of a man whose wife committed suicide after a domestic quarrel. Question: What happened before the report was issued? Events: ['hurt', 'fighting', 'say', 'gathered', 'attack', 'committed', 'quarrel']
Output:
| [
"hurt",
"fighting",
"gathered",
"attack",
"committed",
"quarrel"
] | task390-13903547af154a5daaa1806d852b9c4a |
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: Moody's assigned a "Baa 3" rating to long-term foreign currency debt guaranteed by China International Trust and Investment Corp. Hong Kong (Holdings) Ltd, which owns CITIC Pacific Ltd. It said that the rating reflected "the critical position" of CITIC Hong Kong in the group structure of the Beijing-based China International Trust and Investment Corp. Question: What occurred while Hong Kong (Holding) Ltd owned CITIC Pacific Ltd? Events: ['assigned', 'guaranteed', 'owns', 'reflected']
Output:
| [
"assigned",
"guaranteed",
"reflected"
] | task390-38d181ee1c2445fbbda440b921828a4a |
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 earnings? Events: ['reported', 'decline', 'earnings', 'costs', 'earned']
Output:
| [
""
] | task390-6c7e45c439674191b4eabf7a05ff39a4 |
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 charges arise out of evidence Lawrence, one of Australia's best known female politicians, gave to a royal commission examining the circumstances surrounding a controversial petition tabled in the Western Australian state parliament in 1992. Lawyer Penny Easton, who was named in the petition, committed suicide four days after it was tabled. Question: What has begun after the petition was tabled? Events: ['charges', 'arise', 'gave', 'examining', 'circumstances', 'tabled', 'named', 'suicide', 'tabled']
Output:
| [
"charges",
"arise",
"examining",
"circumstances"
] | task390-d42cd65e5d8f48f48b9823f02be80eb1 |
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: Consolidated Freightways Inc. reported a 77% drop in third-quarter net income, citing expected losses in its Emery Worldwide shipping business. The Menlo Park, Calif., company said net was $7.4 million, or 22 cents a share, down from $32.3 million, or 86 cents a share, a year ago. Question: What happened after its shares were $7.4 million? Events: ['reported', 'drop', 'income', 'citing', 'losses', 'said', 'was', 'down']
Output:
| [
"said",
"reported",
"citing"
] | task390-712aee886ff440b192b3b44175208cc4 |
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: EISB was planned after several other Middle East banks opened Islamic banking units to take advantage of the growing demand for such operations. "There are two main factors for the expected success of the EISB project. Question: What happened during the operations? Events: ['planned', 'opened', 'take', 'advantage', 'demand', 'operations', 'success', 'project', 'factors']
Output:
| [
"planned",
"opened",
"take",
"advantage",
"demand",
"factors",
"project"
] | task390-f114bbefd56344c58edf88243fc6ca2e |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: Britain's UN Ambassador Emyr Jones Parry again urged Israel "to freeze all settlement activity, including the 'natural growth' of existing settlements, and to dismantle all outposts built since 2001 in line with the provisions of the Roadmap." And he pressed the Palestinian Authority to make every effort "to prevent terrorism." Question: What event has already finished? Events: ['urged', 'freeze', 'activity', 'growth', 'dismantle', 'built', 'pressed', 'make', 'effort', 'prevent', 'terrorism']
Output:
| [
"urged",
"built",
"pressed"
] | task390-3ac07bbd88ab4e9c9ce8585b5515a605 |
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 divested Courtaulds textile operations had operating profit of #50 million on #980 million in revenue in the year ended March 31. Some analysts have said Courtaulds' moves could boost the company's value by 5% to 10%, because the two entities separately will carry a higher price earnings multiple than they did combined. Question: What happened before the year ended? Events: ['divested', 'operations', 'had', 'profit', 'revenue', 'ended', 'said', 'moves', 'boost', 'carry', 'did']
Output:
| [
"had",
"profit",
"revenue",
"did"
] | task390-80409b65bb7b471f86533d46320ea294 |
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 Supreme Court will hear the government petition against the compensation order in six weeks. Three of the leaders - Khandaker Mosharraf Hossain, Abdul Mannan and Mirza Abbas - were freed hours after the court order on Monday but the fourth, Goeswar Roy, was still being detained as he is also wanted on other matters. Question: What happened after the court order? Events: ['hear', 'freed', 'order', 'detained', 'wanted', 'was', 'is']
Output:
| [
"freed"
] | task390-572408280dbf44478af252101dc803b6 |
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: Swiss economic growth accelerated during the third quarter to reach 2.3 percent over the figure for the equivalent period last year, amid strong consumer spending, according to official data. SNB chairman Jean-Pierre Roth had signalled on November 2 that a rate rize was on the cards for the end of the year, despite some concerns about the potential longer term impact of higher oil prices on economic growth. Question: What might happen after Jean-Pierre Roth signaled on November 2 that a rate rize was on the cards? Events: ['growth', 'accelerated', 'reach', 'spending', 'signalled', 'was', 'rize', 'concerns', 'impact', 'prices']
Output:
| [
"concerns",
"impact",
"prices"
] | task390-3db1e526c383491e99788a1f310aeefe |
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: Abbas is now considering a range of options including holding a referendum or fresh parliamentary and presidential elections, aide Yasser Abed Rabbo said. But Haniya said he was not party to the president's deliberations. Question: What did not happen during the deliberations? Events: ['considering', 'holding', 'referendum', 'elections', 'said', 'said', 'was', 'deliberations']
Output:
| [
""
] | task390-1ad4f46d48a54da1858fa635c9746491 |
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: Each of the Class C warrants will enable the holders to purchase one share of common stock at $5.50. The warrants may be exercised until 90 days after their issue date. Question: What event has already finished? Events: ['enable', 'purchase', 'exercised', 'issue']
Output:
| [
""
] | task390-0571e01f59264b7fb885af0e8e4a70a8 |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: One senior official Monday described the White House as "a collection of small groups of aides holding their breaths, "waiting to see whether Sununu survives. One GOP source, reporting on a call from the chief of staff to a Republican leader, said Sununu lamented that "the noose is tightening around my neck, and I need your help . Question: What happened after Sununu lamented? Events: ['described', 'holding', 'waiting', 'see', 'survives', 'reporting', 'call', 'said', 'lamented', 'tightening', 'help', 'breaths']
Output:
| [
"described",
"reporting",
"call",
"said"
] | task390-fe90e008ac7647948d8bafed2824ab1b |
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 old party should be dissolved if it merged with another party, he added. Meanwhile, Suth Dina, former president of Khmer Front Party, told reporters that he and other party members were very happy to hand over the party to Ranariddh. Question: What happened after he added something? Events: ['dissolved', 'be', 'merged', 'added', 'told', 'were', 'hand']
Output:
| [
"told"
] | task390-eaffc6bd2b2a4bf78bcd7f9fd833b473 |
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: Fortson was banished for verbally abusing a referee, failing to leave the court in a timely manner after being ejected and knocking over a water cooler while leaving. The incident came with nine minutes and 13 seconds to play in the fourth quarter of Seattle's 106-90 victory. Question: What happened after the victory? Events: ['banished', 'abusing', 'leave', 'knocking', 'failing', 'ejected', 'leaving', 'incident', 'play', 'victory']
Output:
| [
""
] | task390-40d62e64de3849c894768efdff18db0d |
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: Mobilizing in large numbers around the square where the concert was held, police and emergency-response teams quashed the outbreaks of violence. An hour before the five-man group was scheduled to appear, police decided the situation was under control and allowed the show to go on. Question: What will happen in the future? Events: ['Mobilizing', 'was', 'quashed', 'outbreaks', 'scheduled', 'decided', 'situation', 'show', 'allowed']
Output:
| [
""
] | task390-98ab015a3b234298a4571285fd170e5a |
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 naval interdiction force is part of an overall American strategy that officials say is designed to leave the Iraqi leader with only the stark choice of backing out of Kuwait or launching new attacks to change his situation. Though they insist they aren't trying to lure Saddam Hussein into an attack, officials hope that if he strikes again, the U.S. and its allies will have such an impressive force in place in Saudi Arabia that they will be able to crush him in retaliation. Question: What will happen in the future? Events: ['designed', 'backing', 'launching', 'attacks', 'change', 'insist', 'trying', 'lure', 'attack', 'hope', 'strikes', 'have', 'crush', 'say']
Output:
| [
""
] | task390-51015688b8b64053a1116ddf95dcdafe |
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 before the issue was discussed? Events: ['said', 'discussed', 'held', 'meeting', 'discussed']
Output:
| [
""
] | task390-651b5e60560a4d1196192a2fb146ba9e |
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 the third-quarter earnings were a "moderate disappointment," he said, "the real bad news is the intensity of price competition" in the premium-beer sector. According to Mr. Steinman, the newsletter publisher, Anheuser's market share is nearly twice that of its nearest competitor, Miller Brewing, which had a 21.2% stake last year. Question: What event has already finished? Events: ['earnings', 'disappointment', 'said', 'news', 'competition', 'According', 'share', 'competitor', 'stake']
Output:
| [
"earnings",
"said",
"news",
"According",
"stake"
] | task390-a013740de6b7499ab1afc084f7adb143 |
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: After the water pollution incident occurred, China has repeatedly informed its neighbor of the details of the pollution incident, including various lab test results such as the pollutant's species and density and the location of polluted stretches. The two sides have agreed to open up a hotline between environmental departments for still better contacts and communication over the water pollution problem, and China informs Russia of the latest developments daily, the Chinese forign minister said. Question: What happened before the water pollution incident occurred? Events: ['occurred', 'has', 'informed', 'incident', 'incident', 'have', 'agreed', 'open', 'problem', 'informs', 'said']
Output:
| [
""
] | task390-e5e782b83fc6479998b4991f8e9f6f65 |
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 other customers fled, and the police said it did not appear that anyone else was injured. The men took no money from their victim or from the establishment, said Detective Joseph Pentangelo, a Police Department spokesman. Question: According to the spokesman, what happened before no one else was injured? Events: ['fled', 'said', 'appear', 'injured', 'took', 'said']
Output:
| [
"fled"
] | task390-dfbf6ebf04304ae79e8cc10f09bb35a2 |
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 blamed leftist hostage-takers Tuesday for what it said were "some casualties" suffered as Peruvian security forces ended the siege at the Japanese ambassador's residence in Lima. Question: What happened while something was said? Events: ['blamed', 'said', 'suffered', 'ended', 'siege']
Output:
| [
"blamed"
] | task390-460781f0d30245e683400a91b5bc0291 |
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: 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. During his mission, the 66-year-old Texan diplomat will hold talks with Moroccan and Polisario Front leaders and meet with officials in Algiers and in Nouakchott, the capital of neighboring Mauritania. Question: What will happen during the diplomatic mission? Events: ['holding', 'festered', 'withdrawal', 'put', 'mission', 'talks', 'hold', 'meet', 'ceasefire', 'conflict']
Output:
| [
"hold",
"talks",
"meet"
] | task390-ea0d63005ba94f449e7f98482a365842 |
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 North Atlantic Treaty Organization (NATO) has decided to admit Poland, Hungary and the Czech Republic in early March, an official from the organization said on Wednesday. The official said that the accession was planned for early March, but no exact date was fixed yet. Question: What will happen in the future? Events: ['decided', 'admit', 'said', 'said', 'accession', 'planned', 'fixed']
Output:
| [
"admit",
"accession"
] | task390-f4cb632d12da47e0be76fa0a53bc2719 |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: In New York Stock Exchange composite trading Friday, Milton Roy shares leaped $2, to $18.375 each, while Crane sank $1.125, to $21.125 a share. John M. McNamara, chief financial officer of Milton Roy, said the company has no comment on Crane's filing. Question: What ended before McNamara said something? Events: ['trading', 'leaped', 'sank', 'said', 'comment', 'filing']
Output:
| [
"trading"
] | task390-2f2c805069d64eb19deb631e7514881f |
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 believed that possibilities exist in forging good cooperation between Latvia and Poland as well as other European countries. Question: What is happening while possibilities exist? Events: ['believed', 'forging', 'cooperation', 'exist']
Output:
| [
"believed"
] | task390-f1798f7df17a4acba3f2843695cac09b |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: Spicer, 44, said he and his 65 mercenaries were recruited for 24 million pounds (39 million dollars) by the government of the South Sea nation to help overthrow a nine-year rebellion on the copper-rich island of Bougainville. He was arrested three weeks ago, was mistreated for six days and then placed under house arrest until charges against him were dropped, he told assembled reporters. Question: What event has begun but has not finished? Events: ['said', 'recruited', 'help', 'overthrow', 'rebellion', 'arrested', 'mistreated', 'placed', 'arrest', 'dropped', 'told']
Output:
| [
"rebellion"
] | task390-5c3478180501412d9c376990cb3e39f1 |
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 attack forced around 2,000 villagers to flee, Captain Noel Detoyato told AFP. The military deployed a Marine battalion and a "Rapid Deployment Force" of the Army in the area on Wednesday, he added. Question: What event has already finished? Events: ['attack', 'forced', 'flee', 'told', 'deployed', 'Wednesday', 'added']
Output:
| [
"attack",
"forced",
"flee",
"told",
"Wednesday",
"added"
] | task390-a88b6085c0cd48289624303acdcfadee |
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. Marines were said to have breached troublesome mine fields along the Iraqi lines but Pentagon officials said no amphibious assault on Kuwait's beaches had begun. Long columns of Iraqi prisoners of war could be seen trudging through the desert toward the allied rear. Question: What will happen in the future? Events: ['said', 'breached', 'said', 'begun', 'assault', 'seen', 'trudging', 'toward']
Output:
| [
""
] | task390-0acd5bbbebbf4626b1db70563e9c991b |
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: "Helicopters carrying sick and elderly pilgrims arrived Sunday morning in Baghdad, Anbar (in western Iraq), Salahuddin (in the north), and Basra and Zikar (in the south)," the official news agency INA said. It did not say how many helicopters or passengers were involved. Question: What happened after carrying? Events: ['carrying', 'arrived', 'said', 'say', 'involved']
Output:
| [
"arrived",
"said",
"say"
] | task390-a753a01c5d96475588affffd5ea43338 |
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 Czech Republic is now aiming to join the euro in 2012 and Hungary in 2013. Question: What event ended before the Czech Republic began aiming? Events: ['aiming', 'join']
Output:
| [
""
] | task390-44c13daf4b14483b87aa512a818577cc |
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: About 59 percent of eligible Iraqis cast ballots last January for an interim parliament, and 64 percent voted in the October 15 referendum on a new constitution. The US envoy said that unlike the runup to January's ballot, "the level of violence has dropped my almost any measure over the past few days and we hope that that trend continues." Question: What happened after the January ballot? Events: ['cast', 'voted', 'referendum', 'ballots', 'said', 'ballot', 'runup', 'violence', 'dropped', 'hope', 'continues', 'trend']
Output:
| [
"dropped",
"voted",
"referendum",
"said",
"hope",
"trend"
] | task390-2fa5d4d3808a4dde8fa8c88dc2e46171 |
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: Roh and Yushchenko welcomed the resumption of six-party talks in Beijing this week and called for "substantive progress" in the dismantling of North Korean nuclear weapons, the statement said. Yushchenko arrived here Monday for a two-day state visit. Question: What happened before Yushchenko arrived? Events: ['welcomed', 'talks', 'called', 'said', 'arrived', 'visit', 'dismantling']
Output:
| [
"said",
"called",
"welcomed"
] | task390-380f301d0d064b5ead84ea1284762113 |
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: Heavily armed police fired tear gas to drive away demonstrators who gathered near the venue of the summit since Friday morning to protest against US foreign and trade policy, and the US-led war on Iraq. Some 40,000 people joined the organized demonstrations. Question: What event has begun but has not finished? Events: ['fired', 'away', 'gathered', 'summit', 'protest', 'policy', 'war', 'joined', 'organized', 'demonstrations']
Output:
| [
"war",
"policy"
] | task390-87607cf476e64ca9a1540690b75a476f |
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 Israeli media have said a working document proposed by the United States talks of five, five-bus convoys making the trip each day, transporting 1,800 Palestinians. In contrast, Israel wants only one such convoy, limiting the number to 250. Question: What happened before Israeli media spoke about the working document? Events: ['said', 'proposed', 'talks', 'making', 'transporting', 'wants', 'limiting']
Output:
| [
""
] | task390-78c5c56545074a8ca52d95f4f4f19a3f |
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: "Because of the strong winds, the fire spread north of Mina," the director of Saudi civil defense, General Mohammed ibn Ali al-Sahili, told the official SPA news agency. The fire, sparked by a gas bottle used for cooking, began at 11:45 a.m. (0845 GMT) Tuesday about five kilometers (three miles) north of Mecca, the home of Islam's holiest shrines, witnesses said. Question: What will happen in the future? Events: ['spread', 'told', 'sparked', 'used', 'cooking', 'began', 'said']
Output:
| [
""
] | task390-8650b73eb1d7406fbba84aa927afc54f |
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: Former Zairean Prime Minister Kengo wa Dondo has fled the country and the government is thinking of charging him with treason, government spokesman Kin Kiey Mulumba told reporters Tuesday. The spokesman said that Zaire's war chest funds were empty and that the government believed Kengo was responsible. Question: What could happen after the reporters were told something? Events: ['fled', 'thinking', 'charging', 'told', 'said', 'were', 'believed', 'was']
Output:
| [
"charging"
] | task390-c2fdf3570b6844198ecb4f59dcaf5182 |
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 has been a lot of pressure, and he feels this is a family affair.'' After weeks of high-profile public sparring _ with charges of abuse, spying and treachery flying back and forth across the Florida Straits _ it would seem the chances are slim that the Gonzalez family could ever heal the wounds created by the Elian saga. Question: What event has begun but has not finished? Events: ['been', 'feels', 'flying', 'seem', 'heal', 'created', 'sparring', 'abuse', 'spying', 'treachery', 'is', 'are']
Output:
| [
"feels",
"is",
"seem",
"are"
] | task390-86382007bc994c22a233e116500d3dfe |
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: Chidambaram drew up the previous United Front government's Indian budget for 1997-98 which is to be approved by parliament this week. Gujral has adopted the same budget. Question: What event has begun but has not finished? Events: ['drew', 'approved', 'adopted']
Output:
| [
""
] | task390-1df2819389e2460b99b3790a8dfdcfb7 |
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 international boycott and siege pushed the fledging Hamas government and the Palestinian people into dual plights of economy and politics. However, the Palestinians were not immediately conscious of the significance of Arafat until they witnessed deteriorating life conditions day by day after his pass-away. Question: What started after the boycott started? Events: ['boycott', 'siege', 'pushed', 'plights', 'conscious', 'witnessed', 'pass-away']
Output:
| [
"pushed",
"plights",
"witnessed",
"pass-away",
"conscious"
] | task390-8e5b8d70446d41acb03dba1515d9c95b |
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: A quarter of the world's wealthiest 10 percent of adults lived in the United States while a fifth resided in Japan, the study showed. Eight percent of the world's wealthiest 10 percent of adults lived in Germany, seven percent in Italy, six percent in Britain and four percent each in France and Spain. Question: What probably happened while a fifth of the world's wealthiest 10 percent adults resided in Japan? Events: ['lived', 'resided', 'showed', 'lived']
Output:
| [
"lived",
"lived"
] | task390-203a2d369a944a3a9ce9332f11d54ecd |
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: With Bulgaria and Romania poised to become the 26th and 27th EU countries in just over a fortnight, the leaders have decided that their entry into Europe's rich club will be the last for several years. Turkey's candidacy was slowed down this week, with a freeze put on further discussion on around a quarter of the policy chapters it must negotiate to realise its 40-year quest for European integration. Question: What event has already finished? Events: ['poised', 'decided', 'entry', 'be', 'freeze', 'negotiate', 'realise', 'slowed']
Output:
| [
"poised",
"decided",
"slowed"
] | task390-35732dbad5944ce2911821e3abd62215 |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: ``This gives him the protection that he will not be repatriated to Cuba between now and Feb. 10.'' Question: What events will not happen in the future? Events: ['gives', 'be', 'repatriated']
Output:
| [
"be",
"repatriated"
] | task390-3b324768bc1643fb90a10a57c419188a |
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: Roads in northern parts of Wales, the Midlands into the Pennines, southern Scotland and Northern Ireland would be the worst affected, while gale force winds would blow snow and drifts across trans-Pennine routes, they added. Question: What event has already finished? Events: ['affected', 'blow', 'added']
Output:
| [
"added"
] | task390-aee21b1796134ecb97894f9cc4becfcb |
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: Police confirmed Friday that the body found along a highway in this municipality 15 miles south of San Juan belonged to Jorge Hernandez, 49. Hernandez was kidnapped from his small, neighborhood store in the town of Trujillo Alto at 10 p.m. Wednesday, police said. Question: What happened after police found Hernandez's body? Events: ['confirmed', 'found', 'kidnapped', 'said', 'belonged']
Output:
| [
"confirmed",
"said"
] | task390-ba596698bcf24aadb3b3aeb5aaa9c543 |
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 were being sought for interviews just because they were literally in the area after the homicide,'' he said. FBI officials said they were not certain whether Stauber or Gingrich had been involved in antiabortion activities. Question: What event has already finished? Events: ['sought', 'interviews', 'in', 'homicide', 'said', 'said', 'were', 'involved', 'activities']
Output:
| [
"homicide",
"said",
"in",
"said",
"involved",
"activities"
] | task390-f13089c0c15c4bdbaa2e6530b67e4d45 |
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 our duty to strengthen the reform process," he said. "The changes adopted so far are not cosmetic, but there is still more to be done." Question: What is happening while the person speaks? Events: ["'s", 'strengthen', 'process', 'said', 'adopted', 'are', 'is', 'be']
Output:
| [
"'s",
"process",
"are",
"is"
] | task390-234ad30d3cd9427cb1e6a82b4955f2f2 |
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 Malaysian underdogs were in complete control against the fifth seeds winning 21-13, 21-14 in just 27 minutes. Indonesia's third seeds Markis Kido and Hendra Setiawan shared bronze with Jung Jae Sung and Lee Yong Dae, the second seeds from South Korea. Question: What happened before Malaysia took control? Events: ['were', 'control', 'winning', 'shared']
Output:
| [
""
] | task390-d115274cf57449299bf0457c4f415e76 |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: The government hoped the GST would bring in some 30 billion dollars (3.8 billion US) a year in extra revenue, claiming that by 2033, more than a quarter of the population would be retired and need more public services. The public almost unanimously denounced the plan from the start of the consultation period in July and all the major political parties opposed it too, making it unlikely to have got through the legislature. Question: What happened while major political parties opposed the GST plan? Events: ['hoped', 'bring', 'claiming', 'retired', 'need', 'denounced', 'opposed', 'making', 'through', 'GST']
Output:
| [
"denounced"
] | task390-1885b65ce39c4dfbabf37f97084e17d2 |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: The coalition won in 2002 on a wave of euphoria after 24 years of rule by Daniel Arap Moi, but now is in a precarious position because of growing public dissatisfaction. Both camps agree that the existing constitution is outdated and oppressive but have failed to reach consensus on the new one, which has been the subject of debate since 1997. Question: What may have been happening before the coalition won? Events: ['won', 'wave', 'rule', 'is', 'growing', 'agree', 'is', 'failed', 'consensus', 'been', 'debate']
Output:
| [
"growing",
"agree"
] | task390-6de5fad0c6fd42efbb3250536899f48e |
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: Our mission will be complete when shooting ceases and abductions stop," Kadyrov said. Question: What might happen after Kadyrov made a comment? Events: ['shooting', 'ceases', 'abductions', 'stop', 'said', 'complete']
Output:
| [
"ceases",
"stop",
"complete"
] | task390-297da5ebbd3448d4a27b34e08dd87012 |
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 Shanxi Provincial CPC Committee has also suggested that the four people should be removed from their administrative posts, said a spokesman for the provincial government on Friday. Wang is the acting head of Wangbolin District and Ning is Wang's deputy. Question: What will happen in the future? Events: ['suggested', 'removed', 'said', 'is', 'is']
Output:
| [
""
] | task390-a61d5c3cf74846bd821620a4182ee949 |
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 will happen in the future? Events: ['reported', 'decline', 'earnings', 'costs', 'earned']
Output:
| [
""
] | task390-e981bab5792a48d8996a2d07398a3dcb |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: She said the immediate suspension barred AWB and individuals from contracting with the US government and participating in most US programs. "AWB USA Limited had in the past in 2002-04 accessed some of the USDA export credit guarantee programs," she said. Question: What will happen in the future? Events: ['said', 'suspension', 'barred', 'contracting', 'participating', 'accessed', 'said']
Output:
| [
"suspension",
"barred"
] | task390-8afec7419bca49f0b93af9ad09d133ce |
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 they had been killed together with other poultry in the village after the outbreak of the disease. "Every one knows there is something wrong with Qin's poultry," said Qi. Question: What is happening after the outbreak of the disease? Events: ['killed', 'outbreak', 'knows', 'said', 'is']
Output:
| [
"knows",
"is"
] | task390-9d2c0a0333b94d4aa062c1c197eaeda9 |
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 over all, arrests were made in more than 60 percent of murder cases, he said. Eight of the 14 killings since 1993 were already under investigation by the Newark Police Department, Glenn said. Question: What happened after the 14 killings? Events: ['arrests', 'made', 'said', 'killings', 'investigation', 'said', 'were']
Output:
| [
"arrests",
"made",
"said",
"were",
"investigation",
"said"
] | task390-55b883b576aa4ec48536fb6b08fd8854 |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: Mottaki's visit to Pakistan comes ahead of December 21 talks between Iran and the so-called European Union 3 -- Britain, France and Germany -- on its disputed nuclear programme. EU-Iran talks collapsed in August when Tehran ended its suspension of uranium conversion, a first step towards enrichment, and the planned talks are aimed at determining if negotiations can resume. Question: What events have happened before the planned talks of December 21? Events: ['visit', 'comes', 'talks', 'so-called', 'disputed', 'talks', 'collapsed', 'ended', 'suspension', 'conversion', 'enrichment', 'talks', 'aimed', 'determining', 'negotiations', 'resume', 'planned']
Output:
| [
"disputed",
"talks",
"collapsed",
"ended",
"suspension",
"conversion",
"planned",
"aimed"
] | task390-53570a1d12fd49b4b727554b71bf8466 |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: The company said it has agreed to sell the extrusion division for $15 million to R.D. Werner Co., a closely held firm based in Greenville, Pa. Question: What happened before the company said something? Events: ['said', 'agreed', 'sell', 'based']
Output:
| [
"agreed",
"based"
] | task390-d3278a3733c64f08a73ccf2d7628f71b |
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: Rather than blindly backing Maliki's beleaguered regime, the ICG said, Washington and other international and regional actors should adopt "a new forceful multilateral approach that puts real pressure on all Iraqi parties." The five permanent members of the UN Security Council and Iraq's six neighbours should become an "international support group" for the country. Question: What will happen in the future? Events: ['backing', 'beleaguered', 'said', 'adopt', 'approach', 'puts', 'pressure', 'become', 'support']
Output:
| [
"adopt",
"approach",
"puts",
"pressure",
"become",
"support"
] | task390-71a9f55b729f468ea88d9f0c05f05772 |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: Neither the lawyers nor Elian's relatives would comment before the judge's ruling, which is expected early next week. In Cuba, meanwhile, tens of thousands of people rallied in a seaside plaza Friday night to demand his return. Question: When the judge's ruling comes, what might happen afterwards? Events: ['comment', 'ruling', 'expected', 'rallied', 'demand', 'return']
Output:
| [
"return"
] | task390-ce3bc5f0bd40471fa6f091fc17eb12fa |
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: A few hours later in flashes on state radio and television the government announced that Mobutu had named the defense minister in the outgoing government, General Likulia Bolongo, to be prime minister. Mobutu declared a state of emergency Tuesday and is now running the government by decree, thus short-circuiting the constitutional debate which had pitted him in a power struggle with Tshisekedi since he appointed the long-term opposition leader premier a week ago. Question: What ended when Mobuto declared a state of emergency? Events: ['flashes', 'announced', 'named', 'outgoing', 'declared', 'emergency', 'running', 'short-circuiting', 'debate', 'pitted', 'struggle', 'appointed']
Output:
| [
"debate",
"pitted",
"struggle"
] | task390-8eb0ef99d10043c89a0b1ee0f0b556cb |
Definition: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty.
Positive Example 1 -
Input: Passage: I submitted the hit. The hit was approved, and then I was paid. Question: What happened after I submitted the hit? Events: ['submitted', 'approved', 'paid'].
Output: approved, paid
Positive Example 2 -
Input: Passage: Heavy snow is causing disruption to transport across the UK, with heavy rainfall bringing flooding to the south-west of England. Rescuers searching for a woman trapped in a landslide at her home in Looe, Cornwall, said they had found a body. Question: What has happened? Events: ['snow', 'causing', 'disruption', 'transport', 'rainfall', 'bringing', 'flooding', 'searching', 'trapped', 'landslide', 'said', 'found']
Output: causing, bringing, searching, trapped, landslide, said, found
Negative Example 1 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he not do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake
Negative Example 2 -
Input: Passage: He usually eats a sandwich for breakfast before going to school, but he didn't wake up on time and he didn't have his breakfast. Question: What did he do before going to school? Events: ['eats', 'going', 'wake', 'have']
Output: wake, have
Now complete the following example -
Input: Passage: In the opening trading, the Dow Jones Industrial Average was down 15.80, to 12,140.97. The Standard & Poor's 500 index lost 0.34 to 1,382.50, and the Nasdaq composite index fell 11.96 to 2,363.92. Question: What happened to the Nasdaq composite index before trading? Events: ['was', 'lost', 'fell', 'trading']
Output:
| [
""
] | task390-cb19e9c34bbb4be29e8ebbbdf1309b6c |
Subsets and Splits