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: [['Fitzbillies', 'eatType', 'coffee shop'], ['Fitzbillies', 'food', 'Indian'], ['Fitzbillies', 'priceRange', '£20-25'], ['Fitzbillies', 'customer rating', 'high'], ['Fitzbillies', 'area', 'riverside'], ['Fitzbillies', 'familyFriendly', 'yes']] Output:
[ "Fitzbillies in the riverside area, is a kid Friendly coffee shop , with Indian food, a high customer Rating and in the price range of £20-25.", "Fitzbillies is a coffee shop with Indian food in the price Range of £20-25, a high customer Rating, in the riverside area and is kid Friendly." ]
task1409-5f0e792f2b354c78a50e193891d540d9
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: [['Life is a Carnival', 'ARTIST(S)', 'The Band'], ['Life is a Carnival', 'CONCERT', '4']] Output:
[ "\\Life is a Carnival\\\"\"\t sang by The Band\tin concert 4." ]
task1409-21378d638db241cea16e29bc640a6167
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', 'food', 'Fast food'], ['Bibimbap House', 'area', 'city centre'], ['Bibimbap House', 'near', 'Clare Hall']] Output:
[ "In the city centre, near Clare Hall, you can find the moderate Fast food place Bibimbap House.", "Fast Food was eaten at the city centre inside Bibimbap House , near Clare Hall which the bill was very high.", "Fast Food was eaten at the city centre inside Bibimbap House , near Clare Hall which the bill was very high." ]
task1409-4b34429e30e9466b8b95ababd440b6e5
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', 'Indian'], ['The Rice Boat', 'priceRange', 'cheap'], ['The Rice Boat', 'customer rating', 'average'], ['The Rice Boat', 'area', 'city centre'], ['The Rice Boat', 'familyFriendly', 'no'], ['The Rice Boat', 'near', 'Express by Holiday Inn']] Output:
[ "The Rice Boat serves cheaply priced Indian food and has an average customer rating. It's not family friendly and is in city centre near Express by Holiday Inn.", "An Indian food place near Express by Holiday Inn in city centre with an average customer rating, not kid friendly but is cheap is The Rice Boat." ]
task1409-e5b4a59fa8b548b0a9ab7e3e43a50e5d
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: [['A Loyal Character Dancer', 'COUNTRY', 'United States'], ['United States', 'ETHNIC_GROUP', 'Native Americans in the United States']] Output:
[ "In almost unrelated facts both the Native Americans ethnic group and the book A Loyal Character Dancer originate in the USA.", "A Loyal Character Dancer is published in the United States, a country where the original ethnic group is Native American." ]
task1409-317506d293b0478eba84a878f3a6157f
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', 'Japanese'], ['Fitzbillies', 'priceRange', '£20-25'], ['Fitzbillies', 'customer rating', '3 out of 5'], ['Fitzbillies', 'area', 'city centre']] Output:
[ "Fitzbillies is a Japanese coffee shop in the city centre area. Customers give Fitzbillies 3 out of 5 stars and a price range of £20-25.", "In the city centre area is a Japanese coffee shop called Fitzbillies. Customers give this shop a 3 out of 5 stars. Expect to pay about £20-25." ]
task1409-ed54bdabccbf4d6a960e1873da40f34b
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Beef kway teow', 'REGION', 'Singapore'], ['Singapore', 'LANGUAGE', 'English language']] Output:
[ "Beef kway teow comes from Singaporae region where the English language is spoken.", "English is spoken in Singapore where beef kway teow is a dish." ]
task1409-9bdc1e31dd6f41e195d98c201ae5b62d
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: [['Bacon sandwich', 'COUNTRY', 'United Kingdom'], ['Bacon sandwich', 'ALTERNATIVE_NAME', '"Bacon butty, bacon sarnie, rasher sandwich, bacon sanger, piece \'n bacon, bacon cob, bacon barm, bacon muffin"'], ['Bacon sandwich', 'INGREDIENT', 'Brown sauce']] Output:
[ "Bacon Sandwich is from United Kingdom. This sandwich ingredient is Brown sauce and can also be known as a bacon butty, bacon sarnie, rasher sandwich, bacon sanger, piece 'n bacon, bacon cob, bacon barm, or bacon muffin.", "The bacon sandwich has different names including: Bacon butty, bacon sarnie, rasher sandwich, bacon sanger, piece 'n bacon, bacon cob, bacon barm and bacon muffin, one of its ingredients is Brown sauce and it comes from United Kingdom." ]
task1409-76a1f4eae5a6412c90da6f9c3a7bf0bd
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', 'less than £20'], ['The Eagle', 'area', 'city centre'], ['The Eagle', 'near', 'Burger King']] Output:
[ "The Eagle is Japanese with coffee shop on side Burger King in the city centre with average no less than £20" ]
task1409-ed3f2fbbc1104035859ae0c60e48fa40
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', 'coffee shop'], ['Zizzi', 'priceRange', 'moderate'], ['Zizzi', 'customer rating', '3 out of 5'], ['Zizzi', 'area', 'riverside'], ['Zizzi', 'familyFriendly', 'yes']] Output:
[ "Zizzi is a moderate price range coffee shop located along the riverside. Kid friendly with a 3 out of 5 rating.", "There is a children friendly coffee shop on the riverside called Zizzi. It has a moderate price range and customer rating of 3 out of 5.", "Rated 3 out of 5, and in the riverside area, is the coffee shop known as Zizzi. It is a child-friendly establishment, with moderate prices.", "Zizzi, located in Riverside, is a moderately priced, kid friendly, coffee shop, with a customer rating of 3 out of 5.", "Zizzi is a child friendly coffee shop located in Riverside. Prices are moderate and customers rate it 3 out of 5.", "Located in Riverside you will find Zizzi, a moderately priced, child friendly coffee shop with a customer rating of 3 out of 5.", "Zizzi is a coffee shop located in the riverside area. it is kid friendly and moderately priced. Customers give it a 3 out of 5.", "There is a child friendly coffee shop called Zizzi located on the riverside. Moderate price range with a 3 out of 5 customer rating.", "Zizzi is a moderately priced, kid friendly, coffee shop located in the Riverside area. Customers rate it 3 out of 5.", "Child friendly Zizzi has moderate prices and a 3 out of 5 customer rating. The coffee shop is located in the riverside area.", "There is a kids-friendly coffee shop called Zizzi in the riverside area that has moderate prices and a three out of five customer rating.", "Located in the riverside area Zizzi is a kids friendly coffee shop moderately priced with a customer rating of 3 out of 5", "Zizzi is a kids-friendly coffee shop with moderate prices in the riverside area with a three out of five customer rating.", "Zizzi is a coffee shop in the riverside district. Children are welcome, and its prices are moderate. However, customer ratings hold it at 3 out of 5.", "Zizzi is a kid friendly coffee shop in the riverside area, with prices in the moderate range and a customer rating of 3 out of 5." ]
task1409-7559a460c6e341389ad37aa74305714b
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: [['Adrian Carriers Racing', 'TRUCK(S)', 'Chevrolet Silverado']] Output:
[ "Adrian Carriers Racing uses Chevrolet Silverado as their race track" ]
task1409-d2858133894e46e3851c86ac9e52aa68
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: [['Brian Wallace', 'TO', 'Sep 1994']] Output:
[ "Brian Wallace's term ended on September 1994." ]
task1409-f36f2f29ee2e46768a792e9789c625b4
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: [['Akita Museum of Art', 'LOCATION', 'Akita, Akita'], ['Akita, Akita', 'IS_PART_OF', 'Akita Prefecture'], ['Akita Prefecture', 'COUNTRY', 'Japan'], ['Japan', 'ETHNIC_GROUP', 'Vietnamese people in Japan']] Output:
[ "The Akita Museum of Art is located in Akita which is part of Akita Prefecture that is part of Japan, a country where there is an ethnic group of Vietnamese people.", "The Akita Museum of Art is located in Akita, Akita, in the Akita Prefecture in Japan, a country with the ethnic group of the Vietnamese people.", "Akita Museum of Art is an art museum in the city of Akita, Akita, is part of the Akita Prefecture and the ethnic group is Vietnamese people." ]
task1409-2048b3367498444e8362aac076f42e74
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: [['5', 'CHINESE_TITLE', '潮爆大狀'], ['5', 'FINALE', '34']] Output:
[ "The finale for 潮爆大狀 was 34.0" ]
task1409-45deee7f88314d78a79deb3842479a13
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', 'low']] Output:
[ "Wildwood is a low customer Rating pub, with less than £20 price Range, that serves Indian food.", "Wildwood is an Indian pub with low customer rating. It provides food for less than £20." ]
task1409-39b6b30f80334c0bb8a29ab8cd04b366
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 morning after job', 'WRITTEN_BY', 'chris downey']] Output:
[ "Chris downey wrote the episode titled \"The Morning After Job\"." ]
task1409-126ccfaf18084478895674391eee6140
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: [['Asam pedas', 'COUNTRY', 'Malaysia'], ['Malaysia', 'ETHNIC_GROUP', 'Malaysian Malay'], ['Malaysia', 'CAPITAL', 'Kuala Lumpur'], ['Malaysia', 'ETHNIC_GROUP', 'Malaysian Indian'], ['Asam pedas', 'REGION', 'Malay Peninsula']] Output:
[ "One of the foods found in Malaysia is asam pedas which is from the Malay Peninsula region. Malaysian Indian is one of the ethnic groups on Malaysia and its capital Kuala Lumpur.", "Asam pedas is a food found in the Malay Peninsula of Malaysia, the country where Malaysian Indians and Malay people are ethnic groups. The capital of Malaysia is Kuala Lumpur.", "Malaysia's capital city is Kuala Lumpur and among the country's ethnic groups can be found the Malay people and the Malaysian Indians. Asam Pedas is a dish of the region and can be found throughout the Malaysian peninsula." ]
task1409-b5ee27ecdbee4ff3b237598920b1f785
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: [['Adirondack Regional Airport', 'LOCATION', 'Harrietstown, New York'], ['Adirondack Regional Airport', 'RUNWAY_LENGTH', '2003.0'], ['Adirondack Regional Airport', 'CITY_SERVED', 'Lake Placid, New York'], ['Adirondack Regional Airport', 'ELEVATION', '507'], ['Adirondack Regional Airport', 'CITY_SERVED', 'Saranac Lake, New York']] Output:
[ "Adirondack Regional Airport, located in Harrietstown, New York, serves Lake Placid, NY and Saranac Lake, NY. The length of the runway at this airport is 2003.0 and it lies 507 metres above sea level.", "Adirondack Regional Airport is located in Harrietstown, New York and serves both the cities of Lake Placid and Saranac Lake. The airport is 507 meters above sea level and the length of its runway is 2003.0." ]
task1409-2ee4e118a0434d3eb57aa97365db2489
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', 'restaurant'], ['The Eagle', 'food', 'Fast food'], ['The Eagle', 'priceRange', '£20-25'], ['The Eagle', 'customer rating', 'high'], ['The Eagle', 'area', 'city centre'], ['The Eagle', 'familyFriendly', 'no'], ['The Eagle', 'near', 'Burger King']] Output:
[ "Burger King is a Fast food restaurant with menus ranging around £20-25 near the city centre. It has a high customer rating with a coffee shop named The Eagle, but no, it is not kid friendly." ]
task1409-02de562f59dc4116928ded98069e54eb
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: [['Massimo Drago', 'CLUB', 'U.S. Castrovillari Calcio'], ['A.C. Cesena', 'MANAGER', 'Massimo Drago'], ['Massimo Drago', 'CLUB', 'A.S.D. Licata 1931']] Output:
[ "Massimo Drago has been the manager of A C Cesena and was at the club ASD Licita 1931 but he currently plays for U.S Castrovillari Calcio.", "Massimo Drago was once a player for US Castrovillari Calcio and has been the manager of A C Cesena. He was also at the club ASD Licita 1931.", "Massimo Drago was at the club ASD Licita 1931. He currently plays for U.S Castrovillari Calcio and manages A.C. Cesena." ]
task1409-0130856e755e46fa90ffef1d7d35a601
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: [['Arròs negre', 'INGREDIENT', 'Cubanelle']] Output:
[ "Cubanelle is an ingredient in Arros negre.", "Cubanelle is one of the ingredients in Arros negre." ]
task1409-06c790e785544cb0afa293b60eb35cf0
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: [['Ayam penyet', 'REGION', 'Singapore'], ['Ayam penyet', 'INGREDIENT', 'Fried chicken'], ['Ayam penyet', 'MAIN_INGREDIENTS', '"Squeezed" or "smashed" fried chicken served with sambal'], ['Ayam penyet', 'COUNTRY', 'Indonesia']] Output:
[ "Ayam penyet is a dish from the region of Singapore and Indonesia. The main ingredients of Ayam penyet are \"squeezed\" or \"smashed\" chicken served with sambal. It also has fried chicken in it.", "The fried chicken dish Ayam penyet hails from Indonesia and Singapore. The chicken is \"squeezed\" or \"smashed\" and served with sambal.", "The fried chicken dish Ayam penyet is a dish from Indonesia and Singapore. The chicken is \"squeezed\" or \"smashed\" and served with sambal." ]
task1409-422ab81d19cf4c66880b08bd223ae998
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: [['Plymouth Argyle', 'REPLACED_BY', 'Paul Sturrock'], ['Plymouth Argyle', 'OUTGOING_MANAGER', 'Ian Holloway'], ['Ian Holloway', 'DATE_OF_VACANCY', '21 November 2007'], ['Ian Holloway', 'MANNER_OF_DEPARTURE', 'Resigned (hired by Leicester City)']] Output:
[ "Ian Holloway is Plymouth Argyle team Outgoing manager And Resigned (hired by Leicester City) The date of vacancy is 21 November 2007 Replaced by Paul Sturrock" ]
task1409-1fcb2918c79547d7947c22fcf51eee49
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', 'eatType', 'coffee shop'], ['Cotto', 'food', 'French'], ['Cotto', 'priceRange', 'less than £20'], ['Cotto', 'customer rating', 'average'], ['Cotto', 'area', 'city centre'], ['Cotto', 'near', 'The Portland Arms']] Output:
[ "French food with a less than £20 price range can be found at Cotto. It is a coffee shop with an average rating located at the city centre near The Portland Arms.", "inexpensive French food at Cotto coffee shop in the city centre near The Portland Arms has average customer rating", "Cotto coffee shop is located in the city centre, near The Portland Arms. It offers French food with an average rating and a less than £20 price range.", "Cotto coffee shop has inexpensive French food with average customer rating in the city centre near The Portland Arms" ]
task1409-c34c2a4f7091422c8768459fa3d5134b
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Browns Cambridge', 'eatType', 'coffee shop'], ['Browns Cambridge', 'food', 'French'], ['Browns Cambridge', 'customer rating', '1 out of 5'], ['Browns Cambridge', 'area', 'riverside'], ['Browns Cambridge', 'familyFriendly', 'yes']] Output:
[ "If you go near Crown Plaza Hotel on the riverside, there is a coffee shop called Browns Cambridge that serves French food that 1 out of 5 people absolutely enjoy. The coffee shop is also quite family friendly" ]
task1409-835ed292c637430c8a2cfdad20ef4b17
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', 'familyFriendly', 'no']] Output:
[ "The Golden Curry serves Indian with low customer rating not family friendly.", "The Golden Curry is another place to get Indian food, but they are not family friendly and rate low among customers.", "The Golden Curry has a low customer rating and is not family friendly, but they are another place where you can get Indian food.", "Not family friendly, The Golden Curry serves Indian low customer rating." ]
task1409-4a2d814fe19641e4a04002a263b2b185
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', 'Japanese'], ['The Waterman', 'priceRange', 'cheap'], ['The Waterman', 'customer rating', '5 out of 5'], ['The Waterman', 'area', 'riverside'], ['The Waterman', 'familyFriendly', 'yes']] Output:
[ "The Waterman is a cheap, family friendly Japanese restaurant with a 5 out of 5 customer rating and is located by the river.", "There is a family friendly riverside Japanese restaurant serving cheap food. It is called The Waterman and has a 5 out of 5 customer rating.", "If you are looking for Japanese food located in the picturesque riverside then look no further than the cheap priced The Waterman. This family friendly restaurant is currently rated 5 out of 5 by its customers.", "The Waterman is a beautiful Japanese restaurant set in the Riverside area of Cambridge. The Waterman offers cheap priced, family friendly dining which is rated 5 out of 5 by its customers." ]
task1409-0e5e4873ca994c5e92e1200204e46da9
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 Army Revolver', "YEARS_MFG'D", '1863-1875'], ['New Model Army Revolver', 'CALIBER(S)', '.44'], ['New Model Army Revolver', 'PRODUCTION', '122,000 (approximately)']] Output:
[ "New Model Army Revolver model with Caliber .44 has an production 122,000 approximately in year 1863-1875." ]
task1409-17dacb71a56a4fc1b72b17fe76bc02d8
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: [['Addis Ababa', 'IS_PART_OF', 'Addis Ababa Stadium'], ['Addis Ababa City Hall', 'COUNTRY', 'Ethiopia'], ['Addis Ababa City Hall', 'LOCATION', 'Addis Ababa'], ['Ethiopia', 'LANGUAGE', 'Amharic']] Output:
[ "Addis Ababa Stadium, named for its city location, is located in Amharic-speaking Ethiopia.", "Both Addis Ababa City Hall and Addis Ababa Stadium are located in Addis Ababa, Ethiopia, where Amharic is spoken.", "The Addis Ababa Stadium and the Addis Ababa City Hall is in Addis Ababa in Ethiopia. Amharic is spoken in Ethiopia." ]
task1409-9ed47c31b0fe4503a740ccb6fcd427a8
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', 'Japanese'], ['Wildwood', 'priceRange', 'less than £20'], ['Wildwood', 'customer rating', 'average']] Output:
[ "Wildwood is an inexpensive Japanese pub. Rated 3 out of 5.", "There is an average customer rating cheap pub in the city Wildwood and they serve Japanese food.", "The Japanese pub called Wildwood has an average rating with prices less than 20.", "If you're looking for an inexpensive Japanese pub, give Wildwood a try. Rated 3 out of 5.", "Wildwood is a pub in the city that serves Japanese food. The pub has average customer ratings and cheap prices." ]
task1409-3ae0d0fbbab042e188c979732dca7bf1
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', 'more than £30'], ['Midsummer House', 'customer rating', '5 out of 5'], ['Midsummer House', 'near', 'All Bar One']] Output:
[ "Midsummer House is near All Bar One with a customer rating of 5 out of 5. It has a price range of more than £30 and serves Japanese food.", "Midsummer House serves Japanese food and has a price range of more than £30. It is near All Bar One and is highly rated by customers with a score of 5 out of 5.", "Midsummer House offers Japanese cuisine for more than 30 euros. They have an outstanding customer rating of 5 out of 5. Located near All Bar One.", "Midsummer House has a 5 out of 5 rating, for more than 30 euros you can enjoy their Japanese cuisine. Located near All Bar One." ]
task1409-c80a79f383714a799274eaa2354116b3
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]', 'NAME', 'Nikolajs Galdiņš'], ['Nikolajs Galdiņš', 'SERVICE', 'Waffen-SS'], ['[TABLECONTEXT]', '[TITLE]', "List of Knight's Cross of the Iron Cross recipients (G)"]] Output:
[ "Nikolajs Galdiņš\t of the Waffen-SS received the Knight's Cross of the Iron Cross." ]
task1409-5ae297ee1ed3410586ee1a664e3c6b8b
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', 'Italian'], ['Fitzbillies', 'priceRange', 'moderate'], ['Fitzbillies', 'customer rating', 'average'], ['Fitzbillies', 'area', 'riverside'], ['Fitzbillies', 'familyFriendly', 'yes']] Output:
[ "Fitzbillies coffee shop in the Riverside area is children-friendly, offers Italian food in the high price range and has an average customer rating." ]
task1409-78363891c5a840389ea44731dc231467
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', 'Japanese'], ['The Waterman', 'priceRange', '£20-25'], ['The Waterman', 'customer rating', '3 out of 5'], ['The Waterman', 'area', 'city centre'], ['The Waterman', 'familyFriendly', 'yes']] Output:
[ "The Waterman is rated 3 out of 5. The Waterman serves Japanese food at an average price range. It's located in the city centre. You can bring your kids as it is kid-friendly.", "The Waterman is in the city centre that is 20-25 euros. They serve Japanese,with a customer rating of 3 out of 5. They are kid friendly." ]
task1409-10d8e347133340d29653f135f182de5e
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', 'Made in America'], ['[TABLECONTEXT]', '[TITLE]', 'Jennifer Tilly'], ['Made in America', 'YEAR', '1993']] Output:
[ "Made in America was a 1993 movie featuring Jennifery Tilly." ]
task1409-1bc7c57d41e349b6b51d8298606df097
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', 'Italian'], ['The Wrestlers', 'priceRange', 'cheap'], ['The Wrestlers', 'customer rating', 'average'], ['The Wrestlers', 'familyFriendly', 'yes']] Output:
[ "The Wrestlers sell Italian food such as spaghetti, and of course wine. Cheap and good value, judging by the three-star rating. Good for families, they accept children and prams." ]
task1409-9daaf20c19cb4241ba6b9bf63518c9be
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', 'Italian'], ['The Waterman', 'priceRange', 'cheap'], ['The Waterman', 'area', 'riverside']] Output:
[ "The Waterman is an inexpensive Italian restaurant located on the river that caters to families." ]
task1409-a3934e9488244fa6b4ef580a645094bf
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: [['1998', 'PLAYOFFS', 'Conference Semifinals'], ['1998', 'US_OPEN_CUP', 'Did not qualify'], ['1998', 'REGULAR_SEASON', '2nd, Pacific']] Output:
[ "The regular season standings for the year when the playoffs reached the conference semifinals but the team did not qualify for the US Open Cup was 2nd, pacific." ]
task1409-71f7d4df364b45b5ba859034726f0d5c
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: [['Ryan ten Doeschate', 'BALLS', '108'], ['Ryan ten Doeschate', 'OPPOSING_TEAM', 'Ireland'], ['Ryan ten Doeschate', 'TEAM', 'Netherlands'], ['Ryan ten Doeschate', 'RESULT', 'Lost']] Output:
[ "Ryan ten Doeschate from the Netherlands had 108 balls. They lost to Ireland." ]
task1409-34143f03ad8c4d69a5aa1c3d465322a3
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: [['Anaheim, California', 'AREA_TOTAL', '131.6 (square kilometres)']] Output:
[ "Anaheim, California has a total area of 131.6 square kilometres.", "The total area of Anaheim California is 131.6 sq km.", "The total area for Anaheim California is 131.6 square kilometres." ]
task1409-8035d76a589040df93c646bc6228b3ea
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Alimentum', 'food', 'Indian'], ['Alimentum', 'priceRange', 'cheap'], ['Alimentum', 'customer rating', 'average'], ['Alimentum', 'area', 'city centre'], ['Alimentum', 'near', 'Yippee Noodle Bar']] Output:
[ "Alimentum isn't near the Yippee Noodle Bar in the city Centre. It serves cheap Indian food with an average customer rating.", "Alimentum is an affordable Indian food establishment with an average customer rating located in the City Centre, near Yippee Noodle Bar.", "Alimentum offers cheap Indian food in the city centre, near the Yippee Noodle Bar. It has an average rating by customers." ]
task1409-4aab0752492e466c86c48f0095a0ce9f
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: [['A petition for a decision as to the constitutionality of a legal provision', 'SECTIONS_OF_THE_CONSTITUTION_ALLOWING_THEIR_INSTITUTION', 'Section 212'], ['[TABLECONTEXT]', 'NUMBER', '14'], ['14', 'MATTERS', 'A petition for a decision as to the constitutionality of a legal provision'], ['A petition for a decision as to the constitutionality of a legal provision', 'TYPE', 'Constitutionality of law'], ['[TABLECONTEXT]', '[TITLE]', 'Constitutional Court of Thailand']] Output:
[ "Section 212 of the Constitutional Court of Thailand concerns itself with the constitutionality of law." ]
task1409-0c43f6ec25204d4780e576524835ad53
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: [['Fight or Flight', 'DIRECTED_BY', 'Colin Bucksey'], ['Fight or Flight', 'ORIGINAL_AIR_DATE', 'July 12, 2007']] Output:
[ "Fight or Flight was directed by Colin Bucksey and aired on July 12, 2007." ]
task1409-652af04c7b554257b14e580380027729
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Browns Cambridge', 'eatType', 'coffee shop'], ['Browns Cambridge', 'food', 'French'], ['Browns Cambridge', 'customer rating', 'average'], ['Browns Cambridge', 'area', 'city centre'], ['Browns Cambridge', 'familyFriendly', 'no'], ['Browns Cambridge', 'near', 'Crowne Plaza Hotel']] Output:
[ "Near Crowne Plaza Hotel, in the centre of the city is Browns Cambridge. It is a French coffee shop that is rated average and not family-friendly.", "Browns Cambridge is an average rated, non family-friendly coffee shop that serves French food and is located in the city centre near the Crowne Plaza Hotel.", "Browns Cambridge is near the Crowne Plaza Hotel in the city centre. It is a coffee shop serving French food. It is not family-friendly and the customer rating is average.", "There is an average rated, non family-friendly coffee shop that serves French food and is located in the city centre near the Crowne Plaza Hotel, called Browns Cambridge", "Browns Cambridge is a coffee shop near the Crowne Plaza Hotel in the city centre. It serves French food. The customer rating is average and it is not family-friendly." ]
task1409-9e6df09f825a407988ea11d0184eefb9
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', 'moderate'], ['The Eagle', 'customer rating', '3 out of 5'], ['The Eagle', 'familyFriendly', 'yes'], ['The Eagle', 'near', 'Burger King']] Output:
[ "There is a kid friendly river side Italian coffee shop near Burger King named The Eagle with a 3 out of 5 rating and a moderate price rating.", "There is a kid friendly river side Italian coffee shop near Burger King named The Eagle with a 3 out of 5 rating and a moderate price rating." ]
task1409-f4cfd32d92e24e618a64b80e7be61cbb
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: [['Barny Cakes', 'COUNTRY', 'France'], ['France', 'LANGUAGE', 'French language']] Output:
[ "Barny Cakes originated in France, where French is a spoken language.", "Barny cakes come from France where French is the national language.", "Barny cakes are found in France where the French language is spoken." ]
task1409-dbffa868bbf14599aa661710b0bedc94
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', 'customer rating', 'high'], ['The Waterman', 'area', 'city centre'], ['The Waterman', 'familyFriendly', 'yes']] Output:
[ "There is a child friendly restaurant in city centre that has a high customer rating and a higher price range called The Waterman.", "The Waterman, a child friendly restaurant in city centre has a high customer rating and a higher price range." ]
task1409-99cac031704b4254a41e0e1e933ffa9d
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: [['Steve Corica', 'POSITION', 'MF'], ['Steve Corica', 'CLUB', 'Sydney FC']] Output:
[ "Steve Corica played position MF in Sydney FC" ]
task1409-0a03675140784cfe9047da29216b10ea
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Browns Cambridge', 'eatType', 'restaurant'], ['Browns Cambridge', 'food', 'Italian'], ['Browns Cambridge', 'customer rating', 'low'], ['Browns Cambridge', 'familyFriendly', 'yes']] Output:
[ "Try Browns Cambridge located near the Crown Plaza Hotel. It is a family friendly, Italian restaurant and coffee shop with a low customer rating." ]
task1409-e09244c1c2344a94ac02783bb72711b3
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: [['Gunbird Special Edition / Gunbird 1&2', '6TH_GEN', 'PlayStation 2'], ['[TABLECONTEXT]', '[TITLE]', 'Psikyo'], ['Gunbird Special Edition / Gunbird 1&2', 'RELEASE', '2004'], ['[TABLECONTEXT]', 'TITLE', 'Gunbird Special Edition / Gunbird 1&2']] Output:
[ "In 2004, Psikyo released Gunbird Special Edition / Gunbird 1&2 for PlayStation 2." ]
task1409-ea0d5685266d49a2ad426c052f8fdd39
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: [['World Indoor Championships', 'VENUE', 'Maebashi, Japan'], ['Melissa Morrison-Howard', 'COMPETITION', 'World Indoor Championships'], ['Melissa Morrison-Howard', 'EVENT', '60 m hurdles']] Output:
[ "Melissa Morrison-Howard participated in 60 m hurdles at the World Indoor Championships held in Maebashi, Japan." ]
task1409-018002509e764cb193aa8591fc833255
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', 'ORIGINAL_AIR_DATE', '20 February 1983'], ['51', 'TITLE', 'Cheering Up Ludovic']] Output:
[ "Cheering Up Ludovic aired on February 20, 1983." ]
task1409-e3284ec85ffc47dbbc05684422f640b6
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['300 North LaSalle', 'LOCATION', 'Chicago'], ['Chicago', 'LEADER_NAME', 'Susana Mendoza']] Output:
[ "300 North LaSalle is located in Chicago where Susana Mendoza is a leader.", "The leader of Chicago is Susana Mendoza and 300 North LaSalle is also located in that city.", "300 North LaSalle is located in Chicago, which is lead by Susana Mendoza." ]
task1409-56a60c4333cc474c80d3e2a38084ef03
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', 'priceRange', 'cheap'], ['The Waterman', 'customer rating', '5 out of 5'], ['The Waterman', 'area', 'city centre'], ['The Waterman', 'familyFriendly', 'yes']] Output:
[ "The family friendly The Waterman in the city centre provides low priced food with a high customer rating of 5 out of 5." ]
task1409-8f52d7fc699147e5903a8a29cdec7be3
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', 'restaurant'], ['The Eagle', 'priceRange', 'moderate'], ['The Eagle', 'customer rating', '1 out of 5'], ['The Eagle', 'area', 'riverside']] Output:
[ "A restaurant called The Eagle is located in the area of riverside. It had a moderate price range, but it has a low customer rating of 1 out of 5.", "The Eagle is a moderate priced restaurant located in the area of riverside. It has a customer rating of 1 out of 5.", "The Eagle is a 1 star restaurant in the riverside area. It is moderately priced.", "In the riverside area there is a moderately priced, 1 star restaurant named The Eagle." ]
task1409-da6fbf779f3d410d8b32b21d3c584b59
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']] Output:
[ "Eat English cooked meals in quiet atmosphere at The Rice Boat." ]
task1409-55b74c48c17e4415bb2f0b8e9b30e451
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', 'Japanese'], ['Fitzbillies', 'priceRange', 'high'], ['Fitzbillies', 'customer rating', '3 out of 5'], ['Fitzbillies', 'area', 'city centre']] Output:
[ "Fitzbillies is a high priced coffee shop in the city centre that provides Japanese food. It has a customer rating of 3 out of 5 and children are prohibited." ]
task1409-7da426feb91b4ab5a2887837c2f59b49
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['300 North LaSalle', 'LOCATION', 'Chicago'], ['Illinois', 'COUNTRY', 'United States'], ['Chicago', 'IS_PART_OF', 'Illinois']] Output:
[ "300 North LaSalle is located in Chicago, Illinois, United States.", "300 North LaSalle is located in the city of Chicago, Illinois, United States." ]
task1409-1b28f5c86be24a909aea73b600c74735
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: [['Destiny of the Daleks', 'RELEASE_DATE', '2012-11-05 5 November 2012']] Output:
[ "The release date for Destiny of the Daleks is 2012-11-05 5 november 2012." ]
task1409-c89a237201564d2cbbdb34800dae9357
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', 'Indian'], ['The Eagle', 'priceRange', 'more than £30'], ['The Eagle', 'customer rating', 'high'], ['The Eagle', 'area', 'riverside'], ['The Eagle', 'familyFriendly', 'yes'], ['The Eagle', 'near', 'Burger King']] Output:
[ "The Eagle is a riverside coffee shop near Burger King offering Indian food for more than £30. It is highly rated and is child friendly.", "The Eagle is a highly rated child friendly coffee shop offering Indian food for more than £30. They are located on the riverside near Burger King", "The Eagle is a coffee shop with Indian food in riverside near Burger King. They have a high customer rating, are children friendly, but cost more than 30 pounds." ]
task1409-b2d010816a1c40d594bbfd765204f0e7
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: [['2003 Wizard Home Loans Cup Week 1', 'AWAY_TEAM', 'Fremantle'], ['West Coast', 'HOME_TEAM_SCORE', '1.13.0.13 (100)'], ['2003 Wizard Home Loans Cup Week 1', 'HOME_TEAM', 'West Coast']] Output:
[ "The home team scored 1.13.0.13 (100) when fremantle is the away team." ]
task1409-6b2970952def4de4ba4280d5b8ce3206
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', 'Indian'], ['The Rice Boat', 'customer rating', '3 out of 5'], ['The Rice Boat', 'area', 'riverside']] Output:
[ "The Rice Boat provides Indian food It is located in the riverside. Its customer rating is 3 out of 5." ]
task1409-bd3a1faaa84048cfa05d15b1d7231b77
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Punter', 'food', 'Chinese'], ['The Punter', 'priceRange', 'cheap']] Output:
[ "The Punter, has a cheap price range and offers Chinese food.", "The Punter, offers Chinese food, within a cheap price range.", "The Punter offers cheap Chinese food.", "The Punter serves cheap Chinese food.", "Cheap Chinese food is on offer at The Punter." ]
task1409-aa3e186ae6354484adb3cc005293747b
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: [['Bhajji', 'COUNTRY', 'India'], ['India', 'LEADER_NAME', 'Narendra Modi'], ['Bhajji', 'REGION', 'Karnataka'], ['Karnataka', 'LEADER_NAME', 'Vajubhai Vala']] Output:
[ "Bhajji comes from the Karnataka region of India. Narendra Modi is a leader in India and Vajubhai Vala is also a leader." ]
task1409-5c72b0c0fe334c3aa3cf5522dc0896ae
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 Airport', 'RUNWAY_LENGTH', '497.0'], ['Alderney Airport', '1ST_RUNWAY_SURFACE_TYPE', 'Asphalt'], ['Alderney Airport', 'CITY_SERVED', 'Alderney'], ['Alderney Airport', 'ELEVATION', '88.0'], ['Alderney Airport', 'RUNWAY_NAME', '"03/21"']] Output:
[ "Alderney is served by Alderney airport which is located 88 metres above sea level. The 1st runway is made from asphalt, is 497.0 in length and has the name 03/21.", "Alderney Airport serves the city of Alderney and situated 88 meters above sea level and its first runway is surfaced with asphalt.03/21 is the name of the airport's runway and it is 497.0 meters long.", "Alderney Airport serves the city of Alderney. It is situated 88 meters above sea level. The 1st runway has an asphalt surface. It measures a length of 497.0 and is known as 03/21." ]
task1409-702618d6dbd04ccb84adcd8a58c64726
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: [['Anderson, Indiana', 'IS_PART_OF', 'Anderson Township, Madison County, Indiana']] Output:
[ "Anderson, Indiana is part of Anderson Township, Madison County, Indiana.", "Anderson is part of Anderson Township, Madison County, Indiana.", "Anderson, Indiana, is part of the Anderson Township, Madison County in Indiana." ]
task1409-d0f8a8e397cd4693be78deee56c2fd51
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', 'French']] Output:
[ "Cocum is a French food medium rated coffee shop with okay prices. Bring your kids and they will also enjoy." ]
task1409-99d8969144344273835b5b98a51f9ed5
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', 'LOCATION', 'Pakistan'], ['Allama Iqbal International Airport', 'RUNWAY_LENGTH', '2900.0']] Output:
[ "Allama Iqbal International Airport is located in Pakistan and has a runway length of 2900.", "Allama Iqbal International airport is located in Pakistan with a runway length of 2900m.", "The runway length of Allama Iqbal International Airport, Pakistan, is 2900.0." ]
task1409-a438cdecdf974266a6baa15fa5dc6ba8
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', 'Japanese'], ['Bibimbap House', 'priceRange', 'less than £20'], ['Bibimbap House', 'area', 'city centre'], ['Bibimbap House', 'near', 'Clare Hall']] Output:
[ "In the city centre near Clare Hall is a Japanese restaurant called Bibimbap House. It is less than £20.", "Bibimbap House is a Japanese restaurant with a price range of less than £20. It is in the city centre near Clare Hall." ]
task1409-0a4d7390395348708b108b23c148dbc3
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', 'eatType', 'restaurant'], ['Cotto', 'food', 'Fast food'], ['Cotto', 'customer rating', '3 out of 5'], ['Cotto', 'familyFriendly', 'yes'], ['Cotto', 'near', 'Ranch']] Output:
[ "kids friendly Fast food restaurant near Ranch called Cotto with a customer rating of 3 out of 5" ]
task1409-56742c6f713f4fedbe06fe7bd71bbc1e
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['The Dumpling Tree', 'eatType', 'restaurant'], ['The Dumpling Tree', 'food', 'Indian'], ['The Dumpling Tree', 'priceRange', 'moderate']] Output:
[ "The Dumpling Tree is a moderate priced Indian restaurant.", "The Dumpling Tree is a restaurant serving Indian food in a moderate price range.", "The Dumpling Tree is an Indian restaurant that offers a moderate price range", "The Dumpling Tree is an Indian food restaurant with a moderate price", "An Indian restaurant called The Dumpling Tree offers food at a moderate price", "The Dumpling Tree is a moderately priced restaurant serving Indian food." ]
task1409-923cbbc606bc48e38ccb7cf56042e4fe
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Midsummer House', 'food', 'Italian'], ['Midsummer House', 'customer rating', 'low'], ['Midsummer House', 'near', 'All Bar One']] Output:
[ "Midsummer House as prices of about 20. they have Italian food with a low rating near All Bar One." ]
task1409-1081fa2c3a32415f83e1f27fb16751f9
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['William Anders', 'DATE_OF_BIRTH', '"1933-10-17"'], ['William Anders', 'OCCUPATION', 'Fighter pilot'], ['William Anders', 'BIRTH_PLACE', 'British Hong Kong'], ['William Anders', 'WAS_A_CREW_MEMBER_OF', 'Apollo 8']] Output:
[ "William Anders was born on October 17, 1933 in British Hong Kong, served as a fighter pilot and crew member of Apollo 8.", "William Anders (born in British Hong Kong on 1933-10-17) was a crew member of Apollo 8 and also a fighter pilot." ]
task1409-c95d80bb84084ac98f0d551449a627a4
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: [['Bob Johnson', 'POSITION', 'Center'], ['Bob Johnson', 'AFL_TEAM', 'Cincinnati Bengals'], ['Bob Johnson', 'COLLEGE', 'Tennessee']] Output:
[ "A center from Tennessee went to the Cincinnati Bengals." ]
task1409-a831a0fab168408c9ea485251babb06a
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: [['Bacon sandwich', 'DISH_VARIATION', 'BLT'], ['Bacon sandwich', 'COUNTRY', 'United Kingdom'], ['Bacon sandwich', 'ALTERNATIVE_NAME', '"Bacon butty, bacon sarnie, rasher sandwich, bacon sanger, piece \'n bacon, bacon cob, bacon barm, bacon muffin"'], ['Bacon sandwich', 'INGREDIENT', 'Bread']] Output:
[ "The bacon sandwich. which is found in the UK, has different names including: Bacon butty, bacon sarnie, rasher sandwich, bacon sanger, piece 'n bacon, bacon cob, bacon barm and bacon muffin. Bread is an ingredient of this sandwich, which is a variation on a BLT.", "The bacon sandwich comes from the United Kingdom and is a variation of the BLT. One of the ingredients is bread and the sandwich can also be known as a bacon butty, bacon sarnie, rasher sandwich, bacon sanger, piece 'n bacon, bacon cob, bacon barm, or bacon muffin." ]
task1409-4add7b34606a49debd1c302ba23663a4
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: [['Late Bloomers', 'LANGUAGES', 'Swiss German']] Output:
[ "The language for the movie \"Late Bloomers was swiss german\"." ]
task1409-15d046d756c74c86b4a1acb12fd025e9
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: [['Brussels Capital Region', 'FRENCH_LANGUAGE_GROUP_SEATS', '13/14'], ['Chamber of Representatives (Belgium)', 'FRENCH_LANGUAGE_GROUP_ELECTORAL_DISTRICT_(AS_OF_2012)', 'Brussels Capital Region'], ['Antwerp', 'DUTCH_LANGUAGE_GROUP_SEATS', '24'], ['Chamber of Representatives (Belgium)', 'DUTCH_LANGUAGE_GROUP_ELECTORAL_DISTRICT_(AS_OF_2012)', 'Antwerp']] Output:
[ "There are 24 Dutch language group Seats in the Antwerp electoral district, and the seats for French speaking group is 13/14 in another district." ]
task1409-75bf664b371241618f4b9ea39ab378d9
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', 'cheap'], ['The Eagle', 'customer rating', '5 out of 5'], ['The Eagle', 'familyFriendly', 'no'], ['The Eagle', 'near', 'Burger King']] Output:
[ "there is a low price coffee shop named The Eagle near Burger King that serving Japanese food with a customer rating of 5 out of 5 but not family-friendly", "The Eagle is a low price coffee shop near Burger King that serving Japanese food with a customer rating of 5 out of 5 but not family-friendly" ]
task1409-9e4801f38db84f82802dd5aaa275738a
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', 'Revolving Door'], ['Revolving Door', 'YEAR', '2001'], ['Revolving Door', 'PEAK_CHART_POSITIONS_AUS', '76'], ['[TABLECONTEXT]', '[TITLE]', 'Crazy Town']] Output:
[ "Revolving Door, by Crazy Town, teached position 76 on the chart in Australia." ]
task1409-f3979231a1444eea905d2b4534a1c1ba
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', 'eatType', 'restaurant'], ['Midsummer House', 'priceRange', 'high'], ['Midsummer House', 'customer rating', 'average'], ['Midsummer House', 'near', 'All Bar One']] Output:
[ "Midsummer House is a high priced restaurant located near All Bar One. It has a 3 star rating.", "There is a high-priced, three star restaurant located near All Bar One names Midsummer House.", "Midsummer House is a high priced, three star restaurant located near All Bar One.", "There is a restaurant called Midsummer House near All Bar One, it's high priced and has an average customer rating.", "There is a restaurant located near All Bar One called Midsummer House. It is in the high price range with a 3 star rating." ]
task1409-530d7946b39d4fc98085242330057172
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: [['U-638', 'SUNK_BY', 'HMS Sunflower'], ['HMS Sunflower', 'CASUALTIES', '44']] Output:
[ "U-638 was sunk by HMS Sunflower, resulting in 44 casualties." ]
task1409-144a66dea21b4050998f45ee434e32c1
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: [['Arem-arem', 'COUNTRY', 'Indonesia'], ['Indonesia', 'LEADER_NAME', 'Jusuf Kalla'], ['Arem-arem', 'REGION', 'Javanese cuisine'], ['Indonesia', 'CURRENCY', 'Indonesian rupiah'], ['Indonesia', 'LANGUAGE', 'Indonesian language']] Output:
[ "Arem arem is a Javanese dish from the country of Indonesia, where Jusuf Kalla is the leader, Indonesian is the language spoken and the currency is the Indonesian rupiah.", "Jusuf Kalla is the leader of Indonesia, where the Indonesian language is spoken and the currency is the Indonesian rupiah. The Javanese dish arem-arem is a commonly served in Indonesia.", "Arem-arem is a Javanese dish found in Indonesia where Indonesian is spoken and Jusuf Kalla is a leader. Indonesia's currency is the rupiah." ]
task1409-8b8c799e3ce74a27aff77d7c591706e0
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: [["Brisbane Girls' Grammar School", 'LOCATION', 'Spring Hill']] Output:
[ "The location of the school named Brisbane Girls' Grammar School is spring hill." ]
task1409-b2ea9db25a874b1db2fae58d89990eee
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: [['AZAL PFK', 'SEASON', '2014–15 Azerbaijan Premier League'], ['AZAL PFK', 'NUMBER_OF_MEMBERS', '3500']] Output:
[ "AZAL PFK Bakou which has 3500 members is playing in the Azerbaijan PremierLeague, 2014–15.", "AZAL PFK Bakou, whose ground has a capacity of 3500, played in the Azerbaijan Premier League, 2014–15.", "AZAL PFK were in the Azerbaijan Premier League in 2014-15 and have 3500 members." ]
task1409-be0ee1b3a24343399b2e4007f6e2359f
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: [['Galavisión', 'AFFILIATES', '1']] Output:
[ "The network Galavisión has 1 affiliate." ]
task1409-6e05e639bdd64ebca0bfa0d8db487843
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', 'French'], ['Fitzbillies', 'customer rating', '5 out of 5'], ['Fitzbillies', 'area', 'riverside']] Output:
[ "For a five star coffee experience, come down to the riverside and visit Fitzbillies, for real French style coffee." ]
task1409-3fe8d04363b14206954b8e159253ccd3
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', 'French'], ['Cocum', 'familyFriendly', 'yes']] Output:
[ "Visit French coffee shop Cocum, price ranges £20-£25, its kid friendly and rated 3-5 by customers.", "Cocum is a Beautiful French coffee shop thats kid friendly, prices range from £20-£25 and its rated 3-5 by its customers.", "For a French themed, high end, coffee shop go to the Cocum. Outstanding reviews and family friendly.", "Cocum - a high end French themed coffee shop, outstanding customer ratings and child friendly." ]
task1409-5d0783c1c9bd4c11996223b1d1705f46
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['United States', 'LEADER_NAME', 'Barack Obama'], ['United States', 'DEMONYM', 'Americans'], ['United States', 'CAPITAL', 'Washington, D.C.'], ['1634: The Ram Rebellion', 'COUNTRY', 'United States'], ['United States', 'ETHNIC_GROUP', 'Asian Americans']] Output:
[ "1634 The Ram Rebellion comes from the United States, where Barack Obama is the President, and its capital city is Washington D.C. Americans inhabit the U.S., with a sub-group being the Asian Americans.", "Americans inhabit the U.S whose capital is Washington D.C. and whose leader is Barack Obama." ]
task1409-16f7d2819288403f8a20912b2156e293
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: [['University of Texas at Austin', 'PRESIDENT', 'Gregory L. Fenves']] Output:
[ "Gregory L. Fenves is the President of University of Texas at Austin.", "Gregory L. Fenves is the appointed president of the University of Texas at Austin.", "Gregory L. Fenves was appointed as the president of the University of Texas at Ausitin." ]
task1409-4cfca2270b864cfcac482b12cef561f2
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', 'French'], ['Wildwood', 'priceRange', 'less than £20'], ['Wildwood', 'customer rating', 'low']] Output:
[ "The French Pub, Wildwood is low priced with a low rating." ]
task1409-c587f9cb242b47b4aaf629965f85bac9
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: [['2006-07', 'TRACK_&_FIELD', 'Ashland'], ['2006-07', 'SWIMMING', 'Wooster'], ['2006-07', 'BASKETBALL', 'Lexington']] Output:
[ "Lexington won tennis when ashland won softball and wooster won volleybal" ]
task1409-7ebe61d384b04c4caf411474f5f0dad4
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: [['1', 'LOCATION', 'Alton, Virginia']] Output:
[ "The round 1 race was in alton, virginia." ]
task1409-38eb18fa4b8d438b86be677030960470
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', 'restaurant'], ['The Eagle', 'food', 'Japanese'], ['The Eagle', 'priceRange', 'more than £30'], ['The Eagle', 'customer rating', 'low'], ['The Eagle', 'area', 'riverside'], ['The Eagle', 'familyFriendly', 'no'], ['The Eagle', 'near', 'Burger King']] Output:
[ "The Eagle is a Japanese restaurant with a low customer rating ad is not child friendly. It is located in Riverside near Burger King and a coffee shop, the price range is more than 30." ]
task1409-fc8ed38b8ecd4c0b96eece324d3ce3b1
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Elliot See', 'ALMA_MATER', 'University of Texas at Austin'], ['University of Texas at Austin', 'AFFILIATIONS', 'University of Texas System'], ['Elliot See', 'NATIONALITY', 'United States'], ['Elliot See', 'DATE_OF_BIRTH', '"1927-07-23"'], ['Elliot See', 'BIRTH_PLACE', 'Dallas'], ['University of Texas at Austin', 'COMPETE_IN', 'Big 12 Conference'], ['Elliot See', 'STATUS', '"Deceased"']] Output:
[ "Elliot See was an American born on July 23, 1927 in Dallas. He attended the U of Texas at Austin which is part of the U of Texas system and the big 12 Conference. He has since passed away.", "Elliot See was an American who was born in Dallas on July 23, 1927. See attended the University of Texas at Austin, which is affiliated with the University of Texas system. The University of Texas competed in the Big 12 Conference in Austin. Elliot See is dead, but the date of his death was not noted." ]
task1409-1400d11098fd4823b3c07cad62452a9e
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Browns Cambridge', 'eatType', 'restaurant'], ['Browns Cambridge', 'food', 'Indian'], ['Browns Cambridge', 'customer rating', 'high'], ['Browns Cambridge', 'area', 'riverside'], ['Browns Cambridge', 'familyFriendly', 'yes'], ['Browns Cambridge', 'near', 'Crowne Plaza Hotel']] Output:
[ "Customer ratings are high for the Browns Cambridge coffee shop serving Indian food. This restaurant is children friendly and is located in riverside near the Crowne Plaza Hotel." ]
task1409-1542da666cb74d799f89630ff6ce63f4
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: [['Pulse', 'CHART_POSITION', '84'], ['Pulse', 'NOTES', 'Single (re-release)'], ['Pulse', 'RELEASE_DATE', 'December 21, 1994'], ['[TABLECONTEXT]', '[TITLE]', 'Megumi Hayashibara'], ['[TABLECONTEXT]', 'ALBUM', 'Pulse'], ['Pulse', 'CATALOG_NUMBER', 'TYCY-5413']] Output:
[ "Megumi Hayashibara's single (re-release) album, \"Pulse\" was released on December 21, 1994. It had catalog number TYCY-5413, and made chart position 84." ]
task1409-107565c3ed9b442c9f50286c79755f8a
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: [['CF250', 'WHEELBASE_(MM/INCH)', '2692/106'], ['CF250', 'MODEL_DESIGNATION', '97300']] Output:
[ "The Wheelbase for Model 97300 is 2692/106." ]
task1409-af48ab36b9e04f2db9512883452e4b6f
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', 'English'], ['The Waterman', 'priceRange', 'high'], ['The Waterman', 'area', 'city centre'], ['The Waterman', 'familyFriendly', 'yes']] Output:
[ "In the city centre, The Waterman provides a children friendly English restaurant with good food and high prices." ]
task1409-09d36356b90c4ab296c5ae6ddbb44fd2
Definition: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. Positive Example 1 - Input: [['Northwestern College', 'NICKNAME', 'Red Raiders'], ['Northwestern College', 'LOCATION', 'Orange City, Iowa']] Output: The team whose nickname is red raiders is located in the orange city, iowa Positive Example 2 - Input: [['University of Mississippi', 'NEW_CONFERENCE', 'SELC']] Output: University of mississippi was in the selc new conference. Negative Example 1 - Input: [['Graham Edwards', 'PROVINCE', 'North Metropolitan']] Output: Province North Metropolitan Province is represented by the Graham. Negative Example 2 - Input: [['Li Qiaoxian (CHN)', 'PRELIMINARY_RANK', '6']] Output: Li Qiaoxian has 6 ranks in China. Now complete the following example - Input: [['Fitzbillies', 'eatType', 'restaurant'], ['Fitzbillies', 'food', 'Italian'], ['Fitzbillies', 'priceRange', 'high'], ['Fitzbillies', 'customer rating', '1 out of 5'], ['Fitzbillies', 'area', 'city centre'], ['Fitzbillies', 'familyFriendly', 'yes']] Output:
[ "Fitzbillies is an Italian style restaurant, which is kid friendly, but has a low customer rating of 1 out of 5. The price range is high and located in city centre.", "Fitzbillies is an Italian style restaurant, which is kid friendly, but has a low customer rating of 1 out of 5. The price range is high and located in city centre." ]
task1409-b19c778b624b42e685cc439d94de6dca
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: [['Alpena, Michigan', 'COUNTRY', 'United States']] Output:
[ "Alpena Michigan is a country in United States.", "Alpena, Michigan is in the U.S.", "Alpena, Michigan is located in the United States." ]
task1409-e410e86680c9458db1a5d1f6a028b2aa