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: [['Wildwood', 'eatType', 'pub'], ['Wildwood', 'food', 'Indian'], ['Wildwood', 'customer rating', '1 out of 5']] Output:
[ "If you're looking for Indian food at decent prices, there's a pub called Wildwood, but it has a poor customer rating.", "There's a pub that serves Indian food for decent prices called Wildwood. Although, it's poorly rated." ]
task1409-cba1355681ec41d1b17a96f39ba0accd
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', 'pub'], ['Cocum', 'priceRange', 'more than £30'], ['Cocum', 'customer rating', 'high'], ['Cocum', 'familyFriendly', 'yes']] Output:
[ "Cocum is a children-friendly high rated pub, priced more than £30.", "Cocum is a children friendly pub with a high customer rating and a price of more than £30 per head.", "Cocum has a high customer rating. It is a child friendly pub with a price range of more than £30.", "Cocum is a highly rated child friendly pub costing more than 30 pounds.", "Cocum is a highly rated, expensive child friendly pub.", "There is a high rated children-friendly pub for more than £30, names Cocum." ]
task1409-389de1ca5e5e410089eaca3d22b98ccb
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', 'RUNWAY_LENGTH', '1873.0'], ['Atlantic City International Airport', 'OPERATING_ORGANISATION', 'Port Authority of New York and New Jersey'], ['Atlantic City International Airport', 'ELEVATION', '23.0'], ['Atlantic City International Airport', 'ICAO_LOCATION_IDENTIFIER', '"KACY"'], ['Atlantic City International Airport', 'RUNWAY_NAME', '"13/31"']] Output:
[ "The Port Authority of New York and New Jersey operate Atlantic City International airport which has the ICAO location identifier of KACY and is 23 metres above sea level. The runway (13/31) has a length of 1,873." ]
task1409-b0d0bb4c57014cd380d609dc57e1145d
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', 'coffee shop'], ['Fitzbillies', 'food', 'Indian'], ['Fitzbillies', 'priceRange', 'moderate'], ['Fitzbillies', 'customer rating', '1 out of 5'], ['Fitzbillies', 'area', 'city centre'], ['Fitzbillies', 'familyFriendly', 'yes']] Output:
[ "Fitzbillies is a kid friendly coffee shop serving Indian food in City Centre. It has moderate price but low customer rating." ]
task1409-5849fda13f0246148044fed1e3a58761
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: [['Strada', 'food', 'Indian'], ['Strada', 'customer rating', 'high'], ['Strada', 'familyFriendly', 'yes'], ['Strada', 'near', 'Rainbow Vegetarian Café']] Output:
[ "The Strada serves Indian food for £20-£25. It has a high customer rating and is kid friendly. It is near The Rainbow Vegetarian Café." ]
task1409-4300c7aab5a345688f50ba894fe8909e
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', 'priceRange', 'more than £30'], ['The Waterman', 'familyFriendly', 'yes']] Output:
[ "An expensive child Friendly restaurant is The Waterman.", "Children friendly restaurant with high prices named The Waterman.", "a children friendly restaurant in the high price range is called The Waterman ." ]
task1409-1c62d07d683349a4981e20bc2efdf25c
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', 'eatType', 'restaurant'], ['Alimentum', 'priceRange', 'less than £20'], ['Alimentum', 'familyFriendly', 'yes']] Output:
[ "Alimentum is a cheap burger restaurant that is family-friendly and just North of City-centre.", "There is a restaurant called Alimentum that is low priced and family friendly." ]
task1409-b8807c57185e4f7589700384d70373f0
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]', 'List of U.S. cities with significant Korean-American populations'], ['Ridgefield', 'PERCENTAGE', '14.31%'], ['[TABLECONTEXT]', 'CITY', 'Ridgefield']] Output:
[ "Ridgefield's Korean-American population is 14.31%." ]
task1409-e540a4363868439ca99887d3609667bd
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 Cambridge Blue', 'eatType', 'restaurant'], ['The Cambridge Blue', 'priceRange', 'moderate'], ['The Cambridge Blue', 'near', 'Café Brazil']] Output:
[ "There is a restaurant that is locate near Café Brazil, The Cambridge Blue pub, that provides average-priced foods.", "The Cambridge Blue pub is a restaurant that provides a average-priced food. It is located near Café Brazil." ]
task1409-ba45244a8b9e488e9be2ef26352f905b
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]', 'Wu Tao'], ['2003', 'COMPETITION', 'Universiade'], ['Universiade', 'POSITION', '1st'], ['[TABLECONTEXT]', 'YEAR', '2003'], ['Universiade', 'VENUE', 'Daegu, South Korea'], ['Universiade', 'NOTES', '62.32 m']] Output:
[ "Wu threw 62.32m, finishing 1st, in a competition in Daegu, South Korea." ]
task1409-f8a4ae9528cb4222a4ffb2b0ec8002d3
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', 'Fast food'], ['The Rice Boat', 'area', 'riverside']] Output:
[ "The Rice Boat is located in the riverside area. It is a Fast food restaurant.", "In riverside there is a restaurant called The Rice Boat that serves Fast food.", "The Rice Boat is a Fast food restaurant based in the riverside area.", "The Rice Boat is a family restaurant that offers fast food options on the river front.", "In the riverside area, there is a Fast food restaurant called The Rice Boat", "A moderately rated family fast food restaurant near the river is The Rice Boat.", "The Rice Boat is a moderately rated family restaurant serving fast food near the river." ]
task1409-cec44d6bb9b5470eb18ffef482f7e6d2
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', 'eatType', 'coffee shop'], ['The Golden Curry', 'food', 'English'], ['The Golden Curry', 'customer rating', '5 out of 5'], ['The Golden Curry', 'familyFriendly', 'yes']] Output:
[ "For a family friendly Café that does British food with a 5 star rating then The Golden Curry is the place" ]
task1409-bc25969f0a814058ae975b3dcfd45acf
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', 'Indian'], ['The Golden Curry', 'customer rating', 'low'], ['The Golden Curry', 'area', 'city centre'], ['The Golden Curry', 'familyFriendly', 'yes'], ['The Golden Curry', 'near', 'Café Rouge']] Output:
[ "Try The Golden Curry for family friendly Indian food, low satisfaction rating. They are near Café Rouge in the city center.", "For family friendly Indian food, try The Golden Curry. They are in the city center near Café Rouge, but they have a low satisfaction rating." ]
task1409-2c650d9b6b5b4870a89a445be40ff053
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', 'coffee shop'], ['Cocum', 'food', 'Indian'], ['Cocum', 'priceRange', 'high'], ['Cocum', 'customer rating', '1 out of 5'], ['Cocum', 'familyFriendly', 'no']] Output:
[ "A coffee shop, Cocum, serves Indian food in the high price range. Customers say it is not child-friendly and it is rated 1 out of 5.", "Children are not allowed at the expensive but low rated Indian coffee shop called Cocum.", "Cocum is an expensive Indian coffee shop that has a poor rating and does not allow children.", "Cocum is a coffee shop that services Indian food in the high price range. Customers rate it 1 out of 5 and say it is not child-friendly." ]
task1409-ee311cf66c1242a1af24b523694fb61f
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: [['Riverside Academy', 'HIGH_GRADE', '4'], ['Riverside Academy', 'NEIGHBORHOOD', 'Riverside'], ['Riverside Academy', 'LOW_GRADE', 'PreK']] Output:
[ "The Riverside Academy in Riverside has PreK to grade 4 only." ]
task1409-f7d2283c01e443038b9054a318b72f88
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', 'priceRange', 'cheap'], ['The Eagle', 'customer rating', '5 out of 5'], ['The Eagle', 'area', 'riverside'], ['The Eagle', 'familyFriendly', 'yes'], ['The Eagle', 'near', 'Burger King']] Output:
[ "The Eagle coffee shop it a cheap and a family friendly place situated down the riverside near Burger King. This is the main reason for receiving a 5 out of 5 customer rating score." ]
task1409-de63985708bb4ed989a885dc6e39e8d0
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 Cambridge Blue', 'food', 'Japanese'], ['The Cambridge Blue', 'customer rating', '3 out of 5']] Output:
[ "Come eat at The Cambridge Blue and enjoy our 3 stars Japanese food.", "The Cambridge Blue serves Japanese food rated 3 out of 5 by customers." ]
task1409-fcb75d2a7270448695c7f7d2bbc62974
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', 'French'], ['The Rice Boat', 'priceRange', '£20-25'], ['The Rice Boat', 'customer rating', '3 out of 5'], ['The Rice Boat', 'familyFriendly', 'yes'], ['The Rice Boat', 'near', 'Express by Holiday Inn']] Output:
[ "Located near Express by Holiday Inn is The Rice Boat, kid friendly, has French food, a customer rating of 3 out of 5 and a price range of 20-25 euros.", "The Rice Boat near Express by Holiday Inn is kid friendly, has French food, a customer rating of 3 out of 5 and a price range of 20-25 euros." ]
task1409-c8d11ee390fa4747bb9453b56cff9e12
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: [['Zizzi', 'eatType', 'pub'], ['Zizzi', 'food', 'Italian'], ['Zizzi', 'customer rating', '1 out of 5'], ['Zizzi', 'familyFriendly', 'yes']] Output:
[ "With a customer rating of 1 out of 5, Zizzi is a children friendly pub that serves Italian food.", "Zizzi pub serves Italian food. It is kid friendly and has a 1 out of 5 rating.", "Zizzi pub serves Italian food, is children friendly, and has a customer rating of 1 out of 5.", "Zizzi is a pub that serves Italian food and is rated 1 out of 5 by customers. It is also children Friendly.", "The kid friendly pub Zizzi has a 1 out of 5 rating. They serve Italian food.", "Zizzi is a children friendly pub serving Italian food with 1 out of 5 customer rating.", "An Italian pub named Zizzi is children friendly with a 1 out of 5 customer rating.", "Zizzi pub has a customer rating of 1 out of 5, is children friendly, and serves Italian food.", "Zizzi, an Italian pub that is family oriented, with a customer rating 1 out of 5", "Zizzi, a kid friendly Italian pub, with a customer rating 1 out of 5." ]
task1409-49a8b09b18eb4fe491be5b1a50cb750a
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: [['Kumar Sangakkara', 'AVERAGE', '39.69']] Output:
[ "Kumar sangakkara's average was 39.69." ]
task1409-cd3b0deffe384634a3c3e4c771984fa9
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 Olive Grove', 'eatType', 'pub'], ['The Olive Grove', 'food', 'Fast food'], ['The Olive Grove', 'area', 'city centre'], ['The Olive Grove', 'familyFriendly', 'no']] Output:
[ "The Olive Grove is a costly fast food center located in the city centre that has pub facility and does not allow kids.", "The Olive Grove is a costly fast food center named Olive Grove located in the city center. It has a pub facility and does not allow kids.", "The Olive Grove is a non-family-friendly pub in the city centre that serves fast food less than L20.", "The Olive Grove is a non-family-friendly fast food pub in the city centre with a price range less than L20." ]
task1409-66803b11574940449e745c34eba2effd
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: [['Kauhaneva-Pohjankangas', 'ESTABLISHED', '1982'], ['Kauhaneva-Pohjankangas', 'VISITATION_(2009)', '4,500'], ['Kauhaneva-Pohjankangas', 'REGION', 'Southern Ostrobothnia / Satakunta']] Output:
[ "Kauhaneva-Pohjankangas, with an annual visitation of 4,500 in 2009, was established in 1982 in the Southern Ostrobothnia/Satakunta region." ]
task1409-a7b835592a124d52974e8be9fb1e69bf
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: [['Edinburgh', 'MAJOR_SUBDIVISIONS', 'Edinburgh, Musselburgh'], ['Edinburgh', 'POPULATION_2001', '452,194']] Output:
[ "Edinburgh urban area has a population of 452,194 and only two major subdivisions: Edinburgh and Musselburgh." ]
task1409-40ba8d4227cb42fe98e20441eff57237
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: [['8', 'ROUND', 'Round of 16'], ['8', 'OPPONENT_TEAM', 'Arsenal'], ['[TABLECONTEXT]', '[TITLE]', '2007-08 A.C. Milan season'], ['8', 'DATE', '4 March 2008'], ['Arsenal', 'SCORE', '0-2'], ['[TABLECONTEXT]', 'MATCH', '8'], ['8', 'HOME/AWAY', 'Home']] Output:
[ "On 4 March, 2008, A.C. Milan was defeated by Arsenal 2-0 in their home game." ]
task1409-e6abdc298b174874bfe71cd8b7a8b231
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', 'LOCATION', 'Cleveland'], ['200 Public Square', 'ARCHITECT', 'HOK (firm)'], ['Cleveland', 'IS_PART_OF', 'Cuyahoga County, Ohio'], ['Cleveland', 'IS_PART_OF', 'Ohio'], ['Cleveland', 'COUNTRY', 'United States']] Output:
[ "200 Public Square is located in Cleveland, Cuyahoga County, Ohio, United States and was designed by HOK.", "200 Public Square in Cleveland, Cuyahoga County, Ohio, United States was designed by the architectural firm HOK.", "The firm HOK were the architects of 200 Public Square, which is located in Cleveland, Cuyahoga County, Ohia, United States." ]
task1409-80c9872761d94d6bbef3160daeac5eb7
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]', 'Israel in the Eurovision Song Contest 1986'], ['[TABLECONTEXT]', 'SONG', "Kmo ha'emuna"], ["Kmo ha'emuna", 'ARTIST', 'Miri Aloni'], ["Kmo ha'emuna", 'DRAW', '3']] Output:
[ "The song Kmo ha'emuna by Israel Artist Miri Aloni is draw 3 in the Eurovision Song Contest 1986" ]
task1409-83ad09f1385743e08eeaff673f85d1ae
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: [['Sam Falson', 'NOTABLE_AS', 'Singer'], ['Sam Falson', 'NATIONALITY', 'American']] Output:
[ "Sam Falson from American is notable as a singer" ]
task1409-0cd3b3f6d6c846d6b40470e7ab45bed6
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', 'more than £30'], ['The Waterman', 'customer rating', 'low'], ['The Waterman', 'area', 'riverside'], ['The Waterman', 'familyFriendly', 'no']] Output:
[ "The Waterman provides a French menu in the riverside area, but has a low customer rating, a high price range and is not child friendly.", "The Waterman serves French food costing more than £30. It is in the riverside area. It is not children friendly and has a low customer rating.", "In the riverside area there is a place called The Waterman which serves French food costing more than £30. It is not children friendly and has a low customer rating." ]
task1409-bd93901079454c978fd2fc5f89aa3728
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: [['Cotto', 'food', 'Fast food'], ['Cotto', 'near', 'Ranch']] Output:
[ "Cotto is a nice place fast food, located near Ranch, with a large clentele and a lovely family atmosphere" ]
task1409-c886271d19bc46d186304e037434db93
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', 'food', 'Indian']] Output:
[ "The Vaults serves Indian food." ]
task1409-eb763700abac49f99d66cc6b59612664
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', 'LOCATION', 'Cleveland'], ['200 Public Square', 'FLOOR_AREA', '111484 (square metres)'], ['200 Public Square', 'FLOOR_COUNT', '45'], ['200 Public Square', 'COMPLETION_DATE', '1985']] Output:
[ "200 Public Square, with 45 floors covering 111484 square metres, is located in Cleveland and was completed in 1985.", "200 Public Square, Cleveland, with 45 floors covering 111484 square metres, was completed in 1985.", "200 Public Square which was completed in 1985 has 45 floors with a total area of 111484 square metres, is located in Cleveland." ]
task1409-1c09efc05e2840c984b8d7902d7401ea
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]', 'YEAR', '1961'], ['1961', 'CITY', 'El Campo, Texas'], ['[TABLECONTEXT]', '[TITLE]', 'Little League World Series (South Region)']] Output:
[ "In 1961, Little League World Series was in EI Campo, Texas." ]
task1409-b9c8755c37d947da8fb8371104cf454f
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: [['Aarhus Airport', 'LOCATION', 'Tirstrup'], ['Tirstrup', 'COUNTRY', 'Denmark'], ['Denmark', 'LANGUAGE', 'Greenlandic language'], ['Tirstrup', 'IS_PART_OF', 'Central Denmark Region']] Output:
[ "The Greenlandic language is spoken in Denmark where Aarhus airport is located in Tirstrup, part of the Central Denmark region.", "Aarhus Airport is located in Tristrup, Denmark, where they speak the Greenlandic language.", "Aarhus Airport is located in the Central Denmark region of Tirstrup, Denmark where the Greenlandic language is spoken?" ]
task1409-c86949d210d54a49a562664027d753e5
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', 'Italian'], ['The Eagle', 'priceRange', 'cheap'], ['The Eagle', 'customer rating', 'average'], ['The Eagle', 'area', 'riverside'], ['The Eagle', 'familyFriendly', 'no'], ['The Eagle', 'near', 'Burger King']] Output:
[ "hello and welcome to The Eagle, we serve the finest Italian food around and have an average customer rating this is very good for a coffee shop we are near Burger King and our area is the riverside our price range is very cheap for such good food at the moment we are not family-friendly.", "hello and welcome to The Eagle, we serve the finest Italian food around and have an average customer rating this is very good for a coffee shop we are near Burger King and our area is the riverside our price range is very cheap for such good food at the moment we are not family-friendly." ]
task1409-825762f643754f3686f5a52546b7a908
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', 'AUTHOR', 'Eric Flint'], ['1634: The Bavarian Crisis', 'PRECEDED_BY', '1634: The Baltic War'], ['Eric Flint', 'BIRTH_PLACE', 'Burbank, California'], ['1634: The Bavarian Crisis', 'PRECEDED_BY', 'The Grantville Gazettes']] Output:
[ "Eric Flint was born in Burbank, California and is the author of 1634: The Bavarian Crisis. The book was preceded by 1634: The Baltic War and The Grantville Gazettes.", "Eric Flint (born in Burbank, California) is the author of 1634: The Bavarian Crisis. The Bavarian Crisis was preceded by 1634: The Baltic War and The Grantville Gazettes.", "1634: The Bavarian Crisis which was preceded by 1634: The Baltic War and was the sequel to The Grantville Gazettes was written by Eric Flint who was born in Burbank California." ]
task1409-34a779e8439345ceb15b2919c653bfd2
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: [['4', 'EVENT', 'Norton 360 Sandown Challenge']] Output:
[ "Norton 360 sandown challenge was in round 4." ]
task1409-e9c81b0f110f498ca51700b136088458
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', 'food', 'Italian'], ['Blue Spice', 'priceRange', 'more than £30'], ['Blue Spice', 'area', 'riverside']] Output:
[ "The Blue Spice offers quality Italian cuisine for over 30 lbs near Riverside", "if you have more than £30 to spend for a Italian food, then go to the riverside area and find Blue Spice." ]
task1409-1f8113b03bb342368da12a1f4eaed34f
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', 'Japanese'], ['Midsummer House', 'priceRange', 'high'], ['Midsummer House', 'near', 'All Bar One']] Output:
[ "Midsummer House has high priced Japanese cuisine. It is convenient to All Bar One and has moderate customer reviews." ]
task1409-ece8362fbae140c4a9b63c064d9e03b2
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', 'priceRange', '£20-25'], ['The Rice Boat', 'customer rating', 'high'], ['The Rice Boat', 'area', 'city centre'], ['The Rice Boat', 'familyFriendly', 'yes'], ['The Rice Boat', 'near', 'Express by Holiday Inn']] Output:
[ "For average priced, highly rated Italian food there is The Rice Boat. It is located in the city centre near Express by Holiday Inn and is child friendly.", "The Rice Boat, in the city centre, serves Italian food for an average price. It is near Express by Holiday Inn and is child friendly. It has been highly rated by customers." ]
task1409-f5fc1b235f7a44d98b4d95a205a0646a
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: [['Jupiter', 'DETECTABLE_BY:', 'First-generation spectrograph']] Output:
[ "Jupiter is detected by first - generation spectrograph." ]
task1409-f9cef2504fbc4693911001e7e411dd28
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: [['American Journal of Mathematics', 'PUBLISHER', 'Johns Hopkins University Press'], ['Johns Hopkins University Press', 'COUNTRY', 'United States'], ['American Journal of Mathematics', 'ISSN_NUMBER', '"0002-9327"']] Output:
[ "The American Journal of Mathematics was published by Johns Hopkins University based in the United States and has an ISSN number of 0002-9327.", "The ISSN number \"0002-9327\" is for American Journal of Mathematics. It is published by the Johns Hopkins University Press and based in the United States.", "The American Journal of Mathematics (ISSN#:0002-9327) is published by the United States' John Hopkins University Press." ]
task1409-fde11dc723f241a8ab50a7c499642f9d
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', 'priceRange', 'high']] Output:
[ "The expensive restaurant The Dumpling Tree offers pasta.", "The Dumpling Tree is an expensive restaurant offering pasta." ]
task1409-cd0caf6c7fb64a6ebee7535b61891342
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: [['18', 'DESTINATIONS', 'Train Station Bus Terminal'], ['[TABLECONTEXT]', '[TITLE]', 'Kingston Transit'], ['[TABLECONTEXT]', 'ROUTE', '18']] Output:
[ "The Kingston Transit stops at Train Station Bus Terminal." ]
task1409-2f611d9b79d6493899f1e17ba9519de9
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', 'food', 'Chinese']] Output:
[ "There is a Chinese called The Vaults which is only suitable for adults and is in the higher prince range.", "The Vaults offers a classy dining experience for adults looking to enjoy Chinese food.", "For a night out without kids, try The Vaults. They serve moderate rated Chinese food." ]
task1409-fea7b1ba9eb94276a1d3c350f5947b9c
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: [['Eribulin Mesylate (E7389)', 'CHEMICAL_CLASS', 'Macrolide']] Output:
[ "The active ingredient of Eribulin Mesylate (E7389) is a type of Macrolide" ]
task1409-bcd9b3196e514a8ab706a7d37f83956a
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: [['August 8', 'SCORE', '2-3'], ['August 8', 'WIN', 'Bobby J. Jones (12-7)'], ['August 8', 'ATTENDANCE', '35,977']] Output:
[ "Bobby J .Jones scored 2-3 on August 8, with 35,977 people in attendance." ]
task1409-6f00a7460c8d478caa514fb54c245a7a
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: [['School of Business and Social Sciences at the Aarhus University', 'CITY', 'Aarhus'], ['European University Association', 'HEADQUARTERS', 'Brussels'], ['School of Business and Social Sciences at the Aarhus University', 'COUNTRY', 'Denmark'], ['School of Business and Social Sciences at the Aarhus University', 'AFFILIATION', 'European University Association'], ['School of Business and Social Sciences at the Aarhus University', 'ESTABLISHED', '1928']] Output:
[ "The School of Business and Social Sciences at the Aarhus University in Aarhus, Denmark was established in 1928. It is affiliated to the European University Association, whose headquarters is in Brussels.", "The School of Business and Social Sciences at the Aarhus University in Denmark was established in 1928 and is affiliated with the European University Association in Brussels." ]
task1409-6cf0a635a843436c9d6cfc16b0360c26
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', 'coffee shop'], ['Cocum', 'food', 'Fast food'], ['Cocum', 'priceRange', 'cheap'], ['Cocum', 'customer rating', '5 out of 5'], ['Cocum', 'familyFriendly', 'yes']] Output:
[ "There is a family friendly Fast food and coffee shop named Cocum. It has a customer rating of 5 out of 5 and is cheap.", "a cheap 5 out of 5 coffee shop which is family Friendly and serving Fast food would be Cocum", "Cocum is a cheap, family friendly coffee shop. It also provides Fast food and has a customer rating of 5 out of 5." ]
task1409-7a819aeb745a4de4800305978c7fd016
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: [['dominion', 'DIRECTED_BY', 'justin hartley'], ['dominion', 'WRITTEN_BY', 'john chisholm']] Output:
[ "John chisholm is the writer of the episodes directed by Justin Hartley." ]
task1409-3c919e6a948f4664afc06780fdfbc8e4
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]', 'List of operettas by Ziehrer'], ['[TABLECONTEXT]', 'TITLE', "Mahomed's Paradies"], ["Mahomed's Paradies", 'GENRE', 'Burleske-Operette'], ["Mahomed's Paradies", 'SUB\xadDIVISIONS', '1 act']] Output:
[ "Mahomed's Paradie is a burleske-operette in one act by Ziehrer." ]
task1409-f289dde3a4574641a458561ff2b0188f
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]', 'Tara Strong'], ['[TABLECONTEXT]', 'TITLE', "Desiree's Wish"], ["Desiree's Wish", 'ROLE', 'Waitress']] Output:
[ "Tara Strong played a waitress in Desiree's Wish." ]
task1409-5e983cad4cf14bc78dea69ff3d5ba58a
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', 'restaurant'], ['The Wrestlers', 'food', 'Fast food'], ['The Wrestlers', 'priceRange', 'high'], ['The Wrestlers', 'area', 'riverside'], ['The Wrestlers', 'familyFriendly', 'yes'], ['The Wrestlers', 'near', 'Raja Indian Cuisine']] Output:
[ "The children friendly fast food restaurant and coffee shop, The Wrestlers is very expensive. It is located in the riverside area near Raja Indian Cuisine" ]
task1409-0684da376a81425f864cb80a99a4e143
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', 'Indian'], ['The Wrestlers', 'priceRange', 'moderate'], ['The Wrestlers', 'area', 'riverside'], ['The Wrestlers', 'near', 'Raja Indian Cuisine']] Output:
[ "The Wrestlers is a coffee shop providing Indian food in the moderate price range. It is located in the riverside. It is near Raja Indian Cuisine.", "The Wrestlers is a coffee shop providing Indian food in the moderate price range. It is located in the riverside. It is near Raja Indian Cuisine." ]
task1409-968faea1f9b248c584869bd9a722d26d
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 B. Miller Hall', 'OWNER', 'College of William & Mary'], ['Alan B. Miller Hall', 'LOCATION', 'Williamsburg, Virginia'], ['Alan B. Miller Hall', 'ARCHITECTURAL_STYLE', 'Georgian architecture']] Output:
[ "The College of William and Mary is the owner of the Georgian styled Alan B. Miller Hall in Virginia.", "The College of William and Mary is the owner of the Alan B. Miller Hall in Williamsburg, Virginia, which was built in the Georgian style of architecture.", "The College of William and Mary is the owner of the Alan B. Miller Hall, it is located in Williamsburg, Virginia and has an Georgian architectural style." ]
task1409-3a5e851c69a54bcb9e25b92b72bc9d58
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: [['California 7', 'RESULT', 'Lost re-election Democratic gain'], ['California 7', 'INCUMBENT', 'Ralph R. Eltse']] Output:
[ "The result in the election in which Ralph R. Eltse was the incumbent was lost re-election democratic gain." ]
task1409-98287892aed842029bf762e5ad9a0a4e
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', 'priceRange', 'high'], ['The Eagle', 'customer rating', 'average'], ['The Eagle', 'area', 'riverside']] Output:
[ "In riverside there is a place named The Eagle. It has an average customer rating and a high price range.", "The Eagle in riverside has an average customer rating and a high price range." ]
task1409-f27f18b7fdea4347b3bad5ec28e2c711
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: [['Agra Airport', 'LOCATION', 'Uttar Pradesh'], ['Uttar Pradesh', 'IS_PART_OF', 'Awadh'], ['Agra Airport', 'OPERATING_ORGANISATION', 'Indian Air Force'], ['Indian Air Force', 'TRANSPORT_AIRCRAFT', 'Boeing C-17 Globemaster III'], ['Uttar Pradesh', 'IS_PART_OF', 'Bundelkhand']] Output:
[ "Agra Airport is located in Uttar Pradesh (part of Bundelkhand and Awadh)and operated by the Indian Air Force. The Boeing C-17 Globemaster III is a transport plane found there.", "Agra Airport is located in Uttar Pradesh and is run by the Indian Air Force. Uttar Pradesh is part of Awadh and Bundelkhand. The Boeing C-17 Globemaster III is a transport aircraft in that Air Force.", "Agra Airport is in Uttar Pradesh, which is part of Awadh and part of Bundelkhand. The airport is operated by the Indian Air Force whose transport aircraft is the Boeing C-17 Globemaster III." ]
task1409-d4aac0f787a54d058906a4321deea151
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: [['Strada', 'eatType', 'restaurant'], ['Strada', 'food', 'Fast food'], ['Strada', 'priceRange', 'high'], ['Strada', 'customer rating', '1 out of 5'], ['Strada', 'familyFriendly', 'yes'], ['Strada', 'near', 'Rainbow Vegetarian Café']] Output:
[ "Strada is a child friendly, high priced, Fast food restaurant near Rainbow Vegetarian Café. It has a customer rating of 1 out of 5." ]
task1409-9cac5771f8b64c52817659ea1464c971
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 Olive Grove', 'eatType', 'pub'], ['The Olive Grove', 'food', 'Chinese'], ['The Olive Grove', 'area', 'city centre'], ['The Olive Grove', 'familyFriendly', 'yes']] Output:
[ "The Olive Grove is pub that serves Chinese food. It is a children-friendly, pricey place located right in the city centre.", "The Olive Grove is a pricey pub, serving Chinese food in the city centre. They are able to accommodate for children." ]
task1409-adb2f5f41465416199098c9eebcf62ce
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: [['Alderney', 'CAPITAL', 'Saint Anne, Alderney']] Output:
[ "Saint Anne is the capital of Alderney." ]
task1409-6a8a7c763799439f88c9f0be215dcd72
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: [['Beryllium', 'GROUP', '2'], ['Beryllium', 'ATOMIC_NO.', '4'], ['Beryllium', 'DESCRIPTION', 'Alkaline earth metal']] Output:
[ "The fourth element, Beryllium is an alkaline earth metal in group 2." ]
task1409-fe18c353739249eca50cbedb6a9e4c38
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', 'restaurant'], ['Blue Spice', 'food', 'English'], ['Blue Spice', 'priceRange', 'less than £20'], ['Blue Spice', 'area', 'city centre']] Output:
[ "Blue Spice is a English restaurant in the city center by less than £20." ]
task1409-84a7c17291a744a0aa3520ba35d4d961
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', 'French'], ['The Golden Palace', 'priceRange', 'more than £30'], ['The Golden Palace', 'customer rating', 'low'], ['The Golden Palace', 'area', 'city centre']] Output:
[ "The Golden Palace is a coffee shop that serves French food in the city centre. The prices range more than £30 and they have a low customer rating.", "The Golden Palace is a French coffee shop that is low rated and priced more than 30. It is located at the city centre" ]
task1409-7d31c4103ec14d15a07782acd20ad416
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 Cambridge Blue', 'eatType', 'restaurant'], ['The Cambridge Blue', 'food', 'Fast food'], ['The Cambridge Blue', 'customer rating', 'low'], ['The Cambridge Blue', 'area', 'city centre']] Output:
[ "The Cambridge Blue is a lowly rated city centre restaurant serving fast food." ]
task1409-dc0a06f65ca442eaa03b674159645189
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: [['Allama Iqbal International Airport', 'OPERATING_ORGANISATION', 'Pakistan Civil Aviation Authority'], ['Lahore', 'COUNTRY', 'Pakistan'], ['Allama Iqbal International Airport', 'LOCATION', 'Punjab, Pakistan'], ['Allama Iqbal International Airport', 'CITY_SERVED', 'Lahore'], ['Punjab, Pakistan', 'LEADER_NAME', 'Malik Muhammad Rafique Rajwana']] Output:
[ "The Pakistan Civil Aviation Authority is the operating organisation of the Allama Iqbal International Airport which is located in Punjab Pakistan. The airport serves the city of Lahore in Pakistan, where Malik Muhammad Rafique Rajwana is the leader.", "The Pakistan Civil Aviation Authority is the operating organisation of the Allama Iqbal International Airport which serves the city of Lahore. It is located in Punjab, Pakistan which is lead by Malik Muhammad Rafique Rajwana.", "The Pakistan Civil Aviation Authority is the operating organisation of the Allama Iqbal International Airport in Punjab, Pakistan where Malik Muhammad Rafique Rajwana is the leader. The airport serves the city of Lahore in Pakistan." ]
task1409-980f9f2e2bb14dcf9e207b057d62ad3b
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: [['Jose Panganiban', 'AREA_KM2', '214.44']] Output:
[ "Jose Panganiban has an area of exactly 214.44 sq. km." ]
task1409-c67929e2835a4a58ba9669d573f94224
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', 'low'], ['The Wrestlers', 'familyFriendly', 'yes']] Output:
[ "The Wrestlers are family friendly with a price range of less than £20. The food is English and the customer rating is low.", "The Wrestlers are family friendly with a price range of less than £20. The food is English and the customer rating is low." ]
task1409-b3eab43a605a4bdeb2c5ec510cd904d3
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: [['Zizzi', 'eatType', 'pub'], ['Zizzi', 'customer rating', '3 out of 5']] Output:
[ "Not all age groups are allowed at a store Zizzi pub that provides good quality food and drinks." ]
task1409-f2a2dfd4e8b44091a2233b9eb8e56e6f
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', 'eatType', 'restaurant'], ['Alimentum', 'food', 'French'], ['Alimentum', 'priceRange', 'cheap'], ['Alimentum', 'customer rating', '5 out of 5'], ['Alimentum', 'area', 'riverside'], ['Alimentum', 'near', 'Yippee Noodle Bar']] Output:
[ "Alimentum is a cheap French restaurant near the Yippee Noodle Bar, in the riverside area. It gets a 5 out of 5 customer rating.", "Located riverside, near Yippee Noodle Bar, there is a French restaurant called Alimentum. It offers cheap food and has a 5 out of 5 customer rating.", "There is a cheap French restaurant in the riverside area near the Yippee Noodle Bar. It is called Alimentum and gets a 5 out of 5 customer rating." ]
task1409-bf8953fd2e084889886a5605c102a26c
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', 'WINNING_DRIVER', 'Thierry Boutsen'], ['6', 'GRAND_PRIX', 'Canadian Grand Prix']] Output:
[ "The 1989 FIA Formula One World Championship was the 43rd season of FIA Formula One motor racing." ]
task1409-e97b3deb9ef642e38c44f86949840b4b
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', 'OFFENSIVE', 'Mark Steenhuis'], ['3', 'DEFENSIVE', 'Ken Montour'], ['3', 'ROOKIE', 'Daryl Veltman']] Output:
[ "Ken Montour was the Defensive Award winner when the Rookie Award was given to Daryl Veltman and the Offensive Award was given to Mark Steenhuis." ]
task1409-48afccfb92534a8a8cc31ce1762aaf59
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: [['Bibimbap House', 'eatType', 'restaurant'], ['Bibimbap House', 'food', 'French'], ['Bibimbap House', 'priceRange', 'more than £30'], ['Bibimbap House', 'near', 'Clare Hall']] Output:
[ "There is a French restaurant that offers food at a price range of more than £30, it is near Clare Hall and is called Bibimbap House" ]
task1409-5891b6c173a44f95871c2119e48828e8
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: [['New Model Police Revolver', "YEARS_MFG'D", '1865-1873']] Output:
[ "The New Model Police Revolver was manufactured from the years 1865-1873" ]
task1409-6e4e1e33787b4c3fa384d61051cc9b61
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', 'food', 'Indian'], ['The Waterman', 'priceRange', 'less than £20'], ['The Waterman', 'customer rating', 'low']] Output:
[ "The Waterman is rated low but it is a restaurant for the whole family. It is located in the heart of the city and offers Indian food for under £20." ]
task1409-daa5a9bfd67542879a59ddda45f62782
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', 'Chinese'], ['The Phoenix', 'priceRange', 'moderate'], ['The Phoenix', 'customer rating', '1 out of 5'], ['The Phoenix', 'area', 'city centre']] Output:
[ "The Phoenix provides Chinese food in the moderate price range. It is located in the city centre. Its customer rating is 1 out of 5.", "The Phoenix is Chinese food in the city centre. Prices are moderate but customer ratings are low.", "The Phoenix provides Chinese food in the moderate price range. It is located in the city centre. Its customer rating is 1 out of 5." ]
task1409-601c214cc8f048669c914f531661b15e
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: [['Clash of the Tritons', 'U.S._VIEWERS_(MILLION)', '2.91']] Output:
[ "Clash of the Tritons had 2.91 million viewers." ]
task1409-7f1f8d018fb245439633a9e220eefeac
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', 'restaurant'], ['Blue Spice', 'food', 'Italian'], ['Blue Spice', 'priceRange', 'high'], ['Blue Spice', 'area', 'riverside']] Output:
[ "In the riverside area there is a high price range Italian restaurant named Blue Spice.", "There is an expensive Italian restaurant named Blue Spice in the riverside area." ]
task1409-f0658af781204c488eb09879de154f81
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: [['trojan horst', 'WRITTEN_BY', 'constance m. burge']] Output:
[ "Constance m. burge wrote the episode titled \"Trojan Horst\"." ]
task1409-adaf9da0bc3c46429ace03cf1b63f7c2
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', 'English'], ['The Rice Boat', 'priceRange', 'moderate'], ['The Rice Boat', 'customer rating', '1 out of 5'], ['The Rice Boat', 'familyFriendly', 'no'], ['The Rice Boat', 'near', 'Express by Holiday Inn']] Output:
[ "With a customer rating 1 out of 5 The Rice Boat offers non kids friendly English food for a moderate price range near the Express by Holiday Inn." ]
task1409-79db5c80f2424b9eb16ecc5c56c1a74c
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', 'restaurant'], ['The Vaults', 'food', 'Italian'], ['The Vaults', 'priceRange', 'moderate'], ['The Vaults', 'familyFriendly', 'yes']] Output:
[ "The Vaults is a great Italian restaurant with a moderate priced menu and is kid friendly.", "There's a kid friendly Italian restaurant named The Vaults with. moderate price range.", "The Vaults is a moderately priced Italian restaurant that is kid friendly.", "The Vaults is a kid-friendly, Italian restaurant. They provide food at the price range of moderate." ]
task1409-ca24d60e1b4b4f82a16cd20dae9287b6
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: [['Winnipeg', 'POPULATION_2011', '663,617']] Output:
[ "Winnipeg has a population of 663,617." ]
task1409-7ea193887a0645b9ae8e8cb857cb9ab6
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: [['AZ Alkmaar', 'MANAGER', 'John van den Brom'], ['John van den Brom', 'CLUB', 'R.S.C. Anderlecht'], ['John van den Brom', 'CLUB', 'Netherlands national football team']] Output:
[ "John van den Brom played for the Netherlands national football team. He now plays for RSC Anderlecht and is manager of AZ Alkmaar.", "John van den Brom plays for the Netherlands football team and RSC Anderlecht, and manages AZ Alkmaair.", "John van den Brom has been manager of AZ Alkmaar and plays for R.S.C. Anderlecht. He previously played for the Netherlands national football team." ]
task1409-fb6de8e876ac4acc9a7736847fc80567
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', 'ESTABLISHED', '2001'], ['AWH Engineering College', 'CITY', '"Kuttikkattoor"']] Output:
[ "In 2001 the AWH Engineering College was established in the city of Kuttikkattoor.", "AWH Engineering College in Kuttikkattoor was established in 2001.", "AWH Engineering College of the city Kuttikkattoor was established in 2001." ]
task1409-1b0e9844dd09448ea4eca47831d0859d
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: [['Harricana', 'VOLUMES', '1'], ['Harricana', 'YEARS', '1992']] Output:
[ "Harricana was in year 1992 from volume 1." ]
task1409-ee30be427d2b403fb9337db2ac44d2d9
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: [['Regan Smith', 'LAPS', '192']] Output:
[ "Regan Smith drove 192 laps." ]
task1409-deb72418614e49b1a96d8d650d15aa99
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: [['Westfield State University', 'LOCATION', 'Westfield, Massachusetts']] Output:
[ "The Westfield State University is located in westfield, massachusetts." ]
task1409-19391073e63b41ed941377964283a6de
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 Plough', 'food', 'Fast food'], ['The Plough', 'priceRange', 'high'], ['The Plough', 'familyFriendly', 'yes'], ['The Plough', 'near', 'Café Rouge']] Output:
[ "The Plough is a high price range, children-friendly, located near the Café Rouge Fast food place to eat.", "There's a Fast food place to eat, and yes it's children-friendly named The Plough which is a high price range near the Café Rouge." ]
task1409-1e8c7600009144d49b269817ca0eac55
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 Twenty Two', 'eatType', 'pub'], ['The Twenty Two', 'customer rating', '3 out of 5'], ['The Twenty Two', 'area', 'riverside'], ['The Twenty Two', 'near', 'Café Sicilia']] Output:
[ "The Twenty Two is a 3 out of 5 star pub near Café Sicilia and the riverside.", "Near Café Sicilia, by the riverside is a pub called The Twenty Two which has a rating of 3 out of 5.", "Near Café Sicilia, there is a pub named The Twenty Two. It has a rating of 3 out of 5, and it's located on the riverside.", "A pub with a 3 out of 5 rating in riverside is The Twenty Two, near Café Sicilia.", "Customers give a 3 out of 5 rating to The Twenty Two, a pub by the riverside near Café Sicilia.", "The Twenty Two is a pub in Riverside has a 3 out of 5 customer rating. It's near Café Sicilia.", "A pub near Café Sicilia is located riverside and named The Twenty Two. Its customer rating is 3 out of 5.", "Near Café Sicilia The Twenty Two pub which has a rating of 3 out of 5 and runs along the riverside.", "Near Café Sicilia there is a pub with a customer rating of 3 out of 5. It is on the riverside and is called The Twenty Two", "Near Café Sicilia in the riverside area, is a pub called The Twenty Two, and has a customer rating of 3 out of 5.", "In the riverside area, near Café Sicilia, is a pub called The Twenty Two, and has a customer rating of 3 out of 5.", "Near Café Sicilia is the pub The Twenty Two on the riverside, with a customer rating of 3 out of 5.", "The Twenty Two is a pub near the riverside and Café Sicilia with 3 out of 5 stars." ]
task1409-903c0d214e124d2bac64d24512293b32
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: [['70 MW', 'TOTAL_POWER', '80 MW'], ['Chinon A1', 'CONSTRUCTION_START', '01.02.1957'], ['Chinon A1', 'NET_POWER', '70 MW'], ['01.02.1957', 'CONSTRUCTION_FINISH', '14.06.1963']] Output:
[ "The total power of the unit whose construction finished on 14.06.1963's 80 mw." ]
task1409-32fba9c9685c4dd09a97829fa4d32095
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', 'priceRange', 'moderate'], ['The Rice Boat', 'customer rating', '3 out of 5'], ['The Rice Boat', 'area', 'riverside'], ['The Rice Boat', 'familyFriendly', 'yes'], ['The Rice Boat', 'near', 'Express by Holiday Inn']] Output:
[ "The Rice Boat is a family friendly moderately priced restaurant located in Riverside near the Express by Holiday Inn. It has a 3 out of 5 rating.", "The Rice Boat is a kid friendly restaurant located near the Express by Holiday Inn in the Riverside area. It is moderately priced and is rated 3 out of 5." ]
task1409-f1e2296bebe1427caecf453423fafe33
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', 'food', 'Indian'], ['Green Man', 'area', 'city centre'], ['Green Man', 'near', 'All Bar One']] Output:
[ "Located in the city centre near All Bar One is the Green Man Indian foods, priced less then £20.", "Near All Bar One is Green Man serving Indian food in city centre area." ]
task1409-815b5ca1a3844fc29bbc88248b2ad29d
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: [['Joe Gibbs Racing', 'CREWMEMBERS', 'Matt Lucas']] Output:
[ "Joe Gibbs Racing's crew chief is Matt Lucas" ]
task1409-d031978636b7495799b036ac3debed9b
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: [['Quinta Normal', 'AREA_KM2', '12.4']] Output:
[ "Commune Quinta normal has an area of 12.4 sq.km." ]
task1409-687c0b5f57d345fc90d24dfcca8ca3e2
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', 'restaurant'], ['The Wrestlers', 'food', 'French'], ['The Wrestlers', 'customer rating', '1 out of 5'], ['The Wrestlers', 'familyFriendly', 'yes']] Output:
[ "Here is a French restaurant called The Wrestlers, kids friendly yes. customer rating and price range 1 out of 5 and moderate." ]
task1409-0099db6be1ca41308fd837a81d980676
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', 'Japanese'], ['The Eagle', 'priceRange', 'high'], ['The Eagle', 'customer rating', '5 out of 5'], ['The Eagle', 'area', 'city centre'], ['The Eagle', 'familyFriendly', 'yes'], ['The Eagle', 'near', 'Burger King']] Output:
[ "The Eagle is a high price range high customer rating coffee shop in the city centre near Burger King. It is kids friendly ad they serve Japanese food.", "There is a kids friendly coffee shop The Eagle in the city centre near Burger King. It has high customer ratings and high price range but they serve Japanese food." ]
task1409-f64c7ea7620c4dd6a89ebcd45996967a
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', 'food', 'Japanese'], ['The Vaults', 'priceRange', 'more than £30'], ['The Vaults', 'familyFriendly', 'no']] Output:
[ "The Vaults costs more than 30. It serves Japanese and is not children friendly.", "The Vaults serves Japanese good costing more than 30. It is not children friendly." ]
task1409-bff93e0aa5b44b6c81dcee376f399a3e
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', 'priceRange', '£20-25'], ['The Golden Palace', 'customer rating', '3 out of 5']] Output:
[ "Next to the river you will find a coffee shop called The Golden Palace. You can eat delicacies such as a cheese board with wine. Moderately priced and with a three-star rating." ]
task1409-1ed35ccd1e4a40afa8512060516ccc22
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', 'priceRange', 'high'], ['The Wrestlers', 'customer rating', 'average'], ['The Wrestlers', 'familyFriendly', 'yes']] Output:
[ "The Wrestlers is kid friendly, with an average customer rating, high price range, and English food.", "The Wrestlers has high priced English food with an average customer rating. It is kid friendly." ]
task1409-5e6ad232911c488d966d34fbab8708bc
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: [['51', 'SEASON', '4'], ['51', 'WINNING_PROFIT_(_AUD_)', '$15,000']] Output:
[ "The winning prize of season 4 is $15,000" ]
task1409-b36497a494724ac9a82c6fed6958f886
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', 'customer rating', 'low']] Output:
[ "Browns Cambridge is a coffee shop providing low quality food and family services. It is located in the north of city after Crown Plaza Hotel.", "Browns Cambridge is a family coffee shop with a 1 star rating not far from Crown Plaza Hotel sat next to the river.", "A family coffee shop Browns Cambridge sat next to the river not far from Crown Plaza Hotel, with a 1 star rating.", "The Browns Cambridge coffee shop is rated one star and it is located near the Crown Plaza Hotel." ]
task1409-c2a8afc34a064c5ba86cb310c5c454f1