inputs string | targets string | _template_idx int64 | _task_source string | _task_name string | _template_type string |
|---|---|---|---|---|---|
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example Input: [['The Waterman', 'eatType', 'restaurant'], ['The Waterman', 'food', 'Fast food'], ['The Waterman', 'priceRange', 'high'], ['The Waterman', 'customer rating', 'average'], ['The Waterman', 'area', 'riverside'], ['The Waterman', 'familyFriendly', 'no']]
Example Output: Located in riverside, is a high price Fast food restaurant called _____. It has _____ customer ratings and is not children friendly.
Example Input: [['Cotto', 'eatType', 'coffee shop'], ['Cotto', 'food', 'Indian'], ['Cotto', 'priceRange', 'moderate'], ['Cotto', 'customer rating', '1 out of 5'], ['Cotto', 'area', 'riverside'], ['Cotto', 'near', 'The Portland Arms']]
Example Output: In riverside near The Portland Arms there is a 1 out of 5 customer rated, moderately priced Indian food coffee shop called _____.
Example Input: [['Alan Bean', 'OCCUPATION', 'Test pilot'], ['Alan Bean', 'DATE_OF_BIRTH', '"1932-03-15"'], ['Alan Bean', 'WAS_A_CREW_MEMBER_OF', 'Apollo 12'], ['Alan Bean', 'BIRTH_PLACE', 'Wheeler, Texas'], ['Alan Bean', 'WAS_SELECTED_BY_NASA', '1963']]
Example Output: | _____ was born on the 15th March 1932 in _____. He was a test pilot and he was chosen by NASA in 1963. He served as a crew member on Apollo 12.
| 3 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Example output: The team whose nickname is red raiders is located in the _______
Example explanation: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Q: [['The Wrestlers', 'eatType', 'coffee shop'], ['The Wrestlers', 'food', 'Indian'], ['The Wrestlers', 'priceRange', 'high'], ['The Wrestlers', 'area', 'city centre'], ['The Wrestlers', 'familyFriendly', 'yes'], ['The Wrestlers', 'near', 'Raja Indian Cuisine']]
A: | In the high price range, _____ is a child friendly coffee shop serving _____ food in city centre near Raja Indian Cuisine. | 3 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Input: Consider Input: [['The Eagle', 'eatType', 'coffee shop'], ['The Eagle', 'food', 'Japanese'], ['The Eagle', 'priceRange', 'cheap'], ['The Eagle', 'customer rating', '5 out of 5'], ['The Eagle', 'area', 'riverside'], ['The Eagle', 'near', 'Burger King']]
Output: There is a Japanese coffee shop called '_____' which has a cheap price range. It is located in the riverside area near Burger King and has a 5 out of 5 rating.
Input: Consider Input: [['Damash Gilan', 'COACH', 'Stanko Poklepović'], ['Damash Gilan', 'PAST_SEASON', '15th']]
Output: _____, who is coached by Stanko Poklepovic, was _____ in the past season.
Input: Consider Input: [['The Rice Boat', 'food', 'English'], ['The Rice Boat', 'customer rating', 'average'], ['The Rice Boat', 'area', 'riverside'], ['The Rice Boat', 'familyFriendly', 'yes']]
| Output: Located in Riverside, _____ serves _____ food with an average customer rating. It is not recommended for families.
| 2 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Input: Consider Input: [['Alimentum', 'food', 'English'], ['Alimentum', 'area', 'city centre'], ['Alimentum', 'near', 'Yippee Noodle Bar']]
Output: English food served at _____ which is located in the city centre near _____.
Input: Consider Input: [['1', 'DATE', '10 October 1998'], ['[TABLECONTEXT]', 'GOAL', '1'], ['Estonia', 'VENUE', 'Tyencastle Park, Edinburgh'], ['10 October 1998', 'OPPONENT', 'Estonia'], ['[TABLECONTEXT]', '[TITLE]', 'Billy Dodds']]
Output: Billy Dodds played against Estonia at Tyencastle Park, Edinburgh on _____0 October 1998.
Input: Consider Input: [['Fitzbillies', 'eatType', 'coffee shop'], ['Fitzbillies', 'priceRange', 'more than £30'], ['Fitzbillies', 'customer rating', 'low'], ['Fitzbillies', 'area', 'riverside'], ['Fitzbillies', 'familyFriendly', 'no']]
| Output: _____ is a coffee shop in riverside that is not child friendly. It has a low customer rating and the price range is more than £30.
| 2 | NIv2 | task1407_dart_question_generation | fs_opt |
TASK DEFINITION: In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
PROBLEM: [['The Rice Boat', 'food', 'English'], ['The Rice Boat', 'customer rating', '5 out of 5'], ['The Rice Boat', 'area', 'city centre'], ['The Rice Boat', 'familyFriendly', 'yes'], ['The Rice Boat', 'near', 'Express by Holiday Inn']]
SOLUTION: high priced average rating family-friendly _____ serves English food in the city centre near _____
PROBLEM: [['The Eagle', 'eatType', 'coffee shop'], ['The Eagle', 'food', 'Fast food'], ['The Eagle', 'priceRange', 'high'], ['The Eagle', 'customer rating', 'average'], ['The Eagle', 'area', 'city centre'], ['The Eagle', 'familyFriendly', 'yes'], ['The Eagle', 'near', 'Burger King']]
SOLUTION: _____ is a coffee shop that serves high priced fast food. Near _____ in City Centre, the place is children friendly and the customers rate it average.
PROBLEM: [['The Eagle', 'eatType', 'coffee shop'], ['The Eagle', 'food', 'French'], ['The Eagle', 'priceRange', 'more than £30'], ['The Eagle', 'customer rating', 'low'], ['The Eagle', 'area', 'riverside'], ['The Eagle', 'familyFriendly', 'no'], ['The Eagle', 'near', 'Burger King']]
SOLUTION: | _____ is coffee shop that serve French food but is not children friendly and ranges more than £30 but has a _____ rating. It's located in riverside near Burger King.
| 8 | NIv2 | task1407_dart_question_generation | fs_opt |
instruction:
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
question:
[['Baked Alaska', 'COUNTRY', 'France'], ['Hong Kong', 'LEADER_NAME', 'Carrie Lam (politician)'], ['France', 'LEADER_NAME', 'Gérard Larcher'], ['Hong Kong', 'LANGUAGE', 'Chinese language'], ['Baked Alaska', 'REGION', 'Hong Kong']]
answer:
Baked Alaska comes from _____ where the leader is Gérard Larcher. It is also served in Hong Kong where they speak Chinese and Carrie Lam is the leader.
question:
[['Galina Zybina', 'PLACE', '3'], ['17.45 metres', 'THROW_4', '17.42'], ['Galina Zybina', 'BEST_MARK', '17.45 metres']]
answer:
Galina Zybina came in 3rd place with _____ as her best mark and 17.42 on Throw 4.
question:
[['The Punter', 'eatType', 'pub'], ['The Punter', 'food', 'English'], ['The Punter', 'area', 'city centre']]
answer:
| A reasonably priced pub, _____ serves British food and can be found in the city center.
| 9 | NIv2 | task1407_dart_question_generation | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Output: The team whose nickname is red raiders is located in the _______
This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
New input case for you: [['Clowns', 'eatType', 'pub'], ['Clowns', 'priceRange', 'cheap'], ['Clowns', 'customer rating', '5 out of 5']]
Output: | _____ is a _____ pub located in the river side with high customer rating as 5 out of 5. | 1 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Input: Consider Input: [['The Cricketers', 'eatType', 'coffee shop'], ['The Cricketers', 'food', 'Japanese'], ['The Cricketers', 'customer rating', 'high'], ['The Cricketers', 'familyFriendly', 'yes'], ['The Cricketers', 'near', 'The Portland Arms']]
Output: _____, is a high-rating, kid-friendly coffee shop near The Portland Arms which offers _____ food.
Input: Consider Input: [['Alimentum', 'eatType', 'restaurant'], ['Alimentum', 'food', 'Japanese'], ['Alimentum', 'priceRange', 'less than £20'], ['Alimentum', 'area', 'riverside'], ['Alimentum', 'familyFriendly', 'yes']]
Output: _____ is a family friendly and cheap restaurant serving Japanese food on the _____.
Input: Consider Input: [['1 Decembrie 1918 University', 'NICKNAME', 'Uab']]
| Output: The _____ has the nickname Uab.
| 2 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example Input: [['Johns Hopkins University Press', 'PARENT_COMPANY', 'Johns Hopkins University']]
Example Output: _____ is the parent company of the _____.
Example Input: [['SFP 250', 'TRACK', 'Kansas Speedway, Kansas City'], ['3', 'RACE_TITLE', 'SFP 250'], ['[TABLECONTEXT]', 'NUMBER', '3'], ['[TABLECONTEXT]', '[TITLE]', '2014 NASCAR Camping World Truck Series'], ['3', 'DATE', 'May 9']]
Example Output: The _____ at the Kansas Speedway in Kansas City that took place on May 9th was the _____rd event in the 2014 NASCAR Camping World Truck Series.
Example Input: [['Phosphorus', 'FIRST_ISOLATOR', 'H. Brand'], ['H. Brand', 'ISOLATED_(WIDELY_KNOWN)', '1669']]
Example Output: | In _____, H. Brand became the first widely known isolator of _____.
| 3 | NIv2 | task1407_dart_question_generation | fs_opt |
Teacher: In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Teacher: Now, understand the problem? If you are still confused, see the following example:
[['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Solution: The team whose nickname is red raiders is located in the _______
Reason: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Now, solve this instance: [['The Waterman', 'eatType', 'restaurant'], ['The Waterman', 'food', 'English'], ['The Waterman', 'priceRange', 'moderate'], ['The Waterman', 'customer rating', '3 out of 5'], ['The Waterman', 'area', 'riverside'], ['The Waterman', 'familyFriendly', 'no']]
Student: | In riverside, there is a moderately priced English _____ called _____. It is not kid friendly, and has a 3 out of 5 customer rating. | 2 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[Q]: [['The Eagle', 'eatType', 'coffee shop'], ['The Eagle', 'food', 'Japanese'], ['The Eagle', 'priceRange', 'cheap'], ['The Eagle', 'customer rating', '5 out of 5'], ['The Eagle', 'area', 'riverside'], ['The Eagle', 'near', 'Burger King']]
[A]: There is a Japanese coffee shop called '_____' which has a cheap price range. It is located in the riverside area near Burger King and has a 5 out of 5 rating.
[Q]: [['The Eagle', 'eatType', 'coffee shop'], ['The Eagle', 'food', 'Indian'], ['The Eagle', 'priceRange', 'high'], ['The Eagle', 'area', 'city centre'], ['The Eagle', 'familyFriendly', 'no'], ['The Eagle', 'near', 'Burger King']]
[A]: Near Burger King is an expensive Indian coffee shop called _____. It is _____t child friendly and is in the city centre.
[Q]: [['The Waterman', 'eatType', 'restaurant'], ['The Waterman', 'food', 'English'], ['The Waterman', 'priceRange', 'moderate'], ['The Waterman', 'customer rating', '3 out of 5'], ['The Waterman', 'area', 'riverside'], ['The Waterman', 'familyFriendly', 'no']]
[A]: | In riverside, there is a moderately priced English _____ called _____. It is not kid friendly, and has a 3 out of 5 customer rating.
| 5 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Input: Consider Input: [['Juan Pablo Montoya*', 'GRID', '5'], ['Juan Pablo Montoya*', 'TIME/RETIRED', '+1 Lap'], ['Juan Pablo Montoya*', 'NUMBER', '4']]
Output: no 4 Driver _____ has Time/Retired +1 Lap and Grid is 5
Input: Consider Input: [['The Phoenix', 'eatType', 'restaurant'], ['The Phoenix', 'food', 'Indian'], ['The Phoenix', 'priceRange', 'cheap'], ['The Phoenix', 'customer rating', '5 out of 5'], ['The Phoenix', 'area', 'riverside']]
Output: At the riverside, there is a 5 star restaurant called _____. It serves Indian food at a low price.
Input: Consider Input: [['Midsummer House', 'food', 'English'], ['Midsummer House', 'priceRange', 'cheap'], ['Midsummer House', 'customer rating', 'average'], ['Midsummer House', 'near', 'All Bar One']]
| Output: _____, near All Bar One, serves cheap _____ food and has an average customer rating.
| 2 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Let me give you an example: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
The answer to this example can be: The team whose nickname is red raiders is located in the _______
Here is why: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
OK. solve this:
[['Aromi', 'eatType', 'coffee shop'], ['Aromi', 'food', 'Fast food'], ['Aromi', 'customer rating', 'low'], ['Aromi', 'area', 'riverside'], ['Aromi', 'familyFriendly', 'no']]
Answer: | In riverside you will find _____ a low rated Fast food coffee shop that is not family-friendly. | 8 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
One example: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Solution is here: The team whose nickname is red raiders is located in the _______
Explanation: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Now, solve this: [['Arthur Berry', 'LEFT_OFFICE', '1932']]
Solution: | _____ left office in 1932. | 6 | NIv2 | task1407_dart_question_generation | fs_opt |
TASK DEFINITION: In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
PROBLEM: [['The Rice Boat', 'priceRange', 'more than £30'], ['The Rice Boat', 'customer rating', '1 out of 5'], ['The Rice Boat', 'near', 'Express by Holiday Inn']]
SOLUTION: _____ is rated 1 of 5 stars. its prices are not the cheapest but also not the most expensive. It is located near Express by Holiday Inn.
PROBLEM: [['The Waterman', 'eatType', 'restaurant'], ['The Waterman', 'food', 'Japanese'], ['The Waterman', 'priceRange', 'moderate'], ['The Waterman', 'customer rating', '1 out of 5'], ['The Waterman', 'area', 'riverside'], ['The Waterman', 'familyFriendly', 'no']]
SOLUTION: _____ is a riverside Japanese restaurant with a _____ price range and a low customer rating. It is not kid friendly.
PROBLEM: [['Ardmore Airport (New Zealand)', '3RD_RUNWAY_SURFACE_TYPE', 'Poaceae'], ['Poaceae', 'DIVISION', 'Flowering plant'], ['Poaceae', 'ORDER', 'Commelinids']]
SOLUTION: | In New Zealand, the 3rd runway at Ardmore Airport is made of _____, a plant that belongs to the division of flowering plants and is part of the Commelinids order.
| 8 | NIv2 | task1407_dart_question_generation | fs_opt |
TASK DEFINITION: In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
PROBLEM: [['New York Undercover', 'ROLE', 'Herself'], ['[TABLECONTEXT]', 'TITLE', 'New York Undercover'], ['[TABLECONTEXT]', '[TITLE]', 'Mary J. Blige']]
SOLUTION: _____ played herself in _____.
PROBLEM: [['Green Man', 'eatType', 'restaurant'], ['Green Man', 'food', 'Japanese'], ['Green Man', 'priceRange', 'more than £30'], ['Green Man', 'near', 'All Bar One']]
SOLUTION: _____ is a high price range traditional Japanese restaurant near All Bar One. Public restrooms available.
PROBLEM: [['The Cambridge Blue', 'eatType', 'restaurant'], ['The Cambridge Blue', 'food', 'Chinese'], ['The Cambridge Blue', 'customer rating', '5 out of 5']]
SOLUTION: | An amazing _____ restaurant, with a perfect 5 out of 5 rating, is _____.
| 8 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[['The Waterman', 'eatType', 'restaurant'], ['The Waterman', 'food', 'Italian'], ['The Waterman', 'priceRange', 'high'], ['The Waterman', 'customer rating', 'average'], ['The Waterman', 'area', 'riverside'], ['The Waterman', 'familyFriendly', 'no']]
_____ is a high price range Italian restaurant. They are located near riverside. They are _____t child friendly and have an average rating.
[['ACF Fiorentina', 'NUMBER_OF_MEMBERS', '47290'], ['ACF Fiorentina', 'SEASON', '2014']]
_____ has 47290 members, The team competed in the 2014 season.
[['The Wrestlers', 'eatType', 'coffee shop'], ['The Wrestlers', 'food', 'Japanese'], ['The Wrestlers', 'priceRange', 'more than £30'], ['The Wrestlers', 'area', 'riverside'], ['The Wrestlers', 'familyFriendly', 'yes'], ['The Wrestlers', 'near', 'Raja Indian Cuisine']]
| An expensive and child friendly Japanese coffee shop in riverside is _____. It is near Raja Indian Cuisine.
| 0 | NIv2 | task1407_dart_question_generation | fs_opt |
instruction:
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
question:
[['AF5', 'CONTESTANTS_IN_ORDER_OF_ELIMINATION', 'Green (V16), Micky (V6), Beau (V5), Tab (V3), Prink (V1), Wahn (V15), & Nim (V9)'], ['AF5', 'THE_WINNER', 'Natthew (V13)']]
answer:
Natthew (V13) is the winner of _____ season, and the contestants in order of elimination are _____
question:
[['Green Man', 'eatType', 'restaurant'], ['Green Man', 'food', 'Japanese'], ['Green Man', 'priceRange', 'more than £30'], ['Green Man', 'near', 'All Bar One']]
answer:
_____ is a high price range traditional Japanese restaurant near All Bar One. Public restrooms available.
question:
[['Jim Gentile', 'DATE', 'May 9, 1961'], ['Jim Gentile', 'TEAM', 'Baltimore Orioles'], ['Jim Gentile', 'OPPONENT', 'Minnesota Twins'], ['Jim Gentile', 'VENUE', 'Metropolitan Stadium']]
answer:
| _____ played May 9, 1961 with the Baltimore Orioles against the Minnesota Twins in Metropolitan Stadium.
| 9 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Q: [['The Wrestlers', 'eatType', 'coffee shop'], ['The Wrestlers', 'food', 'Italian'], ['The Wrestlers', 'priceRange', 'less than £20'], ['The Wrestlers', 'near', 'Raja Indian Cuisine']]
A: Along the waterfront, near Raja Indian Cuisine, you will find _____ Italian coffee shop, sample the adult atmosphere and menu for less than £20.
****
Q: [['Green Man', 'eatType', 'restaurant'], ['Green Man', 'priceRange', 'moderate'], ['Green Man', 'area', 'city centre'], ['Green Man', 'familyFriendly', 'no']]
A: Close to the city centre is a moderately priced restaurant called _____. it is _____t family friendly.
****
Q: [['Lily Pérez', 'PARTY', 'RN']]
A: | _____ is in the RN party
****
| 4 | NIv2 | task1407_dart_question_generation | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Solution: The team whose nickname is red raiders is located in the _______
Why? This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
New input: [['The Eagle', 'priceRange', 'high'], ['The Eagle', 'customer rating', 'average'], ['The Eagle', 'area', 'riverside']]
Solution: | In riverside there is a place named _____. It has an _____ customer rating and a high price range. | 0 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
One example is below.
Q: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
A: The team whose nickname is red raiders is located in the _______
Rationale: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Q: [['Lily Pérez', 'PARTY', 'RN']]
A: | _____ is in the RN party | 9 | NIv2 | task1407_dart_question_generation | fs_opt |
instruction:
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
question:
[['Browns Cambridge', 'eatType', 'restaurant'], ['Browns Cambridge', 'food', 'English'], ['Browns Cambridge', 'priceRange', 'moderate'], ['Browns Cambridge', 'customer rating', '3 out of 5']]
answer:
_____ is _____ly priced English restaurant with a rating of 3 out of 5.
question:
[['Win', 'SCORE', '0-4'], ['4', 'OPPONENT', 'Crusaders'], ['4', 'RESULT', 'Win']]
answer:
The score against crusaders's 0-_____
question:
[['The Golden Curry', 'eatType', 'restaurant'], ['The Golden Curry', 'food', 'Japanese'], ['The Golden Curry', 'customer rating', 'low'], ['The Golden Curry', 'familyFriendly', 'no']]
answer:
| The Japanese restaurant, _____, is a restaurant that is not family-friendly and has low customer ratings.
| 9 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Q: [['W.S. Walcott Medicine Show', '2002_ALBUM', '26'], ['W.S. Walcott Medicine Show', 'ARTIST(S)', 'The Band'], ['W.S. Walcott Medicine Show', 'CONCERT', '6']]
A: The Band's _____'s highest rank was 6 on the Concert chart and 26 on the album charts.
****
Q: [['A635 Revi', 'DISPLACEMENT', '1,450 tonnes'], ['A635 Revi', 'CLASS', 'Rari class'], ['A635 Revi', 'TYPE', 'Tug supply vessel']]
A: Ship _____ of Rari class and type Tug supply vessel has 1,450 tonnes Displacement
****
Q: [['The Eagle', 'priceRange', 'moderate'], ['The Eagle', 'customer rating', '3 out of 5'], ['The Eagle', 'area', 'riverside']]
A: | _____ has a moderate price range, a customer rating of a _____, and is located in riverside.
****
| 4 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
One example is below.
Q: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
A: The team whose nickname is red raiders is located in the _______
Rationale: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Q: [['Downhill', 'CLASS', 'LW3,5/7,9 details'], ['LW3,5/7,9 details', 'SILVER', 'Arno Hirschbuehl Austria (AUT)'], ['LW3,5/7,9 details', 'GOLD', 'Gerd Schoenfelder Germany (GER)']]
A: | Alpine skiing at the 2002 Winter Paralympics event is _____. The class is LW3,5/7,9 details. The gold is Gerd Schoenfelder Germany (GER). The silver is Arno Hirschbuehl Austria (AUT). | 9 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Let me give you an example: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
The answer to this example can be: The team whose nickname is red raiders is located in the _______
Here is why: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
OK. solve this:
[['Sweet potato', 'ORDER', 'Solanales']]
Answer: | _____ belongs to the _____ order of plants. | 8 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
One example is below.
Q: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
A: The team whose nickname is red raiders is located in the _______
Rationale: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Q: [['Grant Gibson', 'HEIGHT', '1.82'], ['Grant Gibson', 'CURRENT_CLUB', 'E.Lothian B.']]
A: | _____, player of the E. Lothian B. basketball club, is 1.82 meters tall. | 9 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[EX Q]: [['Midsummer House', 'food', 'English'], ['Midsummer House', 'customer rating', 'low'], ['Midsummer House', 'near', 'Café Rouge']]
[EX A]: Located near Café Rouge, _____ serves English food but has a low customer rating.
[EX Q]: [['Azerbaijan', 'CAPITAL', 'Baku'], ['Azerbaijan', 'LEADER_TITLE', 'Prime Minister of Azerbaijan'], ["Baku Turkish Martyrs' Memorial", 'DEDICATED_TO', '"Ottoman Army soldiers killed in the Battle of Baku"'], ["Baku Turkish Martyrs' Memorial", 'LOCATION', 'Azerbaijan'], ['Azerbaijan', 'LEADER_NAME', 'Artur Rasizade'], ['Azerbaijan', 'LEGISLATURE', 'National Assembly (Azerbaijan)']]
[EX A]: The Baku Turkish Maryrs' Memorial is dedicated to the Ottoman Army Soldiers killed in the Battle of Baku. It is located in _____. The capital of Azeribaijan is Baku and its leader is Prime Minister _____. Azerbaijan has legislature of National Assembly.
[EX Q]: [['The Rice Boat', 'food', 'French'], ['The Rice Boat', 'customer rating', '5 out of 5'], ['The Rice Boat', 'area', 'riverside'], ['The Rice Boat', 'familyFriendly', 'yes']]
[EX A]: | _____ is a French family friendly place near the riverside with a customer Rating of _____.
| 6 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Ex Input:
[['Christiane dos Santos', 'NATIONALITY', 'Brazil']]
Ex Output:
Women's 800 metres,_____ in Brazil.she is 5th rank
Ex Input:
[['Wildwood', 'eatType', 'pub'], ['Wildwood', 'priceRange', 'cheap'], ['Wildwood', 'customer rating', 'average']]
Ex Output:
There is a cheap _____, _____, which has an average customer rating.
Ex Input:
[['Manakau', 'DISTANCE_FROM_WELLINGTON', '79.3 km'], ['Manakau', 'CLOSED', '1967']]
Ex Output:
| _____ station is _____ away from Wellington and closed in 1967.
| 1 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Input: Consider Input: [['The Wrestlers', 'eatType', 'coffee shop'], ['The Wrestlers', 'food', 'Italian'], ['The Wrestlers', 'priceRange', 'less than £20'], ['The Wrestlers', 'near', 'Raja Indian Cuisine']]
Output: Along the waterfront, near Raja Indian Cuisine, you will find _____ Italian coffee shop, sample the adult atmosphere and menu for less than £20.
Input: Consider Input: [['Cotto', 'eatType', 'coffee shop'], ['Cotto', 'food', 'Indian'], ['Cotto', 'priceRange', 'moderate'], ['Cotto', 'customer rating', '1 out of 5'], ['Cotto', 'area', 'riverside'], ['Cotto', 'near', 'The Portland Arms']]
Output: In riverside near The Portland Arms there is a 1 out of 5 customer rated, moderately priced Indian food coffee shop called _____.
Input: Consider Input: [['The Golden Palace', 'eatType', 'restaurant'], ['The Golden Palace', 'food', 'French'], ['The Golden Palace', 'priceRange', 'less than £20'], ['The Golden Palace', 'area', 'riverside']]
| Output: _____ is a average French restaurant located in Riverside where you can have coffee and the food is less than £20.
| 2 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Ex Input:
[['Strada', 'eatType', 'pub'], ['Strada', 'food', 'Indian'], ['Strada', 'customer rating', 'high'], ['Strada', 'near', 'Yippee Noodle Bar']]
Ex Output:
Near Yippee Noodle Bar, _____ is a pub having Indian food with high customer rating.
Ex Input:
[['1634: The Ram Rebellion', 'AUTHOR', 'Eric Flint'], ['1634: The Ram Rebellion', 'MEDIA_TYPE', '"Print"']]
Ex Output:
_____ was written by Eric Flint and published in print.
Ex Input:
[['Suqian', 'PROVINCE-LEVEL_DIVISION', 'Jiangsu'], ['Suqian', 'CHINESE', '宿迁']]
Ex Output:
| _____ (宿迁) is in Jiangsu province.
| 1 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[['The Mill', 'eatType', 'pub'], ['The Mill', 'food', 'Indian'], ['The Mill', 'priceRange', 'less than £20']]
_____ pub and Indian food, at low prices near the central city area
[['Carson Valley', 'ROAD', 'Route 395']]
_____ passes through _____ County.
[['The Apprentice', 'SERIES_NUMBER', '4'], ['The Apprentice', 'EPISODE_#', '371']]
| Episode _____ was in series 4 and titled _____.
| 0 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Let me give you an example: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
The answer to this example can be: The team whose nickname is red raiders is located in the _______
Here is why: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
OK. solve this:
[['Clowns', 'eatType', 'pub'], ['Clowns', 'priceRange', 'more than £30'], ['Clowns', 'customer rating', '5 out of 5'], ['Clowns', 'area', 'city centre']]
Answer: | There is a _____ located in the city centre area. It is called _____ and it has a customer rating of 5 out of 5 and a price range of more than £30. | 8 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[EX Q]: [['Green Man', 'priceRange', 'more than £30'], ['Green Man', 'area', 'city centre'], ['Green Man', 'familyFriendly', 'no'], ['Green Man', 'near', 'All Bar One']]
[EX A]: The _____ located in the _____, which is near All Bar One, is not children friendly, and has a price range that is more than 30 pounds.
[EX Q]: [['The Rice Boat', 'eatType', 'restaurant'], ['The Rice Boat', 'food', 'Italian'], ['The Rice Boat', 'customer rating', '3 out of 5'], ['The Rice Boat', 'area', 'city centre'], ['The Rice Boat', 'familyFriendly', 'yes'], ['The Rice Boat', 'near', 'Express by Holiday Inn']]
[EX A]: In city centre, there is an Italian restaurant called _____ near Express by Holiday Inn. It is kids friendly and customer rate it 3 out of 5.
[EX Q]: [['Cotto', 'eatType', 'coffee shop'], ['Cotto', 'priceRange', 'more than £30'], ['Cotto', 'customer rating', '5 out of 5'], ['Cotto', 'area', 'riverside'], ['Cotto', 'near', 'The Portland Arms']]
[EX A]: | With a low price range and a high customer rating, _____ is a coffee shop is near The Portland Arms by the riverside in the City centre.
| 6 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Example output: The team whose nickname is red raiders is located in the _______
Example explanation: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Q: [['Appleton, Wisconsin', 'IS_PART_OF', 'Kimberly, Wisconsin']]
A: | _____ is part of _____. | 3 | NIv2 | task1407_dart_question_generation | fs_opt |
Teacher: In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Teacher: Now, understand the problem? If you are still confused, see the following example:
[['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Solution: The team whose nickname is red raiders is located in the _______
Reason: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Now, solve this instance: [['3Arena', 'OWNER', 'Live Nation Entertainment'], ['Dublin', 'COUNTRY', 'Republic of Ireland'], ['3Arena', 'LOCATION', 'Dublin'], ['Dublin', 'IS_PART_OF', 'Leinster']]
Student: | 3Arena is located in _____, which is part of Leinster in the Republic of Ireland. It is owned by Live Nation Entertainment. | 2 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Ex Input:
[['Akron Summit Assault', 'SEASON', '2011 PDL season']]
Ex Output:
_____ play in the _____.
Ex Input:
[['The Golden Curry', 'food', 'French']]
Ex Output:
When thinking of taking the children out for _____ cuisine, _____ is highly recommended with a 5 out of a possible 5 rating.
Ex Input:
[['The Waterman', 'food', 'French'], ['The Waterman', 'priceRange', 'moderate'], ['The Waterman', 'customer rating', '1 out of 5'], ['The Waterman', 'area', 'riverside'], ['The Waterman', 'familyFriendly', 'yes']]
Ex Output:
| Customer rating is 1 out of 5 for _____ which offers kid-friendly, moderately priced _____ food in the riverside area.
| 1 | NIv2 | task1407_dart_question_generation | fs_opt |
Teacher: In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Teacher: Now, understand the problem? If you are still confused, see the following example:
[['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Solution: The team whose nickname is red raiders is located in the _______
Reason: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Now, solve this instance: [['A.S. Livorno Calcio', 'MANAGER', 'Christian Panucci'], ['Christian Panucci', 'CLUB', 'Genoa C.F.C.'], ['Christian Panucci', 'CLUB', 'Chelsea F.C.']]
Student: | A.S. Livorno Calcio are managed by _____ who has played for Chelsea FC and is attached to the club Genoa CFC. | 2 | NIv2 | task1407_dart_question_generation | fs_opt |
Teacher: In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Teacher: Now, understand the problem? If you are still confused, see the following example:
[['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Solution: The team whose nickname is red raiders is located in the _______
Reason: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Now, solve this instance: [['5', 'END_DATE', '4 June 1990'], ['5', 'START_DATE', '25 December 1989'], ['5', 'EPISODES', '21']]
Student: | The _____th series had 21 episodes from 25 December 1989 to _____. | 2 | NIv2 | task1407_dart_question_generation | fs_opt |
Detailed Instructions: In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
See one example below:
Problem: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Solution: The team whose nickname is red raiders is located in the _______
Explanation: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Problem: [['The Phoenix', 'eatType', 'restaurant'], ['The Phoenix', 'food', 'Japanese'], ['The Phoenix', 'area', 'city centre']]
Solution: | In the city centre you can find an average Japanese _____ called _____. | 4 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Input: Consider Input: [['A.C. Cesena', 'GROUND', 'Italy'], ['A.C. Cesena', 'LEAGUE', 'Serie B'], ['A.C. Cesena', 'NUMBER_OF_MEMBERS', '23900']]
Output: 23900 member club _____ plays in Italy in Serie B.
Input: Consider Input: [['The Mill', 'eatType', 'coffee shop'], ['The Mill', 'food', 'Japanese'], ['The Mill', 'priceRange', 'more than £30'], ['The Mill', 'area', 'city centre'], ['The Mill', 'near', 'The Sorrento']]
Output: There is a coffee shop that serves Japanese food called _____. It is near The Sorrento, in the city centre, and has a price range if more than £30.
Input: Consider Input: [['The Phoenix', 'eatType', 'restaurant'], ['The Phoenix', 'food', 'Japanese'], ['The Phoenix', 'area', 'city centre']]
| Output: In the city centre you can find an average Japanese _____ called _____.
| 2 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[Q]: [["Why Can't This Be Love", 'POSITION', '3']]
[A]: _____, peaked at 3rd.
[Q]: [['Travellers Rest Beefeater', 'eatType', 'restaurant'], ['Travellers Rest Beefeater', 'priceRange', 'less than £20'], ['Travellers Rest Beefeater', 'area', 'city centre'], ['Travellers Rest Beefeater', 'familyFriendly', 'no']]
[A]: The cheap _____ restaurant, _____, is not family friendly.
[Q]: [['Life is a Carnival', 'ARTIST(S)', 'The Band'], ['Life is a Carnival', 'CONCERT', '4']]
[A]: | \_____\"" sang by The Band in concert 4.
| 5 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Example output: The team whose nickname is red raiders is located in the _______
Example explanation: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Q: [['The Waterman', 'eatType', 'restaurant'], ['The Waterman', 'food', 'French'], ['The Waterman', 'priceRange', 'less than £20'], ['The Waterman', 'area', 'city centre']]
A: | _____ is a _____ restaurant located in the city centre, offering it's food for under £20. | 3 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example Input: [['Allen Park', 'CITY', 'Antrim'], ['Allen Park', 'HOME_TEAM', 'Chimney Corner']]
Example Output: _____ in Antrim is home to the Chimney Corner football club.
Example Input: [['The Eagle', 'eatType', 'coffee shop'], ['The Eagle', 'food', 'French'], ['The Eagle', 'priceRange', '£20-25'], ['The Eagle', 'customer rating', '3 out of 5'], ['The Eagle', 'area', 'riverside'], ['The Eagle', 'familyFriendly', 'no'], ['The Eagle', 'near', 'Burger King']]
Example Output: In riverside near _____, is a French coffee shop called _____. It is not kid friendly, but it has a 3 out of 5 rating and an average price range of £20-25
Example Input: [['Alimentum', 'food', 'Indian'], ['Alimentum', 'customer rating', 'high'], ['Alimentum', 'area', 'riverside'], ['Alimentum', 'near', 'Yippee Noodle Bar']]
Example Output: | Indian Cuisine from _____ is highly rated and is well priced. It is located in riverside near to Yippee Noodle Bar.
| 3 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Let me give you an example: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
The answer to this example can be: The team whose nickname is red raiders is located in the _______
Here is why: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
OK. solve this:
[['Strada', 'food', 'Indian'], ['Strada', 'customer rating', 'high'], ['Strada', 'familyFriendly', 'yes'], ['Strada', 'near', 'Rainbow Vegetarian Café']]
Answer: | The _____ serves _____ food for £20-£25. It has a high customer rating and is kid friendly. It is near The Rainbow Vegetarian Café. | 8 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example Input: [['Alimentum', 'food', 'English'], ['Alimentum', 'priceRange', 'less than £20'], ['Alimentum', 'area', 'city centre']]
Example Output: There is a place that serves English food in the _____ called _____. The price range is less than £20.
Example Input: [['Giraffe', 'eatType', 'coffee shop'], ['Giraffe', 'priceRange', 'less than £20'], ['Giraffe', 'customer rating', 'average'], ['Giraffe', 'familyFriendly', 'yes'], ['Giraffe', 'near', 'The Bakers']]
Example Output: _____ coffee Shop is near The Bakers, it is family friendly with a price range of less than £20. Customers have given it an Average rating.
Example Input: [['The Eagle', 'eatType', 'coffee shop'], ['The Eagle', 'food', 'Italian'], ['The Eagle', 'priceRange', '£20-25'], ['The Eagle', 'customer rating', 'high'], ['The Eagle', 'area', 'riverside'], ['The Eagle', 'familyFriendly', 'yes'], ['The Eagle', 'near', 'Burger King']]
Example Output: | _____ is a kids friendly coffee shop in Riverside near Burger King that serves Italian food for £20-25. It has a high customer rating.
| 3 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Ex Input:
[['The Wrestlers', 'eatType', 'coffee shop'], ['The Wrestlers', 'food', 'Italian'], ['The Wrestlers', 'priceRange', 'moderate'], ['The Wrestlers', 'area', 'riverside'], ['The Wrestlers', 'familyFriendly', 'no'], ['The Wrestlers', 'near', 'Raja Indian Cuisine']]
Ex Output:
Italian food _____ _____ has a moderate price range and is not kid friendly. The Wrestlers is located near Raja Indian Cuisine in riverside.
Ex Input:
[['The Waterman', 'eatType', 'restaurant'], ['The Waterman', 'food', 'Chinese'], ['The Waterman', 'priceRange', 'less than £20'], ['The Waterman', 'customer rating', 'low'], ['The Waterman', 'area', 'riverside'], ['The Waterman', 'familyFriendly', 'no']]
Ex Output:
Chinese _____ _____ is located in the riverside area and has a low customer rating. It has dishes costing less than 20 pounds and is not family friendly.
Ex Input:
[['Fitzbillies', 'eatType', 'coffee shop'], ['Fitzbillies', 'food', 'Japanese'], ['Fitzbillies', 'priceRange', 'more than £30'], ['Fitzbillies', 'customer rating', 'low'], ['Fitzbillies', 'area', 'city centre'], ['Fitzbillies', 'familyFriendly', 'yes']]
Ex Output:
| _____ is a _____ customer rated coffee shop offering Japanese food in the city centre. Yes, it is child friendly, but the price range is more than £30.
| 1 | NIv2 | task1407_dart_question_generation | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Solution: The team whose nickname is red raiders is located in the _______
Why? This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
New input: [['2', 'POINTS', '29'], ['Palestra Itália-SP', 'POSITION', '2']]
Solution: | The second place is team Palestra Itália-SP with _____9 points | 0 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Let me give you an example: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
The answer to this example can be: The team whose nickname is red raiders is located in the _______
Here is why: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
OK. solve this:
[['Argir', 'POPULATION', '1907'], ['Argir', 'POSTAL_CODE', 'FO 160']]
Answer: | The postal code for _____ town with a populcation of 1907 is FO 160 | 8 | NIv2 | task1407_dart_question_generation | fs_opt |
TASK DEFINITION: In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
PROBLEM: [['Wildwood', 'eatType', 'coffee shop'], ['Wildwood', 'food', 'French'], ['Wildwood', 'priceRange', 'more than £30'], ['Wildwood', 'customer rating', '5 out of 5'], ['Wildwood', 'near', 'Ranch']]
SOLUTION: _____ is a 5 star coffee shop located near Ranch. Wildwood offers French cuisine at more than £30 an entree.
PROBLEM: [['The Eagle', 'food', 'Fast food'], ['The Eagle', 'customer rating', 'low']]
SOLUTION: Fast food restaurants include _____, which has _____ customer ratings.
PROBLEM: [['The Wrestlers', 'food', 'Chinese'], ['The Wrestlers', 'priceRange', 'cheap'], ['The Wrestlers', 'customer rating', '5 out of 5']]
SOLUTION: | _____ provides Chinese food in the _____ price range. Its customer rating is 5 out of 5.
| 8 | NIv2 | task1407_dart_question_generation | fs_opt |
Part 1. Definition
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Part 2. Example
[['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Answer: The team whose nickname is red raiders is located in the _______
Explanation: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Part 3. Exercise
[['Alamogordo, NM', 'WRITTEN_BY', 'William Schmidt']]
Answer: | _____ is written by William Schmidt | 7 | NIv2 | task1407_dart_question_generation | fs_opt |
TASK DEFINITION: In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
PROBLEM: [['[TABLECONTEXT]', 'YEAR', '2012'], ['[TABLECONTEXT]', '[TITLE]', 'Iraq national football team'], ['2012', 'GP', '5'], ['2012', 'D', '1']]
SOLUTION: In _____, Iraq national football team played a total of 5 games in which 1 game is draw.
PROBLEM: [['Wildwood', 'food', 'Fast food'], ['Wildwood', 'priceRange', 'high'], ['Wildwood', 'customer rating', '1 out of 5']]
SOLUTION: There is a high price range fast food place called _____. It has a _____ customer rating.
PROBLEM: [['Cocum', 'eatType', 'coffee shop'], ['Cocum', 'food', 'Indian'], ['Cocum', 'priceRange', 'more than £30'], ['Cocum', 'customer rating', 'high'], ['Cocum', 'familyFriendly', 'no']]
SOLUTION: | _____, a highly rated but not child friendly, coffee shop also offers _____ food in the more than £30 price range.
| 8 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Q: [['Browns Cambridge', 'food', 'Fast food'], ['Browns Cambridge', 'customer rating', 'low']]
A: Fast food can be bought from _____ for £20 or less. This venue scores _____ in customer ratings.
****
Q: [['The Waterman', 'eatType', 'restaurant'], ['The Waterman', 'food', 'Italian'], ['The Waterman', 'area', 'city centre'], ['The Waterman', 'familyFriendly', 'yes']]
A: North of the City center. is an Italian, family friendly restaurant called _____.
****
Q: [['Loch Fyne', 'eatType', 'restaurant'], ['Loch Fyne', 'food', 'French'], ['Loch Fyne', 'priceRange', '£20-25']]
A: | _____ is a family French restaurant with prices between £20-25
****
| 4 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example Input: [['The Waterman', 'eatType', 'restaurant'], ['The Waterman', 'food', 'Japanese'], ['The Waterman', 'priceRange', 'cheap'], ['The Waterman', 'customer rating', 'high'], ['The Waterman', 'area', 'city centre'], ['The Waterman', 'familyFriendly', 'no']]
Example Output: There is a _____ Japanese restaurant in the city centre called _____ that has food costing £20-£25. It has a high customer rating but is not family-friendly
Example Input: [['The Last Trail', 'NOTES', 'Sequel to Spirit of the Border']]
Example Output: Zane Grey title name _____ and notes _____.
Example Input: [['The Waterman', 'eatType', 'restaurant'], ['The Waterman', 'food', 'Italian'], ['The Waterman', 'customer rating', 'average'], ['The Waterman', 'area', 'city centre'], ['The Waterman', 'familyFriendly', 'no']]
Example Output: | There is an Italian restaurant located in the city centre called _____. It is not children friendly and has an average customer rating.
| 3 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Let me give you an example: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
The answer to this example can be: The team whose nickname is red raiders is located in the _______
Here is why: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
OK. solve this:
[['Green Man', 'food', 'Indian'], ['Green Man', 'priceRange', 'moderate'], ['Green Man', 'area', 'city centre'], ['Green Man', 'near', 'All Bar One']]
Answer: | _____ provides Indian food in the moderate price range. It is located in the city centre. It is near All Bar One. | 8 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[['Green Man', 'food', 'English'], ['Green Man', 'priceRange', 'moderate'], ['Green Man', 'area', 'riverside'], ['Green Man', 'near', 'All Bar One']]
_____ is a pleasant place of _____ food in the Riverside area located near All Bar One and moderate price
[['2', 'SCORE', '2-5'], ['2', 'DATE', 'December 26'], ['2', 'VISITOR', 'Toronto Arenas']]
On December _____6 in the 1918-19 season, the _____ were visitors for a game that had a score of 2-5.
[['Alimentum', 'food', 'Chinese'], ['Alimentum', 'priceRange', 'cheap'], ['Alimentum', 'customer rating', '5 out of 5'], ['Alimentum', 'area', 'city centre'], ['Alimentum', 'near', 'Yippee Noodle Bar']]
| Cheap Chinese eating is what you will find at _____, and with a 5 out of 5 customer rating, you will want to get to the city centre as quick as you can. They are located near the Yippee Noodle Bar.
| 0 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Q: [['1 Decembrie 1918 University', 'NICKNAME', 'Uab'], ['1 Decembrie 1918 University', 'CITY', 'Alba Iulia'], ['1 Decembrie 1918 University', 'STATE', 'Alba']]
A: The _____ is located in _____ lulia, Alba. Its nickname is Uab.
****
Q: [['Cotto', 'eatType', 'coffee shop'], ['Cotto', 'food', 'Indian'], ['Cotto', 'priceRange', 'moderate'], ['Cotto', 'area', 'city centre'], ['Cotto', 'near', 'The Portland Arms']]
A: _____ is a moderately priced coffee shop and Indian eatery. Located in the city centre, near _____.
****
Q: [['Administrative Science Quarterly', 'ACADEMIC_DISCIPLINE', 'Management']]
A: | The _____ comes under the academic discipline of Management.
****
| 4 | NIv2 | task1407_dart_question_generation | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Solution: The team whose nickname is red raiders is located in the _______
Why? This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
New input: [['Åsen Church', 'PARISH', 'Åsen'], ['Åsen Church', 'YEAR_BUILT', '1904']]
Solution: | The _____ in Åsen was built in 1904. | 0 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[EX Q]: [['Wildwood', 'eatType', 'pub'], ['Wildwood', 'priceRange', '£20-25'], ['Wildwood', 'customer rating', 'high']]
[EX A]: _____ is a highly rated _____ offering American food. It is moderately priced.
[EX Q]: [['Cotto', 'food', 'Chinese'], ['Cotto', 'customer rating', '3 out of 5'], ['Cotto', 'near', 'Ranch']]
[EX A]: _____ provides Chinese food. It is near _____. Its customer rating is 3 out of 5.
[EX Q]: [['Episode 4', 'VIEWERS(MILLIONS)', '7.44']]
[EX A]: | _____ was viewed by _____ million viewers.
| 6 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
One example is below.
Q: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
A: The team whose nickname is red raiders is located in the _______
Rationale: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Q: [['H.O.P.E. (Healing Of Pain and Enlightenment)', 'RECORD_LABEL', 'Star Records'], ['[TABLECONTEXT]', 'ALBUM', 'H.O.P.E. (Healing Of Pain and Enlightenment)'], ['H.O.P.E. (Healing Of Pain and Enlightenment)', 'SONG', 'Count On Me'], ['[TABLECONTEXT]', '[TITLE]', 'Toni Gonzaga'], ['Count On Me', 'RELEASE_DATE', 'December 2007']]
A: | _____ was an album by Toni Gonzaga released by Star Records in December 2007. | 9 | NIv2 | task1407_dart_question_generation | fs_opt |
TASK DEFINITION: In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
PROBLEM: [['2007', 'VIEWERS', '6.574 million'], ['[TABLECONTEXT]', 'YEAR', '2007'], ['[TABLECONTEXT]', '[TITLE]', 'Brickyard 400'], ['2007', 'NETWORK', 'ESPN']]
SOLUTION: In _____, Brickyard 400 was seen by 6.574 million viewers on ESPN.
PROBLEM: [['The Golden Curry', 'food', 'French']]
SOLUTION: When thinking of taking the children out for _____ cuisine, _____ is highly recommended with a 5 out of a possible 5 rating.
PROBLEM: [['The Phoenix', 'eatType', 'restaurant'], ['The Phoenix', 'food', 'Japanese']]
SOLUTION: | There is a Japanese restaurant with low rank its _____
| 8 | NIv2 | task1407_dart_question_generation | fs_opt |
Detailed Instructions: In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
See one example below:
Problem: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Solution: The team whose nickname is red raiders is located in the _______
Explanation: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Problem: [['Birmingham', 'LEADER_NAME', 'Khalid Mahmood (British politician)']]
Solution: | Khalid Mahmood (British politician) is one of the leaders of _____. | 4 | NIv2 | task1407_dart_question_generation | fs_opt |
TASK DEFINITION: In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
PROBLEM: [['Browns Cambridge', 'food', 'Fast food'], ['Browns Cambridge', 'customer rating', 'low']]
SOLUTION: Fast food can be bought from _____ for £20 or less. This venue scores _____ in customer ratings.
PROBLEM: [['Cocum', 'eatType', 'coffee shop'], ['Cocum', 'food', 'Indian'], ['Cocum', 'customer rating', 'high'], ['Cocum', 'familyFriendly', 'yes']]
SOLUTION: _____ is a highly rated and child-friendly mid-priced Indian coffee shop .
PROBLEM: [['9', 'LEFT_OFFICE', '1839-06-01'], ['9', 'PROVINCE', 'Seville']]
SOLUTION: | The dates of leaving office for politician from the province of Seville are 183_____-06-01.
| 8 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example Input: [['Cotto', 'eatType', 'coffee shop'], ['Cotto', 'food', 'Indian'], ['Cotto', 'priceRange', 'cheap'], ['Cotto', 'customer rating', '5 out of 5'], ['Cotto', 'area', 'city centre'], ['Cotto', 'near', 'The Portland Arms']]
Example Output: _____ is a coffee shop providing Indian food in the cheap price range. It is located in the city centre. It is near _____. Its customer rating is 5 out of 5.
Example Input: [['The Vaults', 'food', 'English'], ['The Vaults', 'priceRange', 'high'], ['The Vaults', 'familyFriendly', 'yes']]
Example Output: _____ is an English food place that is _____ priced and child friendly.
Example Input: [['Bibimbap House', 'eatType', 'restaurant'], ['Bibimbap House', 'food', 'Japanese'], ['Bibimbap House', 'customer rating', '3 out of 5'], ['Bibimbap House', 'area', 'riverside'], ['Bibimbap House', 'near', 'Clare Hall']]
Example Output: | _____ Is a Japanese _____ near Clare Hall by a riverside in the City centre with a average price rating.
| 3 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Let me give you an example: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
The answer to this example can be: The team whose nickname is red raiders is located in the _______
Here is why: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
OK. solve this:
[['The Rice Boat', 'food', 'French'], ['The Rice Boat', 'priceRange', 'less than £20'], ['The Rice Boat', 'area', 'city centre'], ['The Rice Boat', 'familyFriendly', 'yes'], ['The Rice Boat', 'near', 'Express by Holiday Inn']]
Answer: | Located in the city centre near the _____, _____ is family-friendly and serves average French food costing less than £20. | 8 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[['Galina Zybina', 'PLACE', '3'], ['17.45 metres', 'THROW_4', '17.42'], ['Galina Zybina', 'BEST_MARK', '17.45 metres']]
Galina Zybina came in 3rd place with _____ as her best mark and 17.42 on Throw 4.
[['The Phoenix', 'eatType', 'restaurant'], ['The Phoenix', 'food', 'Japanese'], ['The Phoenix', 'customer rating', 'average'], ['The Phoenix', 'area', 'city centre']]
_____ is a _____ restaurant located in the city center. They have an average rating.
[['Birmingham', 'LEADER_NAME', 'Khalid Mahmood (British politician)']]
| Khalid Mahmood (British politician) is one of the leaders of _____.
| 0 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Example solution: The team whose nickname is red raiders is located in the _______
Example explanation: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Problem: [['Alcatraz Versus the Evil Librarians', 'NUMBER_OF_PAGES', '"320"'], ['Alcatraz Versus the Evil Librarians', 'OCLC_NUMBER', '78771100'], ['Alcatraz Versus the Evil Librarians', 'MEDIA_TYPE', '"Print"']]
| Solution: The printed book _____ has 320 pages and an OCLC number of _____. | 5 | NIv2 | task1407_dart_question_generation | fs_opt |
TASK DEFINITION: In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
PROBLEM: [['Asser Levy Public Baths', 'LOCATION', 'New York City'], ['Asser Levy Public Baths', 'REFERENCE_NUMBER_IN_THE_NATIONAL_REGISTER_OF_HISTORIC_PLACES', '"80002709"'], ['Asser Levy Public Baths', 'ADDED_TO_THE_NATIONAL_REGISTER_OF_HISTORIC_PLACES', '"1980-04-23"']]
SOLUTION: Located in _____, _____ were added to the National Register of Historic Places on 23rd April 1980 and has the reference number 80002709 in the National Register of Historic Places.
PROBLEM: [['United States', 'ETHNIC_GROUP', 'African Americans']]
SOLUTION: _____ are an ethnic group in the _____.
PROBLEM: [['Strada', 'eatType', 'pub'], ['Strada', 'food', 'French'], ['Strada', 'customer rating', '5 out of 5'], ['Strada', 'near', 'Yippee Noodle Bar']]
SOLUTION: | _____ is a pub near Yippee Noodle Bar. It serves French food and has a customer rating of 5 out of 5.
| 8 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[['Enping', 'AREA_KM2', '1,698'], ['Enping', 'DENSITY_(/KM²)', '290.23'], ['Enping', 'POPULATION_(2010_CENSUS)', '492,814']]
_____'s density is 290.23 km2 (population 492,814 in an area of 1,698 km2).
[['ACF Fiorentina', 'NUMBER_OF_MEMBERS', '47290'], ['ACF Fiorentina', 'SEASON', '2014']]
_____ has 47290 members, The team competed in the 2014 season.
[['The Phoenix', 'eatType', 'restaurant'], ['The Phoenix', 'food', 'English'], ['The Phoenix', 'customer rating', 'average'], ['The Phoenix', 'area', 'riverside']]
| _____ restaurant serves English-styled food along the riverside of Cambridge. The establishment has an _____ customer rating.
| 0 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example Input: [['Barcelona Olympics', 'YEAR', '1992'], ['Barcelona Olympics', 'DENOMINATION', '10 krooni'], ['Barcelona Olympics', 'DIMENSIONS', '25 grams (0.88 oz)38 millimetres (1.5 in)'], ['Barcelona Olympics', 'METAL_COMPOSITION', '.925 silver']]
Example Output: In1992 _____ 10 krooni,925 silver,_____.
Example Input: [['Fitzbillies', 'eatType', 'coffee shop'], ['Fitzbillies', 'food', 'Indian'], ['Fitzbillies', 'priceRange', 'moderate'], ['Fitzbillies', 'customer rating', 'average'], ['Fitzbillies', 'area', 'riverside'], ['Fitzbillies', 'familyFriendly', 'yes']]
Example Output: _____ is a coffee shop that offers Indian food for a low price and has average customer ratings. It is family friendly and it is located in Riverside
Example Input: [['Giraffe', 'eatType', 'pub'], ['Giraffe', 'food', 'French'], ['Giraffe', 'area', 'riverside']]
Example Output: | _____ is an amazing riverside _____ that you can go to for any French cravings. Unfortunately its a pub, so its not good for your children, but a night out with your friends is perfect for Giraffe.
| 3 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[EX Q]: [['Virginia', 'CITY', 'Norfolk'], ['Old Dominion University', 'STATE', 'Virginia'], ['[TABLECONTEXT]', 'HOST', 'Old Dominion University'], ['[TABLECONTEXT]', '[TITLE]', "1990 NCAA Women's Division I Basketball Tournament"], ['Norfolk', 'VENUE', 'Old Dominion University Fieldhouse']]
[EX A]: _____ held a game at their Fieldhouse in Norfolk, _____ during the 1990 NCAA Women's Division I Basketball Tournament.
[EX Q]: [['hartland', 'NUMBER', '14']]
[EX A]: The title of episode number 14 is "_____.
[EX Q]: [['The Golden Curry', 'eatType', 'restaurant'], ['The Golden Curry', 'food', 'Japanese'], ['The Golden Curry', 'familyFriendly', 'yes']]
[EX A]: | _____, a children friendly Japanese restaurant.
| 6 | NIv2 | task1407_dart_question_generation | fs_opt |
Detailed Instructions: In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
See one example below:
Problem: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Solution: The team whose nickname is red raiders is located in the _______
Explanation: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Problem: [['Giraffe', 'eatType', 'pub'], ['Giraffe', 'food', 'French'], ['Giraffe', 'area', 'riverside']]
Solution: | _____ is an amazing riverside _____ that you can go to for any French cravings. Unfortunately its a pub, so its not good for your children, but a night out with your friends is perfect for Giraffe. | 4 | NIv2 | task1407_dart_question_generation | fs_opt |
Detailed Instructions: In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
See one example below:
Problem: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Solution: The team whose nickname is red raiders is located in the _______
Explanation: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Problem: [['Loch Fyne', 'eatType', 'restaurant'], ['Loch Fyne', 'food', 'Italian'], ['Loch Fyne', 'priceRange', 'cheap'], ['Loch Fyne', 'area', 'city centre']]
Solution: | There is a cheap restaurant _____ located in the centre of the city that provides _____ food. | 4 | NIv2 | task1407_dart_question_generation | fs_opt |
Teacher: In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Teacher: Now, understand the problem? If you are still confused, see the following example:
[['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Solution: The team whose nickname is red raiders is located in the _______
Reason: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Now, solve this instance: [['[TABLECONTEXT]', 'NAME_ON_THE_REGISTER', 'Back River Farm'], ['Back River Farm', 'DATE_LISTED', 'June 22, 1984 (#84003236)'], ['[TABLECONTEXT]', '[TITLE]', 'National Register of Historic Places listings in Strafford County, New Hampshire'], ['Back River Farm', 'CITY', 'Dover']]
Student: | _____ in the town of Dover was recorded in the national register of historic places on June 22, 1984. | 2 | NIv2 | task1407_dart_question_generation | fs_opt |
instruction:
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
question:
[['The Waterman', 'food', 'Chinese'], ['The Waterman', 'priceRange', '£20-25'], ['The Waterman', 'area', 'city centre'], ['The Waterman', 'familyFriendly', 'yes']]
answer:
Chinese food costing between £20-25 is served at _____. Customers highly rate this place which is located in the city centre and kids friendly.
question:
[['Brisbane Roar', 'STADIUM', 'Suncorp Stadium']]
answer:
_____ plays in Suncorp Stadium.
question:
[['Green Man', 'food', 'Chinese'], ['Green Man', 'priceRange', '£20-25'], ['Green Man', 'area', 'riverside'], ['Green Man', 'near', 'All Bar One']]
answer:
| _____ provides Chinese food in the £20-25 price range. It is located in the riverside. It is near All Bar One.
| 9 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[Q]: [['The Punter', 'eatType', 'coffee shop'], ['The Punter', 'priceRange', 'more than £30'], ['The Punter', 'customer rating', 'low'], ['The Punter', 'near', 'Café Sicilia']]
[A]: There is a high-price ranged _____ _____ located near Café Sicilia. 1-star rating.
[Q]: [['The Vaults', 'food', 'English'], ['The Vaults', 'priceRange', 'high'], ['The Vaults', 'familyFriendly', 'yes']]
[A]: _____ is an English food place that is _____ priced and child friendly.
[Q]: [['Amdavad ni Gufa', 'LOCATION', 'Ahmedabad'], ['Amdavad ni Gufa', 'COUNTRY', 'India'], ['India', 'LEADER_NAME', 'Narendra Modi']]
[A]: | _____ leads _____, a country where Amdavad ni Gufa is located in Ahmedabad.
| 5 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Ex Input:
[['Beijing', 'URBAN_AREA', '19,295,000'], ['Beijing', 'BUILT-UP_AREA', '19,785,051']]
Ex Output:
_____'s urban area has a population of _____, but its built-up area has a population of 19,785,051.
Ex Input:
[['Alimentum', 'eatType', 'restaurant'], ['Alimentum', 'food', 'English'], ['Alimentum', 'priceRange', 'high'], ['Alimentum', 'customer rating', '1 out of 5'], ['Alimentum', 'area', 'riverside'], ['Alimentum', 'near', 'Yippee Noodle Bar']]
Ex Output:
_____ is a riverside restaurant near Yippee Noodle Bar. It offers English food in the high price range and is rated 1 out of 5 by customers.
Ex Input:
[['Alan Bean', 'WAS_A_CREW_MEMBER_OF', 'Apollo 12'], ['Apollo 12', 'OPERATOR', 'NASA']]
Ex Output:
| NASA's _____ crew included _____.
| 1 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example Input: [['Angela Williams', 'LOCATION', 'Edwardsville'], ['Angela Williams', 'DATE', '21 June 1997']]
Example Output: On 21 June 1997, _____ ran a race in Edwardsville.
Example Input: [['The Waterman', 'eatType', 'restaurant'], ['The Waterman', 'food', 'Italian'], ['The Waterman', 'customer rating', '1 out of 5'], ['The Waterman', 'area', 'riverside']]
Example Output: _____ is a pub restaurant in Riverside. It serves Italian food and has a customer rating of 1 out of 5.
Example Input: [['Honda Motor', 'POSITION', '1'], ['[TABLECONTEXT]', 'TEAM', 'Honda Motor'], ['[TABLECONTEXT]', '[TITLE]', '2001 Japan Football League']]
Example Output: | _____ is the first place in 2001 Japan Football League
| 3 | NIv2 | task1407_dart_question_generation | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Solution: The team whose nickname is red raiders is located in the _______
Why? This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
New input: [['Alan Bean', 'WAS_A_CREW_MEMBER_OF', 'Apollo 12'], ['Apollo 12', 'OPERATOR', 'NASA']]
Solution: | NASA's _____ crew included _____. | 0 | NIv2 | task1407_dart_question_generation | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Output: The team whose nickname is red raiders is located in the _______
This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
New input case for you: [['AWH Engineering College', 'COUNTRY', 'India'], ['India', 'RIVER', 'Ganges']]
Output: | _____ is located in India where the Ganges river flows. | 1 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Example output: The team whose nickname is red raiders is located in the _______
Example explanation: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Q: [['The Rice Boat', 'food', 'English'], ['The Rice Boat', 'customer rating', '3 out of 5'], ['The Rice Boat', 'area', 'riverside'], ['The Rice Boat', 'familyFriendly', 'yes']]
A: | _____ is located around the _____. It serves English food and is kids friendly. It has a customer rating of 3 out of 5. | 3 | NIv2 | task1407_dart_question_generation | fs_opt |
Teacher: In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Teacher: Now, understand the problem? If you are still confused, see the following example:
[['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Solution: The team whose nickname is red raiders is located in the _______
Reason: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Now, solve this instance: [['The Autobiography', 'PRODUCER(S)', 'Crazy Toones'], ['The Autobiography', 'TIME', '1:21'], ['The Autobiography', 'NUMBER', '8']]
Student: | The Shadiest One Title name is \_____\"" and producers is Crazy Toones time is 1:21 | 2 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[EX Q]: [['The Rice Boat', 'food', 'Italian'], ['The Rice Boat', 'priceRange', 'moderate'], ['The Rice Boat', 'area', 'riverside'], ['The Rice Boat', 'familyFriendly', 'yes']]
[EX A]: _____ in Riverside is a average priced Italian family friendly place.
[EX Q]: [['The Wrestlers', 'eatType', 'coffee shop'], ['The Wrestlers', 'food', 'Japanese'], ['The Wrestlers', 'priceRange', 'moderate'], ['The Wrestlers', 'area', 'city centre'], ['The Wrestlers', 'familyFriendly', 'no'], ['The Wrestlers', 'near', 'Raja Indian Cuisine']]
[EX A]: _____ is a coffee shop with a moderate price range that has Japanese food and is located in city centre near Raja Indian Cuisine and is not kid friendly.
[EX Q]: [['The Waterman', 'eatType', 'restaurant'], ['The Waterman', 'food', 'Italian'], ['The Waterman', 'priceRange', 'less than £20'], ['The Waterman', 'familyFriendly', 'yes']]
[EX A]: | _____ is an affordable Italian restaurant that is family friendly.
| 6 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[['The Eagle', 'eatType', 'coffee shop'], ['The Eagle', 'priceRange', 'high'], ['The Eagle', 'customer rating', 'average'], ['The Eagle', 'area', 'riverside'], ['The Eagle', 'familyFriendly', 'yes'], ['The Eagle', 'near', 'Burger King']]
Riverside has a child friendly quick service _____ called _____. It has a average customer rating and is in the high price range. It is located near Burger King.
[['Fitzbillies', 'eatType', 'coffee shop'], ['Fitzbillies', 'priceRange', 'less than £20'], ['Fitzbillies', 'area', 'riverside']]
A _____ located near the Riverside area _____ is in the low price range and customers have rated it poorly. Its name is Fitzbillies.
[['300 North LaSalle', 'ARCHITECT', 'Pickard Chilton']]
| Pickard Chilton is the architect of _____.
| 0 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example Input: [['11 Diagonal Street', 'LOCATION', 'South Africa'], ['South Africa', 'LEADER_NAME', 'Jacob Zuma'], ['South Africa', 'ETHNIC_GROUP', 'Asian South Africans']]
Example Output: The address, 11 Diagonal Street is located in _____ and Jacob Zuma is a leader in Asian _____ns.
Example Input: [['The Rice Boat', 'eatType', 'restaurant'], ['The Rice Boat', 'food', 'Italian'], ['The Rice Boat', 'customer rating', '3 out of 5'], ['The Rice Boat', 'area', 'city centre'], ['The Rice Boat', 'familyFriendly', 'yes'], ['The Rice Boat', 'near', 'Express by Holiday Inn']]
Example Output: In city centre, there is an Italian restaurant called _____ near Express by Holiday Inn. It is kids friendly and customer rate it 3 out of 5.
Example Input: [['The Autobiography', 'PRODUCER(S)', 'Crazy Toones'], ['The Autobiography', 'TIME', '1:21'], ['The Autobiography', 'NUMBER', '8']]
Example Output: | The Shadiest One Title name is \_____\"" and producers is Crazy Toones time is 1:21
| 3 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Ex Input:
[['Browns Cambridge', 'food', 'Japanese'], ['Browns Cambridge', 'priceRange', 'cheap'], ['Browns Cambridge', 'customer rating', '5 out of 5']]
Ex Output:
The _____ is a 5 out of 5 rating with a cheap price range. It serves Japanese food.
Ex Input:
[['The Waterman', 'eatType', 'restaurant'], ['The Waterman', 'food', 'Italian'], ['The Waterman', 'area', 'riverside']]
Ex Output:
_____ restaurant offers quality _____ food and is located right off the river outside of City centre. You can bring the whole family to this restaurant for great Italian cuisine.
Ex Input:
[['Aldebaran', 'MAXIMUM_YEAR', '-320,000'], ['Aldebaran', 'END_YEAR', '-210,000'], ['Aldebaran', 'START_YEAR', '-420,000']]
Ex Output:
| _____ has start year _____, end year -210,000, and maximum year -320,000
| 1 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Example output: The team whose nickname is red raiders is located in the _______
Example explanation: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Q: [['Cocum', 'eatType', 'coffee shop'], ['Cocum', 'food', 'Indian'], ['Cocum', 'customer rating', 'high'], ['Cocum', 'familyFriendly', 'yes']]
A: | _____ is a highly rated and child-friendly mid-priced Indian coffee shop . | 3 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Input: Consider Input: [['Browns Cambridge', 'food', 'Japanese'], ['Browns Cambridge', 'priceRange', 'cheap'], ['Browns Cambridge', 'customer rating', '5 out of 5']]
Output: The _____ is a 5 out of 5 rating with a cheap price range. It serves Japanese food.
Input: Consider Input: [['The Rice Boat', 'food', 'Italian'], ['The Rice Boat', 'priceRange', 'moderate'], ['The Rice Boat', 'area', 'riverside'], ['The Rice Boat', 'familyFriendly', 'yes']]
Output: _____ in Riverside is a average priced Italian family friendly place.
Input: Consider Input: [['Buzz Aldrin', 'BIRTH_PLACE', 'Glen Ridge, New Jersey'], ['Buzz Aldrin', 'WAS_A_CREW_MEMBER_OF', 'Apollo 11'], ['Buzz Aldrin', 'NATIONALITY', 'United States'], ['Glen Ridge, New Jersey', 'IS_PART_OF', 'Essex County, New Jersey'], ['Apollo 11', 'OPERATOR', 'NASA']]
| Output: _____ was an American who was born in Glen Ridge (Essex County) New Jersey. He was a crew member on the NASA Apollo 11 program.
| 2 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Q: [['1634: The Bavarian Crisis', 'AUTHOR', 'Eric Flint'], ['Eric Flint', 'INFLUENCED_BY', 'Robert A. Heinlein'], ['1634: The Bavarian Crisis', 'PRECEDED_BY', '1634: The Baltic War'], ['Eric Flint', 'BIRTH_PLACE', 'Burbank, California'], ['1634: The Bavarian Crisis', 'PRECEDED_BY', '"DeMarce short stories in the The Grantville Gazettes"']]
A: _____ was born in Burbank, California and came under the influence of Robert A Heinlein. He is the author of _____ which is preceded by 1634: The Baltic War. Also preceding the book are the DeMarce short stories in the Grantville Gazettes.
****
Q: [['[TABLECONTEXT]', '[TITLE]', "Maryland's 5th congressional district"], ['[TABLECONTEXT]', 'REPRESENTATIVE', '14'], ['14', 'NAME', 'Peter Little'], ['14', 'TOOK_OFFICE', 'March 4, 1823'], ['14', 'PARTY', 'Jacksonian DR'], ['14', 'LEFT_OFFICE', 'March 3, 1825']]
A: Peter Little, a Jacksonian DR, was the _____th representative in _____. He took office on March 4, 1823 and left office on March 3, 1825.
****
Q: [['Cocum', 'eatType', 'coffee shop'], ['Cocum', 'food', 'Indian'], ['Cocum', 'customer rating', 'high'], ['Cocum', 'familyFriendly', 'yes']]
A: | _____ is a highly rated and child-friendly mid-priced Indian coffee shop .
****
| 4 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Example solution: The team whose nickname is red raiders is located in the _______
Example explanation: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Problem: [['The Olive Grove', 'eatType', 'pub'], ['The Olive Grove', 'food', 'Fast food'], ['The Olive Grove', 'priceRange', 'less than £20'], ['The Olive Grove', 'area', 'riverside']]
| Solution: _____ is an adult _____ and pub located along the riverside, serving food and drink less than £20. | 5 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Let me give you an example: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
The answer to this example can be: The team whose nickname is red raiders is located in the _______
Here is why: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
OK. solve this:
[['The Mill', 'eatType', 'pub'], ['The Mill', 'food', 'Indian'], ['The Mill', 'priceRange', 'less than £20']]
Answer: | _____ pub and Indian food, at low prices near the central city area | 8 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
--------
Question: [['Green Man', 'food', 'Italian'], ['Green Man', 'priceRange', 'less than £20'], ['Green Man', 'area', 'city centre'], ['Green Man', 'familyFriendly', 'yes'], ['Green Man', 'near', 'All Bar One']]
Answer: _____ is place where You can get Italian food for _____, it is located in city centre, near All Bar One. Not suitable place for families.
Question: [['AF3', 'RUNNER-UP', 'Ta (V1)'], ['AF3', 'FINALISTS', 'Boy (V8), Mint (V5), & Zara (V4)'], ['AF3', 'THE_WINNER', 'Tui (V12)']]
Answer: In _____ season, the winner is Tui (V12), runner-up is Ta (V1), and the Finalists are _____
Question: [['The Mill', 'eatType', 'restaurant'], ['The Mill', 'food', 'French'], ['The Mill', 'area', 'riverside']]
Answer: | _____ restaurant at the riverside has _____ at less than £20 to eat pub.
| 7 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Example input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Example output: The team whose nickname is red raiders is located in the _______
Example explanation: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Q: [['The Phoenix', 'eatType', 'restaurant'], ['The Phoenix', 'food', 'Italian'], ['The Phoenix', 'priceRange', 'cheap'], ['The Phoenix', 'customer rating', '5 out of 5'], ['The Phoenix', 'area', 'riverside']]
A: | _____ is a cheap _____ restaurant by the riverside. It has a customer rating of 5 out of 5. | 3 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
One example: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Solution is here: The team whose nickname is red raiders is located in the _______
Explanation: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Now, solve this: [['The Wrestlers', 'eatType', 'restaurant'], ['The Wrestlers', 'food', 'Italian'], ['The Wrestlers', 'priceRange', 'high'], ['The Wrestlers', 'customer rating', '1 out of 5']]
Solution: | _____ is an expensive, one star Italian restaurant. | 6 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Input: Consider Input: [['AF5', 'CONTESTANTS_IN_ORDER_OF_ELIMINATION', 'Green (V16), Micky (V6), Beau (V5), Tab (V3), Prink (V1), Wahn (V15), & Nim (V9)'], ['AF5', 'THE_WINNER', 'Natthew (V13)']]
Output: Natthew (V13) is the winner of _____ season, and the contestants in order of elimination are _____
Input: Consider Input: [['Midsummer House', 'food', 'English'], ['Midsummer House', 'customer rating', 'low'], ['Midsummer House', 'near', 'Café Rouge']]
Output: Located near Café Rouge, _____ serves English food but has a low customer rating.
Input: Consider Input: [['The Phoenix', 'eatType', 'restaurant'], ['The Phoenix', 'food', 'Italian'], ['The Phoenix', 'priceRange', 'cheap'], ['The Phoenix', 'customer rating', '5 out of 5'], ['The Phoenix', 'area', 'riverside']]
| Output: _____ is a cheap _____ restaurant by the riverside. It has a customer rating of 5 out of 5.
| 2 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
One example is below.
Q: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
A: The team whose nickname is red raiders is located in the _______
Rationale: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
Q: [['300 North LaSalle', 'LOCATION', 'Illinois'], ['300 North LaSalle', 'FLOOR_COUNT', '60'], ['300 North LaSalle', 'COMPLETION_DATE', '2009']]
A: | There are _____ floors at _____ that was completed in 2009 which is located in Illinois. | 9 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Let me give you an example: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
The answer to this example can be: The team whose nickname is red raiders is located in the _______
Here is why: This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
OK. solve this:
[['Enping', 'AREA_KM2', '1,698'], ['Enping', 'DENSITY_(/KM²)', '290.23'], ['Enping', 'POPULATION_(2010_CENSUS)', '492,814']]
Answer: | _____'s density is 290.23 km2 (population 492,814 in an area of 1,698 km2). | 8 | NIv2 | task1407_dart_question_generation | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']]
Solution: The team whose nickname is red raiders is located in the _______
Why? This sentence uses the triplets by correctly using the (subject, predicate, object) semantics for both the triplets provided, and is a good question since red raiders can be associated by a human to Northwestern college which is located in Iowa.
New input: [['Bandeja paisa', 'INGREDIENT', 'Lemon'], ['Bandeja paisa', 'REGION', 'Antioquia Department'], ['Bandeja paisa', 'COUNTRY', 'Colombian cuisine']]
Solution: | _____ is a regional dish containing lemons from the Antioquia Department in Columbia. | 0 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
[EX Q]: [['The Waterman', 'eatType', 'restaurant'], ['The Waterman', 'food', 'Italian'], ['The Waterman', 'area', 'city centre'], ['The Waterman', 'familyFriendly', 'yes']]
[EX A]: North of the City center. is an Italian, family friendly restaurant called _____.
[EX Q]: [['The Waterman', 'eatType', 'restaurant'], ['The Waterman', 'food', 'Italian'], ['The Waterman', 'customer rating', '1 out of 5'], ['The Waterman', 'area', 'riverside']]
[EX A]: _____ is a pub restaurant in Riverside. It serves Italian food and has a customer rating of 1 out of 5.
[EX Q]: [['300 North LaSalle', 'LOCATION', 'Illinois'], ['300 North LaSalle', 'FLOOR_COUNT', '60'], ['300 North LaSalle', 'COMPLETION_DATE', '2009']]
[EX A]: | There are _____ floors at _____ that was completed in 2009 which is located in Illinois.
| 6 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Q: [['Clowns', 'eatType', 'coffee shop'], ['Clowns', 'food', 'Japanese'], ['Clowns', 'customer rating', '3 out of 5'], ['Clowns', 'area', 'riverside'], ['Clowns', 'near', 'Clare Hall']]
A: There is a Japanese coffee shop in riverside near Clare Hall called _____. Clowns has a 3 out of 5 customer rating.
****
Q: [['The Punter', 'eatType', 'coffee shop'], ['The Punter', 'food', 'French'], ['The Punter', 'priceRange', 'moderate']]
A: _____ coffee shop offering _____ food to adults in a moderate price range.
****
Q: [['Enping', 'AREA_KM2', '1,698'], ['Enping', 'DENSITY_(/KM²)', '290.23'], ['Enping', 'POPULATION_(2010_CENSUS)', '492,814']]
A: | _____'s density is 290.23 km2 (population 492,814 in an area of 1,698 km2).
****
| 4 | NIv2 | task1407_dart_question_generation | fs_opt |
In this task you are given a list of triplets of the form [subject, predicate, object] and the output should be a question based on the triplets but with the subject and/or object replaced with blanks (represented using two or more consecutive underscores). Triplet values encompassed in [*] are special tokens that can be replaced with synonyms. The objective is to construct a question in a manner that (a) captures the facts specified in at least one of the triplets, and (b) ideally contains a limited number of blanks such that it is a well-formed question that is easy to answer. A blank can represent a single word or a phrase.
Q: [['Cotto', 'eatType', 'coffee shop'], ['Cotto', 'food', 'Italian'], ['Cotto', 'priceRange', 'high'], ['Cotto', 'customer rating', '1 out of 5']]
A: The centre city _____ of Portland Arms has an expensive low customer rated _____ coffee shop.
****
Q: [['Strada', 'eatType', 'restaurant'], ['Strada', 'food', 'English'], ['Strada', 'priceRange', 'cheap'], ['Strada', 'customer rating', '5 out of 5'], ['Strada', 'familyFriendly', 'no'], ['Strada', 'near', 'Rainbow Vegetarian Café']]
A: _____ is a cheap English restaurant located near Rainbow Vegetarian Café . It has a customer rating of 5 out of 5 and is not family-friendly.
****
Q: [['Loch Fyne', 'eatType', 'restaurant'], ['Loch Fyne', 'food', 'English'], ['Loch Fyne', 'priceRange', 'moderate']]
A: | _____ is a child free restaurant with moderately priced English food.
****
| 4 | NIv2 | task1407_dart_question_generation | fs_opt |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 6