input
stringlengths
1.19k
1.91k
output
sequencelengths
1
27
id
stringlengths
41
41
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Loch Fyne', 'food', 'French'], ['Loch Fyne', 'customer rating', '1 out of 5'], ['Loch Fyne', 'area', 'riverside'], ['Loch Fyne', 'near', 'The Rice Boat']] Output:
[ "The Rice Boat at riverside provides French food Loch Fyne which has a customer Rating of 1 out of 5.", "The Rice Boat in riverside near Loch Fyne serves French food, had a customer rating of 1 out of 5.", "The Rice Boat in Riverside near Loch Fyne has a customer rating of 1 out of 5 serves French food.", "French food Loch Fyne with a customer Rating of 1 out of 5 is available at riverside near The Rice Boat." ]
task1409-4c6dc37e6a0f4012805c7adfd471b3cd
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['23 October 2005', 'OPPONENT', 'Newcastle United'], ['23 October 2005', 'ATTENDANCE', '52,302'], ['[TABLECONTEXT]', '[TITLE]', '2005-06 Sunderland A.F.C. season'], ['23 October 2005', 'VENUE', "St James' Park"], ['[TABLECONTEXT]', 'DATE', '23 October 2005']] Output:
[ "52,302 spectators filled St James' Park to watch the game between Sunderland and Newcastle United." ]
task1409-d09537e12691477fa1eb55dc4387f014
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Waterman', 'eatType', 'restaurant'], ['The Waterman', 'area', 'riverside']] Output:
[ "The Waterman restaurant pub is right off the river." ]
task1409-00831c8ab27f44f18ec338face58ee88
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Wrestlers', 'food', 'English'], ['The Wrestlers', 'customer rating', 'high'], ['The Wrestlers', 'familyFriendly', 'no']] Output:
[ "Although it has a high customer rating and serves reasonably priced English food, The Wrestlers does not welcome children.", "The Wrestlers which has a high customer rating offers English food in the price range of more than £30 and is not children friendly." ]
task1409-e1d8475e2c5649c2960830c29391cf06
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Bakewell pudding', 'REGION', 'Derbyshire Dales'], ['Derbyshire Dales', 'IS_PART_OF', 'Derbyshire']] Output:
[ "Bakewell pudding is from the Derbyshire Dales region which is part of Derbyshire.", "Derbyshire has an area within it called the Derbyshire dales where Bakewell pudding originates.", "Bakewell pudding originates from the Derbyshire Dales, Derbyshire." ]
task1409-0965c90ab33a45ce84cfa84a1b72083b
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['108 St Georges Terrace', 'COMPLETION_DATE', '1988']] Output:
[ "108 St Georges Terrace was completed in 1988." ]
task1409-6ce454048038455fb3fd390b01f80280
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Vaults', 'eatType', 'coffee shop'], ['The Vaults', 'priceRange', 'high'], ['The Vaults', 'customer rating', 'average'], ['The Vaults', 'area', 'riverside'], ['The Vaults', 'near', 'Café Brazil']] Output:
[ "The Vaults, a coffee shop in the riverside area near Café Brazil with an average customer rating and a high price range.", "The Vaults is a coffee shop near Café Brazil, in the riverside area, with an average customer rating and high price range." ]
task1409-3fd5bb48d0ba4ec887f9486f07d0f00f
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Alimentum', 'food', 'Japanese'], ['Alimentum', 'priceRange', '£20-25'], ['Alimentum', 'customer rating', 'high'], ['Alimentum', 'area', 'city centre'], ['Alimentum', 'near', 'Yippee Noodle Bar']] Output:
[ "Alimentum serves Japanese food and is located in the city centre near Yippee Noodle Bar. It has a high customer rating and a price range of 20 -25 pounds.", "Located near Yippee Noodle Bar on the riverfront, north of the City centre, the 5-star 'Alimentum' serves moderately-priced Japanese cuisine.", "Alimentum is an establishment with high customer ratings which serves Japanese food. It is located in the city centre near Yippee Noodle Bar and has an average price range of £20-25." ]
task1409-1dc2c9c8eb6a4969b1e078a161fe4869
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['3.1.2', 'WEBKIT_VERSION', '525.21']] Output:
[ "The webkit version when the minor version was 3.1.2 is 525.21.." ]
task1409-5c18122cdbec42b093f9ef4aef79fdd8
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['B1 (6/16 PS)', 'POWER', '16 PS (11,8 kW)']] Output:
[ "B1 (6/16 PS)\ttype 16 PS (11,8 kW) power" ]
task1409-abee8e3b372b41f9a5d7e8dba4f4ea7f
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Eagle', 'eatType', 'coffee shop'], ['The Eagle', 'food', 'Fast food'], ['The Eagle', 'priceRange', 'moderate'], ['The Eagle', 'customer rating', '1 out of 5'], ['The Eagle', 'area', 'riverside'], ['The Eagle', 'near', 'Burger King']] Output:
[ "Looking for a moderately priced coffee shop on the riverside. Tired of Fast food like Burger King. Try The Eagle. With a customer rating of 1 out of 5 you can't go wrong." ]
task1409-bda33ab117b44b71aedd0db286c41ec2
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Blue Spice', 'customer rating', '3 out of 5'], ['Blue Spice', 'area', 'city centre']] Output:
[ "Blue Spice is a great place with good rating in the city centre" ]
task1409-9afb21505fa948709c209f0ceaf147ef
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Alimentum', 'food', 'English'], ['Alimentum', 'priceRange', 'cheap'], ['Alimentum', 'customer rating', 'average'], ['Alimentum', 'area', 'city centre'], ['Alimentum', 'near', 'Yippee Noodle Bar']] Output:
[ "Alimentum is a cheap English food place in city center near Yippee Noodle Bar with an average customer rating.", "Alimentum is a cheap English food place in city center near Yippee Noodle Bar with an average customer rating.", "Alimentum serves English food for cheap. They have average ratings and are located near Yippee Noodle Bar in city centre.", "Alimentum is near Yippee Noodle Bar in city centre. They serve English food for cheap and have an average rating." ]
task1409-3073cdcc721c4ae596885261bc21f723
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Ann Arbor, Michigan', 'IS_PART_OF', 'Michigan']] Output:
[ "Ann Arbor is in Michigan.", "Ann Arbor is part of Michigan." ]
task1409-272394850aa9437f955ff04920d7b381
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Impallaria, Richard K. Richard K. Impallaria', 'FIRST_ELECTED', '2002'], ['Impallaria, Richard K. Richard K. Impallaria', 'COUNTIES_REPRESENTED', 'Baltimore County, Harford'], ['Baltimore County, Harford', 'DISTRICT', '07.0 7']] Output:
[ "Impallaria was first elected in 2002 as the delegate of district 07.0 7 in Baltimore County" ]
task1409-5786fce9611141cabbacca51daf46541
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['40', 'SCORE', 'w 105-88 (ot)'], ['40', 'HIGH_REBOUNDS', 'pau gasol (13)']] Output:
[ "Pau gasol (13) did highest rebounds in the game with score w 105–88 (ot)" ]
task1409-d9b7b6764e0741bcab2820e8c7393805
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Celtic Crusaders', 'POSITION', '1']] Output:
[ "The Celtic Crusaders is the number 1 position team." ]
task1409-740cc5b574864bcab589d0addb1cbd5c
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['AWH Engineering College', 'COUNTRY', 'India'], ['Kerala', 'LEADER_NAME', 'Kochi'], ['AWH Engineering College', 'ACADEMIC_STAFF_SIZE', '250'], ['AWH Engineering College', 'STATE', 'Kerala'], ['Kerala', 'HAS_TO_ITS_NORTHWEST', 'Mahé, India'], ['AWH Engineering College', 'CITY', '"Kuttikkattoor"']] Output:
[ "The AWH Engineering College is located in Kuttikkattoor, Kerala, India. It has 250 academic staff. Kerala has Mahe, India to its northwest and its leader is Kochi.", "The state of Kerala in India is northwest of Mahe, India and is lead by Kochi. It is the location of the AWH Engineering College in the city of Kuttikkattoor which has 250 academic staff." ]
task1409-6bed44215123491bba5d4392af5c610a
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['[TABLECONTEXT]', 'RANK', '1'], ['Keiji Mutoh', 'NO._OF_REIGNS', '4'], ['1', 'WRESTLER', 'Keiji Mutoh'], ['[TABLECONTEXT]', '[TITLE]', 'IWGP Heavyweight Championship'], ['Keiji Mutoh', 'COMBINED_DEFENSES', '19']] Output:
[ "Keiji Mutoh had 4 reigns and 19 defenses in the IWGP Heavyweight Championship." ]
task1409-2efd2cbf57eb4b42b947ddf6b74a5755
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['[TABLECONTEXT]', '[TITLE]', 'David Oliver (athlete)'], ['World Championships', 'VENUE', 'Osaka, Japan'], ['World Championships', 'YEAR', '2007'], ['[TABLECONTEXT]', 'COMPETITION', 'World Championships']] Output:
[ "David Oliver participated in 2007 World Championships in Osaka, Japan" ]
task1409-34207a4fa9ed47fe9d39c5f0517ca108
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Serbian Progressive Party Српска напредна странка / Srpska napredna stranka', 'LEADER', 'Aleksandar Vučić'], ['Serbian Progressive Party Српска напредна странка / Srpska napredna stranka', 'MPS', '134 / 250']] Output:
[ "The Serbian Progressive Party, led by Prime Minister Aleksandar Vučić, is the dominant party in parliament, with 134 out of 250 seats." ]
task1409-667758300eff44e4bc58bcd43cd6940d
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['AC Hotel Bella Sky Copenhagen', 'LOCATION', 'Copenhagen']] Output:
[ "The AC Hotel Bella Sky is in Copenhagen.", "AC Hotel Bella Sky Copenhagen is located in Copenhagen.", "The AC Hotel , Bella Sky is located in Copenhagen." ]
task1409-37add72e4d0e4eb980c74ba2bf1b95f2
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Browns Cambridge', 'eatType', 'coffee shop'], ['Browns Cambridge', 'food', 'Fast food'], ['Browns Cambridge', 'customer rating', 'low'], ['Browns Cambridge', 'area', 'riverside'], ['Browns Cambridge', 'familyFriendly', 'yes'], ['Browns Cambridge', 'near', 'Crowne Plaza Hotel']] Output:
[ "Browns Cambridge is not recommended for families. It's a low rated coffee shop serving fast food. It's located in the riverside area, close to Crowne Plaza Hotel." ]
task1409-a10c23a49a6a44edb330bb77f65b9cb8
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['[TABLECONTEXT]', 'AUTHOR_SPECIES', '(Linnaeus, 1758)'], ['[TABLECONTEXT]', 'AFINSA', '639'], ['(Linnaeus, 1758)', 'SPECIES', 'Garrulax canorus']] Output:
[ "The species when Afinsa is 639 is garrulax canorus." ]
task1409-143989bc0d094df7902716aa1579dc6a
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['September 4, 1983', 'OPPONENT', 'at Kansas City Chiefs']] Output:
[ "The Seahawks played at kansas city chiefs on September 4, 1983." ]
task1409-a8fdde37ed624c0ea4805108c877e8eb
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Rice Boat', 'eatType', 'restaurant'], ['The Rice Boat', 'food', 'Italian'], ['The Rice Boat', 'priceRange', 'moderate'], ['The Rice Boat', 'customer rating', '3 out of 5'], ['The Rice Boat', 'area', 'riverside'], ['The Rice Boat', 'familyFriendly', 'no'], ['The Rice Boat', 'near', 'Express by Holiday Inn']] Output:
[ "The Rice Boat is not a kids friendly Italian restaurant located near Express by Holiday Inn at riverside. It is moderately priced and has average customer rating.", "The Rice Boat is an Italian restaurant located near Express by Holiday Inn at riverside. It is moderately priced, not kids friendly and has average customer rating." ]
task1409-b02884f8ae8846ac9c98d7f07b853e6f
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Punter', 'eatType', 'coffee shop'], ['The Punter', 'food', 'Indian'], ['The Punter', 'customer rating', 'average'], ['The Punter', 'familyFriendly', 'yes'], ['The Punter', 'near', 'Café Sicilia']] Output:
[ "The Punter, Indian coffee shop, is high in price, with an average customer Rating that is children friendly near Café Sicilia." ]
task1409-95fab379ad7c4390b15a0b61627d6da6
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Browns Cambridge', 'eatType', 'restaurant'], ['Browns Cambridge', 'food', 'French']] Output:
[ "Browns Cambridge its a restaurant of French food" ]
task1409-27400429701d4e71acee5e3949f4763e
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['William Anders', 'DATE_OF_BIRTH', '"1933-10-17"'], ['William Anders', 'ALMA_MATER', '"AFIT, M.S. 1962"']] Output:
[ "William Anders was born on the 17th of October 1933 and graduated from AFIT in 1962 with an M.S.", "William Anders, who was born on the 17th of October 1933, graduated from AFIT, M.S. in 1962.", "William Anders was born 1933-10-17 and he received a MS from AFIT.", "William Anders (1933-10-17) graduated from AFIT, in 1962.", "William Anders was born on October 17th, 1933 and his Alma Mater was AFIT, M.S. which he attended in 1962.", "William Anders ( born on 1933-10-17) graduated from AFIT, M.S. in 1962." ]
task1409-68c6a0b089464339bd38ce1ee9a95a5b
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['2009', 'AVERAGE_ATTENDANCE_AWAY', '1.889'], ['2009', 'AVERAGE_ATTENDANCE_HOME', '2.307'], ['2009', 'DIVISION_/_SECTION', 'Superettan']] Output:
[ "When the average away attendance is 1.889 in the Superettan, 2.307 is the average home attendance." ]
task1409-fdcc6c1e41a64163ac73ccff976c51e8
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Indiana', 'COUNTRY', 'United States']] Output:
[ "Indiana is the United States.", "Indiana is in the U.S.", "Indiana is located within the United States." ]
task1409-5025dbdfa6944232aa3c4c02bcbb3afd
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Ardmore Airport (New Zealand)', '3RD_RUNWAY_SURFACE_TYPE', 'Poaceae'], ['Poaceae', 'DIVISION', 'Flowering plant'], ['Poaceae', 'ORDER', 'Commelinids']] Output:
[ "In New Zealand, the 3rd runway at Ardmore Airport is made of Poaceae, a plant that belongs to the division of flowering plants and is part of the Commelinids order.", "Ardmore Airport (New Zealand)'s 3rd runway surface type is Poaceae which is in the order of Commelinids and belongs to the division of flowering plants.", "Ardmore Airport's 3rd runway is made of Poaceae, a flowering plant belong to the order of the Commelinids." ]
task1409-3a05c80a4cd94c23bd37f4a1a0deafa6
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Browns Cambridge', 'food', 'Chinese'], ['Browns Cambridge', 'priceRange', 'moderate'], ['Browns Cambridge', 'customer rating', '1 out of 5']] Output:
[ "Browns Cambridge serves moderately priced Chinese food and has a rating of 1 out of 5." ]
task1409-102e6545ac6141a796d839c89d58ea38
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Serie A', 'CHAMPIONS', 'Juventus F.C.'], ['A.S. Roma', 'LEAGUE', 'Serie A']] Output:
[ "AS Roma play in the Serie A league where the champions are Juventus FC.", "Juventus FC have been Serie A champions and AS Roma play in the same league.", "Juventus F.C. are former champions of Serie A, A.S. Roma also play in the same competition." ]
task1409-d39a266e8445467fa75cd69bf9016350
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Blockbuster (comicsCharacter)', 'CREATOR', 'Gardner Fox'], ['Blockbuster (comicsCharacter)', 'CREATOR', 'Roger Stern'], ['Blockbuster (comicsCharacter)', 'ALTERNATIVE_NAME', '"Roland Desmond"']] Output:
[ "The comic character, Blockbuster's alternative name is Roland Desmond and was created by Gardner Fox and Roger Stern.", "The comic character,Blockbuster(a.k.a. Roland Desmond) was created by Gardner Fox and Roger Stern." ]
task1409-b5ec6706c5d24f54896d10a201caee04
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Wildwood', 'food', 'French'], ['Wildwood', 'priceRange', 'high'], ['Wildwood', 'customer rating', '3 out of 5'], ['Wildwood', 'near', 'Ranch']] Output:
[ "Tim Hortons in Wildwood near a Ranch has high priced French food with a customer rating 3 out of 5" ]
task1409-f77a7752da024e5d80586ed469aee6a4
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Loch Fyne', 'eatType', 'restaurant'], ['Loch Fyne', 'food', 'English']] Output:
[ "Don't bring the kids to Loch Fyne English restaurant.", "The Loch Fyne restaurant serves English food for all the family.", "Loch Fyne is a high class restaurant serving English food in an adult environment.", "Loch Fyne restaurant serves English food with a friendly family atmosphere.", "Serving English food, Loch Fyne is a friendly family styled restaurant.", "If you have children, bring them over to Loch Fyne's English restaurant.", "Loch Fyne restaurant provides a mature British dining experience.", "Adult oriented Loch Fyne serves English food in a high class restaurant.", "Loch Fyne is an English restaurant." ]
task1409-d0f46ec1463a4309995354bc1f56ad46
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['September 17, 1978', 'OPPONENT', 'Oakland Raiders'], ['[TABLECONTEXT]', 'WEEK', '3'], ['3', 'DATE', 'September 17, 1978'], ['September 17, 1978', 'RESULT', 'L 28-3'], ['[TABLECONTEXT]', '[TITLE]', '1978 Green Bay Packers season']] Output:
[ "On September 17, 1978, Oakland Raiders defeated the Green Bay Packers 28-3." ]
task1409-a168912fe44b4b0ea7bba8218f023fd0
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Codicote Heath Approximately TL 206 185', 'FIRST_MENTION_OR_BUILT', '1841']] Output:
[ "Codicote Heath Approximately TL 206 185 was built in 1841." ]
task1409-a78c5f3b2d24489eae5f091139bb96de
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Remixes III: Mix Rice Plantation', 'SALES', '35,000']] Output:
[ "The Remixes III sold 35 thousand copies." ]
task1409-b0f9b720de69440280f0c9aa3ca982fc
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Beef kway teow', 'COUNTRY', '"Singapore and Indonesia"']] Output:
[ "Beef kway teow is found in the countries of Indonesia and Singapore.", "Beef kway teow is a dish commonly found in Singapore and Indonesia.", "Beef Kway Teow is made in Singapore and Indonesia." ]
task1409-6733e5f8dec245eb8bf381a2664c1470
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['1634: The Bavarian Crisis', 'PRECEDED_BY', '1634: The Baltic War'], ['1634: The Baltic War', 'AUTHOR', 'David Weber'], ['1634: The Bavarian Crisis', 'PRECEDED_BY', 'The Grantville Gazettes']] Output:
[ "The Grantville Gazettes preceded 1634: The Baltic War (written by David Weber) and 1634: The Bavarian Crisis.", "The sequel to The Grantville Gazettes, 1634: The Bavarian Crisis was preceded by 1634: The Baltic War (written by David Weber).", "1634:The Bavarian Crisis, preceded by David Weber's 1634: The Baltic war, is the sequel to The Grantville Gazettes." ]
task1409-538dce63be6e413b91e1cc7cc9cd9e53
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Wrestlers', 'eatType', 'coffee shop'], ['The Wrestlers', 'food', 'Japanese'], ['The Wrestlers', 'near', 'Raja Indian Cuisine']] Output:
[ "Situated close to Raja Indian Cuisine is The Wrestlers, a Japanese style coffee shop that serves dishes for under twenty pound." ]
task1409-0da3bc44f5c041e88b73f825109f510c
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Waterman', 'food', 'Chinese'], ['The Waterman', 'priceRange', 'moderate'], ['The Waterman', 'customer rating', '3 out of 5'], ['The Waterman', 'area', 'city centre'], ['The Waterman', 'familyFriendly', 'yes']] Output:
[ "The Waterman is in the moderate price range with a customer rating 3 out of 5. Located in city centre, it serves Chinese food and is kid friendly.", "The Waterman serves Chinese food and is kid friendly located in the city centre with moderate price rage and customer rating at 3 out of 5." ]
task1409-5cf054c83db940478e7d0b3affc500ac
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Dudelange Diddeleng', 'CANTON', 'Esch-sur-Alzette']] Output:
[ "Dudelange Diddeleng is located in the Esch-sur-Alzette Canton." ]
task1409-ed970f43453249d6a23602d291ffb9ec
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['AIDS (journal)', 'ISSN_NUMBER', '"0269-9370"']] Output:
[ "ISSN number 0269-9370 is the AIDS journal.", "AIDS (journal) has the ISSN number of \"0269-9370\".", "The ISSN number of AIDS (journal) is 0269-9370." ]
task1409-dc844676b4d948ceb1a4213c3682463b
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['George Krause', 'DATE', '1934 Jan 16'], ['George Krause', 'LOCATION', 'Cambridge, Massachusetts'], ['George Krause', 'RESULT', 'Win']] Output:
[ "Tom Neal result is win. The opponent name is George Krause. The tournament date is 1934 Jan 16 and location is \tCambridge, Massachusetts." ]
task1409-bfcdad23a86746b186b4cf9fc7d66b00
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['6', 'LOST', '5'], ['Finland', 'PLACE', '7'], ['Finland', 'MATCHES', '6']] Output:
[ "Finland lost five of its matches and came in last place amongst the 7 teams." ]
task1409-e980605c3a7b45849aef946cf01c765c
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['11 September', 'H_/_A', 'A'], ['3', 'DATE', '11 September']] Output:
[ "Number 3 played on September 11th away." ]
task1409-02541f41a80d4477a2f8ba796fe5d231
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Punter', 'eatType', 'coffee shop'], ['The Punter', 'food', 'Italian'], ['The Punter', 'priceRange', 'high'], ['The Punter', 'customer rating', '1 out of 5'], ['The Punter', 'familyFriendly', 'no'], ['The Punter', 'near', 'Café Sicilia']] Output:
[ "A coffee shop named The Punter has Italian food and is located near Café Sicilia. It is not children friendly and has a high price range with ratings of 1 out of 5.", "There is an Italian coffee shop located near Café Sicilia. Their ratings are low and their prices are high. The Punter is not a child friendly establishment.", "A coffee shop called The Punter has Italian food and is located near Café Sicilia. It is not children friendly and has a high price range with ratings of 1 out of 5.", "The Punter is an Italian coffee shop located near Café Sicilia. They have an expensive menu and low ratings. They are not child friendly.", "The Punter is a no children-friendly coffee shop providing Italian food in the high price range. It is located near Café Sicilia. Its customer rating is 1 out of 5." ]
task1409-2df24e2131364bb993b33a6180ee383f
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Ernie Irvan', 'POSITION', '8']] Output:
[ "The driver is Ernie Irvan and is the point of sale for 8" ]
task1409-f1a16558a6ce4a1ba2bf2466c2efd9f7
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['300 North LaSalle', 'LOCATION', 'Chicago'], ['Chicago', 'LEADER_NAME', 'Rahm Emanuel'], ['Chicago', 'COUNTRY', 'United States'], ['Chicago', 'IS_PART_OF', 'Illinois']] Output:
[ "300 North Lasalle is located in Chicago, Illinois, United States. The leader of Chicago is Rahm Emanuel.", "300 North LaSalle is located in Chicago, Illinois, United States where Rahm Emanuel is a leader.", "300 North LaSalle is located in Chicago, Illinois, U.S. The leader of Chicago is Rahm Emanuel." ]
task1409-c7c2389d96544fcca8a33b5ffbfd85e4
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Tirstrup', 'IS_PART_OF', 'Central Denmark Region']] Output:
[ "Tirstrup is part of the Central Denmark region." ]
task1409-49ec67fdf69444ff9d29cf0847745071
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Green Man', 'eatType', 'restaurant'], ['Green Man', 'priceRange', 'more than £30'], ['Green Man', 'area', 'city centre'], ['Green Man', 'familyFriendly', 'no']] Output:
[ "For more than £30, you can go to Green Man in the city centre. Please note that children are not allowed in this restaurant." ]
task1409-75fbac57af574b7484a111c151eacfd0
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Alimentum', 'food', 'Indian'], ['Alimentum', 'priceRange', 'high'], ['Alimentum', 'customer rating', 'average'], ['Alimentum', 'area', 'riverside'], ['Alimentum', 'near', 'Yippee Noodle Bar']] Output:
[ "Alimentum provides Indian food in the high price range. It is located in the riverside. It is near Yippee Noodle Bar. Its customer rating is average.", "Alimentum is located in riverside near Yippee Noodle Bar. It has Indian food,it is high priced. It has average customer ratings" ]
task1409-b13c90474f9a4ea0b3c67b95ad772845
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['[TABLECONTEXT]', 'SEASON', '1996-97'], ['1996-97', 'CLUB', 'Barcelona'], ['[TABLECONTEXT]', '[TITLE]', 'AEK Larnaca F.C.'], ['1996-97', 'COMPETITION', "UEFA Cup Winners' Cup"], ["UEFA Cup Winners' Cup", 'ROUND', 'First round']] Output:
[ "AEK Larnaca F.C. particiated in the First round of the UEFA Cup Winners' Cup against Barcelona in 1996-97 season" ]
task1409-2dc0498d5486476ab9f962526e424199
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Rice Boat', 'food', 'Fast food'], ['The Rice Boat', 'familyFriendly', 'yes']] Output:
[ "The Rice Boat is a family friendly fast food option, next to the river." ]
task1409-eb2bbc42f39f46b1a86c949a4d343319
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Rocco & Karina', 'AVERAGE', '17.8'], ['Rocco & Karina', 'NUMBER_OF_DANCES', '5'], ['Rocco & Karina', 'TOTAL_POINTS', '89'], ['Rocco & Karina', 'PLACE', '9'], ['17.8', 'RANK', '11']] Output:
[ "The total points for the team that averages 17.8 are 89.0." ]
task1409-adc9705e99794782ae6375df50032630
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Golden Curry', 'food', 'French'], ['The Golden Curry', 'customer rating', '3 out of 5'], ['The Golden Curry', 'familyFriendly', 'yes']] Output:
[ "The Golden Curry is a kids-friendly French food place with a good customer rating.", "French food place The Golden Curry has a good customer rating and is kids-friendly.", "The Golden Curry serves French food, it is children friendly and customers gave it 3 out of 5 rating.", "The Golden Curry is a kids friendly place. It offers French food and its customer rating is 3 out of 5.", "There is a place that offers French food called The Golden Curry. Its customer rating is 3 out of 5 and has a kids friendly ambient." ]
task1409-6122d9af85ab45aba859982fb518ff1f
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['BK Racing', 'OWNER', 'Ron Devine']] Output:
[ "BK Racing is owned by Ron Devi" ]
task1409-35048a48fd5042a79751dcdd6de202ac
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Adisham Hall', 'LOCATION', '"Haputale, Sri Lanka"']] Output:
[ "Admisham Hall is located at Haputale, Sri Lanka.", "Adisham Hall is located in Haputale, Sri Lanka.", "Adisham Hall is in Haputale, Sri Lanka." ]
task1409-4cee64c09d0541a694ffed27519a8bff
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Sana Keithel', 'NAME_OF_AWARD', 'Best Narration / Voice Over']] Output:
[ "The name of award when the name of film is sana keithel is best narration / voice over." ]
task1409-d518c8e4b9884c7eb0e226376ae17c9f
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Wrestlers', 'priceRange', 'moderate'], ['The Wrestlers', 'customer rating', 'average']] Output:
[ "The Wrestlers has a high price range with an average rating." ]
task1409-50374c060e934fe793e3b8c40f2abc88
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['John Cowper Powys', 'BIRTH_PLACE', 'Shirley, Derbyshire'], ['Weymouth Sands', 'FOLLOWED_BY', 'Maiden Castle (novel)'], ['A Glastonbury Romance', 'FOLLOWED_BY', 'Weymouth Sands'], ['A Glastonbury Romance', 'AUTHOR', 'John Cowper Powys']] Output:
[ "A Glastonbury Romance is written by John Cowper Powys who wa born in Shirley, Derbyshire. The book is followed by Weymouth Sands and Maiden Castle.", "The author of A Glastonbury Romance is John Cowper Powys, who was born in Shirley, Derbyshire. A Glastonbury Romance was followed by Weymouth Sands, which was then followed by Maiden Castle.", "A Glastonbury Romance was written by John Cowper Powys who was born in Shirley, Derbyshire. The book was followed by Weymouth Sands and also Maiden Castle." ]
task1409-5bc9d883b14749e38d0987c3374d6949
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Cocum', 'eatType', 'restaurant'], ['Cocum', 'food', 'Indian'], ['Cocum', 'priceRange', 'moderate'], ['Cocum', 'customer rating', '3 out of 5'], ['Cocum', 'familyFriendly', 'yes']] Output:
[ "A coffee shop providing Indian food, Cocum is a restaurant with a moderate price range. Not ideal for children due to its average rating." ]
task1409-08e93a35fb334e2d92445ed3072c2edc
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Sunday', 'SANSKRIT_WORD', 'Aditya'], ['Sunday', 'COLOR', 'red']] Output:
[ "The sanskrit word for the color red is aditya." ]
task1409-958d1a6a364540f9bc7c51e79bc1132b
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Best Actor in a Leading Role', 'COUNTRY', 'Ukraine'], ['Best Actor in a Leading Role', 'ACTORS_NAME', 'Yuriy Dubrovin']] Output:
[ "Yuriy Dubrovin is from Ukraine." ]
task1409-6a04722aadab4a0f8ddf031d208a8b22
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Golden Palace', 'eatType', 'coffee shop'], ['The Golden Palace', 'food', 'Fast food']] Output:
[ "There is an average fast food coffee shop The Golden Palace in the middle of town." ]
task1409-7b83114c7da9479492228f964d3b0af1
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['All My Best Friends are Metalheads', 'YEAR', '2000'], ['[TABLECONTEXT]', '[TITLE]', 'Less Than Jake discography'], ['All My Best Friends are Metalheads', 'PEAK_CHART_POSITIONS_UK', '51'], ['[TABLECONTEXT]', 'SINGLE', 'All My Best Friends are Metalheads']] Output:
[ "Less Than Jake's 2000 single All My Best Friends are Metalheads peaked at 51 on the UK chart." ]
task1409-a4390b9a608c4c2f829dc959a92e7398
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Charles C. Edwards, M.D.', 'NUMBER', '10'], ['Charles C. Edwards, M.D.', 'TOOK_OFFICE', '12/13/1969'], ['Charles C. Edwards, M.D.', 'LEFT_OFFICE', '3/15/1973'], ['Charles C. Edwards, M.D.', 'SERVED', 'Richard M. Nixon']] Output:
[ "Commissioner of Food and Drugs" ]
task1409-339030ac430846c7a7cc0bf41ac843eb
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Fitzbillies', 'eatType', 'restaurant'], ['Fitzbillies', 'priceRange', 'moderate'], ['Fitzbillies', 'familyFriendly', 'yes'], ['Fitzbillies', 'near', 'Express by Holiday Inn']] Output:
[ "Fitzbillies is a child friendly, above average priced restaurant located near the Express by Holiday Inn with high customer satisfaction." ]
task1409-6df1dd22257f46e9aa330ffa8332d355
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['How Far Is Heaven', 'ALBUM', 'non-album singles'], ['How Far Is Heaven', 'YEAR', '1950']] Output:
[ "In 1950, the song How Far Is Heaven is in the album non-album singles." ]
task1409-73ea0e27445c4fc4b371586541962c69
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Rice Boat', 'food', 'Italian'], ['The Rice Boat', 'customer rating', 'high'], ['The Rice Boat', 'area', 'riverside'], ['The Rice Boat', 'familyFriendly', 'no'], ['The Rice Boat', 'near', 'Express by Holiday Inn']] Output:
[ "Italian inspired The Rice Boat has a price range of more than £30 and is not children friendly. They have a high customer rating and are located in the riverside area near Express by Holiday Inn." ]
task1409-ff53fb1b58ab47e78f32fdf169fb7b55
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['200 Public Square', 'FLOOR_COUNT', '45']] Output:
[ "There are 45 floors at 200 Public Square.", "200 Public Square has a floor count of 45." ]
task1409-5fb5e6760f6e4e1fa9d546ff77a59529
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Eagle', 'eatType', 'coffee shop'], ['The Eagle', 'food', 'French'], ['The Eagle', 'customer rating', '3 out of 5'], ['The Eagle', 'area', 'city centre'], ['The Eagle', 'familyFriendly', 'no'], ['The Eagle', 'near', 'Burger King']] Output:
[ "The Eagle is a French coffee shop , with a mid price range which is located near to Burger King in the city centre. The Eagle is not child friendly and customer ratings are average.", "Near Burger King in the city centre you can find a quite pricey coffee shop which does not welcome children called The Eagle. It has a pretty good customer rating and tends to serve French food." ]
task1409-2d2a8aab60714b24b291852732ad5de5
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Elliot See', 'ALMA_MATER', 'University of Texas at Austin'], ['University of Texas at Austin', 'AFFILIATIONS', 'University of Texas System'], ['Elliot See', 'NATIONALITY', 'United States'], ['University of Texas at Austin', 'COMPETE_IN', 'Big 12 Conference'], ['Elliot See', 'WAS_SELECTED_BY_NASA', '1962'], ['Elliot See', 'DEATH_PLACE', 'St. Louis']] Output:
[ "Elliot See was an American who graduated from the University of Texas in Austin. The university is affiliated to the university of Texas system and is competing in the Big 12 conference. Elliot worked for NASA from 1962 and he died in St Louis.", "American Elliot See joined NASA in 1962 and died in St. Louis. He graduated from the University of Texas at Austin, which is is affiliated to the University Of Texas system and is competing in the Big 12 Conference.", "Elliot See is an American who attended the University of Texas at Austin, which is affiliated with the University of Texas system and is competing in the Big 12 Conference. He was selected by NASA in 1962 and died in St. Louis." ]
task1409-c1da508e59ae42c199f678b64da15bb4
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Blue Spice', 'eatType', 'coffee shop'], ['Blue Spice', 'customer rating', '3 out of 5'], ['Blue Spice', 'area', 'riverside'], ['Blue Spice', 'familyFriendly', 'no'], ['Blue Spice', 'near', 'Avalon']] Output:
[ "Blue Spice is a coffee shop in Riverside near Avalon. It has a customer rating of 3 out of 5 and is not kids friendly. The price range is £20 to £25.", "In Riverside near Avalon the Blue Spice coffee shop has a 3 out of 5 rating and is not kid friendly." ]
task1409-5d04ef6b10264d5686fd78340f09125b
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Australia', '2002', '290'], ['Australia', '2000', '160'], ['[TABLECONTEXT]', 'COUNTRY', 'Australia'], ['Australia', '2001', '230'], ['[TABLECONTEXT]', '[TITLE]', 'Niobium']] Output:
[ "Australia mined 160 tonnes of niobium in 2000, 230 in 2001, and 290 in 2002." ]
task1409-d8d9d910916c4c9082636dbd9bb46b5c
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Punter', 'eatType', 'coffee shop'], ['The Punter', 'food', 'Fast food'], ['The Punter', 'near', 'Café Sicilia']] Output:
[ "The Punter, a coffee shop very close of Café Sicilia that brings you a Fast food service", "The Punter is a coffee shop providing Fast food. It is located near Café Sicilia.", "Near Café Sicilia it's found a 5of5 class coffee shop, is called The Punter, serves serves fast food", "The Punter is a coffee shop providing Fast food. It is located near Café Sicilia.", "The Punter is a 5of5 stars coffee shop located near Café Sicilia , serves fast food for all", "The Punter in the store also sold coffee and fast food still good value for the family. It is located next to Café Sicilia.", "Close to Café Sicilia, The Punter is a coffee shop serving mid-price fast food in a family atmosphere.", "The Punter is a Café Shop where fast food for the family at a good price. It is located one block from Café Sicilia." ]
task1409-ecd0213ffeed4144af4049c8ed66e071
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Midsummer House', 'food', 'Italian'], ['Midsummer House', 'priceRange', 'moderate'], ['Midsummer House', 'customer rating', '3 out of 5'], ['Midsummer House', 'near', 'All Bar One']] Output:
[ "Near All Bar One is a moderately priced Italian place, with a customer rating of 3 out of 5, it's called Midsummer House.", "Midsummer House near All Bar One serves moderate priced Italian food. Customer Rating : 3 of 5.", "A moderate price Italian food place named Midsummer House is near All Bar One. It's rating is 3 out of 5.", "Near All Bar One, Midsummer House serves moderate priced Italian food. Customer Rating : 3 of 5", "There is a moderate priced Italian place called the Midsummer House. It has a 3 out of 5 rating. It is near the All Bar One." ]
task1409-585cac327d8f4525be404d5ecff848c0
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Waterman', 'food', 'French'], ['The Waterman', 'priceRange', 'less than £20'], ['The Waterman', 'area', 'city centre'], ['The Waterman', 'familyFriendly', 'yes']] Output:
[ "You will find The Waterman in the city centre, they offer French food at less than £20 and are family-friendly. Customer rating, however, is low.", "The Waterman offers cheap French food for family-friendly in city centre.", "The Waterman offers cheap French food for family-friendly in city centre." ]
task1409-deb404c6174c4a2fbe17e1e7703cccd4
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Golden Curry', 'food', 'Chinese'], ['The Golden Curry', 'customer rating', '3 out of 5'], ['The Golden Curry', 'area', 'riverside'], ['The Golden Curry', 'near', 'Café Rouge']] Output:
[ "Near Café Rouge, in Riverside. Chinese food, The Golden Curry. Customer rating 3 out of 5.", "Customer rating 3 out of 5. Chinese food, The Golden Curry, near Café Rouge in Riverside.", "The Golden Curry provides Chinese food It is located in the riverside. It is near Café Rouge. Its customer rating is 3 out of 5.", "The Golden Curry provides Chinese food It is located in the riverside. It is near Café Rouge. Its customer rating is 3 out of 5." ]
task1409-3b1a2a5ebdd042c4b936e13f2a065561
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Alan Shepard', 'BIRTH_PLACE', 'New Hampshire'], ['Alan Shepard', 'NATIONALITY', 'United States']] Output:
[ "Alan Shepard is an American citizen who was born in New Hampshire.", "Alan Shepard was born in the American state of New Hampshire.", "Alan Shepard is an American who was born in New Hampshire.", "Alan Shepard is a US citizen born in New Hampshire.", "Alan Shepard has a US nationality and was born in the New Hampshire.", "Alan Shepard was born in New Hampshire (US(." ]
task1409-ac4c6c1a593b47989059f822f00f561e
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['United States', 'LEADER_TITLE', 'President of the United States'], ['A Wizard of Mars', 'LANGUAGE', 'English language'], ['English language', 'SPOKEN_IN', 'Great Britain'], ['United States', 'ETHNIC_GROUP', 'Asian Americans'], ['A Wizard of Mars', 'COUNTRY', 'United States']] Output:
[ "English is spoken in Great Britain and is the language used in A Wizard of Mars. However, the book was published in the United States where the leader is the President and is home to many Asian Americans.", "A Wizard of Mars was published in the United States and written in English which is also spoken in Great Britain. The United States has the ethnic group Asian Americans and the leader is known as the President." ]
task1409-c7f8f6217f414b5d92770e64e6ef8d36
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Green Man', 'eatType', 'restaurant'], ['Green Man', 'priceRange', 'more than £30'], ['Green Man', 'area', 'riverside'], ['Green Man', 'familyFriendly', 'yes']] Output:
[ "In the riverside area there is a children friendly restaurant called Green Man which has a price range of more than 30 pounds." ]
task1409-307e8a9933714cde894dad27d23c40cd
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Turkey', 'LEADER', 'Ahmet Davutoğlu'], ['Turkey', 'CAPITAL', 'Ankara'], ['Turkey', 'CURRENCY', 'Turkish lira'], ['Atatürk Monument (İzmir)', 'LOCATION', 'Turkey']] Output:
[ "Turkey's capital is Ankara and the currency is the Turkish lira. The leader of Turkey is Ahmet Davutoglu. The Ataturk monument is located in Izmir.", "The Atatürk Monument in İzmir, Turkey, which has Ankara as its capital and uses the Lira as its currency, is led by Ahmet Davutoglu .", "Turkey, whose currency is the Turkish Lira, is led by Ahmet Davutoğlu from the capital Ankara. The Atatürk Monument (İzmir) is in Turkey.", "Turkey, whose currency is the Turkish lira, is led by Ahmet Davutoğlu from the capital Ankara. The Atatürk Monument (İzmir) is found in Turkey." ]
task1409-9f8409a2a3c9485e8d883c11b5dc304e
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [["Baku Turkish Martyrs' Memorial", 'DEDICATED_TO', '"Ottoman Army soldiers killed in the Battle of Baku"'], ["Baku Turkish Martyrs' Memorial", 'LOCATION', 'Azerbaijan'], ["Baku Turkish Martyrs' Memorial", 'DESIGNER', '"Hüseyin Bütüner and Hilmi Güner"'], ["Baku Turkish Martyrs' Memorial", 'MATERIAL', '"Red granite and white marble"']] Output:
[ "The soldiers of the Ottoman army who were killed in the Battle of Baku are commemorated by the Baku Turkish Martyrs memorial in Azerbaijan. The memorial was designed in red granite and white marble by Huseyin Butuner and Hilmi Guner.", "The soldiers of the Ottoman army killed in the Battle of Baku are commemorated by the Baku Turkish Martyrs memorial located in Azerbaijan. It was designed in red granite and white marble by Huseyin Butuner and Hilmi Guner.", "The soldiers of the Ottoman army who were killed in the Battle of Baku are commemorated by the Baku Turkish Martyrs memorial found in Azerbaijan. It was designed in red granite and white marble by Hilmi Guner and Huseyin Butuner." ]
task1409-45f8bf9319f74d5b95fed1ddcac4f514
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Blue Spice', 'priceRange', 'less than £20'], ['Blue Spice', 'customer rating', 'average'], ['Blue Spice', 'area', 'riverside'], ['Blue Spice', 'familyFriendly', 'yes']] Output:
[ "Blue Spice in Riverside has options priced less than £20. It's family-friendly and has an average customer rating.", "The Blue Spice in riverside has an average customer rating. its priced less than £20, and is family friendly.", "In riverside there is a family friendly place called The Blue Spice. It has an average rating and is priced less than £20.", "There's a place near the riverside named Blue Spice that's family friendly with an average customer ratings and a price range with less than £20." ]
task1409-22ca2d774196405e9ec429f34baa9086
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Eagle', 'eatType', 'coffee shop'], ['The Eagle', 'food', 'Fast food'], ['The Eagle', 'priceRange', '£20-25'], ['The Eagle', 'area', 'city centre'], ['The Eagle', 'familyFriendly', 'no'], ['The Eagle', 'near', 'Burger King']] Output:
[ "Near Burger King in city centre is the coffee shop The Eagle. This adult establishment serves fast food at average prices.", "With average prices and fast food, The Eagle coffee shop can be found in city centre near Burger King. This is not a kid friendly establishment." ]
task1409-066af1eb714248b79b4df9be94153b79
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Bionico', 'COUNTRY', 'Mexico'], ['Mexico', 'LANGUAGE', 'Spanish language'], ['Mexico', 'LEADER_NAME', 'Enrique Peña Nieto']] Output:
[ "Enrique Pena Nieto is the leader of Mexico, where the language is Spanish and also where the food Bionico is found.", "Enrique Peña Nieto is the leader of Mexico. The country where Bionico is from and where they speak Spanish.", "Bionico is a food found in Mexico where Spanish is spoken and Enrique Pena Nieto is the leader." ]
task1409-bef818c7b6b04304bd4b4215994fb414
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Dumpling Tree', 'eatType', 'restaurant'], ['The Dumpling Tree', 'food', 'Japanese'], ['The Dumpling Tree', 'priceRange', 'more than £30']] Output:
[ "The Dumpling Tree is a Japanese restaurant that has a price range of more than £30.", "A Japanese restaurant with a price range more than £30 is The Dumpling Tree.", "A Japanese restaurant called The Dumpling Tree has a price range of more than £30.", "The Dumpling Tree restaurant has a price Range of more than 30 pounds selling Japanese food.", "The Dumpling Tree restaurant sells Japanese food with a price Range of more than 30 pounds." ]
task1409-9a3b628509e44f9897f39f401b1a1e34
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Waterman', 'eatType', 'pub'], ['The Waterman', 'food', 'Italian'], ['The Waterman', 'customer rating', '3 out of 5'], ['The Waterman', 'area', 'riverside']] Output:
[ "The Waterman Pub on the riverside offers a guest rating of 3 out of 5 stars for their Italian cuisine.", "The Waterman is an Italian pub near the riverside. It has a customer rating of 3 out of 5 stars.", "For Italian style food, The Waterman pub is located by the river. It has been rated 3 out of 5.", "A pub by the river, The Waterman, rated 3 out of 5, serves Italian style food." ]
task1409-7d65ef32db1b42708b8023c1d4384324
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['William Anders', 'WAS_SELECTED_BY_NASA', '1963'], ['William Anders', 'NATIONALITY', 'United States'], ['William Anders', 'STATUS', '"Retired"'], ['William Anders', 'DATE_OF_BIRTH', '"1933-10-17"'], ['William Anders', 'OCCUPATION', 'Fighter pilot'], ['William Anders', 'BIRTH_PLACE', 'British Hong Kong']] Output:
[ "William Anders was born on October 17th 1933 in British Hong Kong. He joined NASA in 1963 where he worked as a fighter pilot before he retired." ]
task1409-4158137d54454144b3355cb3801952d8
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['John English', 'NATIONALITY', 'Canada'], ['48', 'PLAYER', 'John English'], ['Los Angeles Kings 1984-85 draft picks', 'PICK', '48'], ['John English', 'POSITION', 'Defence']] Output:
[ "John English was a defence player from Canada." ]
task1409-7300bede88af41c8b0ed35132cc75327
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['[TABLECONTEXT]', 'SEASON', '1960-61'], ['[TABLECONTEXT]', '[TITLE]', 'Indios de Oriente'], ['1960-61', 'NOTES', 'Lost semifinal round']] Output:
[ "In the 1960-61 season, Indios de Oriente lost the semifinal round." ]
task1409-63067706ccfb4197b0681d13518593f7
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['04th Vidhan Sabha', 'YEAR', '1967'], ['04th Vidhan Sabha', 'NEAREST_CONTESTING_PARTY', 'BJS']] Output:
[ "The nearest contesting party during the 1967 election was BJS." ]
task1409-2ad729ed3af64696905911503cb0ef70
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Alan Shepard', 'DEATH_PLACE', 'California'], ['Alan Shepard', 'DATE_OF_DEATH', '"1998-07-21"']] Output:
[ "Alan Shepard died in California on July 21, 1998.", "Alan Shepard died in California om July 21, 1998.", "Alan Shepard died in California on July 21st, 1998.", "Alan Shepard died in California on 1998-07-21.", "Alan Shephard passed away on 1998-07-21 in California." ]
task1409-7fe5e367d70542c093e952ac7b43beab
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['[TABLECONTEXT]', 'ROUND', '6'], ['[TABLECONTEXT]', '[TITLE]', '1997 Brisbane Broncos season'], ['6', 'DATE', '5 Apr']] Output:
[ "The Brisbane Broncos season round 6 game was on 5 Apr." ]
task1409-285c0e8080ef40e49d762ee53b9d44fb
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Atlantic City International Airport', 'OPERATING_ORGANISATION', 'Port Authority of New York and New Jersey'], ['Port Authority of New York and New Jersey', 'HEADQUARTER', 'New York'], ['Atlantic City International Airport', 'LOCATION', 'Egg Harbor Township, New Jersey'], ['Egg Harbor Township, New Jersey', 'COUNTRY', 'United States'], ['Egg Harbor Township, New Jersey', 'IS_PART_OF', 'Atlantic County, New Jersey']] Output:
[ "With headquarters in New York, the Port Authority of New York and New Jersey operates Atlantic City International airport. The airport is located in Egg Harbor Township. in Atlantic County, New Jersey, in the United States.", "The Port Authority of New York and New Jersey is based in New York and is the operator of Atlantic City International airport, Egg Harbor Township, Atlantic County, New Jersey, United States.", "The Port Authority of New York and New Jersey has its headquarters in New York and operates Atlantic City International Airport. The airport is located at Egg Harbor Township, Atlantic County, New Jersey, United States." ]
task1409-fcc9ce9b945f4c819940b3d076e2823c
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Phoenix', 'food', 'French'], ['The Phoenix', 'customer rating', 'low'], ['The Phoenix', 'area', 'city centre']] Output:
[ "The Phoenix serves French food at the city centre. It has low customer ratings.", "The Phoenix in the city center with a low customer rating provides French food.", "The Phoenix in the city centre serves French food with low customer ratings.", "The Phoenix in the city center providing French food is rated low." ]
task1409-97f7ebf5ce594f69a8e7c51251d72498