inputs
stringlengths
773
21.2k
targets
stringlengths
1.2k
8.23k
_template_idx
int64
0
9
_task_source
stringclasses
1 value
_task_name
stringclasses
1 value
_template_type
stringclasses
2 values
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Example input: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Example output: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Example explanation: The output correctly captures the data in table and generates a long text passage which covers all the given information. Q: Table: ['Position', 'Team', 'Points', 'Played', 'Won', 'Drawn', 'Lost', 'For', 'Against', 'Difference']. ['1', 'Paulistano', '30', '18', '14', '2', '2', '62', '19', '43']. ['2', 'Palestra Italia-SP', '29', '18', '14', '1', '3', '59', '21', '38']. ['3', 'Corinthians', '26', '18', '12', '2', '4', '51', '16', '35']. ['4', 'Ypiranga-SP', '25', '18', '11', '3', '4', '56', '34', '22']. ['5', 'AA Sao Bento', '16', '18', '7', '2', '9', '38', '44', '-6']. ['6', 'Santos', '13', '18', '6', '1', '11', '36', '43', '-7']. ['7', 'SC Internacional de Sao Paulo', '11', '15', '3', '5', '7', '26', '44', '-18']. ['8', 'Minas Gerais', '10', '15', '4', '2', '9', '18', '49', '-31']. ['9', 'AA das Palmeiras', '6', '15', '3', '0', '12', '27', '57', '-30']. ['10', 'Mackenzie', '2', '15', '1', '0', '14', '11', '57', '-46'] A:
Passage: The team Paulistano finished at position 1. The team Paulistano played 18 matches, won 14 matches, and lost 2 matches. Total points earned is 30 The team Palestra Italia-SP finished at position 2. The team Palestra Italia-SP played 18 matches, won 14 matches, and lost 1 matches. Total points earned is 29 The team Corinthians finished at position 3. The team Corinthians played 18 matches, won 12 matches, and lost 2 matches. Total points earned is 26 The team Ypiranga-SP finished at position 4. The team Ypiranga-SP played 18 matches, won 11 matches, and lost 3 matches. Total points earned is 25 The team AA Sao Bento finished at position 5. The team AA Sao Bento played 18 matches, won 7 matches, and lost 2 matches. Total points earned is 16 The team Santos finished at position 6. The team Santos played 18 matches, won 6 matches, and lost 1 matches. Total points earned is 13 The team SC Internacional de Sao Paulo finished at position 7. The team SC Internacional de Sao Paulo played 15 matches, won 3 matches, and lost 5 matches. Total points earned is 11 The team Minas Gerais finished at position 8. The team Minas Gerais played 15 matches, won 4 matches, and lost 2 matches. Total points earned is 10 The team AA das Palmeiras finished at position 9. The team AA das Palmeiras played 15 matches, won 3 matches, and lost 0 matches. Total points earned is 6 The team Mackenzie finished at position 10. The team Mackenzie played 15 matches, won 1 matches, and lost 0 matches. Total points earned is 2
3
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Example Input: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Example Output: Passage: The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Example Input: Table: ['Position', 'Club', 'Played', 'Points', 'Wins', 'Draws', 'Losses', 'Goals for', 'Goals against', 'Goal Difference']. ['1', 'Cordoba CF', '30', '40', '16', '8', '6', '48', '22', '+26']. ['2', 'CD Malaga', '30', '38', '14', '10', '6', '52', '36', '+16']. ['3', 'Granada CF', '30', '36', '15', '6', '9', '48', '34', '+14']. ['4', 'UD Las Palmas', '30', '35', '15', '5', '10', '47', '39', '+8']. ['5', 'Recreativo de Huelva', '30', '33', '13', '7', '10', '43', '42', '+1']. ['6', 'Levante UD', '30', '32', '14', '4', '12', '49', '42', '+7']. ['7', 'Hercules CF', '30', '32', '14', '4', '12', '55', '46', '+9']. ['8', 'Real Murcia', '30', '31', '12', '7', '11', '40', '35', '+5']. ['9', 'Real Jaen', '30', '31', '14', '3', '13', '58', '42', '+16']. ['10', 'Cadiz CF', '30', '28', '12', '4', '14', '43', '52', '-9']. ['11', 'CD Cartagena', '30', '28', '13', '2', '15', '45', '56', '-11']. ['12', 'CD Mestalla', '30', '27', '11', '5', '14', '50', '49', '+1']. ['13', 'Albacete Balompie', '30', '27', '10', '7', '13', '27', '32', '-5']. ['14', 'CD San Fernando', '30', '27', '11', '5', '14', '37', '47', '-10']. ['15', 'Atletico Ceuta', '30', '23', '8', '7', '15', '33', '48', '-15']. ['16', 'CD Villarrobledo', '30', '12', '4', '4', '22', '26', '79', '-53'] Example Output: Passage: The club named Cordoba CF is at position 1. Cordoba CF played 30 matches, won 16 matches, lost 6 matches and had 8 draws. Cordoba CF scored 48 goals for, 22 goals against. Total points for Cordoba CF are 40. The club named CD Malaga is at position 2. CD Malaga played 30 matches, won 14 matches, lost 6 matches and had 10 draws. CD Malaga scored 52 goals for, 36 goals against. Total points for CD Malaga are 38. The club named Granada CF is at position 3. Granada CF played 30 matches, won 15 matches, lost 9 matches and had 6 draws. Granada CF scored 48 goals for, 34 goals against. Total points for Granada CF are 36. The club named UD Las Palmas is at position 4. UD Las Palmas played 30 matches, won 15 matches, lost 10 matches and had 5 draws. UD Las Palmas scored 47 goals for, 39 goals against. Total points for UD Las Palmas are 35. The club named Recreativo de Huelva is at position 5. Recreativo de Huelva played 30 matches, won 13 matches, lost 10 matches and had 7 draws. Recreativo de Huelva scored 43 goals for, 42 goals against. Total points for Recreativo de Huelva are 33. The club named Levante UD is at position 6. Levante UD played 30 matches, won 14 matches, lost 12 matches and had 4 draws. Levante UD scored 49 goals for, 42 goals against. Total points for Levante UD are 32. The club named Hercules CF is at position 7. Hercules CF played 30 matches, won 14 matches, lost 12 matches and had 4 draws. Hercules CF scored 55 goals for, 46 goals against. Total points for Hercules CF are 32. The club named Real Murcia is at position 8. Real Murcia played 30 matches, won 12 matches, lost 11 matches and had 7 draws. Real Murcia scored 40 goals for, 35 goals against. Total points for Real Murcia are 31. The club named Real Jaen is at position 9. Real Jaen played 30 matches, won 14 matches, lost 13 matches and had 3 draws. Real Jaen scored 58 goals for, 42 goals against. Total points for Real Jaen are 31. The club named Cadiz CF is at position 10. Cadiz CF played 30 matches, won 12 matches, lost 14 matches and had 4 draws. Cadiz CF scored 43 goals for, 52 goals against. Total points for Cadiz CF are 28. The club named CD Cartagena is at position 11. CD Cartagena played 30 matches, won 13 matches, lost 15 matches and had 2 draws. CD Cartagena scored 45 goals for, 56 goals against. Total points for CD Cartagena are 28. The club named CD Mestalla is at position 12. CD Mestalla played 30 matches, won 11 matches, lost 14 matches and had 5 draws. CD Mestalla scored 50 goals for, 49 goals against. Total points for CD Mestalla are 27. The club named Albacete Balompie is at position 13. Albacete Balompie played 30 matches, won 10 matches, lost 13 matches and had 7 draws. Albacete Balompie scored 27 goals for, 32 goals against. Total points for Albacete Balompie are 27. The club named CD San Fernando is at position 14. CD San Fernando played 30 matches, won 11 matches, lost 14 matches and had 5 draws. CD San Fernando scored 37 goals for, 47 goals against. Total points for CD San Fernando are 27. The club named Atletico Ceuta is at position 15. Atletico Ceuta played 30 matches, won 8 matches, lost 15 matches and had 7 draws. Atletico Ceuta scored 33 goals for, 48 goals against. Total points for Atletico Ceuta are 23. The club named CD Villarrobledo is at position 16. CD Villarrobledo played 30 matches, won 4 matches, lost 22 matches and had 4 draws. CD Villarrobledo scored 26 goals for, 79 goals against. Total points for CD Villarrobledo are 12. Example Input: Table: ['Name', 'Gender', 'Age', 'From', 'Occupation', 'Prize Money (USD)', 'Status']. ['Trisha', 'Female', '28', 'Santa Monica, CA', 'Artist', '$26,000', 'Winner']. ['London', 'Male', '46', 'Mt. Holly, NJ', 'US Coast Guard (Retired)', '$0', 'Lost']. ['Adria', 'Female', '25', 'Seattle, WA', 'Bartender', '$0', '7th Captured (by Ricky Ortiz)']. ['Lucas', 'Male', '32', 'Carlsbad, CA', 'Student', '$0', '6th Captured (by Kim)']. ['Andrew', 'Male', '21', 'Redondo Beach, CA', 'Student / Lifeguard', '$0', '5th Captured (by Kim)']. ['Tracy', 'Female', '30', 'Mililani, HI', 'Student', '$0', '4th Captured (by Grant)']. ['Lynda', 'Female', '59', 'Los Angeles, CA', 'General Contractor', '$0', '3rd Captured (by Icey)']. ['Darin', 'Male', '46', 'Fontana, CA', 'Sports Official', '$0', '2nd Captured (by Wong)']. ['Evan', 'Male', '29', 'Long Island, NY', 'Teacher', '$2,000', 'Opted Out']. ['Ameenah', 'Female', '34', 'Atlanta, GA', 'Drummer', '$0', '1st Captured (by Grant)'] Example Output:
Passage: The person named Trisha, finished at position Winner and won $26,000 prize money. Trisha is a 28 years old Female from Santa Monica, CA. Trisha works as a Artist. The person named London, finished at position Lost and won $0 prize money. London is a 46 years old Male from Mt. Holly, NJ. London works as a US Coast Guard (Retired). The person named Adria, finished at position 7th Captured (by Ricky Ortiz) and won $0 prize money. Adria is a 25 years old Female from Seattle, WA. Adria works as a Bartender. The person named Lucas, finished at position 6th Captured (by Kim) and won $0 prize money. Lucas is a 32 years old Male from Carlsbad, CA. Lucas works as a Student. The person named Andrew, finished at position 5th Captured (by Kim) and won $0 prize money. Andrew is a 21 years old Male from Redondo Beach, CA. Andrew works as a Student / Lifeguard. The person named Tracy, finished at position 4th Captured (by Grant) and won $0 prize money. Tracy is a 30 years old Female from Mililani, HI. Tracy works as a Student. The person named Lynda, finished at position 3rd Captured (by Icey) and won $0 prize money. Lynda is a 59 years old Female from Los Angeles, CA. Lynda works as a General Contractor. The person named Darin, finished at position 2nd Captured (by Wong) and won $0 prize money. Darin is a 46 years old Male from Fontana, CA. Darin works as a Sports Official. The person named Evan, finished at position Opted Out and won $2,000 prize money. Evan is a 29 years old Male from Long Island, NY. Evan works as a Teacher. The person named Ameenah, finished at position 1st Captured (by Grant) and won $0 prize money. Ameenah is a 34 years old Female from Atlanta, GA. Ameenah works as a Drummer.
3
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Input: Consider Input: Table: ['Position', 'Club', 'Played', 'Points', 'Wins', 'Draws', 'Losses', 'Goals for', 'Goals against', 'Goal Difference']. ['1', 'Cordoba CF', '30', '40', '16', '8', '6', '48', '22', '+26']. ['2', 'CD Malaga', '30', '38', '14', '10', '6', '52', '36', '+16']. ['3', 'Granada CF', '30', '36', '15', '6', '9', '48', '34', '+14']. ['4', 'UD Las Palmas', '30', '35', '15', '5', '10', '47', '39', '+8']. ['5', 'Recreativo de Huelva', '30', '33', '13', '7', '10', '43', '42', '+1']. ['6', 'Levante UD', '30', '32', '14', '4', '12', '49', '42', '+7']. ['7', 'Hercules CF', '30', '32', '14', '4', '12', '55', '46', '+9']. ['8', 'Real Murcia', '30', '31', '12', '7', '11', '40', '35', '+5']. ['9', 'Real Jaen', '30', '31', '14', '3', '13', '58', '42', '+16']. ['10', 'Cadiz CF', '30', '28', '12', '4', '14', '43', '52', '-9']. ['11', 'CD Cartagena', '30', '28', '13', '2', '15', '45', '56', '-11']. ['12', 'CD Mestalla', '30', '27', '11', '5', '14', '50', '49', '+1']. ['13', 'Albacete Balompie', '30', '27', '10', '7', '13', '27', '32', '-5']. ['14', 'CD San Fernando', '30', '27', '11', '5', '14', '37', '47', '-10']. ['15', 'Atletico Ceuta', '30', '23', '8', '7', '15', '33', '48', '-15']. ['16', 'CD Villarrobledo', '30', '12', '4', '4', '22', '26', '79', '-53'] Output: Passage: The club named Cordoba CF is at position 1. Cordoba CF played 30 matches, won 16 matches, lost 6 matches and had 8 draws. Cordoba CF scored 48 goals for, 22 goals against. Total points for Cordoba CF are 40. The club named CD Malaga is at position 2. CD Malaga played 30 matches, won 14 matches, lost 6 matches and had 10 draws. CD Malaga scored 52 goals for, 36 goals against. Total points for CD Malaga are 38. The club named Granada CF is at position 3. Granada CF played 30 matches, won 15 matches, lost 9 matches and had 6 draws. Granada CF scored 48 goals for, 34 goals against. Total points for Granada CF are 36. The club named UD Las Palmas is at position 4. UD Las Palmas played 30 matches, won 15 matches, lost 10 matches and had 5 draws. UD Las Palmas scored 47 goals for, 39 goals against. Total points for UD Las Palmas are 35. The club named Recreativo de Huelva is at position 5. Recreativo de Huelva played 30 matches, won 13 matches, lost 10 matches and had 7 draws. Recreativo de Huelva scored 43 goals for, 42 goals against. Total points for Recreativo de Huelva are 33. The club named Levante UD is at position 6. Levante UD played 30 matches, won 14 matches, lost 12 matches and had 4 draws. Levante UD scored 49 goals for, 42 goals against. Total points for Levante UD are 32. The club named Hercules CF is at position 7. Hercules CF played 30 matches, won 14 matches, lost 12 matches and had 4 draws. Hercules CF scored 55 goals for, 46 goals against. Total points for Hercules CF are 32. The club named Real Murcia is at position 8. Real Murcia played 30 matches, won 12 matches, lost 11 matches and had 7 draws. Real Murcia scored 40 goals for, 35 goals against. Total points for Real Murcia are 31. The club named Real Jaen is at position 9. Real Jaen played 30 matches, won 14 matches, lost 13 matches and had 3 draws. Real Jaen scored 58 goals for, 42 goals against. Total points for Real Jaen are 31. The club named Cadiz CF is at position 10. Cadiz CF played 30 matches, won 12 matches, lost 14 matches and had 4 draws. Cadiz CF scored 43 goals for, 52 goals against. Total points for Cadiz CF are 28. The club named CD Cartagena is at position 11. CD Cartagena played 30 matches, won 13 matches, lost 15 matches and had 2 draws. CD Cartagena scored 45 goals for, 56 goals against. Total points for CD Cartagena are 28. The club named CD Mestalla is at position 12. CD Mestalla played 30 matches, won 11 matches, lost 14 matches and had 5 draws. CD Mestalla scored 50 goals for, 49 goals against. Total points for CD Mestalla are 27. The club named Albacete Balompie is at position 13. Albacete Balompie played 30 matches, won 10 matches, lost 13 matches and had 7 draws. Albacete Balompie scored 27 goals for, 32 goals against. Total points for Albacete Balompie are 27. The club named CD San Fernando is at position 14. CD San Fernando played 30 matches, won 11 matches, lost 14 matches and had 5 draws. CD San Fernando scored 37 goals for, 47 goals against. Total points for CD San Fernando are 27. The club named Atletico Ceuta is at position 15. Atletico Ceuta played 30 matches, won 8 matches, lost 15 matches and had 7 draws. Atletico Ceuta scored 33 goals for, 48 goals against. Total points for Atletico Ceuta are 23. The club named CD Villarrobledo is at position 16. CD Villarrobledo played 30 matches, won 4 matches, lost 22 matches and had 4 draws. CD Villarrobledo scored 26 goals for, 79 goals against. Total points for CD Villarrobledo are 12. Input: Consider Input: Table: ['ET', 'Days available', 'Program', 'Host(s)', 'Description']. ['9am-10am', 'Monday-Friday', 'The Morning Click', 'Jamie Colby (M,T), Harris Faulkner (W-F)', 'Current events.']. ['10am-10:30am', 'Monday-Friday', '', 'Lauren Green (M), Uma Pemmaraju (T), Gregg Jarrett (W), Arthel Neville (F), Rick Folbaum (F), Heather Childers', 'Current events.']. ['11am-11:30am', 'Monday-Friday', 'FBN Live', 'Lauren Simonetti', 'Business news and information.']. ['12pm-1pm', 'Monday-Friday', 'On the Hunt', 'Jonathan Hunt', 'Current events.']. ['2pm-3pm', 'Monday', 'Entertainment Hour', 'Ashley Dvorkin', 'Entertainment news, musical performances.']. ['2pm-3pm', 'Tuesday', '', 'Kimberly Guilfoyle', 'Crime and legal news.']. ['2pm-3pm', 'Wednesday', 'Defcon 3', 'Kathleen Troia McFarland', 'Military news and information.']. ['2pm-3pm', 'Thursday', 'Fox Car Report', 'Gary Gastelu', 'Automotive news and information.']. ['2pm-3pm', 'Friday', 'Spirited Debate', 'Lauren Green', 'Discussion on religious topics.'] Output: Passage: The program named The Morning Click is available on Monday-Friday at time 9am-10am. The Morning Click is hosted by Jamie Colby (M,T), Harris Faulkner (W-F). The Morning Click is about Current events.. The program named is available on Monday-Friday at time 10am-10:30am. is hosted by Lauren Green (M), Uma Pemmaraju (T), Gregg Jarrett (W), Arthel Neville (F), Rick Folbaum (F), Heather Childers. is about Current events.. The program named FBN Live is available on Monday-Friday at time 11am-11:30am. FBN Live is hosted by Lauren Simonetti. FBN Live is about Business news and information.. The program named On the Hunt is available on Monday-Friday at time 12pm-1pm. On the Hunt is hosted by Jonathan Hunt. On the Hunt is about Current events.. The program named Entertainment Hour is available on Monday at time 2pm-3pm. Entertainment Hour is hosted by Ashley Dvorkin. Entertainment Hour is about Entertainment news, musical performances.. The program named is available on Tuesday at time 2pm-3pm. is hosted by Kimberly Guilfoyle. is about Crime and legal news.. The program named Defcon 3 is available on Wednesday at time 2pm-3pm. Defcon 3 is hosted by Kathleen Troia McFarland. Defcon 3 is about Military news and information.. The program named Fox Car Report is available on Thursday at time 2pm-3pm. Fox Car Report is hosted by Gary Gastelu. Fox Car Report is about Automotive news and information.. The program named Spirited Debate is available on Friday at time 2pm-3pm. Spirited Debate is hosted by Lauren Green. Spirited Debate is about Discussion on religious topics.. Input: Consider Input: Table: ['ET', 'Days available', 'Program', 'Host(s)', 'Description']. ['9am-10am', 'Monday-Friday', 'The Morning Click', 'Jamie Colby (M,T), Harris Faulkner (W-F)', 'Current events.']. ['10am-10:30am', 'Monday-Friday', '', 'Lauren Green (M), Uma Pemmaraju (T), Gregg Jarrett (W), Arthel Neville (F), Rick Folbaum (F), Heather Childers', 'Current events.']. ['11am-11:30am', 'Monday-Friday', 'FBN Live', 'Lauren Simonetti', 'Business news and information.']. ['12pm-1pm', 'Monday-Friday', 'On the Hunt', 'Jonathan Hunt', 'Current events.']. ['2pm-3pm', 'Monday', 'Entertainment Hour', 'Ashley Dvorkin', 'Entertainment news, musical performances.']. ['2pm-3pm', 'Tuesday', '', 'Kimberly Guilfoyle', 'Crime and legal news.']. ['2pm-3pm', 'Wednesday', 'Defcon 3', 'Kathleen Troia McFarland', 'Military news and information.']. ['2pm-3pm', 'Thursday', 'Fox Car Report', 'Gary Gastelu', 'Automotive news and information.']. ['2pm-3pm', 'Friday', 'Spirited Debate', 'Lauren Green', 'Discussion on religious topics.']
Output: Passage: The program named The Morning Click is available on Monday-Friday at time 9am-10am. The Morning Click is hosted by Jamie Colby (M,T), Harris Faulkner (W-F). The Morning Click is about Current events.. The program named is available on Monday-Friday at time 10am-10:30am. is hosted by Lauren Green (M), Uma Pemmaraju (T), Gregg Jarrett (W), Arthel Neville (F), Rick Folbaum (F), Heather Childers. is about Current events.. The program named FBN Live is available on Monday-Friday at time 11am-11:30am. FBN Live is hosted by Lauren Simonetti. FBN Live is about Business news and information.. The program named On the Hunt is available on Monday-Friday at time 12pm-1pm. On the Hunt is hosted by Jonathan Hunt. On the Hunt is about Current events.. The program named Entertainment Hour is available on Monday at time 2pm-3pm. Entertainment Hour is hosted by Ashley Dvorkin. Entertainment Hour is about Entertainment news, musical performances.. The program named is available on Tuesday at time 2pm-3pm. is hosted by Kimberly Guilfoyle. is about Crime and legal news.. The program named Defcon 3 is available on Wednesday at time 2pm-3pm. Defcon 3 is hosted by Kathleen Troia McFarland. Defcon 3 is about Military news and information.. The program named Fox Car Report is available on Thursday at time 2pm-3pm. Fox Car Report is hosted by Gary Gastelu. Fox Car Report is about Automotive news and information.. The program named Spirited Debate is available on Friday at time 2pm-3pm. Spirited Debate is hosted by Lauren Green. Spirited Debate is about Discussion on religious topics..
2
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. One example: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Solution is here: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Explanation: The output correctly captures the data in table and generates a long text passage which covers all the given information. Now, solve this: Table: ['Club', 'Played', 'Won', 'Drawn', 'Lost', 'Points for', 'Points against', 'Bonus points', 'Points']. ['Biarritz Olympique', '26', '19', '', '7', '694', '350', '14', '90']. ['Stade Francais', '26', '19', '', '7', '633', '437', '13', '89']. ['Stade Toulousain', '26', '19', '', '7', '713', '427', '12', '88']. ['USA Perpignan', '26', '18', '', '8', '671', '398', '12', '84']. ['SU Agen', '26', '15', '', '11', '655', '540', '10', '70']. ['CS Bourgoin-Jallieu', '26', '14', '', '12', '591', '516', '11', '67']. ['Castres Olympique', '26', '13', '', '13', '685', '559', '14', '66']. ['ASM Clermont', '26', '14', '', '12', '577', '569', '7', '63']. ['CA Brive', '26', '10', '1', '15', '431', '553', '9', '51']. ['RC Narbonne', '26', '11', '', '15', '533', '775', '3', '47']. ['Montpellier RC', '26', '9', '0', '17', '574', '659', '10', '46']. ['Aviron Bayonnais', '26', '8', '1', '17', '514', '669', '9', '43']. ['Section Paloise', '26', '9', '0', '17', '476', '790', '4', '40']. ['RC Toulonnais', '26', '3', '0', '23', '332', '837', '7', '19'] Solution:
Passage: The club named Biarritz Olympique, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 694. Total points scored against the 26 team is 350. The team scored 14 bonus points. Total points scored by the 26 club this season this 90. The club named Stade Francais, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 633. Total points scored against the 26 team is 437. The team scored 13 bonus points. Total points scored by the 26 club this season this 89. The club named Stade Toulousain, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 713. Total points scored against the 26 team is 427. The team scored 12 bonus points. Total points scored by the 26 club this season this 88. The club named USA Perpignan, played 26 matches. Out of it, 18 matches resulted in win, resulted in draw, and 8 matches were lost. The total points the 26 club scored is 671. Total points scored against the 26 team is 398. The team scored 12 bonus points. Total points scored by the 26 club this season this 84. The club named SU Agen, played 26 matches. Out of it, 15 matches resulted in win, resulted in draw, and 11 matches were lost. The total points the 26 club scored is 655. Total points scored against the 26 team is 540. The team scored 10 bonus points. Total points scored by the 26 club this season this 70. The club named CS Bourgoin-Jallieu, played 26 matches. Out of it, 14 matches resulted in win, resulted in draw, and 12 matches were lost. The total points the 26 club scored is 591. Total points scored against the 26 team is 516. The team scored 11 bonus points. Total points scored by the 26 club this season this 67. The club named Castres Olympique, played 26 matches. Out of it, 13 matches resulted in win, resulted in draw, and 13 matches were lost. The total points the 26 club scored is 685. Total points scored against the 26 team is 559. The team scored 14 bonus points. Total points scored by the 26 club this season this 66. The club named ASM Clermont, played 26 matches. Out of it, 14 matches resulted in win, resulted in draw, and 12 matches were lost. The total points the 26 club scored is 577. Total points scored against the 26 team is 569. The team scored 7 bonus points. Total points scored by the 26 club this season this 63. The club named CA Brive, played 26 matches. Out of it, 10 matches resulted in win, 1 resulted in draw, and 15 matches were lost. The total points the 26 club scored is 431. Total points scored against the 26 team is 553. The team scored 9 bonus points. Total points scored by the 26 club this season this 51. The club named RC Narbonne, played 26 matches. Out of it, 11 matches resulted in win, resulted in draw, and 15 matches were lost. The total points the 26 club scored is 533. Total points scored against the 26 team is 775. The team scored 3 bonus points. Total points scored by the 26 club this season this 47. The club named Montpellier RC, played 26 matches. Out of it, 9 matches resulted in win, 0 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 574. Total points scored against the 26 team is 659. The team scored 10 bonus points. Total points scored by the 26 club this season this 46. The club named Aviron Bayonnais, played 26 matches. Out of it, 8 matches resulted in win, 1 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 514. Total points scored against the 26 team is 669. The team scored 9 bonus points. Total points scored by the 26 club this season this 43. The club named Section Paloise, played 26 matches. Out of it, 9 matches resulted in win, 0 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 476. Total points scored against the 26 team is 790. The team scored 4 bonus points. Total points scored by the 26 club this season this 40. The club named RC Toulonnais, played 26 matches. Out of it, 3 matches resulted in win, 0 resulted in draw, and 23 matches were lost. The total points the 26 club scored is 332. Total points scored against the 26 team is 837. The team scored 7 bonus points. Total points scored by the 26 club this season this 19.
6
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Table: ['Name', 'Population (2002 census)', 'Population (2007 estimation)', 'Population (2011 census)', 'Area (km2)', 'Density (pop/km2)']. ['Brasov', '283,901', '277,945', '253,200', '267.32', '1,204']. ['Codlea', '24,256', '24,550', '21,708', '132.79', '182']. ['Sacele', '30,044', '31,796', '30,798', '320', '93']. ['Ghimbav', '5,100', '5,357', '4,698', '28.08', '181.62']. ['Predeal', '5,625', '5,174', '4,755', '58.4', '96.14']. ['Rasnov', '15,436', '16,055', '15,022', '164.36', '94']. ['Cristian', '3,952', '4,300', '4,490', '27.73', '142.51']. ['Sanpetru', '3,401', '3,759', '4,819', '30.74', '110.63']. ['Halchiu', '4,072', '4,560', '4,218', '56.67', '71.85']. ['Tarlungeni', '7,413', '7,996', '8,320', '135.66', '54.65']. ['Prejmer', '8,323', '8,876', '8,472', '60.48', '137.61']. ['Harman', '4,437', '4,775', '5,402', '52.79', '84.05']. ['Bod', '3,942', '4,173', '3,994', '33.56', '117.46']. ['Total', '399,902', '399,316', '369,896', '1,368.58', '270'] Passage: The population for Brasov was 283,901 according to 2002 census, 277,945 according to 2007 estimation, and 253,200 according to 2011 census. The total area of Brasov is 267.32km2, and the density is 1,204 pop/km2. The population for Codlea was 24,256 according to 2002 census, 24,550 according to 2007 estimation, and 21,708 according to 2011 census. The total area of Codlea is 132.79km2, and the density is 182 pop/km2. The population for Sacele was 30,044 according to 2002 census, 31,796 according to 2007 estimation, and 30,798 according to 2011 census. The total area of Sacele is 320km2, and the density is 93 pop/km2. The population for Ghimbav was 5,100 according to 2002 census, 5,357 according to 2007 estimation, and 4,698 according to 2011 census. The total area of Ghimbav is 28.08km2, and the density is 181.62 pop/km2. The population for Predeal was 5,625 according to 2002 census, 5,174 according to 2007 estimation, and 4,755 according to 2011 census. The total area of Predeal is 58.4km2, and the density is 96.14 pop/km2. The population for Rasnov was 15,436 according to 2002 census, 16,055 according to 2007 estimation, and 15,022 according to 2011 census. The total area of Rasnov is 164.36km2, and the density is 94 pop/km2. The population for Cristian was 3,952 according to 2002 census, 4,300 according to 2007 estimation, and 4,490 according to 2011 census. The total area of Cristian is 27.73km2, and the density is 142.51 pop/km2. The population for Sanpetru was 3,401 according to 2002 census, 3,759 according to 2007 estimation, and 4,819 according to 2011 census. The total area of Sanpetru is 30.74km2, and the density is 110.63 pop/km2. The population for Halchiu was 4,072 according to 2002 census, 4,560 according to 2007 estimation, and 4,218 according to 2011 census. The total area of Halchiu is 56.67km2, and the density is 71.85 pop/km2. The population for Tarlungeni was 7,413 according to 2002 census, 7,996 according to 2007 estimation, and 8,320 according to 2011 census. The total area of Tarlungeni is 135.66km2, and the density is 54.65 pop/km2. The population for Prejmer was 8,323 according to 2002 census, 8,876 according to 2007 estimation, and 8,472 according to 2011 census. The total area of Prejmer is 60.48km2, and the density is 137.61 pop/km2. The population for Harman was 4,437 according to 2002 census, 4,775 according to 2007 estimation, and 5,402 according to 2011 census. The total area of Harman is 52.79km2, and the density is 84.05 pop/km2. The population for Bod was 3,942 according to 2002 census, 4,173 according to 2007 estimation, and 3,994 according to 2011 census. The total area of Bod is 33.56km2, and the density is 117.46 pop/km2. The population for Total was 399,902 according to 2002 census, 399,316 according to 2007 estimation, and 369,896 according to 2011 census. The total area of Total is 1,368.58km2, and the density is 270 pop/km2. Table: ['Name', 'Gender', 'Age', 'From', 'Occupation', 'Prize Money (USD)', 'Status']. ['Trisha', 'Female', '28', 'Santa Monica, CA', 'Artist', '$26,000', 'Winner']. ['London', 'Male', '46', 'Mt. Holly, NJ', 'US Coast Guard (Retired)', '$0', 'Lost']. ['Adria', 'Female', '25', 'Seattle, WA', 'Bartender', '$0', '7th Captured (by Ricky Ortiz)']. ['Lucas', 'Male', '32', 'Carlsbad, CA', 'Student', '$0', '6th Captured (by Kim)']. ['Andrew', 'Male', '21', 'Redondo Beach, CA', 'Student / Lifeguard', '$0', '5th Captured (by Kim)']. ['Tracy', 'Female', '30', 'Mililani, HI', 'Student', '$0', '4th Captured (by Grant)']. ['Lynda', 'Female', '59', 'Los Angeles, CA', 'General Contractor', '$0', '3rd Captured (by Icey)']. ['Darin', 'Male', '46', 'Fontana, CA', 'Sports Official', '$0', '2nd Captured (by Wong)']. ['Evan', 'Male', '29', 'Long Island, NY', 'Teacher', '$2,000', 'Opted Out']. ['Ameenah', 'Female', '34', 'Atlanta, GA', 'Drummer', '$0', '1st Captured (by Grant)'] Passage: The person named Trisha, finished at position Winner and won $26,000 prize money. Trisha is a 28 years old Female from Santa Monica, CA. Trisha works as a Artist. The person named London, finished at position Lost and won $0 prize money. London is a 46 years old Male from Mt. Holly, NJ. London works as a US Coast Guard (Retired). The person named Adria, finished at position 7th Captured (by Ricky Ortiz) and won $0 prize money. Adria is a 25 years old Female from Seattle, WA. Adria works as a Bartender. The person named Lucas, finished at position 6th Captured (by Kim) and won $0 prize money. Lucas is a 32 years old Male from Carlsbad, CA. Lucas works as a Student. The person named Andrew, finished at position 5th Captured (by Kim) and won $0 prize money. Andrew is a 21 years old Male from Redondo Beach, CA. Andrew works as a Student / Lifeguard. The person named Tracy, finished at position 4th Captured (by Grant) and won $0 prize money. Tracy is a 30 years old Female from Mililani, HI. Tracy works as a Student. The person named Lynda, finished at position 3rd Captured (by Icey) and won $0 prize money. Lynda is a 59 years old Female from Los Angeles, CA. Lynda works as a General Contractor. The person named Darin, finished at position 2nd Captured (by Wong) and won $0 prize money. Darin is a 46 years old Male from Fontana, CA. Darin works as a Sports Official. The person named Evan, finished at position Opted Out and won $2,000 prize money. Evan is a 29 years old Male from Long Island, NY. Evan works as a Teacher. The person named Ameenah, finished at position 1st Captured (by Grant) and won $0 prize money. Ameenah is a 34 years old Female from Atlanta, GA. Ameenah works as a Drummer. Table: ['#', 'Nation', 'Qualification Tournament', 'Place in QT', 'Sailor']. ['1', 'China', 'Host Country', '', '']. ['2', 'Brazil', '2007 Worlds', '1', 'Robert Scheidt, Bruno Prada']. ['3', 'France', '2007 Worlds', '2', 'Xavier Rohart, Pascal Rambeau']. ['4', 'Great Britain', '2007 Worlds', '3', 'Iain Percy, Andrew Simpson']. ['5', 'New Zealand', '2007 Worlds', '4', 'Hamish Pepper, Carl Williams']. ['6', 'Italy', '2007 Worlds', '5', 'Diego Negri, Luigi Viale']. ['7', 'Poland', '2007 Worlds', '6', 'Mateusz Kusznierewicz, Dominik Zycki']. ['8', 'Germany', '2007 Worlds', '7', 'Marc Pickel, Ingo Borkowski']. ['9', 'Sweden', '2007 Worlds', '8', 'Fredrik Loof, Anders Ekstrom']. ['10', 'Australia', '2007 Worlds', '9', 'Iain Murray, Andrew Palfrey']. ['11', 'Portugal', '2007 Worlds', '10', 'Afonso Domingos, Bernardo Santos']. ['12', 'United States', '2007 Worlds', '11', 'Mark Reynolds, Hal Haenel']. ['13', 'Switzerland', '2008 Worlds', '4', 'Flavio Marazzi, Enrico De Maria']. ['14', 'Croatia', '2008 Worlds', '12', 'Marin Lovrovic, Sinsa Mikulicic']. ['15', 'Ireland', '2008 Worlds', '14', 'Max Treacy, Anthony Shanks']. ['16', 'Austria', '2008 Worlds', '16', 'Hans Spitzauer, Christian Nehammer']
Passage: China finished at th position in the Host Country Qualification tournament. The sailor was . Brazil finished at 1th position in the 2007 Worlds Qualification tournament. The sailor was Robert Scheidt, Bruno Prada. France finished at 2th position in the 2007 Worlds Qualification tournament. The sailor was Xavier Rohart, Pascal Rambeau. Great Britain finished at 3th position in the 2007 Worlds Qualification tournament. The sailor was Iain Percy, Andrew Simpson. New Zealand finished at 4th position in the 2007 Worlds Qualification tournament. The sailor was Hamish Pepper, Carl Williams. Italy finished at 5th position in the 2007 Worlds Qualification tournament. The sailor was Diego Negri, Luigi Viale. Poland finished at 6th position in the 2007 Worlds Qualification tournament. The sailor was Mateusz Kusznierewicz, Dominik Zycki. Germany finished at 7th position in the 2007 Worlds Qualification tournament. The sailor was Marc Pickel, Ingo Borkowski. Sweden finished at 8th position in the 2007 Worlds Qualification tournament. The sailor was Fredrik Loof, Anders Ekstrom. Australia finished at 9th position in the 2007 Worlds Qualification tournament. The sailor was Iain Murray, Andrew Palfrey. Portugal finished at 10th position in the 2007 Worlds Qualification tournament. The sailor was Afonso Domingos, Bernardo Santos. United States finished at 11th position in the 2007 Worlds Qualification tournament. The sailor was Mark Reynolds, Hal Haenel. Switzerland finished at 4th position in the 2008 Worlds Qualification tournament. The sailor was Flavio Marazzi, Enrico De Maria. Croatia finished at 12th position in the 2008 Worlds Qualification tournament. The sailor was Marin Lovrovic, Sinsa Mikulicic. Ireland finished at 14th position in the 2008 Worlds Qualification tournament. The sailor was Max Treacy, Anthony Shanks. Austria finished at 16th position in the 2008 Worlds Qualification tournament. The sailor was Hans Spitzauer, Christian Nehammer.
0
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Q: Table: ['Institution', 'Location', 'Enrollment', 'Nickname', 'Varsity Sports', 'Rugby Since', 'Head Coach']. ['Clemson University', 'Clemson, South Carolina', '20,576', 'Tigers', '19', '1967', 'Justin Hickey']. ['Maryland', 'College Park, Maryland', '37,641', 'Terrapins', '20', '1968', 'Jeff Soeken']. ['Navy', 'Annapolis, Maryland', '4,576', 'Midshipmen', '30', '1963', 'Mike Flanagan']. ['North Carolina', 'Chapel Hill, North Carolina', '29,340', 'Tar Heels', '28', '1966', 'Pete Earsman']. ['North Carolina State', 'Raleigh, North Carolina', '34,767', 'Wolfpack', '25', '1965', 'Jim Latham']. ['University of Virginia', 'Charlottesville, Virginia', '20,895', 'Cavaliers', '25', '1961', 'Jon Roberts']. ['Virginia Tech', 'Blacksburg, Virginia', '30,379', 'Hokies', '21', '1891 / 1968', 'Andy Richards']. ['Wake Forest', 'Winston-Salem, North Carolina', '7,079', 'Demon Deacons', '18', '1973', 'Patrick Kane'] A: Passage: The institution named Clemson University is located in Clemson, South Carolina. Clemson University has 20,576 students enrolled. Clemson University's nickname is Tigers, and has 19 varsity sports teams. Clemson University has been playing rugby since 1967. Clemson University's head-coach is Justin Hickey. The institution named Maryland is located in College Park, Maryland. Maryland has 37,641 students enrolled. Maryland's nickname is Terrapins, and has 20 varsity sports teams. Maryland has been playing rugby since 1968. Maryland's head-coach is Jeff Soeken. The institution named Navy is located in Annapolis, Maryland. Navy has 4,576 students enrolled. Navy's nickname is Midshipmen, and has 30 varsity sports teams. Navy has been playing rugby since 1963. Navy's head-coach is Mike Flanagan. The institution named North Carolina is located in Chapel Hill, North Carolina. North Carolina has 29,340 students enrolled. North Carolina's nickname is Tar Heels, and has 28 varsity sports teams. North Carolina has been playing rugby since 1966. North Carolina's head-coach is Pete Earsman. The institution named North Carolina State is located in Raleigh, North Carolina. North Carolina State has 34,767 students enrolled. North Carolina State's nickname is Wolfpack, and has 25 varsity sports teams. North Carolina State has been playing rugby since 1965. North Carolina State's head-coach is Jim Latham. The institution named University of Virginia is located in Charlottesville, Virginia. University of Virginia has 20,895 students enrolled. University of Virginia's nickname is Cavaliers, and has 25 varsity sports teams. University of Virginia has been playing rugby since 1961. University of Virginia's head-coach is Jon Roberts. The institution named Virginia Tech is located in Blacksburg, Virginia. Virginia Tech has 30,379 students enrolled. Virginia Tech's nickname is Hokies, and has 21 varsity sports teams. Virginia Tech has been playing rugby since 1891 / 1968. Virginia Tech's head-coach is Andy Richards. The institution named Wake Forest is located in Winston-Salem, North Carolina. Wake Forest has 7,079 students enrolled. Wake Forest's nickname is Demon Deacons, and has 18 varsity sports teams. Wake Forest has been playing rugby since 1973. Wake Forest's head-coach is Patrick Kane. **** Q: Table: ['Rank', 'Name', 'Nationality', 'Time (hand)', 'Notes']. ['', 'Tommy Green', 'Great Britain', '4:50:10', 'OR']. ['', 'Janis Dalins', 'Latvia', '4:57:20', '']. ['', 'Ugo Frigerio', 'Italy', '4:59:06', '']. ['4', 'Karl Hahnel', 'Germany', '5:06:06', '']. ['5', 'Ettore Rivolta', 'Italy', '5:07:39', '']. ['6', 'Paul Sievert', 'Germany', '5:16:41', '']. ['7', 'Henri Quintric', 'France', '5:27:25', '']. ['8', 'Ernie Crosbie', 'United States', '5:28:02', '']. ['9', 'Bill Chisholm', 'United States', '5:51:00', '']. ['10', 'Alfred Maasik', 'Estonia', '6:19:00', '']. ['', 'Henry Cieman', 'Canada', '', 'DNF']. ['', 'John Moralis', 'Greece', '', 'DNF']. ['', 'Francesco Pretti', 'Italy', '', 'DNF']. ['', 'Arthur Tell Schwab', 'Switzerland', '', 'DNF']. ['', 'Harry Hinkel', 'United States', '', 'DNF'] A: Passage: The Great Britain athlete named Tommy Green is ranked globally. Tommy Green completed the marathon in 4:50:10 seconds. The Latvia athlete named Janis Dalins is ranked globally. Janis Dalins completed the marathon in 4:57:20 seconds. The Italy athlete named Ugo Frigerio is ranked globally. Ugo Frigerio completed the marathon in 4:59:06 seconds. The Germany athlete named Karl Hahnel is ranked 4 globally. Karl Hahnel completed the marathon in 5:06:06 seconds. The Italy athlete named Ettore Rivolta is ranked 5 globally. Ettore Rivolta completed the marathon in 5:07:39 seconds. The Germany athlete named Paul Sievert is ranked 6 globally. Paul Sievert completed the marathon in 5:16:41 seconds. The France athlete named Henri Quintric is ranked 7 globally. Henri Quintric completed the marathon in 5:27:25 seconds. The United States athlete named Ernie Crosbie is ranked 8 globally. Ernie Crosbie completed the marathon in 5:28:02 seconds. The United States athlete named Bill Chisholm is ranked 9 globally. Bill Chisholm completed the marathon in 5:51:00 seconds. The Estonia athlete named Alfred Maasik is ranked 10 globally. Alfred Maasik completed the marathon in 6:19:00 seconds. The Canada athlete named Henry Cieman is ranked globally. Henry Cieman completed the marathon in seconds. The Greece athlete named John Moralis is ranked globally. John Moralis completed the marathon in seconds. The Italy athlete named Francesco Pretti is ranked globally. Francesco Pretti completed the marathon in seconds. The Switzerland athlete named Arthur Tell Schwab is ranked globally. Arthur Tell Schwab completed the marathon in seconds. The United States athlete named Harry Hinkel is ranked globally. Harry Hinkel completed the marathon in seconds. **** Q: Table: ['Year', 'Title', 'Peak chart positions US Air', 'Peak chart positions US Main', 'Peak chart positions US Mod', 'Album']. ['1990', 'Dig a Hole', '--', '--', '--', 'Non-album single']. ['1993', 'Mister Love', '--', '--', '--', 'Velvet']. ['1994', 'Mister Love', '--', '--', '--', 'Rubberneck']. ['1995', 'Possum Kingdom', '40', '9', '4', 'Rubberneck']. ['1995', 'Away', '--', '23', '28', 'Rubberneck']. ['1996', 'Tyler', '--', '--', '--', 'Rubberneck']. ['1996', 'Backslider', '--', '--', '--', 'Rubberneck']. ['2001', 'Push the Hand', '--', '34', '--', 'Hell Below/Stars Above']. ['2008', 'No Deliverance', '--', '38', '--', 'No Deliverance']. ['2009', 'Song I Hate', '--', '--', '--', 'No Deliverance']. ['2012', 'Summer of the Strange', '--', '--', '--', 'Play.Rock.Music'] A:
Passage: The title track 'Dig a Hole' from the album 'Non-album single', was released in the year 1990. Dig a Hole's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Mister Love' from the album 'Velvet', was released in the year 1993. Mister Love's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Mister Love' from the album 'Rubberneck', was released in the year 1994. Mister Love's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Possum Kingdom' from the album 'Rubberneck', was released in the year 1995. Possum Kingdom's chart positions in US Air, US Main, and US mod were 40, 9, and 4 respectively. The title track 'Away' from the album 'Rubberneck', was released in the year 1995. Away's chart positions in US Air, US Main, and US mod were --, 23, and 28 respectively. The title track 'Tyler' from the album 'Rubberneck', was released in the year 1996. Tyler's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Backslider' from the album 'Rubberneck', was released in the year 1996. Backslider's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Push the Hand' from the album 'Hell Below/Stars Above', was released in the year 2001. Push the Hand's chart positions in US Air, US Main, and US mod were --, 34, and -- respectively. The title track 'No Deliverance' from the album 'No Deliverance', was released in the year 2008. No Deliverance's chart positions in US Air, US Main, and US mod were --, 38, and -- respectively. The title track 'Song I Hate' from the album 'No Deliverance', was released in the year 2009. Song I Hate's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Summer of the Strange' from the album 'Play.Rock.Music', was released in the year 2012. Summer of the Strange's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. ****
4
NIv2
task760_msr_sqa_long_text_generation
fs_opt
Given the task definition, example input & output, solve the new input case. You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Example: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Output: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. The output correctly captures the data in table and generates a long text passage which covers all the given information. New input case for you: Table: ['Pick #', 'CFL Team', 'Player', 'Position', 'College']. ['25', 'Montreal Alouettes', 'Shawn Gifford', 'OT', 'Charleston Southern']. ['26', 'Toronto Argonauts', 'Kevin Eiben', 'S', 'Bucknell']. ['27', 'Winnipeg Blue Bombers', 'Nick Tsatsaronis', 'RB', 'Memphis']. ['28', 'Hamilton Tiger-Cats', 'Ryan Donnelly', 'OL', 'McMaster']. ['29', 'Montreal Alouettes', 'Peter Moore', 'DL', 'Syracuse']. ['30', 'Calgary Stampeders', 'Andrew Carter', 'OL', "Bishop's"]. ['31', 'Montreal Alouettes', 'Steven Maheu', 'WR/QB', 'Simon Fraser']. ['32', 'BC Lions', 'Kelly Bates', 'OL', 'Saskatchewan'] Output:
Passage: The player named Shawn Gifford was picked at 25 position. The player plays at position OT in the team Montreal Alouettes from the college Charleston Southern. The player named Kevin Eiben was picked at 26 position. The player plays at position S in the team Toronto Argonauts from the college Bucknell. The player named Nick Tsatsaronis was picked at 27 position. The player plays at position RB in the team Winnipeg Blue Bombers from the college Memphis. The player named Ryan Donnelly was picked at 28 position. The player plays at position OL in the team Hamilton Tiger-Cats from the college McMaster. The player named Peter Moore was picked at 29 position. The player plays at position DL in the team Montreal Alouettes from the college Syracuse. The player named Andrew Carter was picked at 30 position. The player plays at position OL in the team Calgary Stampeders from the college Bishop's. The player named Steven Maheu was picked at 31 position. The player plays at position WR/QB in the team Montreal Alouettes from the college Simon Fraser. The player named Kelly Bates was picked at 32 position. The player plays at position OL in the team BC Lions from the college Saskatchewan.
1
NIv2
task760_msr_sqa_long_text_generation
fs_opt
instruction: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. question: Table: ['Year', 'Title', 'Peak chart positions US Air', 'Peak chart positions US Main', 'Peak chart positions US Mod', 'Album']. ['1990', 'Dig a Hole', '--', '--', '--', 'Non-album single']. ['1993', 'Mister Love', '--', '--', '--', 'Velvet']. ['1994', 'Mister Love', '--', '--', '--', 'Rubberneck']. ['1995', 'Possum Kingdom', '40', '9', '4', 'Rubberneck']. ['1995', 'Away', '--', '23', '28', 'Rubberneck']. ['1996', 'Tyler', '--', '--', '--', 'Rubberneck']. ['1996', 'Backslider', '--', '--', '--', 'Rubberneck']. ['2001', 'Push the Hand', '--', '34', '--', 'Hell Below/Stars Above']. ['2008', 'No Deliverance', '--', '38', '--', 'No Deliverance']. ['2009', 'Song I Hate', '--', '--', '--', 'No Deliverance']. ['2012', 'Summer of the Strange', '--', '--', '--', 'Play.Rock.Music'] answer: Passage: The title track 'Dig a Hole' from the album 'Non-album single', was released in the year 1990. Dig a Hole's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Mister Love' from the album 'Velvet', was released in the year 1993. Mister Love's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Mister Love' from the album 'Rubberneck', was released in the year 1994. Mister Love's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Possum Kingdom' from the album 'Rubberneck', was released in the year 1995. Possum Kingdom's chart positions in US Air, US Main, and US mod were 40, 9, and 4 respectively. The title track 'Away' from the album 'Rubberneck', was released in the year 1995. Away's chart positions in US Air, US Main, and US mod were --, 23, and 28 respectively. The title track 'Tyler' from the album 'Rubberneck', was released in the year 1996. Tyler's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Backslider' from the album 'Rubberneck', was released in the year 1996. Backslider's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Push the Hand' from the album 'Hell Below/Stars Above', was released in the year 2001. Push the Hand's chart positions in US Air, US Main, and US mod were --, 34, and -- respectively. The title track 'No Deliverance' from the album 'No Deliverance', was released in the year 2008. No Deliverance's chart positions in US Air, US Main, and US mod were --, 38, and -- respectively. The title track 'Song I Hate' from the album 'No Deliverance', was released in the year 2009. Song I Hate's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Summer of the Strange' from the album 'Play.Rock.Music', was released in the year 2012. Summer of the Strange's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. question: Table: ['Position', 'Team', 'Points', 'Played', 'Won', 'Drawn', 'Lost', 'For', 'Against', 'Difference']. ['1', 'Paulistano', '30', '18', '14', '2', '2', '62', '19', '43']. ['2', 'Palestra Italia-SP', '29', '18', '14', '1', '3', '59', '21', '38']. ['3', 'Corinthians', '26', '18', '12', '2', '4', '51', '16', '35']. ['4', 'Ypiranga-SP', '25', '18', '11', '3', '4', '56', '34', '22']. ['5', 'AA Sao Bento', '16', '18', '7', '2', '9', '38', '44', '-6']. ['6', 'Santos', '13', '18', '6', '1', '11', '36', '43', '-7']. ['7', 'SC Internacional de Sao Paulo', '11', '15', '3', '5', '7', '26', '44', '-18']. ['8', 'Minas Gerais', '10', '15', '4', '2', '9', '18', '49', '-31']. ['9', 'AA das Palmeiras', '6', '15', '3', '0', '12', '27', '57', '-30']. ['10', 'Mackenzie', '2', '15', '1', '0', '14', '11', '57', '-46'] answer: Passage: The team Paulistano finished at position 1. The team Paulistano played 18 matches, won 14 matches, and lost 2 matches. Total points earned is 30 The team Palestra Italia-SP finished at position 2. The team Palestra Italia-SP played 18 matches, won 14 matches, and lost 1 matches. Total points earned is 29 The team Corinthians finished at position 3. The team Corinthians played 18 matches, won 12 matches, and lost 2 matches. Total points earned is 26 The team Ypiranga-SP finished at position 4. The team Ypiranga-SP played 18 matches, won 11 matches, and lost 3 matches. Total points earned is 25 The team AA Sao Bento finished at position 5. The team AA Sao Bento played 18 matches, won 7 matches, and lost 2 matches. Total points earned is 16 The team Santos finished at position 6. The team Santos played 18 matches, won 6 matches, and lost 1 matches. Total points earned is 13 The team SC Internacional de Sao Paulo finished at position 7. The team SC Internacional de Sao Paulo played 15 matches, won 3 matches, and lost 5 matches. Total points earned is 11 The team Minas Gerais finished at position 8. The team Minas Gerais played 15 matches, won 4 matches, and lost 2 matches. Total points earned is 10 The team AA das Palmeiras finished at position 9. The team AA das Palmeiras played 15 matches, won 3 matches, and lost 0 matches. Total points earned is 6 The team Mackenzie finished at position 10. The team Mackenzie played 15 matches, won 1 matches, and lost 0 matches. Total points earned is 2 question: Table: ['Institution', 'Location', 'Enrollment', 'Nickname', 'Varsity Sports', 'Rugby Since', 'Head Coach']. ['Clemson University', 'Clemson, South Carolina', '20,576', 'Tigers', '19', '1967', 'Justin Hickey']. ['Maryland', 'College Park, Maryland', '37,641', 'Terrapins', '20', '1968', 'Jeff Soeken']. ['Navy', 'Annapolis, Maryland', '4,576', 'Midshipmen', '30', '1963', 'Mike Flanagan']. ['North Carolina', 'Chapel Hill, North Carolina', '29,340', 'Tar Heels', '28', '1966', 'Pete Earsman']. ['North Carolina State', 'Raleigh, North Carolina', '34,767', 'Wolfpack', '25', '1965', 'Jim Latham']. ['University of Virginia', 'Charlottesville, Virginia', '20,895', 'Cavaliers', '25', '1961', 'Jon Roberts']. ['Virginia Tech', 'Blacksburg, Virginia', '30,379', 'Hokies', '21', '1891 / 1968', 'Andy Richards']. ['Wake Forest', 'Winston-Salem, North Carolina', '7,079', 'Demon Deacons', '18', '1973', 'Patrick Kane'] answer:
Passage: The institution named Clemson University is located in Clemson, South Carolina. Clemson University has 20,576 students enrolled. Clemson University's nickname is Tigers, and has 19 varsity sports teams. Clemson University has been playing rugby since 1967. Clemson University's head-coach is Justin Hickey. The institution named Maryland is located in College Park, Maryland. Maryland has 37,641 students enrolled. Maryland's nickname is Terrapins, and has 20 varsity sports teams. Maryland has been playing rugby since 1968. Maryland's head-coach is Jeff Soeken. The institution named Navy is located in Annapolis, Maryland. Navy has 4,576 students enrolled. Navy's nickname is Midshipmen, and has 30 varsity sports teams. Navy has been playing rugby since 1963. Navy's head-coach is Mike Flanagan. The institution named North Carolina is located in Chapel Hill, North Carolina. North Carolina has 29,340 students enrolled. North Carolina's nickname is Tar Heels, and has 28 varsity sports teams. North Carolina has been playing rugby since 1966. North Carolina's head-coach is Pete Earsman. The institution named North Carolina State is located in Raleigh, North Carolina. North Carolina State has 34,767 students enrolled. North Carolina State's nickname is Wolfpack, and has 25 varsity sports teams. North Carolina State has been playing rugby since 1965. North Carolina State's head-coach is Jim Latham. The institution named University of Virginia is located in Charlottesville, Virginia. University of Virginia has 20,895 students enrolled. University of Virginia's nickname is Cavaliers, and has 25 varsity sports teams. University of Virginia has been playing rugby since 1961. University of Virginia's head-coach is Jon Roberts. The institution named Virginia Tech is located in Blacksburg, Virginia. Virginia Tech has 30,379 students enrolled. Virginia Tech's nickname is Hokies, and has 21 varsity sports teams. Virginia Tech has been playing rugby since 1891 / 1968. Virginia Tech's head-coach is Andy Richards. The institution named Wake Forest is located in Winston-Salem, North Carolina. Wake Forest has 7,079 students enrolled. Wake Forest's nickname is Demon Deacons, and has 18 varsity sports teams. Wake Forest has been playing rugby since 1973. Wake Forest's head-coach is Patrick Kane.
9
NIv2
task760_msr_sqa_long_text_generation
fs_opt
Part 1. Definition You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Part 2. Example Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Answer: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Explanation: The output correctly captures the data in table and generates a long text passage which covers all the given information. Part 3. Exercise Table: ['Name', 'Population (2002 census)', 'Population (2007 estimation)', 'Population (2011 census)', 'Area (km2)', 'Density (pop/km2)']. ['Brasov', '283,901', '277,945', '253,200', '267.32', '1,204']. ['Codlea', '24,256', '24,550', '21,708', '132.79', '182']. ['Sacele', '30,044', '31,796', '30,798', '320', '93']. ['Ghimbav', '5,100', '5,357', '4,698', '28.08', '181.62']. ['Predeal', '5,625', '5,174', '4,755', '58.4', '96.14']. ['Rasnov', '15,436', '16,055', '15,022', '164.36', '94']. ['Cristian', '3,952', '4,300', '4,490', '27.73', '142.51']. ['Sanpetru', '3,401', '3,759', '4,819', '30.74', '110.63']. ['Halchiu', '4,072', '4,560', '4,218', '56.67', '71.85']. ['Tarlungeni', '7,413', '7,996', '8,320', '135.66', '54.65']. ['Prejmer', '8,323', '8,876', '8,472', '60.48', '137.61']. ['Harman', '4,437', '4,775', '5,402', '52.79', '84.05']. ['Bod', '3,942', '4,173', '3,994', '33.56', '117.46']. ['Total', '399,902', '399,316', '369,896', '1,368.58', '270'] Answer:
Passage: The population for Brasov was 283,901 according to 2002 census, 277,945 according to 2007 estimation, and 253,200 according to 2011 census. The total area of Brasov is 267.32km2, and the density is 1,204 pop/km2. The population for Codlea was 24,256 according to 2002 census, 24,550 according to 2007 estimation, and 21,708 according to 2011 census. The total area of Codlea is 132.79km2, and the density is 182 pop/km2. The population for Sacele was 30,044 according to 2002 census, 31,796 according to 2007 estimation, and 30,798 according to 2011 census. The total area of Sacele is 320km2, and the density is 93 pop/km2. The population for Ghimbav was 5,100 according to 2002 census, 5,357 according to 2007 estimation, and 4,698 according to 2011 census. The total area of Ghimbav is 28.08km2, and the density is 181.62 pop/km2. The population for Predeal was 5,625 according to 2002 census, 5,174 according to 2007 estimation, and 4,755 according to 2011 census. The total area of Predeal is 58.4km2, and the density is 96.14 pop/km2. The population for Rasnov was 15,436 according to 2002 census, 16,055 according to 2007 estimation, and 15,022 according to 2011 census. The total area of Rasnov is 164.36km2, and the density is 94 pop/km2. The population for Cristian was 3,952 according to 2002 census, 4,300 according to 2007 estimation, and 4,490 according to 2011 census. The total area of Cristian is 27.73km2, and the density is 142.51 pop/km2. The population for Sanpetru was 3,401 according to 2002 census, 3,759 according to 2007 estimation, and 4,819 according to 2011 census. The total area of Sanpetru is 30.74km2, and the density is 110.63 pop/km2. The population for Halchiu was 4,072 according to 2002 census, 4,560 according to 2007 estimation, and 4,218 according to 2011 census. The total area of Halchiu is 56.67km2, and the density is 71.85 pop/km2. The population for Tarlungeni was 7,413 according to 2002 census, 7,996 according to 2007 estimation, and 8,320 according to 2011 census. The total area of Tarlungeni is 135.66km2, and the density is 54.65 pop/km2. The population for Prejmer was 8,323 according to 2002 census, 8,876 according to 2007 estimation, and 8,472 according to 2011 census. The total area of Prejmer is 60.48km2, and the density is 137.61 pop/km2. The population for Harman was 4,437 according to 2002 census, 4,775 according to 2007 estimation, and 5,402 according to 2011 census. The total area of Harman is 52.79km2, and the density is 84.05 pop/km2. The population for Bod was 3,942 according to 2002 census, 4,173 according to 2007 estimation, and 3,994 according to 2011 census. The total area of Bod is 33.56km2, and the density is 117.46 pop/km2. The population for Total was 399,902 according to 2002 census, 399,316 according to 2007 estimation, and 369,896 according to 2011 census. The total area of Total is 1,368.58km2, and the density is 270 pop/km2.
7
NIv2
task760_msr_sqa_long_text_generation
fs_opt
Teacher: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Teacher: Now, understand the problem? If you are still confused, see the following example: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Solution: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Reason: The output correctly captures the data in table and generates a long text passage which covers all the given information. Now, solve this instance: Table: ['Date', 'City', 'Venue', 'Member', 'Performance', 'Notes']. ['15 January', 'Dublin', 'RTE Studios', 'Brian & Roger', '(1) We Will Rock You', '']. ['(2) We Are the Champions', 'The Late Late Show', '', '', '', '']. ['31 January', 'Dublin', 'The O2', 'Brian', '(1) Bohemian Rhapsody', 'Matinee and Evening performances. Roger attended but did not perform.']. ['10 May', 'London', 'Dominion Theatre', 'Brian & Roger', '(1) Bohemian Rhapsody', '8th anniversary.']. ['3 September', 'Utrecht', 'Beatrix Theatre', 'Brian', '(1) Bohemian Rhapsody', '']. ['4 September', 'London', 'Dominion Theatre', 'Brian', '(1) Bohemian Rhapsody', 'Matinee and Evening performances']. ['12 September', 'Stockholm', 'Cirkus Arena Restaurang', 'Brian', '(1) Bohemian Rhapsody', '']. ['21 October', 'Berlin', 'Theater des Westens', 'Brian', '(1) Bohemian Rhapsody', ''] Student:
Passage: The artist Brian & Roger gave a live performance at RTE Studios in the city of Dublin on 15 January. The artist Brian & Roger performed (1) We Will Rock You. Additional details: . The artist gave a live performance at in the city of The Late Late Show on (2) We Are the Champions. The artist performed . Additional details: . The artist Brian gave a live performance at The O2 in the city of Dublin on 31 January. The artist Brian performed (1) Bohemian Rhapsody. Additional details: Matinee and Evening performances. Roger attended but did not perform.. The artist Brian & Roger gave a live performance at Dominion Theatre in the city of London on 10 May. The artist Brian & Roger performed (1) Bohemian Rhapsody. Additional details: 8th anniversary.. The artist Brian gave a live performance at Beatrix Theatre in the city of Utrecht on 3 September. The artist Brian performed (1) Bohemian Rhapsody. Additional details: . The artist Brian gave a live performance at Dominion Theatre in the city of London on 4 September. The artist Brian performed (1) Bohemian Rhapsody. Additional details: Matinee and Evening performances. The artist Brian gave a live performance at Cirkus Arena Restaurang in the city of Stockholm on 12 September. The artist Brian performed (1) Bohemian Rhapsody. Additional details: . The artist Brian gave a live performance at Theater des Westens in the city of Berlin on 21 October. The artist Brian performed (1) Bohemian Rhapsody. Additional details: .
2
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. [Q]: Table: ['Player', 'HR', 'Date reached 500 HR', 'Team', 'Seasons played']. ['Barry Bonds', '762', 'April 17, 2001', 'San Francisco Giants', '1986-2007']. ['Hank Aaron', '755', 'July 14, 1968', 'Atlanta Braves', '1954-1976']. ['Babe Ruth', '714', 'August 11, 1929', 'New York Yankees', '1914-1935']. ['Willie Mays', '660', 'September 13, 1965', 'San Francisco Giants', '1951-1952, 1954-1973']. ['Alex Rodriguez', '654', 'August 4, 2007', 'New York Yankees', '1994-']. ['Ken Griffey, Jr.', '630', 'June 20, 2004', 'Cincinnati Reds', '1989-2010']. ['Jim Thome', '612', 'September 16, 2007', 'Chicago White Sox', '1991-2012']. ['Sammy Sosa', '609', 'April 4, 2003', 'Chicago Cubs', '1989-2005, 2007']. ['Frank Robinson', '586', 'September 13, 1971', 'Baltimore Orioles', '1956-1976']. ['Mark McGwire', '583', 'August 5, 1999', 'St. Louis Cardinals', '1986-2001']. ['Harmon Killebrew', '573', 'August 10, 1971', 'Minnesota Twins', '1954-1975']. ['Rafael Palmeiro', '569', 'May 11, 2003', 'Texas Rangers', '1986-2005']. ['Reggie Jackson', '563', 'September 17, 1984', 'California Angels', '1967-1987']. ['Manny Ramirez', '555', 'May 31, 2008', 'Boston Red Sox', '1993-2011']. ['Mike Schmidt', '548', 'April 18, 1987', 'Philadelphia Phillies', '1972-1989']. ['Mickey Mantle', '536', 'May 14, 1967', 'New York Yankees', '1951-1968']. ['Jimmie Foxx', '534', 'September 24, 1940', 'Boston Red Sox', '1925-1942, 1944-1945']. ['Ted Williams', '521', 'June 17, 1960', 'Boston Red Sox', '1939-1942, 1946-1960']. ['Willie McCovey', '521', 'June 30, 1978', 'San Francisco Giants', '1959-1980']. ['Frank Thomas', '521', 'June 28, 2007', 'Toronto Blue Jays', '1990-2008']. ['Ernie Banks', '512', 'May 12, 1970', 'Chicago Cubs', '1953-1971']. ['Eddie Mathews', '512', 'July 14, 1967', 'Houston Astros', '1952-1968']. ['Mel Ott', '511', 'August 1, 1945', 'New York Giants', '1926-1947']. ['Gary Sheffield', '509', 'April 17, 2009', 'New York Mets', '1988-2009']. ['Eddie Murray', '504', 'September 6, 1996', 'Baltimore Orioles', '1977-1997'] [A]: Passage: The player Barry Bonds from the team San Francisco Giants has scored total 762 home runs. Barry Bonds has played in the seasons: 1986-2007. Barry Bonds had completed 500 home runs on date April 17, 2001. The player Hank Aaron from the team Atlanta Braves has scored total 755 home runs. Hank Aaron has played in the seasons: 1954-1976. Hank Aaron had completed 500 home runs on date July 14, 1968. The player Babe Ruth from the team New York Yankees has scored total 714 home runs. Babe Ruth has played in the seasons: 1914-1935. Babe Ruth had completed 500 home runs on date August 11, 1929. The player Willie Mays from the team San Francisco Giants has scored total 660 home runs. Willie Mays has played in the seasons: 1951-1952, 1954-1973. Willie Mays had completed 500 home runs on date September 13, 1965. The player Alex Rodriguez from the team New York Yankees has scored total 654 home runs. Alex Rodriguez has played in the seasons: 1994-. Alex Rodriguez had completed 500 home runs on date August 4, 2007. The player Ken Griffey, Jr. from the team Cincinnati Reds has scored total 630 home runs. Ken Griffey, Jr. has played in the seasons: 1989-2010. Ken Griffey, Jr. had completed 500 home runs on date June 20, 2004. The player Jim Thome from the team Chicago White Sox has scored total 612 home runs. Jim Thome has played in the seasons: 1991-2012. Jim Thome had completed 500 home runs on date September 16, 2007. The player Sammy Sosa from the team Chicago Cubs has scored total 609 home runs. Sammy Sosa has played in the seasons: 1989-2005, 2007. Sammy Sosa had completed 500 home runs on date April 4, 2003. The player Frank Robinson from the team Baltimore Orioles has scored total 586 home runs. Frank Robinson has played in the seasons: 1956-1976. Frank Robinson had completed 500 home runs on date September 13, 1971. The player Mark McGwire from the team St. Louis Cardinals has scored total 583 home runs. Mark McGwire has played in the seasons: 1986-2001. Mark McGwire had completed 500 home runs on date August 5, 1999. The player Harmon Killebrew from the team Minnesota Twins has scored total 573 home runs. Harmon Killebrew has played in the seasons: 1954-1975. Harmon Killebrew had completed 500 home runs on date August 10, 1971. The player Rafael Palmeiro from the team Texas Rangers has scored total 569 home runs. Rafael Palmeiro has played in the seasons: 1986-2005. Rafael Palmeiro had completed 500 home runs on date May 11, 2003. The player Reggie Jackson from the team California Angels has scored total 563 home runs. Reggie Jackson has played in the seasons: 1967-1987. Reggie Jackson had completed 500 home runs on date September 17, 1984. The player Manny Ramirez from the team Boston Red Sox has scored total 555 home runs. Manny Ramirez has played in the seasons: 1993-2011. Manny Ramirez had completed 500 home runs on date May 31, 2008. The player Mike Schmidt from the team Philadelphia Phillies has scored total 548 home runs. Mike Schmidt has played in the seasons: 1972-1989. Mike Schmidt had completed 500 home runs on date April 18, 1987. The player Mickey Mantle from the team New York Yankees has scored total 536 home runs. Mickey Mantle has played in the seasons: 1951-1968. Mickey Mantle had completed 500 home runs on date May 14, 1967. The player Jimmie Foxx from the team Boston Red Sox has scored total 534 home runs. Jimmie Foxx has played in the seasons: 1925-1942, 1944-1945. Jimmie Foxx had completed 500 home runs on date September 24, 1940. The player Ted Williams from the team Boston Red Sox has scored total 521 home runs. Ted Williams has played in the seasons: 1939-1942, 1946-1960. Ted Williams had completed 500 home runs on date June 17, 1960. The player Willie McCovey from the team San Francisco Giants has scored total 521 home runs. Willie McCovey has played in the seasons: 1959-1980. Willie McCovey had completed 500 home runs on date June 30, 1978. The player Frank Thomas from the team Toronto Blue Jays has scored total 521 home runs. Frank Thomas has played in the seasons: 1990-2008. Frank Thomas had completed 500 home runs on date June 28, 2007. The player Ernie Banks from the team Chicago Cubs has scored total 512 home runs. Ernie Banks has played in the seasons: 1953-1971. Ernie Banks had completed 500 home runs on date May 12, 1970. The player Eddie Mathews from the team Houston Astros has scored total 512 home runs. Eddie Mathews has played in the seasons: 1952-1968. Eddie Mathews had completed 500 home runs on date July 14, 1967. The player Mel Ott from the team New York Giants has scored total 511 home runs. Mel Ott has played in the seasons: 1926-1947. Mel Ott had completed 500 home runs on date August 1, 1945. The player Gary Sheffield from the team New York Mets has scored total 509 home runs. Gary Sheffield has played in the seasons: 1988-2009. Gary Sheffield had completed 500 home runs on date April 17, 2009. The player Eddie Murray from the team Baltimore Orioles has scored total 504 home runs. Eddie Murray has played in the seasons: 1977-1997. Eddie Murray had completed 500 home runs on date September 6, 1996. [Q]: Table: ['Position', 'Club', 'Played', 'Points', 'Wins', 'Draws', 'Losses', 'Goals for', 'Goals against', 'Goal Difference']. ['1', 'Cordoba CF', '30', '40', '16', '8', '6', '48', '22', '+26']. ['2', 'CD Malaga', '30', '38', '14', '10', '6', '52', '36', '+16']. ['3', 'Granada CF', '30', '36', '15', '6', '9', '48', '34', '+14']. ['4', 'UD Las Palmas', '30', '35', '15', '5', '10', '47', '39', '+8']. ['5', 'Recreativo de Huelva', '30', '33', '13', '7', '10', '43', '42', '+1']. ['6', 'Levante UD', '30', '32', '14', '4', '12', '49', '42', '+7']. ['7', 'Hercules CF', '30', '32', '14', '4', '12', '55', '46', '+9']. ['8', 'Real Murcia', '30', '31', '12', '7', '11', '40', '35', '+5']. ['9', 'Real Jaen', '30', '31', '14', '3', '13', '58', '42', '+16']. ['10', 'Cadiz CF', '30', '28', '12', '4', '14', '43', '52', '-9']. ['11', 'CD Cartagena', '30', '28', '13', '2', '15', '45', '56', '-11']. ['12', 'CD Mestalla', '30', '27', '11', '5', '14', '50', '49', '+1']. ['13', 'Albacete Balompie', '30', '27', '10', '7', '13', '27', '32', '-5']. ['14', 'CD San Fernando', '30', '27', '11', '5', '14', '37', '47', '-10']. ['15', 'Atletico Ceuta', '30', '23', '8', '7', '15', '33', '48', '-15']. ['16', 'CD Villarrobledo', '30', '12', '4', '4', '22', '26', '79', '-53'] [A]: Passage: The club named Cordoba CF is at position 1. Cordoba CF played 30 matches, won 16 matches, lost 6 matches and had 8 draws. Cordoba CF scored 48 goals for, 22 goals against. Total points for Cordoba CF are 40. The club named CD Malaga is at position 2. CD Malaga played 30 matches, won 14 matches, lost 6 matches and had 10 draws. CD Malaga scored 52 goals for, 36 goals against. Total points for CD Malaga are 38. The club named Granada CF is at position 3. Granada CF played 30 matches, won 15 matches, lost 9 matches and had 6 draws. Granada CF scored 48 goals for, 34 goals against. Total points for Granada CF are 36. The club named UD Las Palmas is at position 4. UD Las Palmas played 30 matches, won 15 matches, lost 10 matches and had 5 draws. UD Las Palmas scored 47 goals for, 39 goals against. Total points for UD Las Palmas are 35. The club named Recreativo de Huelva is at position 5. Recreativo de Huelva played 30 matches, won 13 matches, lost 10 matches and had 7 draws. Recreativo de Huelva scored 43 goals for, 42 goals against. Total points for Recreativo de Huelva are 33. The club named Levante UD is at position 6. Levante UD played 30 matches, won 14 matches, lost 12 matches and had 4 draws. Levante UD scored 49 goals for, 42 goals against. Total points for Levante UD are 32. The club named Hercules CF is at position 7. Hercules CF played 30 matches, won 14 matches, lost 12 matches and had 4 draws. Hercules CF scored 55 goals for, 46 goals against. Total points for Hercules CF are 32. The club named Real Murcia is at position 8. Real Murcia played 30 matches, won 12 matches, lost 11 matches and had 7 draws. Real Murcia scored 40 goals for, 35 goals against. Total points for Real Murcia are 31. The club named Real Jaen is at position 9. Real Jaen played 30 matches, won 14 matches, lost 13 matches and had 3 draws. Real Jaen scored 58 goals for, 42 goals against. Total points for Real Jaen are 31. The club named Cadiz CF is at position 10. Cadiz CF played 30 matches, won 12 matches, lost 14 matches and had 4 draws. Cadiz CF scored 43 goals for, 52 goals against. Total points for Cadiz CF are 28. The club named CD Cartagena is at position 11. CD Cartagena played 30 matches, won 13 matches, lost 15 matches and had 2 draws. CD Cartagena scored 45 goals for, 56 goals against. Total points for CD Cartagena are 28. The club named CD Mestalla is at position 12. CD Mestalla played 30 matches, won 11 matches, lost 14 matches and had 5 draws. CD Mestalla scored 50 goals for, 49 goals against. Total points for CD Mestalla are 27. The club named Albacete Balompie is at position 13. Albacete Balompie played 30 matches, won 10 matches, lost 13 matches and had 7 draws. Albacete Balompie scored 27 goals for, 32 goals against. Total points for Albacete Balompie are 27. The club named CD San Fernando is at position 14. CD San Fernando played 30 matches, won 11 matches, lost 14 matches and had 5 draws. CD San Fernando scored 37 goals for, 47 goals against. Total points for CD San Fernando are 27. The club named Atletico Ceuta is at position 15. Atletico Ceuta played 30 matches, won 8 matches, lost 15 matches and had 7 draws. Atletico Ceuta scored 33 goals for, 48 goals against. Total points for Atletico Ceuta are 23. The club named CD Villarrobledo is at position 16. CD Villarrobledo played 30 matches, won 4 matches, lost 22 matches and had 4 draws. CD Villarrobledo scored 26 goals for, 79 goals against. Total points for CD Villarrobledo are 12. [Q]: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] [A]:
Passage: The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS.
5
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Example input: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Example output: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Example explanation: The output correctly captures the data in table and generates a long text passage which covers all the given information. Q: Table: ['Team', 'Home city', 'Stadium', 'Capacity', 'Last Season']. ['Barak Netanya', 'Netanya', 'Yeshurun', '1,000', '9th']. ['Bnei HaSharon/Herzliya', 'Herzliya', 'HaYovel Herzliya', '1,750', '10th']. ['Hapoel Gilboa Galil', 'Gilboa Regional Council', 'Gan Ner Sports Hall', '2,400', '2nd']. ['Hapoel Holon', 'Holon', 'Holon City Arena', '2,850', '5th']. ['Hapoel Jerusalem', 'Jerusalem', 'Malha Arena', '3,000', '4th']. ['Ironi Ashkelon', 'Ashkelon', 'Ashkelon Sports Arena', '3,000', '6th']. ['Maccabi Ashdod', 'Ashdod', 'HaKiriya Arena', '1,260', '7th']. ['Hapoel Eilat B.C.', 'Eilat', 'Begin Arena', '1,100', "8th (as Habik'a B.C.)"]. ['Maccabi Haifa', 'Haifa', 'Romema Arena', '5,000', '11th']. ['Maccabi Rishon LeZion', 'Rishon LeZion', 'Beit Maccabi Rishon', '2,500', '3rd']. ['Maccabi Tel Aviv', 'Tel Aviv', 'Nokia Arena', '11,700', '1st']. ['Hapoel Tel Aviv', 'Tel Aviv', 'Beit Maccabi Rishon', '2,500', '1st (Liga Leumit)'] A:
Passage: The home city of the team 'Barak Netanya' is Netanya. The capacity at stadium Yeshurun in Netanya is 1,000. The last season played was 9th. The home city of the team 'Bnei HaSharon/Herzliya' is Herzliya. The capacity at stadium HaYovel Herzliya in Herzliya is 1,750. The last season played was 10th. The home city of the team 'Hapoel Gilboa Galil' is Gilboa Regional Council. The capacity at stadium Gan Ner Sports Hall in Gilboa Regional Council is 2,400. The last season played was 2nd. The home city of the team 'Hapoel Holon' is Holon. The capacity at stadium Holon City Arena in Holon is 2,850. The last season played was 5th. The home city of the team 'Hapoel Jerusalem' is Jerusalem. The capacity at stadium Malha Arena in Jerusalem is 3,000. The last season played was 4th. The home city of the team 'Ironi Ashkelon' is Ashkelon. The capacity at stadium Ashkelon Sports Arena in Ashkelon is 3,000. The last season played was 6th. The home city of the team 'Maccabi Ashdod' is Ashdod. The capacity at stadium HaKiriya Arena in Ashdod is 1,260. The last season played was 7th. The home city of the team 'Hapoel Eilat B.C.' is Eilat. The capacity at stadium Begin Arena in Eilat is 1,100. The last season played was 8th (as Habik'a B.C.). The home city of the team 'Maccabi Haifa' is Haifa. The capacity at stadium Romema Arena in Haifa is 5,000. The last season played was 11th. The home city of the team 'Maccabi Rishon LeZion' is Rishon LeZion. The capacity at stadium Beit Maccabi Rishon in Rishon LeZion is 2,500. The last season played was 3rd. The home city of the team 'Maccabi Tel Aviv' is Tel Aviv. The capacity at stadium Nokia Arena in Tel Aviv is 11,700. The last season played was 1st. The home city of the team 'Hapoel Tel Aviv' is Tel Aviv. The capacity at stadium Beit Maccabi Rishon in Tel Aviv is 2,500. The last season played was 1st (Liga Leumit).
3
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Example input: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Example output: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Example explanation: The output correctly captures the data in table and generates a long text passage which covers all the given information. Q: Table: ['Place', 'Position', 'Number', 'Name', 'NASL', 'Playoffs', 'CFU Club Championship', 'CONCACAF Champions League', 'Total']. ['1', 'FW', '11', 'Nicholas Addlery', '9', '0', '0', '1', '10']. ['2', 'FW', '9', 'Jonathan Fana', '4', '0', '4', '0', '8']. ['3', 'FW', '7', 'David Foley', '6', '1', '0', '0', '7']. ['3', 'FW', '24', 'Hector Ramos', '3', '0', '2', '2', '7']. ['5', 'DF', '33', 'Jay Needham', '3', '0', '0', '0', '3']. ['5', 'FW', '22', 'Gregory Richardson', '1', '0', '1', '1', '3']. ['7', 'MF', '20', 'Josh Hansen', '0', '0', '2', '0', '2']. ['7', '', '', 'Own Goal', '0', '0', '2', '0', '2']. ['9', 'DF', '3', 'Richard Martinez', '1', '0', '0', '0', '1']. ['9', 'DF', '16', 'Anthony Vazquez', '1', '0', '0', '0', '1']. ['9', 'DF', '5', 'Noah Delgado', '1', '0', '0', '0', '1']. ['9', 'MF', '14', 'Jarad Van Schaik', '1', '0', '0', '0', '1']. ['9', 'MF', '17', 'Tyler Wilson', '1', '0', '0', '0', '1']. ['9', 'MF', '24', 'Justin Fojo', '1', '0', '0', '0', '1']. ['', '', '', 'TOTALS', '32', '1', '11', '4', '48'] A:
Passage: The player named Nicholas Addlery with jersey number 11, plays at position FW. There were total 0 playoffs, 0 CFU Club Championships, 1 CONCACAF Champions Leagues. Total 10 matches. The player named Jonathan Fana with jersey number 9, plays at position FW. There were total 0 playoffs, 4 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 8 matches. The player named David Foley with jersey number 7, plays at position FW. There were total 1 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 7 matches. The player named Hector Ramos with jersey number 24, plays at position FW. There were total 0 playoffs, 2 CFU Club Championships, 2 CONCACAF Champions Leagues. Total 7 matches. The player named Jay Needham with jersey number 33, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 3 matches. The player named Gregory Richardson with jersey number 22, plays at position FW. There were total 0 playoffs, 1 CFU Club Championships, 1 CONCACAF Champions Leagues. Total 3 matches. The player named Josh Hansen with jersey number 20, plays at position MF. There were total 0 playoffs, 2 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 2 matches. The player named Own Goal with jersey number , plays at position . There were total 0 playoffs, 2 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 2 matches. The player named Richard Martinez with jersey number 3, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Anthony Vazquez with jersey number 16, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Noah Delgado with jersey number 5, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Jarad Van Schaik with jersey number 14, plays at position MF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Tyler Wilson with jersey number 17, plays at position MF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Justin Fojo with jersey number 24, plays at position MF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named TOTALS with jersey number , plays at position . There were total 1 playoffs, 11 CFU Club Championships, 4 CONCACAF Champions Leagues. Total 48 matches.
3
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Table: ['Name', 'Population (2002 census)', 'Population (2007 estimation)', 'Population (2011 census)', 'Area (km2)', 'Density (pop/km2)']. ['Brasov', '283,901', '277,945', '253,200', '267.32', '1,204']. ['Codlea', '24,256', '24,550', '21,708', '132.79', '182']. ['Sacele', '30,044', '31,796', '30,798', '320', '93']. ['Ghimbav', '5,100', '5,357', '4,698', '28.08', '181.62']. ['Predeal', '5,625', '5,174', '4,755', '58.4', '96.14']. ['Rasnov', '15,436', '16,055', '15,022', '164.36', '94']. ['Cristian', '3,952', '4,300', '4,490', '27.73', '142.51']. ['Sanpetru', '3,401', '3,759', '4,819', '30.74', '110.63']. ['Halchiu', '4,072', '4,560', '4,218', '56.67', '71.85']. ['Tarlungeni', '7,413', '7,996', '8,320', '135.66', '54.65']. ['Prejmer', '8,323', '8,876', '8,472', '60.48', '137.61']. ['Harman', '4,437', '4,775', '5,402', '52.79', '84.05']. ['Bod', '3,942', '4,173', '3,994', '33.56', '117.46']. ['Total', '399,902', '399,316', '369,896', '1,368.58', '270'] Passage: The population for Brasov was 283,901 according to 2002 census, 277,945 according to 2007 estimation, and 253,200 according to 2011 census. The total area of Brasov is 267.32km2, and the density is 1,204 pop/km2. The population for Codlea was 24,256 according to 2002 census, 24,550 according to 2007 estimation, and 21,708 according to 2011 census. The total area of Codlea is 132.79km2, and the density is 182 pop/km2. The population for Sacele was 30,044 according to 2002 census, 31,796 according to 2007 estimation, and 30,798 according to 2011 census. The total area of Sacele is 320km2, and the density is 93 pop/km2. The population for Ghimbav was 5,100 according to 2002 census, 5,357 according to 2007 estimation, and 4,698 according to 2011 census. The total area of Ghimbav is 28.08km2, and the density is 181.62 pop/km2. The population for Predeal was 5,625 according to 2002 census, 5,174 according to 2007 estimation, and 4,755 according to 2011 census. The total area of Predeal is 58.4km2, and the density is 96.14 pop/km2. The population for Rasnov was 15,436 according to 2002 census, 16,055 according to 2007 estimation, and 15,022 according to 2011 census. The total area of Rasnov is 164.36km2, and the density is 94 pop/km2. The population for Cristian was 3,952 according to 2002 census, 4,300 according to 2007 estimation, and 4,490 according to 2011 census. The total area of Cristian is 27.73km2, and the density is 142.51 pop/km2. The population for Sanpetru was 3,401 according to 2002 census, 3,759 according to 2007 estimation, and 4,819 according to 2011 census. The total area of Sanpetru is 30.74km2, and the density is 110.63 pop/km2. The population for Halchiu was 4,072 according to 2002 census, 4,560 according to 2007 estimation, and 4,218 according to 2011 census. The total area of Halchiu is 56.67km2, and the density is 71.85 pop/km2. The population for Tarlungeni was 7,413 according to 2002 census, 7,996 according to 2007 estimation, and 8,320 according to 2011 census. The total area of Tarlungeni is 135.66km2, and the density is 54.65 pop/km2. The population for Prejmer was 8,323 according to 2002 census, 8,876 according to 2007 estimation, and 8,472 according to 2011 census. The total area of Prejmer is 60.48km2, and the density is 137.61 pop/km2. The population for Harman was 4,437 according to 2002 census, 4,775 according to 2007 estimation, and 5,402 according to 2011 census. The total area of Harman is 52.79km2, and the density is 84.05 pop/km2. The population for Bod was 3,942 according to 2002 census, 4,173 according to 2007 estimation, and 3,994 according to 2011 census. The total area of Bod is 33.56km2, and the density is 117.46 pop/km2. The population for Total was 399,902 according to 2002 census, 399,316 according to 2007 estimation, and 369,896 according to 2011 census. The total area of Total is 1,368.58km2, and the density is 270 pop/km2. Table: ['Year', 'Miss Northern Ireland', 'Hometown', 'Placement at Miss World', 'Notes']. ['2012', 'Tiffany Brien', 'Belfast', 'Top 30', 'Top 10 of Beach Fashion and 1st runner-up of Sports & Fitness at Miss World 2012']. ['2011', 'Finola Guinnane', 'Drumbo', 'Non-Finalist', 'Top 20 of Beach Beauty and Top 77 of Beauty with a Purpose at Miss World 2011']. ['2010', 'Lori Moore', 'Belfast', 'Top 25', 'Winner of Sports at Miss World 2010']. ['2009', 'Cherie Gardiner', 'Bangor', 'Non-Finalist', '']. ['2008', 'Judith Wilson', 'Enniskillen', 'Non-Finalist', 'Top 19 of Talent at Miss World 2008']. ['2007', 'Melissa Patton', 'Belfast', 'Non-Finalist', '']. ['2006', 'Catherine Jean Milligan', 'Newtownards', 'Top 17', 'Winner of Miss Talent at Miss World 2006']. ['2005', 'Lucy Evangelista', 'Portglenone', 'Top 15', 'Later Miss United Kingdom 2005 and Miss Universe United Kingdom 2005 2nd runner-up']. ['2004', 'Kirsty Anne Gabriel Stewart', 'Enniskillen', 'Non-Finalist', '']. ['2003', 'Diana Sayers', 'Belfast', 'Non-Finalist', '']. ['2002', 'Gayle Williamson', 'Lurgan', 'Non-Finalist', 'Later Miss United Kingdom 2002']. ['2001', 'Angela McCarthy', 'Belfast', 'Non-Finalist', '']. ['2000', 'Julie Lee-Ann Martin', 'Belfast', 'Non-Finalist', ''] Passage: Tiffany Brien from Belfast was Miss Northern Ireland in the year 2012. Tiffany Brien was placed as a Top 30 at Miss World. Tiffany Brien was Top 10 of Beach Fashion and 1st runner-up of Sports & Fitness at Miss World 2012. Finola Guinnane from Drumbo was Miss Northern Ireland in the year 2011. Finola Guinnane was placed as a Non-Finalist at Miss World. Finola Guinnane was Top 20 of Beach Beauty and Top 77 of Beauty with a Purpose at Miss World 2011. Lori Moore from Belfast was Miss Northern Ireland in the year 2010. Lori Moore was placed as a Top 25 at Miss World. Lori Moore was Winner of Sports at Miss World 2010. Cherie Gardiner from Bangor was Miss Northern Ireland in the year 2009. Cherie Gardiner was placed as a Non-Finalist at Miss World. Cherie Gardiner was . Judith Wilson from Enniskillen was Miss Northern Ireland in the year 2008. Judith Wilson was placed as a Non-Finalist at Miss World. Judith Wilson was Top 19 of Talent at Miss World 2008. Melissa Patton from Belfast was Miss Northern Ireland in the year 2007. Melissa Patton was placed as a Non-Finalist at Miss World. Melissa Patton was . Catherine Jean Milligan from Newtownards was Miss Northern Ireland in the year 2006. Catherine Jean Milligan was placed as a Top 17 at Miss World. Catherine Jean Milligan was Winner of Miss Talent at Miss World 2006. Lucy Evangelista from Portglenone was Miss Northern Ireland in the year 2005. Lucy Evangelista was placed as a Top 15 at Miss World. Lucy Evangelista was Later Miss United Kingdom 2005 and Miss Universe United Kingdom 2005 2nd runner-up. Kirsty Anne Gabriel Stewart from Enniskillen was Miss Northern Ireland in the year 2004. Kirsty Anne Gabriel Stewart was placed as a Non-Finalist at Miss World. Kirsty Anne Gabriel Stewart was . Diana Sayers from Belfast was Miss Northern Ireland in the year 2003. Diana Sayers was placed as a Non-Finalist at Miss World. Diana Sayers was . Gayle Williamson from Lurgan was Miss Northern Ireland in the year 2002. Gayle Williamson was placed as a Non-Finalist at Miss World. Gayle Williamson was Later Miss United Kingdom 2002. Angela McCarthy from Belfast was Miss Northern Ireland in the year 2001. Angela McCarthy was placed as a Non-Finalist at Miss World. Angela McCarthy was . Julie Lee-Ann Martin from Belfast was Miss Northern Ireland in the year 2000. Julie Lee-Ann Martin was placed as a Non-Finalist at Miss World. Julie Lee-Ann Martin was . Table: ['Rank', 'Name', 'Nationality', 'Time (hand)', 'Notes']. ['', 'Tommy Green', 'Great Britain', '4:50:10', 'OR']. ['', 'Janis Dalins', 'Latvia', '4:57:20', '']. ['', 'Ugo Frigerio', 'Italy', '4:59:06', '']. ['4', 'Karl Hahnel', 'Germany', '5:06:06', '']. ['5', 'Ettore Rivolta', 'Italy', '5:07:39', '']. ['6', 'Paul Sievert', 'Germany', '5:16:41', '']. ['7', 'Henri Quintric', 'France', '5:27:25', '']. ['8', 'Ernie Crosbie', 'United States', '5:28:02', '']. ['9', 'Bill Chisholm', 'United States', '5:51:00', '']. ['10', 'Alfred Maasik', 'Estonia', '6:19:00', '']. ['', 'Henry Cieman', 'Canada', '', 'DNF']. ['', 'John Moralis', 'Greece', '', 'DNF']. ['', 'Francesco Pretti', 'Italy', '', 'DNF']. ['', 'Arthur Tell Schwab', 'Switzerland', '', 'DNF']. ['', 'Harry Hinkel', 'United States', '', 'DNF']
Passage: The Great Britain athlete named Tommy Green is ranked globally. Tommy Green completed the marathon in 4:50:10 seconds. The Latvia athlete named Janis Dalins is ranked globally. Janis Dalins completed the marathon in 4:57:20 seconds. The Italy athlete named Ugo Frigerio is ranked globally. Ugo Frigerio completed the marathon in 4:59:06 seconds. The Germany athlete named Karl Hahnel is ranked 4 globally. Karl Hahnel completed the marathon in 5:06:06 seconds. The Italy athlete named Ettore Rivolta is ranked 5 globally. Ettore Rivolta completed the marathon in 5:07:39 seconds. The Germany athlete named Paul Sievert is ranked 6 globally. Paul Sievert completed the marathon in 5:16:41 seconds. The France athlete named Henri Quintric is ranked 7 globally. Henri Quintric completed the marathon in 5:27:25 seconds. The United States athlete named Ernie Crosbie is ranked 8 globally. Ernie Crosbie completed the marathon in 5:28:02 seconds. The United States athlete named Bill Chisholm is ranked 9 globally. Bill Chisholm completed the marathon in 5:51:00 seconds. The Estonia athlete named Alfred Maasik is ranked 10 globally. Alfred Maasik completed the marathon in 6:19:00 seconds. The Canada athlete named Henry Cieman is ranked globally. Henry Cieman completed the marathon in seconds. The Greece athlete named John Moralis is ranked globally. John Moralis completed the marathon in seconds. The Italy athlete named Francesco Pretti is ranked globally. Francesco Pretti completed the marathon in seconds. The Switzerland athlete named Arthur Tell Schwab is ranked globally. Arthur Tell Schwab completed the marathon in seconds. The United States athlete named Harry Hinkel is ranked globally. Harry Hinkel completed the marathon in seconds.
0
NIv2
task760_msr_sqa_long_text_generation
fs_opt
Given the task definition, example input & output, solve the new input case. You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Example: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Output: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. The output correctly captures the data in table and generates a long text passage which covers all the given information. New input case for you: Table: ['Rank', 'Nation', 'Gold', 'Silver', 'Bronze', 'Total']. ['1', 'Algeria', '8', '3', '0', '11']. ['2', 'Tunisia', '4', '3', '5', '12']. ['3', 'Egypt', '3', '3', '3', '9']. ['4', 'Cameroon', '1', '1', '5', '7']. ['5', 'Morocco', '0', '1', '5', '5']. ['6', 'South Africa', '0', '1', '1', '2']. ['7', 'Angola', '0', '1', '0', '1']. ['7', 'Burkina Faso', '0', '1', '0', '1']. ['7', 'Gabon', '0', '1', '0', '1']. ['7', 'Madagascar', '0', '1', '0', '1']. ['11', 'Nigeria', '0', '0', '3', '3']. ['12', 'Senegal', '0', '0', '2', '2']. ['13', 'Congo Republic', '0', '0', '1', '1']. ['13', 'Ivory Coast', '0', '0', '1', '1']. ['13', 'Guinea', '0', '0', '1', '1']. ['13', 'Niger', '0', '0', '1', '1'] Output:
Passage: The nation, Algeria, has ranked 1. Algeria won 8 gold medals, 3 silver medals, and 0 bronze medals. Algeria won 11 medals in total. The nation, Tunisia, has ranked 2. Tunisia won 4 gold medals, 3 silver medals, and 5 bronze medals. Tunisia won 12 medals in total. The nation, Egypt, has ranked 3. Egypt won 3 gold medals, 3 silver medals, and 3 bronze medals. Egypt won 9 medals in total. The nation, Cameroon, has ranked 4. Cameroon won 1 gold medals, 1 silver medals, and 5 bronze medals. Cameroon won 7 medals in total. The nation, Morocco, has ranked 5. Morocco won 0 gold medals, 1 silver medals, and 5 bronze medals. Morocco won 5 medals in total. The nation, South Africa, has ranked 6. South Africa won 0 gold medals, 1 silver medals, and 1 bronze medals. South Africa won 2 medals in total. The nation, Angola, has ranked 7. Angola won 0 gold medals, 1 silver medals, and 0 bronze medals. Angola won 1 medals in total. The nation, Burkina Faso, has ranked 7. Burkina Faso won 0 gold medals, 1 silver medals, and 0 bronze medals. Burkina Faso won 1 medals in total. The nation, Gabon, has ranked 7. Gabon won 0 gold medals, 1 silver medals, and 0 bronze medals. Gabon won 1 medals in total. The nation, Madagascar, has ranked 7. Madagascar won 0 gold medals, 1 silver medals, and 0 bronze medals. Madagascar won 1 medals in total. The nation, Nigeria, has ranked 11. Nigeria won 0 gold medals, 0 silver medals, and 3 bronze medals. Nigeria won 3 medals in total. The nation, Senegal, has ranked 12. Senegal won 0 gold medals, 0 silver medals, and 2 bronze medals. Senegal won 2 medals in total. The nation, Congo Republic, has ranked 13. Congo Republic won 0 gold medals, 0 silver medals, and 1 bronze medals. Congo Republic won 1 medals in total. The nation, Ivory Coast, has ranked 13. Ivory Coast won 0 gold medals, 0 silver medals, and 1 bronze medals. Ivory Coast won 1 medals in total. The nation, Guinea, has ranked 13. Guinea won 0 gold medals, 0 silver medals, and 1 bronze medals. Guinea won 1 medals in total. The nation, Niger, has ranked 13. Niger won 0 gold medals, 0 silver medals, and 1 bronze medals. Niger won 1 medals in total.
1
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. [Q]: Table: ['Club', 'Played', 'Won', 'Drawn', 'Lost', 'Points for', 'Points against', 'Bonus points', 'Points']. ['Biarritz Olympique', '26', '19', '', '7', '694', '350', '14', '90']. ['Stade Francais', '26', '19', '', '7', '633', '437', '13', '89']. ['Stade Toulousain', '26', '19', '', '7', '713', '427', '12', '88']. ['USA Perpignan', '26', '18', '', '8', '671', '398', '12', '84']. ['SU Agen', '26', '15', '', '11', '655', '540', '10', '70']. ['CS Bourgoin-Jallieu', '26', '14', '', '12', '591', '516', '11', '67']. ['Castres Olympique', '26', '13', '', '13', '685', '559', '14', '66']. ['ASM Clermont', '26', '14', '', '12', '577', '569', '7', '63']. ['CA Brive', '26', '10', '1', '15', '431', '553', '9', '51']. ['RC Narbonne', '26', '11', '', '15', '533', '775', '3', '47']. ['Montpellier RC', '26', '9', '0', '17', '574', '659', '10', '46']. ['Aviron Bayonnais', '26', '8', '1', '17', '514', '669', '9', '43']. ['Section Paloise', '26', '9', '0', '17', '476', '790', '4', '40']. ['RC Toulonnais', '26', '3', '0', '23', '332', '837', '7', '19'] [A]: Passage: The club named Biarritz Olympique, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 694. Total points scored against the 26 team is 350. The team scored 14 bonus points. Total points scored by the 26 club this season this 90. The club named Stade Francais, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 633. Total points scored against the 26 team is 437. The team scored 13 bonus points. Total points scored by the 26 club this season this 89. The club named Stade Toulousain, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 713. Total points scored against the 26 team is 427. The team scored 12 bonus points. Total points scored by the 26 club this season this 88. The club named USA Perpignan, played 26 matches. Out of it, 18 matches resulted in win, resulted in draw, and 8 matches were lost. The total points the 26 club scored is 671. Total points scored against the 26 team is 398. The team scored 12 bonus points. Total points scored by the 26 club this season this 84. The club named SU Agen, played 26 matches. Out of it, 15 matches resulted in win, resulted in draw, and 11 matches were lost. The total points the 26 club scored is 655. Total points scored against the 26 team is 540. The team scored 10 bonus points. Total points scored by the 26 club this season this 70. The club named CS Bourgoin-Jallieu, played 26 matches. Out of it, 14 matches resulted in win, resulted in draw, and 12 matches were lost. The total points the 26 club scored is 591. Total points scored against the 26 team is 516. The team scored 11 bonus points. Total points scored by the 26 club this season this 67. The club named Castres Olympique, played 26 matches. Out of it, 13 matches resulted in win, resulted in draw, and 13 matches were lost. The total points the 26 club scored is 685. Total points scored against the 26 team is 559. The team scored 14 bonus points. Total points scored by the 26 club this season this 66. The club named ASM Clermont, played 26 matches. Out of it, 14 matches resulted in win, resulted in draw, and 12 matches were lost. The total points the 26 club scored is 577. Total points scored against the 26 team is 569. The team scored 7 bonus points. Total points scored by the 26 club this season this 63. The club named CA Brive, played 26 matches. Out of it, 10 matches resulted in win, 1 resulted in draw, and 15 matches were lost. The total points the 26 club scored is 431. Total points scored against the 26 team is 553. The team scored 9 bonus points. Total points scored by the 26 club this season this 51. The club named RC Narbonne, played 26 matches. Out of it, 11 matches resulted in win, resulted in draw, and 15 matches were lost. The total points the 26 club scored is 533. Total points scored against the 26 team is 775. The team scored 3 bonus points. Total points scored by the 26 club this season this 47. The club named Montpellier RC, played 26 matches. Out of it, 9 matches resulted in win, 0 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 574. Total points scored against the 26 team is 659. The team scored 10 bonus points. Total points scored by the 26 club this season this 46. The club named Aviron Bayonnais, played 26 matches. Out of it, 8 matches resulted in win, 1 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 514. Total points scored against the 26 team is 669. The team scored 9 bonus points. Total points scored by the 26 club this season this 43. The club named Section Paloise, played 26 matches. Out of it, 9 matches resulted in win, 0 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 476. Total points scored against the 26 team is 790. The team scored 4 bonus points. Total points scored by the 26 club this season this 40. The club named RC Toulonnais, played 26 matches. Out of it, 3 matches resulted in win, 0 resulted in draw, and 23 matches were lost. The total points the 26 club scored is 332. Total points scored against the 26 team is 837. The team scored 7 bonus points. Total points scored by the 26 club this season this 19. [Q]: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] [A]: Passage: The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. [Q]: Table: ['Model', 'Frame', "Years Mfg'd", 'Caliber(s)', 'Production', 'Barrel', 'Notes']. ['Remington-Beals Army Model Revolver', 'Large', '1861-1862', '.44', '1,900 (estimated)', '8 inch octagon', '']. ['Remington-Beals Navy Model Revolver', 'Medium', '1861-1862', '.36', '14,500 (estimated)', '7 1/2 inch octagon', '']. ['1861 Army Revolver (Old Model Army)', 'Large', '1862', '.44', '6,000 (estimated)', '8 inch octagon', '']. ['1861 Navy Revolver', 'Medium', '1862', '.36', '7,000 (estimated)', '7 3/8 inch octagon', '']. ['New Model Army Revolver', 'Large', '1863-1875', '.44', '122,000 (approximately)', '8 inch octagon', 'Used for factory conversions in .46 RF & .44 Remington']. ['New Model Navy Revolver', 'Medium', '1863-1875', '.36', '28,000 (approximately)', '7 3/8 inch octagon', 'Used for factory and U.S. Navy conversions to .38 RF & CF']. ['New Model Single Action Belt Revolver', 'Large', '1863-1875', '.36 percussion and .38 CF', '2,500 - 3,000 (estimated)', '6 1/2 inch octagon', 'Factory conversion production started in 1873']. ['Remington-Rider Double Action New Model Belt Revolver', 'Large', '1863-1873', '.36 percussion and .38 CF', '3,000 - 5,000 (estimated)', '6 1/2 inch octagon', '1863-1865 available with fluted cylinder, conversions had two-piece cylinder']. ['New Model Police Revolver', 'Medium', '1865-1873', '.36 percussion and .38 RF', '25,000 (estimated)', '3 1/2, 4 1/2, 5 1/2, 6 1/2 inch octagon', 'Conversions all believed to be rimfire only']. ['New Model Pocket Revolver', 'Medium', '1865-1873', '.31 percussion and .32 CF', '25,000 (estimated)', '3, 3 1/2, 4, 4 1/2', 'Majority produced as conversions or cartridge'] [A]:
Passage: The model named 'Remington-Beals Army Model Revolver', with Large frame, was manufactured around the period 1861-1862. 'Remington-Beals Army Model Revolver' has .44 caliber(s), and the number of production units are 1,900 (estimated) and 8 inch octagon barrels. . The model named 'Remington-Beals Navy Model Revolver', with Medium frame, was manufactured around the period 1861-1862. 'Remington-Beals Navy Model Revolver' has .36 caliber(s), and the number of production units are 14,500 (estimated) and 7 1/2 inch octagon barrels. . The model named '1861 Army Revolver (Old Model Army)', with Large frame, was manufactured around the period 1862. '1861 Army Revolver (Old Model Army)' has .44 caliber(s), and the number of production units are 6,000 (estimated) and 8 inch octagon barrels. . The model named '1861 Navy Revolver', with Medium frame, was manufactured around the period 1862. '1861 Navy Revolver' has .36 caliber(s), and the number of production units are 7,000 (estimated) and 7 3/8 inch octagon barrels. . The model named 'New Model Army Revolver', with Large frame, was manufactured around the period 1863-1875. 'New Model Army Revolver' has .44 caliber(s), and the number of production units are 122,000 (approximately) and 8 inch octagon barrels. Used for factory conversions in .46 RF & .44 Remington. The model named 'New Model Navy Revolver', with Medium frame, was manufactured around the period 1863-1875. 'New Model Navy Revolver' has .36 caliber(s), and the number of production units are 28,000 (approximately) and 7 3/8 inch octagon barrels. Used for factory and U.S. Navy conversions to .38 RF & CF. The model named 'New Model Single Action Belt Revolver', with Large frame, was manufactured around the period 1863-1875. 'New Model Single Action Belt Revolver' has .36 percussion and .38 CF caliber(s), and the number of production units are 2,500 - 3,000 (estimated) and 6 1/2 inch octagon barrels. Factory conversion production started in 1873. The model named 'Remington-Rider Double Action New Model Belt Revolver', with Large frame, was manufactured around the period 1863-1873. 'Remington-Rider Double Action New Model Belt Revolver' has .36 percussion and .38 CF caliber(s), and the number of production units are 3,000 - 5,000 (estimated) and 6 1/2 inch octagon barrels. 1863-1865 available with fluted cylinder, conversions had two-piece cylinder. The model named 'New Model Police Revolver', with Medium frame, was manufactured around the period 1865-1873. 'New Model Police Revolver' has .36 percussion and .38 RF caliber(s), and the number of production units are 25,000 (estimated) and 3 1/2, 4 1/2, 5 1/2, 6 1/2 inch octagon barrels. Conversions all believed to be rimfire only. The model named 'New Model Pocket Revolver', with Medium frame, was manufactured around the period 1865-1873. 'New Model Pocket Revolver' has .31 percussion and .32 CF caliber(s), and the number of production units are 25,000 (estimated) and 3, 3 1/2, 4, 4 1/2 barrels. Majority produced as conversions or cartridge.
5
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. [EX Q]: Table: ['#', 'Nation', 'Qualification Tournament', 'Place in QT', 'Sailor']. ['1', 'China', 'Host Country', '', '']. ['2', 'Brazil', '2007 Worlds', '1', 'Robert Scheidt, Bruno Prada']. ['3', 'France', '2007 Worlds', '2', 'Xavier Rohart, Pascal Rambeau']. ['4', 'Great Britain', '2007 Worlds', '3', 'Iain Percy, Andrew Simpson']. ['5', 'New Zealand', '2007 Worlds', '4', 'Hamish Pepper, Carl Williams']. ['6', 'Italy', '2007 Worlds', '5', 'Diego Negri, Luigi Viale']. ['7', 'Poland', '2007 Worlds', '6', 'Mateusz Kusznierewicz, Dominik Zycki']. ['8', 'Germany', '2007 Worlds', '7', 'Marc Pickel, Ingo Borkowski']. ['9', 'Sweden', '2007 Worlds', '8', 'Fredrik Loof, Anders Ekstrom']. ['10', 'Australia', '2007 Worlds', '9', 'Iain Murray, Andrew Palfrey']. ['11', 'Portugal', '2007 Worlds', '10', 'Afonso Domingos, Bernardo Santos']. ['12', 'United States', '2007 Worlds', '11', 'Mark Reynolds, Hal Haenel']. ['13', 'Switzerland', '2008 Worlds', '4', 'Flavio Marazzi, Enrico De Maria']. ['14', 'Croatia', '2008 Worlds', '12', 'Marin Lovrovic, Sinsa Mikulicic']. ['15', 'Ireland', '2008 Worlds', '14', 'Max Treacy, Anthony Shanks']. ['16', 'Austria', '2008 Worlds', '16', 'Hans Spitzauer, Christian Nehammer'] [EX A]: Passage: China finished at th position in the Host Country Qualification tournament. The sailor was . Brazil finished at 1th position in the 2007 Worlds Qualification tournament. The sailor was Robert Scheidt, Bruno Prada. France finished at 2th position in the 2007 Worlds Qualification tournament. The sailor was Xavier Rohart, Pascal Rambeau. Great Britain finished at 3th position in the 2007 Worlds Qualification tournament. The sailor was Iain Percy, Andrew Simpson. New Zealand finished at 4th position in the 2007 Worlds Qualification tournament. The sailor was Hamish Pepper, Carl Williams. Italy finished at 5th position in the 2007 Worlds Qualification tournament. The sailor was Diego Negri, Luigi Viale. Poland finished at 6th position in the 2007 Worlds Qualification tournament. The sailor was Mateusz Kusznierewicz, Dominik Zycki. Germany finished at 7th position in the 2007 Worlds Qualification tournament. The sailor was Marc Pickel, Ingo Borkowski. Sweden finished at 8th position in the 2007 Worlds Qualification tournament. The sailor was Fredrik Loof, Anders Ekstrom. Australia finished at 9th position in the 2007 Worlds Qualification tournament. The sailor was Iain Murray, Andrew Palfrey. Portugal finished at 10th position in the 2007 Worlds Qualification tournament. The sailor was Afonso Domingos, Bernardo Santos. United States finished at 11th position in the 2007 Worlds Qualification tournament. The sailor was Mark Reynolds, Hal Haenel. Switzerland finished at 4th position in the 2008 Worlds Qualification tournament. The sailor was Flavio Marazzi, Enrico De Maria. Croatia finished at 12th position in the 2008 Worlds Qualification tournament. The sailor was Marin Lovrovic, Sinsa Mikulicic. Ireland finished at 14th position in the 2008 Worlds Qualification tournament. The sailor was Max Treacy, Anthony Shanks. Austria finished at 16th position in the 2008 Worlds Qualification tournament. The sailor was Hans Spitzauer, Christian Nehammer. [EX Q]: Table: ['Position', 'Club', 'Played', 'Points', 'Wins', 'Draws', 'Losses', 'Goals for', 'Goals against', 'Goal Difference']. ['1', 'Cordoba CF', '30', '40', '16', '8', '6', '48', '22', '+26']. ['2', 'CD Malaga', '30', '38', '14', '10', '6', '52', '36', '+16']. ['3', 'Granada CF', '30', '36', '15', '6', '9', '48', '34', '+14']. ['4', 'UD Las Palmas', '30', '35', '15', '5', '10', '47', '39', '+8']. ['5', 'Recreativo de Huelva', '30', '33', '13', '7', '10', '43', '42', '+1']. ['6', 'Levante UD', '30', '32', '14', '4', '12', '49', '42', '+7']. ['7', 'Hercules CF', '30', '32', '14', '4', '12', '55', '46', '+9']. ['8', 'Real Murcia', '30', '31', '12', '7', '11', '40', '35', '+5']. ['9', 'Real Jaen', '30', '31', '14', '3', '13', '58', '42', '+16']. ['10', 'Cadiz CF', '30', '28', '12', '4', '14', '43', '52', '-9']. ['11', 'CD Cartagena', '30', '28', '13', '2', '15', '45', '56', '-11']. ['12', 'CD Mestalla', '30', '27', '11', '5', '14', '50', '49', '+1']. ['13', 'Albacete Balompie', '30', '27', '10', '7', '13', '27', '32', '-5']. ['14', 'CD San Fernando', '30', '27', '11', '5', '14', '37', '47', '-10']. ['15', 'Atletico Ceuta', '30', '23', '8', '7', '15', '33', '48', '-15']. ['16', 'CD Villarrobledo', '30', '12', '4', '4', '22', '26', '79', '-53'] [EX A]: Passage: The club named Cordoba CF is at position 1. Cordoba CF played 30 matches, won 16 matches, lost 6 matches and had 8 draws. Cordoba CF scored 48 goals for, 22 goals against. Total points for Cordoba CF are 40. The club named CD Malaga is at position 2. CD Malaga played 30 matches, won 14 matches, lost 6 matches and had 10 draws. CD Malaga scored 52 goals for, 36 goals against. Total points for CD Malaga are 38. The club named Granada CF is at position 3. Granada CF played 30 matches, won 15 matches, lost 9 matches and had 6 draws. Granada CF scored 48 goals for, 34 goals against. Total points for Granada CF are 36. The club named UD Las Palmas is at position 4. UD Las Palmas played 30 matches, won 15 matches, lost 10 matches and had 5 draws. UD Las Palmas scored 47 goals for, 39 goals against. Total points for UD Las Palmas are 35. The club named Recreativo de Huelva is at position 5. Recreativo de Huelva played 30 matches, won 13 matches, lost 10 matches and had 7 draws. Recreativo de Huelva scored 43 goals for, 42 goals against. Total points for Recreativo de Huelva are 33. The club named Levante UD is at position 6. Levante UD played 30 matches, won 14 matches, lost 12 matches and had 4 draws. Levante UD scored 49 goals for, 42 goals against. Total points for Levante UD are 32. The club named Hercules CF is at position 7. Hercules CF played 30 matches, won 14 matches, lost 12 matches and had 4 draws. Hercules CF scored 55 goals for, 46 goals against. Total points for Hercules CF are 32. The club named Real Murcia is at position 8. Real Murcia played 30 matches, won 12 matches, lost 11 matches and had 7 draws. Real Murcia scored 40 goals for, 35 goals against. Total points for Real Murcia are 31. The club named Real Jaen is at position 9. Real Jaen played 30 matches, won 14 matches, lost 13 matches and had 3 draws. Real Jaen scored 58 goals for, 42 goals against. Total points for Real Jaen are 31. The club named Cadiz CF is at position 10. Cadiz CF played 30 matches, won 12 matches, lost 14 matches and had 4 draws. Cadiz CF scored 43 goals for, 52 goals against. Total points for Cadiz CF are 28. The club named CD Cartagena is at position 11. CD Cartagena played 30 matches, won 13 matches, lost 15 matches and had 2 draws. CD Cartagena scored 45 goals for, 56 goals against. Total points for CD Cartagena are 28. The club named CD Mestalla is at position 12. CD Mestalla played 30 matches, won 11 matches, lost 14 matches and had 5 draws. CD Mestalla scored 50 goals for, 49 goals against. Total points for CD Mestalla are 27. The club named Albacete Balompie is at position 13. Albacete Balompie played 30 matches, won 10 matches, lost 13 matches and had 7 draws. Albacete Balompie scored 27 goals for, 32 goals against. Total points for Albacete Balompie are 27. The club named CD San Fernando is at position 14. CD San Fernando played 30 matches, won 11 matches, lost 14 matches and had 5 draws. CD San Fernando scored 37 goals for, 47 goals against. Total points for CD San Fernando are 27. The club named Atletico Ceuta is at position 15. Atletico Ceuta played 30 matches, won 8 matches, lost 15 matches and had 7 draws. Atletico Ceuta scored 33 goals for, 48 goals against. Total points for Atletico Ceuta are 23. The club named CD Villarrobledo is at position 16. CD Villarrobledo played 30 matches, won 4 matches, lost 22 matches and had 4 draws. CD Villarrobledo scored 26 goals for, 79 goals against. Total points for CD Villarrobledo are 12. [EX Q]: Table: ['Position', 'Team', 'Points', 'Played', 'Won', 'Drawn', 'Lost', 'For', 'Against', 'Difference']. ['1', 'Paulistano', '30', '18', '14', '2', '2', '62', '19', '43']. ['2', 'Palestra Italia-SP', '29', '18', '14', '1', '3', '59', '21', '38']. ['3', 'Corinthians', '26', '18', '12', '2', '4', '51', '16', '35']. ['4', 'Ypiranga-SP', '25', '18', '11', '3', '4', '56', '34', '22']. ['5', 'AA Sao Bento', '16', '18', '7', '2', '9', '38', '44', '-6']. ['6', 'Santos', '13', '18', '6', '1', '11', '36', '43', '-7']. ['7', 'SC Internacional de Sao Paulo', '11', '15', '3', '5', '7', '26', '44', '-18']. ['8', 'Minas Gerais', '10', '15', '4', '2', '9', '18', '49', '-31']. ['9', 'AA das Palmeiras', '6', '15', '3', '0', '12', '27', '57', '-30']. ['10', 'Mackenzie', '2', '15', '1', '0', '14', '11', '57', '-46'] [EX A]:
Passage: The team Paulistano finished at position 1. The team Paulistano played 18 matches, won 14 matches, and lost 2 matches. Total points earned is 30 The team Palestra Italia-SP finished at position 2. The team Palestra Italia-SP played 18 matches, won 14 matches, and lost 1 matches. Total points earned is 29 The team Corinthians finished at position 3. The team Corinthians played 18 matches, won 12 matches, and lost 2 matches. Total points earned is 26 The team Ypiranga-SP finished at position 4. The team Ypiranga-SP played 18 matches, won 11 matches, and lost 3 matches. Total points earned is 25 The team AA Sao Bento finished at position 5. The team AA Sao Bento played 18 matches, won 7 matches, and lost 2 matches. Total points earned is 16 The team Santos finished at position 6. The team Santos played 18 matches, won 6 matches, and lost 1 matches. Total points earned is 13 The team SC Internacional de Sao Paulo finished at position 7. The team SC Internacional de Sao Paulo played 15 matches, won 3 matches, and lost 5 matches. Total points earned is 11 The team Minas Gerais finished at position 8. The team Minas Gerais played 15 matches, won 4 matches, and lost 2 matches. Total points earned is 10 The team AA das Palmeiras finished at position 9. The team AA das Palmeiras played 15 matches, won 3 matches, and lost 0 matches. Total points earned is 6 The team Mackenzie finished at position 10. The team Mackenzie played 15 matches, won 1 matches, and lost 0 matches. Total points earned is 2
6
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Let me give you an example: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] The answer to this example can be: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Here is why: The output correctly captures the data in table and generates a long text passage which covers all the given information. OK. solve this: Table: ['Name', 'Gender', 'Age', 'From', 'Occupation', 'Prize Money (USD)', 'Status']. ['Trisha', 'Female', '28', 'Santa Monica, CA', 'Artist', '$26,000', 'Winner']. ['London', 'Male', '46', 'Mt. Holly, NJ', 'US Coast Guard (Retired)', '$0', 'Lost']. ['Adria', 'Female', '25', 'Seattle, WA', 'Bartender', '$0', '7th Captured (by Ricky Ortiz)']. ['Lucas', 'Male', '32', 'Carlsbad, CA', 'Student', '$0', '6th Captured (by Kim)']. ['Andrew', 'Male', '21', 'Redondo Beach, CA', 'Student / Lifeguard', '$0', '5th Captured (by Kim)']. ['Tracy', 'Female', '30', 'Mililani, HI', 'Student', '$0', '4th Captured (by Grant)']. ['Lynda', 'Female', '59', 'Los Angeles, CA', 'General Contractor', '$0', '3rd Captured (by Icey)']. ['Darin', 'Male', '46', 'Fontana, CA', 'Sports Official', '$0', '2nd Captured (by Wong)']. ['Evan', 'Male', '29', 'Long Island, NY', 'Teacher', '$2,000', 'Opted Out']. ['Ameenah', 'Female', '34', 'Atlanta, GA', 'Drummer', '$0', '1st Captured (by Grant)'] Answer:
Passage: The person named Trisha, finished at position Winner and won $26,000 prize money. Trisha is a 28 years old Female from Santa Monica, CA. Trisha works as a Artist. The person named London, finished at position Lost and won $0 prize money. London is a 46 years old Male from Mt. Holly, NJ. London works as a US Coast Guard (Retired). The person named Adria, finished at position 7th Captured (by Ricky Ortiz) and won $0 prize money. Adria is a 25 years old Female from Seattle, WA. Adria works as a Bartender. The person named Lucas, finished at position 6th Captured (by Kim) and won $0 prize money. Lucas is a 32 years old Male from Carlsbad, CA. Lucas works as a Student. The person named Andrew, finished at position 5th Captured (by Kim) and won $0 prize money. Andrew is a 21 years old Male from Redondo Beach, CA. Andrew works as a Student / Lifeguard. The person named Tracy, finished at position 4th Captured (by Grant) and won $0 prize money. Tracy is a 30 years old Female from Mililani, HI. Tracy works as a Student. The person named Lynda, finished at position 3rd Captured (by Icey) and won $0 prize money. Lynda is a 59 years old Female from Los Angeles, CA. Lynda works as a General Contractor. The person named Darin, finished at position 2nd Captured (by Wong) and won $0 prize money. Darin is a 46 years old Male from Fontana, CA. Darin works as a Sports Official. The person named Evan, finished at position Opted Out and won $2,000 prize money. Evan is a 29 years old Male from Long Island, NY. Evan works as a Teacher. The person named Ameenah, finished at position 1st Captured (by Grant) and won $0 prize money. Ameenah is a 34 years old Female from Atlanta, GA. Ameenah works as a Drummer.
8
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. [EX Q]: Table: ['Club', 'Played', 'Won', 'Drawn', 'Lost', 'Points for', 'Points against', 'Bonus points', 'Points']. ['Biarritz Olympique', '26', '19', '', '7', '694', '350', '14', '90']. ['Stade Francais', '26', '19', '', '7', '633', '437', '13', '89']. ['Stade Toulousain', '26', '19', '', '7', '713', '427', '12', '88']. ['USA Perpignan', '26', '18', '', '8', '671', '398', '12', '84']. ['SU Agen', '26', '15', '', '11', '655', '540', '10', '70']. ['CS Bourgoin-Jallieu', '26', '14', '', '12', '591', '516', '11', '67']. ['Castres Olympique', '26', '13', '', '13', '685', '559', '14', '66']. ['ASM Clermont', '26', '14', '', '12', '577', '569', '7', '63']. ['CA Brive', '26', '10', '1', '15', '431', '553', '9', '51']. ['RC Narbonne', '26', '11', '', '15', '533', '775', '3', '47']. ['Montpellier RC', '26', '9', '0', '17', '574', '659', '10', '46']. ['Aviron Bayonnais', '26', '8', '1', '17', '514', '669', '9', '43']. ['Section Paloise', '26', '9', '0', '17', '476', '790', '4', '40']. ['RC Toulonnais', '26', '3', '0', '23', '332', '837', '7', '19'] [EX A]: Passage: The club named Biarritz Olympique, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 694. Total points scored against the 26 team is 350. The team scored 14 bonus points. Total points scored by the 26 club this season this 90. The club named Stade Francais, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 633. Total points scored against the 26 team is 437. The team scored 13 bonus points. Total points scored by the 26 club this season this 89. The club named Stade Toulousain, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 713. Total points scored against the 26 team is 427. The team scored 12 bonus points. Total points scored by the 26 club this season this 88. The club named USA Perpignan, played 26 matches. Out of it, 18 matches resulted in win, resulted in draw, and 8 matches were lost. The total points the 26 club scored is 671. Total points scored against the 26 team is 398. The team scored 12 bonus points. Total points scored by the 26 club this season this 84. The club named SU Agen, played 26 matches. Out of it, 15 matches resulted in win, resulted in draw, and 11 matches were lost. The total points the 26 club scored is 655. Total points scored against the 26 team is 540. The team scored 10 bonus points. Total points scored by the 26 club this season this 70. The club named CS Bourgoin-Jallieu, played 26 matches. Out of it, 14 matches resulted in win, resulted in draw, and 12 matches were lost. The total points the 26 club scored is 591. Total points scored against the 26 team is 516. The team scored 11 bonus points. Total points scored by the 26 club this season this 67. The club named Castres Olympique, played 26 matches. Out of it, 13 matches resulted in win, resulted in draw, and 13 matches were lost. The total points the 26 club scored is 685. Total points scored against the 26 team is 559. The team scored 14 bonus points. Total points scored by the 26 club this season this 66. The club named ASM Clermont, played 26 matches. Out of it, 14 matches resulted in win, resulted in draw, and 12 matches were lost. The total points the 26 club scored is 577. Total points scored against the 26 team is 569. The team scored 7 bonus points. Total points scored by the 26 club this season this 63. The club named CA Brive, played 26 matches. Out of it, 10 matches resulted in win, 1 resulted in draw, and 15 matches were lost. The total points the 26 club scored is 431. Total points scored against the 26 team is 553. The team scored 9 bonus points. Total points scored by the 26 club this season this 51. The club named RC Narbonne, played 26 matches. Out of it, 11 matches resulted in win, resulted in draw, and 15 matches were lost. The total points the 26 club scored is 533. Total points scored against the 26 team is 775. The team scored 3 bonus points. Total points scored by the 26 club this season this 47. The club named Montpellier RC, played 26 matches. Out of it, 9 matches resulted in win, 0 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 574. Total points scored against the 26 team is 659. The team scored 10 bonus points. Total points scored by the 26 club this season this 46. The club named Aviron Bayonnais, played 26 matches. Out of it, 8 matches resulted in win, 1 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 514. Total points scored against the 26 team is 669. The team scored 9 bonus points. Total points scored by the 26 club this season this 43. The club named Section Paloise, played 26 matches. Out of it, 9 matches resulted in win, 0 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 476. Total points scored against the 26 team is 790. The team scored 4 bonus points. Total points scored by the 26 club this season this 40. The club named RC Toulonnais, played 26 matches. Out of it, 3 matches resulted in win, 0 resulted in draw, and 23 matches were lost. The total points the 26 club scored is 332. Total points scored against the 26 team is 837. The team scored 7 bonus points. Total points scored by the 26 club this season this 19. [EX Q]: Table: ['Place', 'Position', 'Number', 'Name', 'NASL', 'Playoffs', 'CFU Club Championship', 'CONCACAF Champions League', 'Total']. ['1', 'FW', '11', 'Nicholas Addlery', '9', '0', '0', '1', '10']. ['2', 'FW', '9', 'Jonathan Fana', '4', '0', '4', '0', '8']. ['3', 'FW', '7', 'David Foley', '6', '1', '0', '0', '7']. ['3', 'FW', '24', 'Hector Ramos', '3', '0', '2', '2', '7']. ['5', 'DF', '33', 'Jay Needham', '3', '0', '0', '0', '3']. ['5', 'FW', '22', 'Gregory Richardson', '1', '0', '1', '1', '3']. ['7', 'MF', '20', 'Josh Hansen', '0', '0', '2', '0', '2']. ['7', '', '', 'Own Goal', '0', '0', '2', '0', '2']. ['9', 'DF', '3', 'Richard Martinez', '1', '0', '0', '0', '1']. ['9', 'DF', '16', 'Anthony Vazquez', '1', '0', '0', '0', '1']. ['9', 'DF', '5', 'Noah Delgado', '1', '0', '0', '0', '1']. ['9', 'MF', '14', 'Jarad Van Schaik', '1', '0', '0', '0', '1']. ['9', 'MF', '17', 'Tyler Wilson', '1', '0', '0', '0', '1']. ['9', 'MF', '24', 'Justin Fojo', '1', '0', '0', '0', '1']. ['', '', '', 'TOTALS', '32', '1', '11', '4', '48'] [EX A]: Passage: The player named Nicholas Addlery with jersey number 11, plays at position FW. There were total 0 playoffs, 0 CFU Club Championships, 1 CONCACAF Champions Leagues. Total 10 matches. The player named Jonathan Fana with jersey number 9, plays at position FW. There were total 0 playoffs, 4 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 8 matches. The player named David Foley with jersey number 7, plays at position FW. There were total 1 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 7 matches. The player named Hector Ramos with jersey number 24, plays at position FW. There were total 0 playoffs, 2 CFU Club Championships, 2 CONCACAF Champions Leagues. Total 7 matches. The player named Jay Needham with jersey number 33, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 3 matches. The player named Gregory Richardson with jersey number 22, plays at position FW. There were total 0 playoffs, 1 CFU Club Championships, 1 CONCACAF Champions Leagues. Total 3 matches. The player named Josh Hansen with jersey number 20, plays at position MF. There were total 0 playoffs, 2 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 2 matches. The player named Own Goal with jersey number , plays at position . There were total 0 playoffs, 2 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 2 matches. The player named Richard Martinez with jersey number 3, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Anthony Vazquez with jersey number 16, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Noah Delgado with jersey number 5, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Jarad Van Schaik with jersey number 14, plays at position MF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Tyler Wilson with jersey number 17, plays at position MF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Justin Fojo with jersey number 24, plays at position MF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named TOTALS with jersey number , plays at position . There were total 1 playoffs, 11 CFU Club Championships, 4 CONCACAF Champions Leagues. Total 48 matches. [EX Q]: Table: ['Club', 'Played', 'Won', 'Drawn', 'Lost', 'Points for', 'Points against', 'Bonus points', 'Points']. ['Biarritz Olympique', '26', '19', '', '7', '694', '350', '14', '90']. ['Stade Francais', '26', '19', '', '7', '633', '437', '13', '89']. ['Stade Toulousain', '26', '19', '', '7', '713', '427', '12', '88']. ['USA Perpignan', '26', '18', '', '8', '671', '398', '12', '84']. ['SU Agen', '26', '15', '', '11', '655', '540', '10', '70']. ['CS Bourgoin-Jallieu', '26', '14', '', '12', '591', '516', '11', '67']. ['Castres Olympique', '26', '13', '', '13', '685', '559', '14', '66']. ['ASM Clermont', '26', '14', '', '12', '577', '569', '7', '63']. ['CA Brive', '26', '10', '1', '15', '431', '553', '9', '51']. ['RC Narbonne', '26', '11', '', '15', '533', '775', '3', '47']. ['Montpellier RC', '26', '9', '0', '17', '574', '659', '10', '46']. ['Aviron Bayonnais', '26', '8', '1', '17', '514', '669', '9', '43']. ['Section Paloise', '26', '9', '0', '17', '476', '790', '4', '40']. ['RC Toulonnais', '26', '3', '0', '23', '332', '837', '7', '19'] [EX A]:
Passage: The club named Biarritz Olympique, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 694. Total points scored against the 26 team is 350. The team scored 14 bonus points. Total points scored by the 26 club this season this 90. The club named Stade Francais, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 633. Total points scored against the 26 team is 437. The team scored 13 bonus points. Total points scored by the 26 club this season this 89. The club named Stade Toulousain, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 713. Total points scored against the 26 team is 427. The team scored 12 bonus points. Total points scored by the 26 club this season this 88. The club named USA Perpignan, played 26 matches. Out of it, 18 matches resulted in win, resulted in draw, and 8 matches were lost. The total points the 26 club scored is 671. Total points scored against the 26 team is 398. The team scored 12 bonus points. Total points scored by the 26 club this season this 84. The club named SU Agen, played 26 matches. Out of it, 15 matches resulted in win, resulted in draw, and 11 matches were lost. The total points the 26 club scored is 655. Total points scored against the 26 team is 540. The team scored 10 bonus points. Total points scored by the 26 club this season this 70. The club named CS Bourgoin-Jallieu, played 26 matches. Out of it, 14 matches resulted in win, resulted in draw, and 12 matches were lost. The total points the 26 club scored is 591. Total points scored against the 26 team is 516. The team scored 11 bonus points. Total points scored by the 26 club this season this 67. The club named Castres Olympique, played 26 matches. Out of it, 13 matches resulted in win, resulted in draw, and 13 matches were lost. The total points the 26 club scored is 685. Total points scored against the 26 team is 559. The team scored 14 bonus points. Total points scored by the 26 club this season this 66. The club named ASM Clermont, played 26 matches. Out of it, 14 matches resulted in win, resulted in draw, and 12 matches were lost. The total points the 26 club scored is 577. Total points scored against the 26 team is 569. The team scored 7 bonus points. Total points scored by the 26 club this season this 63. The club named CA Brive, played 26 matches. Out of it, 10 matches resulted in win, 1 resulted in draw, and 15 matches were lost. The total points the 26 club scored is 431. Total points scored against the 26 team is 553. The team scored 9 bonus points. Total points scored by the 26 club this season this 51. The club named RC Narbonne, played 26 matches. Out of it, 11 matches resulted in win, resulted in draw, and 15 matches were lost. The total points the 26 club scored is 533. Total points scored against the 26 team is 775. The team scored 3 bonus points. Total points scored by the 26 club this season this 47. The club named Montpellier RC, played 26 matches. Out of it, 9 matches resulted in win, 0 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 574. Total points scored against the 26 team is 659. The team scored 10 bonus points. Total points scored by the 26 club this season this 46. The club named Aviron Bayonnais, played 26 matches. Out of it, 8 matches resulted in win, 1 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 514. Total points scored against the 26 team is 669. The team scored 9 bonus points. Total points scored by the 26 club this season this 43. The club named Section Paloise, played 26 matches. Out of it, 9 matches resulted in win, 0 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 476. Total points scored against the 26 team is 790. The team scored 4 bonus points. Total points scored by the 26 club this season this 40. The club named RC Toulonnais, played 26 matches. Out of it, 3 matches resulted in win, 0 resulted in draw, and 23 matches were lost. The total points the 26 club scored is 332. Total points scored against the 26 team is 837. The team scored 7 bonus points. Total points scored by the 26 club this season this 19.
6
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Input: Consider Input: Table: ['Rank', 'Name', 'Nationality', 'Time (hand)', 'Notes']. ['', 'Tommy Green', 'Great Britain', '4:50:10', 'OR']. ['', 'Janis Dalins', 'Latvia', '4:57:20', '']. ['', 'Ugo Frigerio', 'Italy', '4:59:06', '']. ['4', 'Karl Hahnel', 'Germany', '5:06:06', '']. ['5', 'Ettore Rivolta', 'Italy', '5:07:39', '']. ['6', 'Paul Sievert', 'Germany', '5:16:41', '']. ['7', 'Henri Quintric', 'France', '5:27:25', '']. ['8', 'Ernie Crosbie', 'United States', '5:28:02', '']. ['9', 'Bill Chisholm', 'United States', '5:51:00', '']. ['10', 'Alfred Maasik', 'Estonia', '6:19:00', '']. ['', 'Henry Cieman', 'Canada', '', 'DNF']. ['', 'John Moralis', 'Greece', '', 'DNF']. ['', 'Francesco Pretti', 'Italy', '', 'DNF']. ['', 'Arthur Tell Schwab', 'Switzerland', '', 'DNF']. ['', 'Harry Hinkel', 'United States', '', 'DNF'] Output: Passage: The Great Britain athlete named Tommy Green is ranked globally. Tommy Green completed the marathon in 4:50:10 seconds. The Latvia athlete named Janis Dalins is ranked globally. Janis Dalins completed the marathon in 4:57:20 seconds. The Italy athlete named Ugo Frigerio is ranked globally. Ugo Frigerio completed the marathon in 4:59:06 seconds. The Germany athlete named Karl Hahnel is ranked 4 globally. Karl Hahnel completed the marathon in 5:06:06 seconds. The Italy athlete named Ettore Rivolta is ranked 5 globally. Ettore Rivolta completed the marathon in 5:07:39 seconds. The Germany athlete named Paul Sievert is ranked 6 globally. Paul Sievert completed the marathon in 5:16:41 seconds. The France athlete named Henri Quintric is ranked 7 globally. Henri Quintric completed the marathon in 5:27:25 seconds. The United States athlete named Ernie Crosbie is ranked 8 globally. Ernie Crosbie completed the marathon in 5:28:02 seconds. The United States athlete named Bill Chisholm is ranked 9 globally. Bill Chisholm completed the marathon in 5:51:00 seconds. The Estonia athlete named Alfred Maasik is ranked 10 globally. Alfred Maasik completed the marathon in 6:19:00 seconds. The Canada athlete named Henry Cieman is ranked globally. Henry Cieman completed the marathon in seconds. The Greece athlete named John Moralis is ranked globally. John Moralis completed the marathon in seconds. The Italy athlete named Francesco Pretti is ranked globally. Francesco Pretti completed the marathon in seconds. The Switzerland athlete named Arthur Tell Schwab is ranked globally. Arthur Tell Schwab completed the marathon in seconds. The United States athlete named Harry Hinkel is ranked globally. Harry Hinkel completed the marathon in seconds. Input: Consider Input: Table: ['Name', 'Gender', 'Age', 'From', 'Occupation', 'Prize Money (USD)', 'Status']. ['Trisha', 'Female', '28', 'Santa Monica, CA', 'Artist', '$26,000', 'Winner']. ['London', 'Male', '46', 'Mt. Holly, NJ', 'US Coast Guard (Retired)', '$0', 'Lost']. ['Adria', 'Female', '25', 'Seattle, WA', 'Bartender', '$0', '7th Captured (by Ricky Ortiz)']. ['Lucas', 'Male', '32', 'Carlsbad, CA', 'Student', '$0', '6th Captured (by Kim)']. ['Andrew', 'Male', '21', 'Redondo Beach, CA', 'Student / Lifeguard', '$0', '5th Captured (by Kim)']. ['Tracy', 'Female', '30', 'Mililani, HI', 'Student', '$0', '4th Captured (by Grant)']. ['Lynda', 'Female', '59', 'Los Angeles, CA', 'General Contractor', '$0', '3rd Captured (by Icey)']. ['Darin', 'Male', '46', 'Fontana, CA', 'Sports Official', '$0', '2nd Captured (by Wong)']. ['Evan', 'Male', '29', 'Long Island, NY', 'Teacher', '$2,000', 'Opted Out']. ['Ameenah', 'Female', '34', 'Atlanta, GA', 'Drummer', '$0', '1st Captured (by Grant)'] Output: Passage: The person named Trisha, finished at position Winner and won $26,000 prize money. Trisha is a 28 years old Female from Santa Monica, CA. Trisha works as a Artist. The person named London, finished at position Lost and won $0 prize money. London is a 46 years old Male from Mt. Holly, NJ. London works as a US Coast Guard (Retired). The person named Adria, finished at position 7th Captured (by Ricky Ortiz) and won $0 prize money. Adria is a 25 years old Female from Seattle, WA. Adria works as a Bartender. The person named Lucas, finished at position 6th Captured (by Kim) and won $0 prize money. Lucas is a 32 years old Male from Carlsbad, CA. Lucas works as a Student. The person named Andrew, finished at position 5th Captured (by Kim) and won $0 prize money. Andrew is a 21 years old Male from Redondo Beach, CA. Andrew works as a Student / Lifeguard. The person named Tracy, finished at position 4th Captured (by Grant) and won $0 prize money. Tracy is a 30 years old Female from Mililani, HI. Tracy works as a Student. The person named Lynda, finished at position 3rd Captured (by Icey) and won $0 prize money. Lynda is a 59 years old Female from Los Angeles, CA. Lynda works as a General Contractor. The person named Darin, finished at position 2nd Captured (by Wong) and won $0 prize money. Darin is a 46 years old Male from Fontana, CA. Darin works as a Sports Official. The person named Evan, finished at position Opted Out and won $2,000 prize money. Evan is a 29 years old Male from Long Island, NY. Evan works as a Teacher. The person named Ameenah, finished at position 1st Captured (by Grant) and won $0 prize money. Ameenah is a 34 years old Female from Atlanta, GA. Ameenah works as a Drummer. Input: Consider Input: Table: ['Name', 'Rank', 'Age', 'Years until mandatory retirement', 'Appointed by', 'Year appointed']. ['Anabelle Rodriguez', 'Associate Justice', '64', '6 years', 'Sila Maria Calderon', '2004']. ['Edgardo Rivera Garcia', 'Associate Justice', '59', '11 years', 'Luis Fortuno', '2010']. ['Erick Kolthoff Caraballo', 'Associate Justice', '53', '17 years', 'Luis Fortuno', '2009']. ['Federico Hernandez Denton', 'Chief Justice', '70', '0 year', 'Sila Maria Calderon', '2004']. ['Liana Fiol Matta', 'Associate Justice', '68', '2 years', 'Sila Maria Calderon', '2004']. ['Luis Estrella Martinez', 'Associate Justice', '43', '27 years', 'Luis Fortuno', '2011']. ['Mildred Pabon Charneco', 'Associate Justice', '57', '13 years', 'Luis Fortuno', '2009']. ['Rafael Martinez Torres', 'Associate Justice', '55', '15 years', 'Luis Fortuno', '2009']. ['Roberto Feliberti Cintron', 'Associate Justice', '51', '19 years', 'Luis Fortuno', '2011']
Output: Passage: Anabelle Rodriguez , currently serving as Associate Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Anabelle Rodriguez is 64, and has 6 years until mandatory retirement. Edgardo Rivera Garcia , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2010. The current age of Edgardo Rivera Garcia is 59, and has 11 years until mandatory retirement. Erick Kolthoff Caraballo , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Erick Kolthoff Caraballo is 53, and has 17 years until mandatory retirement. Federico Hernandez Denton , currently serving as Chief Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Federico Hernandez Denton is 70, and has 0 year until mandatory retirement. Liana Fiol Matta , currently serving as Associate Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Liana Fiol Matta is 68, and has 2 years until mandatory retirement. Luis Estrella Martinez , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2011. The current age of Luis Estrella Martinez is 43, and has 27 years until mandatory retirement. Mildred Pabon Charneco , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Mildred Pabon Charneco is 57, and has 13 years until mandatory retirement. Rafael Martinez Torres , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Rafael Martinez Torres is 55, and has 15 years until mandatory retirement. Roberto Feliberti Cintron , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2011. The current age of Roberto Feliberti Cintron is 51, and has 19 years until mandatory retirement.
2
NIv2
task760_msr_sqa_long_text_generation
fs_opt
instruction: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. question: Table: ['Year', 'Title', 'Peak chart positions US Air', 'Peak chart positions US Main', 'Peak chart positions US Mod', 'Album']. ['1990', 'Dig a Hole', '--', '--', '--', 'Non-album single']. ['1993', 'Mister Love', '--', '--', '--', 'Velvet']. ['1994', 'Mister Love', '--', '--', '--', 'Rubberneck']. ['1995', 'Possum Kingdom', '40', '9', '4', 'Rubberneck']. ['1995', 'Away', '--', '23', '28', 'Rubberneck']. ['1996', 'Tyler', '--', '--', '--', 'Rubberneck']. ['1996', 'Backslider', '--', '--', '--', 'Rubberneck']. ['2001', 'Push the Hand', '--', '34', '--', 'Hell Below/Stars Above']. ['2008', 'No Deliverance', '--', '38', '--', 'No Deliverance']. ['2009', 'Song I Hate', '--', '--', '--', 'No Deliverance']. ['2012', 'Summer of the Strange', '--', '--', '--', 'Play.Rock.Music'] answer: Passage: The title track 'Dig a Hole' from the album 'Non-album single', was released in the year 1990. Dig a Hole's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Mister Love' from the album 'Velvet', was released in the year 1993. Mister Love's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Mister Love' from the album 'Rubberneck', was released in the year 1994. Mister Love's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Possum Kingdom' from the album 'Rubberneck', was released in the year 1995. Possum Kingdom's chart positions in US Air, US Main, and US mod were 40, 9, and 4 respectively. The title track 'Away' from the album 'Rubberneck', was released in the year 1995. Away's chart positions in US Air, US Main, and US mod were --, 23, and 28 respectively. The title track 'Tyler' from the album 'Rubberneck', was released in the year 1996. Tyler's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Backslider' from the album 'Rubberneck', was released in the year 1996. Backslider's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Push the Hand' from the album 'Hell Below/Stars Above', was released in the year 2001. Push the Hand's chart positions in US Air, US Main, and US mod were --, 34, and -- respectively. The title track 'No Deliverance' from the album 'No Deliverance', was released in the year 2008. No Deliverance's chart positions in US Air, US Main, and US mod were --, 38, and -- respectively. The title track 'Song I Hate' from the album 'No Deliverance', was released in the year 2009. Song I Hate's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Summer of the Strange' from the album 'Play.Rock.Music', was released in the year 2012. Summer of the Strange's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. question: Table: ['Year', 'Miss Northern Ireland', 'Hometown', 'Placement at Miss World', 'Notes']. ['2012', 'Tiffany Brien', 'Belfast', 'Top 30', 'Top 10 of Beach Fashion and 1st runner-up of Sports & Fitness at Miss World 2012']. ['2011', 'Finola Guinnane', 'Drumbo', 'Non-Finalist', 'Top 20 of Beach Beauty and Top 77 of Beauty with a Purpose at Miss World 2011']. ['2010', 'Lori Moore', 'Belfast', 'Top 25', 'Winner of Sports at Miss World 2010']. ['2009', 'Cherie Gardiner', 'Bangor', 'Non-Finalist', '']. ['2008', 'Judith Wilson', 'Enniskillen', 'Non-Finalist', 'Top 19 of Talent at Miss World 2008']. ['2007', 'Melissa Patton', 'Belfast', 'Non-Finalist', '']. ['2006', 'Catherine Jean Milligan', 'Newtownards', 'Top 17', 'Winner of Miss Talent at Miss World 2006']. ['2005', 'Lucy Evangelista', 'Portglenone', 'Top 15', 'Later Miss United Kingdom 2005 and Miss Universe United Kingdom 2005 2nd runner-up']. ['2004', 'Kirsty Anne Gabriel Stewart', 'Enniskillen', 'Non-Finalist', '']. ['2003', 'Diana Sayers', 'Belfast', 'Non-Finalist', '']. ['2002', 'Gayle Williamson', 'Lurgan', 'Non-Finalist', 'Later Miss United Kingdom 2002']. ['2001', 'Angela McCarthy', 'Belfast', 'Non-Finalist', '']. ['2000', 'Julie Lee-Ann Martin', 'Belfast', 'Non-Finalist', ''] answer: Passage: Tiffany Brien from Belfast was Miss Northern Ireland in the year 2012. Tiffany Brien was placed as a Top 30 at Miss World. Tiffany Brien was Top 10 of Beach Fashion and 1st runner-up of Sports & Fitness at Miss World 2012. Finola Guinnane from Drumbo was Miss Northern Ireland in the year 2011. Finola Guinnane was placed as a Non-Finalist at Miss World. Finola Guinnane was Top 20 of Beach Beauty and Top 77 of Beauty with a Purpose at Miss World 2011. Lori Moore from Belfast was Miss Northern Ireland in the year 2010. Lori Moore was placed as a Top 25 at Miss World. Lori Moore was Winner of Sports at Miss World 2010. Cherie Gardiner from Bangor was Miss Northern Ireland in the year 2009. Cherie Gardiner was placed as a Non-Finalist at Miss World. Cherie Gardiner was . Judith Wilson from Enniskillen was Miss Northern Ireland in the year 2008. Judith Wilson was placed as a Non-Finalist at Miss World. Judith Wilson was Top 19 of Talent at Miss World 2008. Melissa Patton from Belfast was Miss Northern Ireland in the year 2007. Melissa Patton was placed as a Non-Finalist at Miss World. Melissa Patton was . Catherine Jean Milligan from Newtownards was Miss Northern Ireland in the year 2006. Catherine Jean Milligan was placed as a Top 17 at Miss World. Catherine Jean Milligan was Winner of Miss Talent at Miss World 2006. Lucy Evangelista from Portglenone was Miss Northern Ireland in the year 2005. Lucy Evangelista was placed as a Top 15 at Miss World. Lucy Evangelista was Later Miss United Kingdom 2005 and Miss Universe United Kingdom 2005 2nd runner-up. Kirsty Anne Gabriel Stewart from Enniskillen was Miss Northern Ireland in the year 2004. Kirsty Anne Gabriel Stewart was placed as a Non-Finalist at Miss World. Kirsty Anne Gabriel Stewart was . Diana Sayers from Belfast was Miss Northern Ireland in the year 2003. Diana Sayers was placed as a Non-Finalist at Miss World. Diana Sayers was . Gayle Williamson from Lurgan was Miss Northern Ireland in the year 2002. Gayle Williamson was placed as a Non-Finalist at Miss World. Gayle Williamson was Later Miss United Kingdom 2002. Angela McCarthy from Belfast was Miss Northern Ireland in the year 2001. Angela McCarthy was placed as a Non-Finalist at Miss World. Angela McCarthy was . Julie Lee-Ann Martin from Belfast was Miss Northern Ireland in the year 2000. Julie Lee-Ann Martin was placed as a Non-Finalist at Miss World. Julie Lee-Ann Martin was . question: Table: ['Pick #', 'CFL Team', 'Player', 'Position', 'College']. ['25', 'Montreal Alouettes', 'Shawn Gifford', 'OT', 'Charleston Southern']. ['26', 'Toronto Argonauts', 'Kevin Eiben', 'S', 'Bucknell']. ['27', 'Winnipeg Blue Bombers', 'Nick Tsatsaronis', 'RB', 'Memphis']. ['28', 'Hamilton Tiger-Cats', 'Ryan Donnelly', 'OL', 'McMaster']. ['29', 'Montreal Alouettes', 'Peter Moore', 'DL', 'Syracuse']. ['30', 'Calgary Stampeders', 'Andrew Carter', 'OL', "Bishop's"]. ['31', 'Montreal Alouettes', 'Steven Maheu', 'WR/QB', 'Simon Fraser']. ['32', 'BC Lions', 'Kelly Bates', 'OL', 'Saskatchewan'] answer:
Passage: The player named Shawn Gifford was picked at 25 position. The player plays at position OT in the team Montreal Alouettes from the college Charleston Southern. The player named Kevin Eiben was picked at 26 position. The player plays at position S in the team Toronto Argonauts from the college Bucknell. The player named Nick Tsatsaronis was picked at 27 position. The player plays at position RB in the team Winnipeg Blue Bombers from the college Memphis. The player named Ryan Donnelly was picked at 28 position. The player plays at position OL in the team Hamilton Tiger-Cats from the college McMaster. The player named Peter Moore was picked at 29 position. The player plays at position DL in the team Montreal Alouettes from the college Syracuse. The player named Andrew Carter was picked at 30 position. The player plays at position OL in the team Calgary Stampeders from the college Bishop's. The player named Steven Maheu was picked at 31 position. The player plays at position WR/QB in the team Montreal Alouettes from the college Simon Fraser. The player named Kelly Bates was picked at 32 position. The player plays at position OL in the team BC Lions from the college Saskatchewan.
9
NIv2
task760_msr_sqa_long_text_generation
fs_opt
Teacher: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Teacher: Now, understand the problem? If you are still confused, see the following example: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Solution: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Reason: The output correctly captures the data in table and generates a long text passage which covers all the given information. Now, solve this instance: Table: ['Name', 'Rank', 'Age', 'Years until mandatory retirement', 'Appointed by', 'Year appointed']. ['Anabelle Rodriguez', 'Associate Justice', '64', '6 years', 'Sila Maria Calderon', '2004']. ['Edgardo Rivera Garcia', 'Associate Justice', '59', '11 years', 'Luis Fortuno', '2010']. ['Erick Kolthoff Caraballo', 'Associate Justice', '53', '17 years', 'Luis Fortuno', '2009']. ['Federico Hernandez Denton', 'Chief Justice', '70', '0 year', 'Sila Maria Calderon', '2004']. ['Liana Fiol Matta', 'Associate Justice', '68', '2 years', 'Sila Maria Calderon', '2004']. ['Luis Estrella Martinez', 'Associate Justice', '43', '27 years', 'Luis Fortuno', '2011']. ['Mildred Pabon Charneco', 'Associate Justice', '57', '13 years', 'Luis Fortuno', '2009']. ['Rafael Martinez Torres', 'Associate Justice', '55', '15 years', 'Luis Fortuno', '2009']. ['Roberto Feliberti Cintron', 'Associate Justice', '51', '19 years', 'Luis Fortuno', '2011'] Student:
Passage: Anabelle Rodriguez , currently serving as Associate Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Anabelle Rodriguez is 64, and has 6 years until mandatory retirement. Edgardo Rivera Garcia , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2010. The current age of Edgardo Rivera Garcia is 59, and has 11 years until mandatory retirement. Erick Kolthoff Caraballo , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Erick Kolthoff Caraballo is 53, and has 17 years until mandatory retirement. Federico Hernandez Denton , currently serving as Chief Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Federico Hernandez Denton is 70, and has 0 year until mandatory retirement. Liana Fiol Matta , currently serving as Associate Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Liana Fiol Matta is 68, and has 2 years until mandatory retirement. Luis Estrella Martinez , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2011. The current age of Luis Estrella Martinez is 43, and has 27 years until mandatory retirement. Mildred Pabon Charneco , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Mildred Pabon Charneco is 57, and has 13 years until mandatory retirement. Rafael Martinez Torres , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Rafael Martinez Torres is 55, and has 15 years until mandatory retirement. Roberto Feliberti Cintron , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2011. The current age of Roberto Feliberti Cintron is 51, and has 19 years until mandatory retirement.
2
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Input: Consider Input: Table: ['Locomotive', 'Named', 'Serial No', 'Entered service', 'Gauge', 'Livery']. ['BL26', 'Bob Hawke', '83-1010', 'March 1983', 'Standard', 'Pacific National blue & yellow']. ['BL27', '', '83-1011', 'August 1983', 'Standard', 'Pacific National blue & yellow']. ['BL28', '', '83-1012', 'September 1983', 'Standard', 'Pacific National blue & yellow']. ['BL29', '', '83-1013', 'October 1983', 'Broad', 'Pacific National blue & yellow']. ['BL30', '', '83-1014', 'December 1983', 'Standard', 'Pacific National blue & yellow']. ['BL31', '', '83-1015', 'November 1983', 'Standard', 'Pacific National blue & yellow']. ['BL32', '', '83-1016', 'February 1984', 'Broad', 'National Rail orange & grey']. ['BL33', '', '83-1017', 'April 1984', 'Standard', 'Pacific National blue & yellow']. ['BL34', '', '83-1018', 'June 1984', 'Broad', 'Pacific National blue & yellow']. ['BL35', '', '83-1019', 'July 1984', 'Standard', 'Pacific National blue & yellow'] Output: Passage: The locomotive BL26 named Bob Hawke and with serial no. 83-1010, entered the service in the month of March 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL27 named and with serial no. 83-1011, entered the service in the month of August 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL28 named and with serial no. 83-1012, entered the service in the month of September 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL29 named and with serial no. 83-1013, entered the service in the month of October 1983. It has Broad gauge, and Pacific National blue & yellow livery. The locomotive BL30 named and with serial no. 83-1014, entered the service in the month of December 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL31 named and with serial no. 83-1015, entered the service in the month of November 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL32 named and with serial no. 83-1016, entered the service in the month of February 1984. It has Broad gauge, and National Rail orange & grey livery. The locomotive BL33 named and with serial no. 83-1017, entered the service in the month of April 1984. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL34 named and with serial no. 83-1018, entered the service in the month of June 1984. It has Broad gauge, and Pacific National blue & yellow livery. The locomotive BL35 named and with serial no. 83-1019, entered the service in the month of July 1984. It has Standard gauge, and Pacific National blue & yellow livery. Input: Consider Input: Table: ['#', 'Nation', 'Qualification Tournament', 'Place in QT', 'Sailor']. ['1', 'China', 'Host Country', '', '']. ['2', 'Brazil', '2007 Worlds', '1', 'Robert Scheidt, Bruno Prada']. ['3', 'France', '2007 Worlds', '2', 'Xavier Rohart, Pascal Rambeau']. ['4', 'Great Britain', '2007 Worlds', '3', 'Iain Percy, Andrew Simpson']. ['5', 'New Zealand', '2007 Worlds', '4', 'Hamish Pepper, Carl Williams']. ['6', 'Italy', '2007 Worlds', '5', 'Diego Negri, Luigi Viale']. ['7', 'Poland', '2007 Worlds', '6', 'Mateusz Kusznierewicz, Dominik Zycki']. ['8', 'Germany', '2007 Worlds', '7', 'Marc Pickel, Ingo Borkowski']. ['9', 'Sweden', '2007 Worlds', '8', 'Fredrik Loof, Anders Ekstrom']. ['10', 'Australia', '2007 Worlds', '9', 'Iain Murray, Andrew Palfrey']. ['11', 'Portugal', '2007 Worlds', '10', 'Afonso Domingos, Bernardo Santos']. ['12', 'United States', '2007 Worlds', '11', 'Mark Reynolds, Hal Haenel']. ['13', 'Switzerland', '2008 Worlds', '4', 'Flavio Marazzi, Enrico De Maria']. ['14', 'Croatia', '2008 Worlds', '12', 'Marin Lovrovic, Sinsa Mikulicic']. ['15', 'Ireland', '2008 Worlds', '14', 'Max Treacy, Anthony Shanks']. ['16', 'Austria', '2008 Worlds', '16', 'Hans Spitzauer, Christian Nehammer'] Output: Passage: China finished at th position in the Host Country Qualification tournament. The sailor was . Brazil finished at 1th position in the 2007 Worlds Qualification tournament. The sailor was Robert Scheidt, Bruno Prada. France finished at 2th position in the 2007 Worlds Qualification tournament. The sailor was Xavier Rohart, Pascal Rambeau. Great Britain finished at 3th position in the 2007 Worlds Qualification tournament. The sailor was Iain Percy, Andrew Simpson. New Zealand finished at 4th position in the 2007 Worlds Qualification tournament. The sailor was Hamish Pepper, Carl Williams. Italy finished at 5th position in the 2007 Worlds Qualification tournament. The sailor was Diego Negri, Luigi Viale. Poland finished at 6th position in the 2007 Worlds Qualification tournament. The sailor was Mateusz Kusznierewicz, Dominik Zycki. Germany finished at 7th position in the 2007 Worlds Qualification tournament. The sailor was Marc Pickel, Ingo Borkowski. Sweden finished at 8th position in the 2007 Worlds Qualification tournament. The sailor was Fredrik Loof, Anders Ekstrom. Australia finished at 9th position in the 2007 Worlds Qualification tournament. The sailor was Iain Murray, Andrew Palfrey. Portugal finished at 10th position in the 2007 Worlds Qualification tournament. The sailor was Afonso Domingos, Bernardo Santos. United States finished at 11th position in the 2007 Worlds Qualification tournament. The sailor was Mark Reynolds, Hal Haenel. Switzerland finished at 4th position in the 2008 Worlds Qualification tournament. The sailor was Flavio Marazzi, Enrico De Maria. Croatia finished at 12th position in the 2008 Worlds Qualification tournament. The sailor was Marin Lovrovic, Sinsa Mikulicic. Ireland finished at 14th position in the 2008 Worlds Qualification tournament. The sailor was Max Treacy, Anthony Shanks. Austria finished at 16th position in the 2008 Worlds Qualification tournament. The sailor was Hans Spitzauer, Christian Nehammer. Input: Consider Input: Table: ['Pos', 'No', 'Driver', 'Constructor', 'Laps', 'Time/Retired', 'Grid', 'Points']. ['1', '5', 'Fernando Alonso', 'Renault', '56', '1:31:33.736', '1', '10']. ['2', '16', 'Jarno Trulli', 'Toyota', '56', '+24.327', '2', '8']. ['3', '8', 'Nick Heidfeld', 'Williams-BMW', '56', '+32.188', '10', '6']. ['4', '10', 'Juan Pablo Montoya', 'McLaren-Mercedes', '56', '+41.631', '11', '5']. ['5', '17', 'Ralf Schumacher', 'Toyota', '56', '+51.854', '5', '4']. ['6', '14', 'David Coulthard', 'Red Bull-Cosworth', '56', '+1:12.543', '8', '3']. ['7', '1', 'Michael Schumacher', 'Ferrari', '56', '+1:19.988', '13', '2']. ['8', '15', 'Christian Klien', 'Red Bull-Cosworth', '56', '+1:20.835', '7', '1']. ['9', '9', 'Kimi Raikkonen', 'McLaren-Mercedes', '56', '+1:21.580', '6', '']. ['10', '12', 'Felipe Massa', 'Sauber-Petronas', '55', '+1 Lap', '14', '']. ['11', '19', 'Narain Karthikeyan', 'Jordan-Toyota', '54', '+2 Laps', '17', '']. ['12', '18', 'Tiago Monteiro', 'Jordan-Toyota', '53', '+3 Laps', '18', '']. ['13', '21', 'Christijan Albers', 'Minardi-Cosworth', '52', '+4 Laps', '19', '']. ['Ret', '2', 'Rubens Barrichello', 'Ferrari', '49', 'Handling', '12', '']. ['Ret', '6', 'Giancarlo Fisichella', 'Renault', '36', 'Collision', '3', '']. ['Ret', '7', 'Mark Webber', 'Williams-BMW', '36', 'Collision', '4', '']. ['Ret', '11', 'Jacques Villeneuve', 'Sauber-Petronas', '26', 'Spun Off', '16', '']. ['Ret', '3', 'Jenson Button', 'BAR-Honda', '2', 'Engine', '9', '']. ['Ret', '4', 'Anthony Davidson', 'BAR-Honda', '2', 'Engine', '15', '']. ['Ret', '20', 'Patrick Friesacher', 'Minardi-Cosworth', '2', 'Spun Off', '20', '']
Output: Passage: The driver with number 5, Fernando Alonso, from Renault constructor, finished at position 1. Fernando Alonso completed 56 laps in 1:31:33.736 time and earned 10 points. The driver with number 16, Jarno Trulli, from Toyota constructor, finished at position 2. Jarno Trulli completed 56 laps in +24.327 time and earned 8 points. The driver with number 8, Nick Heidfeld, from Williams-BMW constructor, finished at position 3. Nick Heidfeld completed 56 laps in +32.188 time and earned 6 points. The driver with number 10, Juan Pablo Montoya, from McLaren-Mercedes constructor, finished at position 4. Juan Pablo Montoya completed 56 laps in +41.631 time and earned 5 points. The driver with number 17, Ralf Schumacher, from Toyota constructor, finished at position 5. Ralf Schumacher completed 56 laps in +51.854 time and earned 4 points. The driver with number 14, David Coulthard, from Red Bull-Cosworth constructor, finished at position 6. David Coulthard completed 56 laps in +1:12.543 time and earned 3 points. The driver with number 1, Michael Schumacher, from Ferrari constructor, finished at position 7. Michael Schumacher completed 56 laps in +1:19.988 time and earned 2 points. The driver with number 15, Christian Klien, from Red Bull-Cosworth constructor, finished at position 8. Christian Klien completed 56 laps in +1:20.835 time and earned 1 points. The driver with number 9, Kimi Raikkonen, from McLaren-Mercedes constructor, finished at position 9. Kimi Raikkonen completed 56 laps in +1:21.580 time and earned points. The driver with number 12, Felipe Massa, from Sauber-Petronas constructor, finished at position 10. Felipe Massa completed 55 laps in +1 Lap time and earned points. The driver with number 19, Narain Karthikeyan, from Jordan-Toyota constructor, finished at position 11. Narain Karthikeyan completed 54 laps in +2 Laps time and earned points. The driver with number 18, Tiago Monteiro, from Jordan-Toyota constructor, finished at position 12. Tiago Monteiro completed 53 laps in +3 Laps time and earned points. The driver with number 21, Christijan Albers, from Minardi-Cosworth constructor, finished at position 13. Christijan Albers completed 52 laps in +4 Laps time and earned points. The driver with number 2, Rubens Barrichello, from Ferrari constructor, finished at position Ret. Rubens Barrichello completed 49 laps in Handling time and earned points. The driver with number 6, Giancarlo Fisichella, from Renault constructor, finished at position Ret. Giancarlo Fisichella completed 36 laps in Collision time and earned points. The driver with number 7, Mark Webber, from Williams-BMW constructor, finished at position Ret. Mark Webber completed 36 laps in Collision time and earned points. The driver with number 11, Jacques Villeneuve, from Sauber-Petronas constructor, finished at position Ret. Jacques Villeneuve completed 26 laps in Spun Off time and earned points. The driver with number 3, Jenson Button, from BAR-Honda constructor, finished at position Ret. Jenson Button completed 2 laps in Engine time and earned points. The driver with number 4, Anthony Davidson, from BAR-Honda constructor, finished at position Ret. Anthony Davidson completed 2 laps in Engine time and earned points. The driver with number 20, Patrick Friesacher, from Minardi-Cosworth constructor, finished at position Ret. Patrick Friesacher completed 2 laps in Spun Off time and earned points.
2
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. One example is below. Q: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] A: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Rationale: The output correctly captures the data in table and generates a long text passage which covers all the given information. Q: Table: ['Date', 'Number', 'Type', 'Captain', 'Casualties', 'Sunk by']. ['4 May 1943', 'U-209', 'VIIC', 'Heinrich Brodda', '46', 'Catalina Flying-boat of No. 5 Squadron RCAF']. ['5 May 1943', 'U-638', 'VIIC', 'Oskar Staudinger', '44', 'HMS Sunflower']. ['5 May 1943', 'U-531', 'IXC/40', 'Herbert Neckel', '54', 'HMS Vidette']. ['6 May 1943', 'U-192', 'IXC/40', 'Werner Happe', '55', 'HMS Loosestrife']. ['6 May 1943', 'U-125', 'IXC', 'Ulrich Folkers', '54', 'HMS Oribi, HMS Snowflake']. ['6 May 1943', 'U-630', 'VIIC', 'Werner Winkler', '47', 'HMS Vidette']. ['6 May 1943', 'U-438', 'VIIC', 'Heinrich Hensohn', '48', 'HMS Pelican'] A:
Passage: The U-209 was a VIIC type submarine. The U-209 submarine, commanded by Captain Heinrich Brodda, was sunk on the date 4 May 1943 by the Catalina Flying-boat of No. 5 Squadron RCAF submarine. It results in 46 casualties. The U-638 was a VIIC type submarine. The U-638 submarine, commanded by Captain Oskar Staudinger, was sunk on the date 5 May 1943 by the HMS Sunflower submarine. It results in 44 casualties. The U-531 was a IXC/40 type submarine. The U-531 submarine, commanded by Captain Herbert Neckel, was sunk on the date 5 May 1943 by the HMS Vidette submarine. It results in 54 casualties. The U-192 was a IXC/40 type submarine. The U-192 submarine, commanded by Captain Werner Happe, was sunk on the date 6 May 1943 by the HMS Loosestrife submarine. It results in 55 casualties. The U-125 was a IXC type submarine. The U-125 submarine, commanded by Captain Ulrich Folkers, was sunk on the date 6 May 1943 by the HMS Oribi, HMS Snowflake submarine. It results in 54 casualties. The U-630 was a VIIC type submarine. The U-630 submarine, commanded by Captain Werner Winkler, was sunk on the date 6 May 1943 by the HMS Vidette submarine. It results in 47 casualties. The U-438 was a VIIC type submarine. The U-438 submarine, commanded by Captain Heinrich Hensohn, was sunk on the date 6 May 1943 by the HMS Pelican submarine. It results in 48 casualties.
9
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Example Input: Table: ['Name', 'Rank', 'Age', 'Years until mandatory retirement', 'Appointed by', 'Year appointed']. ['Anabelle Rodriguez', 'Associate Justice', '64', '6 years', 'Sila Maria Calderon', '2004']. ['Edgardo Rivera Garcia', 'Associate Justice', '59', '11 years', 'Luis Fortuno', '2010']. ['Erick Kolthoff Caraballo', 'Associate Justice', '53', '17 years', 'Luis Fortuno', '2009']. ['Federico Hernandez Denton', 'Chief Justice', '70', '0 year', 'Sila Maria Calderon', '2004']. ['Liana Fiol Matta', 'Associate Justice', '68', '2 years', 'Sila Maria Calderon', '2004']. ['Luis Estrella Martinez', 'Associate Justice', '43', '27 years', 'Luis Fortuno', '2011']. ['Mildred Pabon Charneco', 'Associate Justice', '57', '13 years', 'Luis Fortuno', '2009']. ['Rafael Martinez Torres', 'Associate Justice', '55', '15 years', 'Luis Fortuno', '2009']. ['Roberto Feliberti Cintron', 'Associate Justice', '51', '19 years', 'Luis Fortuno', '2011'] Example Output: Passage: Anabelle Rodriguez , currently serving as Associate Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Anabelle Rodriguez is 64, and has 6 years until mandatory retirement. Edgardo Rivera Garcia , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2010. The current age of Edgardo Rivera Garcia is 59, and has 11 years until mandatory retirement. Erick Kolthoff Caraballo , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Erick Kolthoff Caraballo is 53, and has 17 years until mandatory retirement. Federico Hernandez Denton , currently serving as Chief Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Federico Hernandez Denton is 70, and has 0 year until mandatory retirement. Liana Fiol Matta , currently serving as Associate Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Liana Fiol Matta is 68, and has 2 years until mandatory retirement. Luis Estrella Martinez , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2011. The current age of Luis Estrella Martinez is 43, and has 27 years until mandatory retirement. Mildred Pabon Charneco , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Mildred Pabon Charneco is 57, and has 13 years until mandatory retirement. Rafael Martinez Torres , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Rafael Martinez Torres is 55, and has 15 years until mandatory retirement. Roberto Feliberti Cintron , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2011. The current age of Roberto Feliberti Cintron is 51, and has 19 years until mandatory retirement. Example Input: Table: ['Date', 'City', 'Venue', 'Member', 'Performance', 'Notes']. ['15 January', 'Dublin', 'RTE Studios', 'Brian & Roger', '(1) We Will Rock You', '']. ['(2) We Are the Champions', 'The Late Late Show', '', '', '', '']. ['31 January', 'Dublin', 'The O2', 'Brian', '(1) Bohemian Rhapsody', 'Matinee and Evening performances. Roger attended but did not perform.']. ['10 May', 'London', 'Dominion Theatre', 'Brian & Roger', '(1) Bohemian Rhapsody', '8th anniversary.']. ['3 September', 'Utrecht', 'Beatrix Theatre', 'Brian', '(1) Bohemian Rhapsody', '']. ['4 September', 'London', 'Dominion Theatre', 'Brian', '(1) Bohemian Rhapsody', 'Matinee and Evening performances']. ['12 September', 'Stockholm', 'Cirkus Arena Restaurang', 'Brian', '(1) Bohemian Rhapsody', '']. ['21 October', 'Berlin', 'Theater des Westens', 'Brian', '(1) Bohemian Rhapsody', ''] Example Output: Passage: The artist Brian & Roger gave a live performance at RTE Studios in the city of Dublin on 15 January. The artist Brian & Roger performed (1) We Will Rock You. Additional details: . The artist gave a live performance at in the city of The Late Late Show on (2) We Are the Champions. The artist performed . Additional details: . The artist Brian gave a live performance at The O2 in the city of Dublin on 31 January. The artist Brian performed (1) Bohemian Rhapsody. Additional details: Matinee and Evening performances. Roger attended but did not perform.. The artist Brian & Roger gave a live performance at Dominion Theatre in the city of London on 10 May. The artist Brian & Roger performed (1) Bohemian Rhapsody. Additional details: 8th anniversary.. The artist Brian gave a live performance at Beatrix Theatre in the city of Utrecht on 3 September. The artist Brian performed (1) Bohemian Rhapsody. Additional details: . The artist Brian gave a live performance at Dominion Theatre in the city of London on 4 September. The artist Brian performed (1) Bohemian Rhapsody. Additional details: Matinee and Evening performances. The artist Brian gave a live performance at Cirkus Arena Restaurang in the city of Stockholm on 12 September. The artist Brian performed (1) Bohemian Rhapsody. Additional details: . The artist Brian gave a live performance at Theater des Westens in the city of Berlin on 21 October. The artist Brian performed (1) Bohemian Rhapsody. Additional details: . Example Input: Table: ['Wager', 'Winner', 'Loser', 'Location', 'Date', 'Notes']. ['Hair', 'Psycho Clown', 'Super Crazy', 'Mexico City, Distrito Federal', 'May 29, 2011', 'Six man tag team steel cage Masks vs. Hairs match, where Los Perros del Mal (Crazy, El Hijo del Perro Aguayo and Damian 666) faced Los Psycho Circus (Psycho Clown, Monster Clown and Murder Clown).']. ['Hair', 'Halloween', 'Coco Rojo', 'Tlalnepantla de Baz, State of Mexico', 'July 10, 2011', 'Steel cage match, where Los Perros del Mal (Halloween, Damian 666 and Ek Balam) faced Los Payasos Tricolor (Coco Rojo, Coco Azul and Coco Amarillo) and Los Psycho Circus (Monster Clown, Murder Clown and Psycho Clown).']. ['Hair', 'Psycho Clown', 'X-Fly', 'Guadalajara, Jalisco', 'July 31, 2011', 'Six man tag team steel cage Masks vs. Hairs match, where Los Perros del Mal (X-Fly, Damian 666 and Halloween) faced Los Psycho Circus.']. ['Title', 'Damian 666', 'Monster Clown', 'Naucalpan, Mexico', 'August 28, 2011', 'Four tag team steel cage match, where Los Psycho Circus put their IWRG Intercontinental Trios Championship on the line against the hairs/masks of Los Perros del Mal (Damian 666, Bestia 666 and X-Fly), Los Temerarios (Black Terry, Durok and Machin) and Los Villanos (Kortiz, Ray Mendoza, Jr. and Villano IV).']. ['Hair', 'Monster Clown, Murder Clown and Psycho Clown', 'Halloween, Damian 666 and Nicho el Millonario', 'Monterrey, Nuevo Leon', 'October 9, 2011', 'Steel cage Masks vs. Hairs match.']. ['Hair', 'Psicosis', 'Joe Lider', 'Mexico City', 'August 5, 2012', '']. ['Hair', 'Dark Cuervo', 'Halloween', 'San Luis Potosi, San Luis Potosi', 'October 7, 2012', 'Domo de la Muerte, where Los Perros del Mal (Halloween, El Hijo del Perro Aguayo, Psicosis and Teddy Hart) faced Dark Cuervo, Cibernetico, Dark Ozz and Jack Evans.'] Example Output:
Passage: On May 29, 2011, there was Hair based wager on the professional wrestlers, row[1] and Super Crazy at the location Mexico City, Distrito Federal. row[1] won the match , and row[2] lost the match. Additional details: Six man tag team steel cage Masks vs. Hairs match, where Los Perros del Mal (Crazy, El Hijo del Perro Aguayo and Damian 666) faced Los Psycho Circus (Psycho Clown, Monster Clown and Murder Clown).. On July 10, 2011, there was Hair based wager on the professional wrestlers, row[1] and Coco Rojo at the location Tlalnepantla de Baz, State of Mexico. row[1] won the match , and row[2] lost the match. Additional details: Steel cage match, where Los Perros del Mal (Halloween, Damian 666 and Ek Balam) faced Los Payasos Tricolor (Coco Rojo, Coco Azul and Coco Amarillo) and Los Psycho Circus (Monster Clown, Murder Clown and Psycho Clown).. On July 31, 2011, there was Hair based wager on the professional wrestlers, row[1] and X-Fly at the location Guadalajara, Jalisco. row[1] won the match , and row[2] lost the match. Additional details: Six man tag team steel cage Masks vs. Hairs match, where Los Perros del Mal (X-Fly, Damian 666 and Halloween) faced Los Psycho Circus.. On August 28, 2011, there was Title based wager on the professional wrestlers, row[1] and Monster Clown at the location Naucalpan, Mexico. row[1] won the match , and row[2] lost the match. Additional details: Four tag team steel cage match, where Los Psycho Circus put their IWRG Intercontinental Trios Championship on the line against the hairs/masks of Los Perros del Mal (Damian 666, Bestia 666 and X-Fly), Los Temerarios (Black Terry, Durok and Machin) and Los Villanos (Kortiz, Ray Mendoza, Jr. and Villano IV).. On October 9, 2011, there was Hair based wager on the professional wrestlers, row[1] and Halloween, Damian 666 and Nicho el Millonario at the location Monterrey, Nuevo Leon. row[1] won the match , and row[2] lost the match. Additional details: Steel cage Masks vs. Hairs match.. On August 5, 2012, there was Hair based wager on the professional wrestlers, row[1] and Joe Lider at the location Mexico City. row[1] won the match , and row[2] lost the match. Additional details: . On October 7, 2012, there was Hair based wager on the professional wrestlers, row[1] and Halloween at the location San Luis Potosi, San Luis Potosi. row[1] won the match , and row[2] lost the match. Additional details: Domo de la Muerte, where Los Perros del Mal (Halloween, El Hijo del Perro Aguayo, Psicosis and Teddy Hart) faced Dark Cuervo, Cibernetico, Dark Ozz and Jack Evans..
3
NIv2
task760_msr_sqa_long_text_generation
fs_opt
Part 1. Definition You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Part 2. Example Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Answer: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Explanation: The output correctly captures the data in table and generates a long text passage which covers all the given information. Part 3. Exercise Table: ['#', 'Nation', 'Qualification Tournament', 'Place in QT', 'Sailor']. ['1', 'China', 'Host Country', '', '']. ['2', 'Brazil', '2007 Worlds', '1', 'Robert Scheidt, Bruno Prada']. ['3', 'France', '2007 Worlds', '2', 'Xavier Rohart, Pascal Rambeau']. ['4', 'Great Britain', '2007 Worlds', '3', 'Iain Percy, Andrew Simpson']. ['5', 'New Zealand', '2007 Worlds', '4', 'Hamish Pepper, Carl Williams']. ['6', 'Italy', '2007 Worlds', '5', 'Diego Negri, Luigi Viale']. ['7', 'Poland', '2007 Worlds', '6', 'Mateusz Kusznierewicz, Dominik Zycki']. ['8', 'Germany', '2007 Worlds', '7', 'Marc Pickel, Ingo Borkowski']. ['9', 'Sweden', '2007 Worlds', '8', 'Fredrik Loof, Anders Ekstrom']. ['10', 'Australia', '2007 Worlds', '9', 'Iain Murray, Andrew Palfrey']. ['11', 'Portugal', '2007 Worlds', '10', 'Afonso Domingos, Bernardo Santos']. ['12', 'United States', '2007 Worlds', '11', 'Mark Reynolds, Hal Haenel']. ['13', 'Switzerland', '2008 Worlds', '4', 'Flavio Marazzi, Enrico De Maria']. ['14', 'Croatia', '2008 Worlds', '12', 'Marin Lovrovic, Sinsa Mikulicic']. ['15', 'Ireland', '2008 Worlds', '14', 'Max Treacy, Anthony Shanks']. ['16', 'Austria', '2008 Worlds', '16', 'Hans Spitzauer, Christian Nehammer'] Answer:
Passage: China finished at th position in the Host Country Qualification tournament. The sailor was . Brazil finished at 1th position in the 2007 Worlds Qualification tournament. The sailor was Robert Scheidt, Bruno Prada. France finished at 2th position in the 2007 Worlds Qualification tournament. The sailor was Xavier Rohart, Pascal Rambeau. Great Britain finished at 3th position in the 2007 Worlds Qualification tournament. The sailor was Iain Percy, Andrew Simpson. New Zealand finished at 4th position in the 2007 Worlds Qualification tournament. The sailor was Hamish Pepper, Carl Williams. Italy finished at 5th position in the 2007 Worlds Qualification tournament. The sailor was Diego Negri, Luigi Viale. Poland finished at 6th position in the 2007 Worlds Qualification tournament. The sailor was Mateusz Kusznierewicz, Dominik Zycki. Germany finished at 7th position in the 2007 Worlds Qualification tournament. The sailor was Marc Pickel, Ingo Borkowski. Sweden finished at 8th position in the 2007 Worlds Qualification tournament. The sailor was Fredrik Loof, Anders Ekstrom. Australia finished at 9th position in the 2007 Worlds Qualification tournament. The sailor was Iain Murray, Andrew Palfrey. Portugal finished at 10th position in the 2007 Worlds Qualification tournament. The sailor was Afonso Domingos, Bernardo Santos. United States finished at 11th position in the 2007 Worlds Qualification tournament. The sailor was Mark Reynolds, Hal Haenel. Switzerland finished at 4th position in the 2008 Worlds Qualification tournament. The sailor was Flavio Marazzi, Enrico De Maria. Croatia finished at 12th position in the 2008 Worlds Qualification tournament. The sailor was Marin Lovrovic, Sinsa Mikulicic. Ireland finished at 14th position in the 2008 Worlds Qualification tournament. The sailor was Max Treacy, Anthony Shanks. Austria finished at 16th position in the 2008 Worlds Qualification tournament. The sailor was Hans Spitzauer, Christian Nehammer.
7
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Let me give you an example: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] The answer to this example can be: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Here is why: The output correctly captures the data in table and generates a long text passage which covers all the given information. OK. solve this: Table: ['Year', 'Miss Northern Ireland', 'Hometown', 'Placement at Miss World', 'Notes']. ['2012', 'Tiffany Brien', 'Belfast', 'Top 30', 'Top 10 of Beach Fashion and 1st runner-up of Sports & Fitness at Miss World 2012']. ['2011', 'Finola Guinnane', 'Drumbo', 'Non-Finalist', 'Top 20 of Beach Beauty and Top 77 of Beauty with a Purpose at Miss World 2011']. ['2010', 'Lori Moore', 'Belfast', 'Top 25', 'Winner of Sports at Miss World 2010']. ['2009', 'Cherie Gardiner', 'Bangor', 'Non-Finalist', '']. ['2008', 'Judith Wilson', 'Enniskillen', 'Non-Finalist', 'Top 19 of Talent at Miss World 2008']. ['2007', 'Melissa Patton', 'Belfast', 'Non-Finalist', '']. ['2006', 'Catherine Jean Milligan', 'Newtownards', 'Top 17', 'Winner of Miss Talent at Miss World 2006']. ['2005', 'Lucy Evangelista', 'Portglenone', 'Top 15', 'Later Miss United Kingdom 2005 and Miss Universe United Kingdom 2005 2nd runner-up']. ['2004', 'Kirsty Anne Gabriel Stewart', 'Enniskillen', 'Non-Finalist', '']. ['2003', 'Diana Sayers', 'Belfast', 'Non-Finalist', '']. ['2002', 'Gayle Williamson', 'Lurgan', 'Non-Finalist', 'Later Miss United Kingdom 2002']. ['2001', 'Angela McCarthy', 'Belfast', 'Non-Finalist', '']. ['2000', 'Julie Lee-Ann Martin', 'Belfast', 'Non-Finalist', ''] Answer:
Passage: Tiffany Brien from Belfast was Miss Northern Ireland in the year 2012. Tiffany Brien was placed as a Top 30 at Miss World. Tiffany Brien was Top 10 of Beach Fashion and 1st runner-up of Sports & Fitness at Miss World 2012. Finola Guinnane from Drumbo was Miss Northern Ireland in the year 2011. Finola Guinnane was placed as a Non-Finalist at Miss World. Finola Guinnane was Top 20 of Beach Beauty and Top 77 of Beauty with a Purpose at Miss World 2011. Lori Moore from Belfast was Miss Northern Ireland in the year 2010. Lori Moore was placed as a Top 25 at Miss World. Lori Moore was Winner of Sports at Miss World 2010. Cherie Gardiner from Bangor was Miss Northern Ireland in the year 2009. Cherie Gardiner was placed as a Non-Finalist at Miss World. Cherie Gardiner was . Judith Wilson from Enniskillen was Miss Northern Ireland in the year 2008. Judith Wilson was placed as a Non-Finalist at Miss World. Judith Wilson was Top 19 of Talent at Miss World 2008. Melissa Patton from Belfast was Miss Northern Ireland in the year 2007. Melissa Patton was placed as a Non-Finalist at Miss World. Melissa Patton was . Catherine Jean Milligan from Newtownards was Miss Northern Ireland in the year 2006. Catherine Jean Milligan was placed as a Top 17 at Miss World. Catherine Jean Milligan was Winner of Miss Talent at Miss World 2006. Lucy Evangelista from Portglenone was Miss Northern Ireland in the year 2005. Lucy Evangelista was placed as a Top 15 at Miss World. Lucy Evangelista was Later Miss United Kingdom 2005 and Miss Universe United Kingdom 2005 2nd runner-up. Kirsty Anne Gabriel Stewart from Enniskillen was Miss Northern Ireland in the year 2004. Kirsty Anne Gabriel Stewart was placed as a Non-Finalist at Miss World. Kirsty Anne Gabriel Stewart was . Diana Sayers from Belfast was Miss Northern Ireland in the year 2003. Diana Sayers was placed as a Non-Finalist at Miss World. Diana Sayers was . Gayle Williamson from Lurgan was Miss Northern Ireland in the year 2002. Gayle Williamson was placed as a Non-Finalist at Miss World. Gayle Williamson was Later Miss United Kingdom 2002. Angela McCarthy from Belfast was Miss Northern Ireland in the year 2001. Angela McCarthy was placed as a Non-Finalist at Miss World. Angela McCarthy was . Julie Lee-Ann Martin from Belfast was Miss Northern Ireland in the year 2000. Julie Lee-Ann Martin was placed as a Non-Finalist at Miss World. Julie Lee-Ann Martin was .
8
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Q: Table: ['Name', 'Rank', 'Age', 'Years until mandatory retirement', 'Appointed by', 'Year appointed']. ['Anabelle Rodriguez', 'Associate Justice', '64', '6 years', 'Sila Maria Calderon', '2004']. ['Edgardo Rivera Garcia', 'Associate Justice', '59', '11 years', 'Luis Fortuno', '2010']. ['Erick Kolthoff Caraballo', 'Associate Justice', '53', '17 years', 'Luis Fortuno', '2009']. ['Federico Hernandez Denton', 'Chief Justice', '70', '0 year', 'Sila Maria Calderon', '2004']. ['Liana Fiol Matta', 'Associate Justice', '68', '2 years', 'Sila Maria Calderon', '2004']. ['Luis Estrella Martinez', 'Associate Justice', '43', '27 years', 'Luis Fortuno', '2011']. ['Mildred Pabon Charneco', 'Associate Justice', '57', '13 years', 'Luis Fortuno', '2009']. ['Rafael Martinez Torres', 'Associate Justice', '55', '15 years', 'Luis Fortuno', '2009']. ['Roberto Feliberti Cintron', 'Associate Justice', '51', '19 years', 'Luis Fortuno', '2011'] A: Passage: Anabelle Rodriguez , currently serving as Associate Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Anabelle Rodriguez is 64, and has 6 years until mandatory retirement. Edgardo Rivera Garcia , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2010. The current age of Edgardo Rivera Garcia is 59, and has 11 years until mandatory retirement. Erick Kolthoff Caraballo , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Erick Kolthoff Caraballo is 53, and has 17 years until mandatory retirement. Federico Hernandez Denton , currently serving as Chief Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Federico Hernandez Denton is 70, and has 0 year until mandatory retirement. Liana Fiol Matta , currently serving as Associate Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Liana Fiol Matta is 68, and has 2 years until mandatory retirement. Luis Estrella Martinez , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2011. The current age of Luis Estrella Martinez is 43, and has 27 years until mandatory retirement. Mildred Pabon Charneco , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Mildred Pabon Charneco is 57, and has 13 years until mandatory retirement. Rafael Martinez Torres , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Rafael Martinez Torres is 55, and has 15 years until mandatory retirement. Roberto Feliberti Cintron , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2011. The current age of Roberto Feliberti Cintron is 51, and has 19 years until mandatory retirement. **** Q: Table: ['Date', 'City', 'Venue', 'Member', 'Performance', 'Notes']. ['15 January', 'Dublin', 'RTE Studios', 'Brian & Roger', '(1) We Will Rock You', '']. ['(2) We Are the Champions', 'The Late Late Show', '', '', '', '']. ['31 January', 'Dublin', 'The O2', 'Brian', '(1) Bohemian Rhapsody', 'Matinee and Evening performances. Roger attended but did not perform.']. ['10 May', 'London', 'Dominion Theatre', 'Brian & Roger', '(1) Bohemian Rhapsody', '8th anniversary.']. ['3 September', 'Utrecht', 'Beatrix Theatre', 'Brian', '(1) Bohemian Rhapsody', '']. ['4 September', 'London', 'Dominion Theatre', 'Brian', '(1) Bohemian Rhapsody', 'Matinee and Evening performances']. ['12 September', 'Stockholm', 'Cirkus Arena Restaurang', 'Brian', '(1) Bohemian Rhapsody', '']. ['21 October', 'Berlin', 'Theater des Westens', 'Brian', '(1) Bohemian Rhapsody', ''] A: Passage: The artist Brian & Roger gave a live performance at RTE Studios in the city of Dublin on 15 January. The artist Brian & Roger performed (1) We Will Rock You. Additional details: . The artist gave a live performance at in the city of The Late Late Show on (2) We Are the Champions. The artist performed . Additional details: . The artist Brian gave a live performance at The O2 in the city of Dublin on 31 January. The artist Brian performed (1) Bohemian Rhapsody. Additional details: Matinee and Evening performances. Roger attended but did not perform.. The artist Brian & Roger gave a live performance at Dominion Theatre in the city of London on 10 May. The artist Brian & Roger performed (1) Bohemian Rhapsody. Additional details: 8th anniversary.. The artist Brian gave a live performance at Beatrix Theatre in the city of Utrecht on 3 September. The artist Brian performed (1) Bohemian Rhapsody. Additional details: . The artist Brian gave a live performance at Dominion Theatre in the city of London on 4 September. The artist Brian performed (1) Bohemian Rhapsody. Additional details: Matinee and Evening performances. The artist Brian gave a live performance at Cirkus Arena Restaurang in the city of Stockholm on 12 September. The artist Brian performed (1) Bohemian Rhapsody. Additional details: . The artist Brian gave a live performance at Theater des Westens in the city of Berlin on 21 October. The artist Brian performed (1) Bohemian Rhapsody. Additional details: . **** Q: Table: ['Year', 'Miss Northern Ireland', 'Hometown', 'Placement at Miss World', 'Notes']. ['2012', 'Tiffany Brien', 'Belfast', 'Top 30', 'Top 10 of Beach Fashion and 1st runner-up of Sports & Fitness at Miss World 2012']. ['2011', 'Finola Guinnane', 'Drumbo', 'Non-Finalist', 'Top 20 of Beach Beauty and Top 77 of Beauty with a Purpose at Miss World 2011']. ['2010', 'Lori Moore', 'Belfast', 'Top 25', 'Winner of Sports at Miss World 2010']. ['2009', 'Cherie Gardiner', 'Bangor', 'Non-Finalist', '']. ['2008', 'Judith Wilson', 'Enniskillen', 'Non-Finalist', 'Top 19 of Talent at Miss World 2008']. ['2007', 'Melissa Patton', 'Belfast', 'Non-Finalist', '']. ['2006', 'Catherine Jean Milligan', 'Newtownards', 'Top 17', 'Winner of Miss Talent at Miss World 2006']. ['2005', 'Lucy Evangelista', 'Portglenone', 'Top 15', 'Later Miss United Kingdom 2005 and Miss Universe United Kingdom 2005 2nd runner-up']. ['2004', 'Kirsty Anne Gabriel Stewart', 'Enniskillen', 'Non-Finalist', '']. ['2003', 'Diana Sayers', 'Belfast', 'Non-Finalist', '']. ['2002', 'Gayle Williamson', 'Lurgan', 'Non-Finalist', 'Later Miss United Kingdom 2002']. ['2001', 'Angela McCarthy', 'Belfast', 'Non-Finalist', '']. ['2000', 'Julie Lee-Ann Martin', 'Belfast', 'Non-Finalist', ''] A:
Passage: Tiffany Brien from Belfast was Miss Northern Ireland in the year 2012. Tiffany Brien was placed as a Top 30 at Miss World. Tiffany Brien was Top 10 of Beach Fashion and 1st runner-up of Sports & Fitness at Miss World 2012. Finola Guinnane from Drumbo was Miss Northern Ireland in the year 2011. Finola Guinnane was placed as a Non-Finalist at Miss World. Finola Guinnane was Top 20 of Beach Beauty and Top 77 of Beauty with a Purpose at Miss World 2011. Lori Moore from Belfast was Miss Northern Ireland in the year 2010. Lori Moore was placed as a Top 25 at Miss World. Lori Moore was Winner of Sports at Miss World 2010. Cherie Gardiner from Bangor was Miss Northern Ireland in the year 2009. Cherie Gardiner was placed as a Non-Finalist at Miss World. Cherie Gardiner was . Judith Wilson from Enniskillen was Miss Northern Ireland in the year 2008. Judith Wilson was placed as a Non-Finalist at Miss World. Judith Wilson was Top 19 of Talent at Miss World 2008. Melissa Patton from Belfast was Miss Northern Ireland in the year 2007. Melissa Patton was placed as a Non-Finalist at Miss World. Melissa Patton was . Catherine Jean Milligan from Newtownards was Miss Northern Ireland in the year 2006. Catherine Jean Milligan was placed as a Top 17 at Miss World. Catherine Jean Milligan was Winner of Miss Talent at Miss World 2006. Lucy Evangelista from Portglenone was Miss Northern Ireland in the year 2005. Lucy Evangelista was placed as a Top 15 at Miss World. Lucy Evangelista was Later Miss United Kingdom 2005 and Miss Universe United Kingdom 2005 2nd runner-up. Kirsty Anne Gabriel Stewart from Enniskillen was Miss Northern Ireland in the year 2004. Kirsty Anne Gabriel Stewart was placed as a Non-Finalist at Miss World. Kirsty Anne Gabriel Stewart was . Diana Sayers from Belfast was Miss Northern Ireland in the year 2003. Diana Sayers was placed as a Non-Finalist at Miss World. Diana Sayers was . Gayle Williamson from Lurgan was Miss Northern Ireland in the year 2002. Gayle Williamson was placed as a Non-Finalist at Miss World. Gayle Williamson was Later Miss United Kingdom 2002. Angela McCarthy from Belfast was Miss Northern Ireland in the year 2001. Angela McCarthy was placed as a Non-Finalist at Miss World. Angela McCarthy was . Julie Lee-Ann Martin from Belfast was Miss Northern Ireland in the year 2000. Julie Lee-Ann Martin was placed as a Non-Finalist at Miss World. Julie Lee-Ann Martin was . ****
4
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Solution: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Why? The output correctly captures the data in table and generates a long text passage which covers all the given information. New input: Table: ['Institution', 'Location', 'Enrollment', 'Nickname', 'Varsity Sports', 'Rugby Since', 'Head Coach']. ['Clemson University', 'Clemson, South Carolina', '20,576', 'Tigers', '19', '1967', 'Justin Hickey']. ['Maryland', 'College Park, Maryland', '37,641', 'Terrapins', '20', '1968', 'Jeff Soeken']. ['Navy', 'Annapolis, Maryland', '4,576', 'Midshipmen', '30', '1963', 'Mike Flanagan']. ['North Carolina', 'Chapel Hill, North Carolina', '29,340', 'Tar Heels', '28', '1966', 'Pete Earsman']. ['North Carolina State', 'Raleigh, North Carolina', '34,767', 'Wolfpack', '25', '1965', 'Jim Latham']. ['University of Virginia', 'Charlottesville, Virginia', '20,895', 'Cavaliers', '25', '1961', 'Jon Roberts']. ['Virginia Tech', 'Blacksburg, Virginia', '30,379', 'Hokies', '21', '1891 / 1968', 'Andy Richards']. ['Wake Forest', 'Winston-Salem, North Carolina', '7,079', 'Demon Deacons', '18', '1973', 'Patrick Kane'] Solution:
Passage: The institution named Clemson University is located in Clemson, South Carolina. Clemson University has 20,576 students enrolled. Clemson University's nickname is Tigers, and has 19 varsity sports teams. Clemson University has been playing rugby since 1967. Clemson University's head-coach is Justin Hickey. The institution named Maryland is located in College Park, Maryland. Maryland has 37,641 students enrolled. Maryland's nickname is Terrapins, and has 20 varsity sports teams. Maryland has been playing rugby since 1968. Maryland's head-coach is Jeff Soeken. The institution named Navy is located in Annapolis, Maryland. Navy has 4,576 students enrolled. Navy's nickname is Midshipmen, and has 30 varsity sports teams. Navy has been playing rugby since 1963. Navy's head-coach is Mike Flanagan. The institution named North Carolina is located in Chapel Hill, North Carolina. North Carolina has 29,340 students enrolled. North Carolina's nickname is Tar Heels, and has 28 varsity sports teams. North Carolina has been playing rugby since 1966. North Carolina's head-coach is Pete Earsman. The institution named North Carolina State is located in Raleigh, North Carolina. North Carolina State has 34,767 students enrolled. North Carolina State's nickname is Wolfpack, and has 25 varsity sports teams. North Carolina State has been playing rugby since 1965. North Carolina State's head-coach is Jim Latham. The institution named University of Virginia is located in Charlottesville, Virginia. University of Virginia has 20,895 students enrolled. University of Virginia's nickname is Cavaliers, and has 25 varsity sports teams. University of Virginia has been playing rugby since 1961. University of Virginia's head-coach is Jon Roberts. The institution named Virginia Tech is located in Blacksburg, Virginia. Virginia Tech has 30,379 students enrolled. Virginia Tech's nickname is Hokies, and has 21 varsity sports teams. Virginia Tech has been playing rugby since 1891 / 1968. Virginia Tech's head-coach is Andy Richards. The institution named Wake Forest is located in Winston-Salem, North Carolina. Wake Forest has 7,079 students enrolled. Wake Forest's nickname is Demon Deacons, and has 18 varsity sports teams. Wake Forest has been playing rugby since 1973. Wake Forest's head-coach is Patrick Kane.
0
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Example Input: Table: ['Name', 'Population (2002 census)', 'Population (2007 estimation)', 'Population (2011 census)', 'Area (km2)', 'Density (pop/km2)']. ['Brasov', '283,901', '277,945', '253,200', '267.32', '1,204']. ['Codlea', '24,256', '24,550', '21,708', '132.79', '182']. ['Sacele', '30,044', '31,796', '30,798', '320', '93']. ['Ghimbav', '5,100', '5,357', '4,698', '28.08', '181.62']. ['Predeal', '5,625', '5,174', '4,755', '58.4', '96.14']. ['Rasnov', '15,436', '16,055', '15,022', '164.36', '94']. ['Cristian', '3,952', '4,300', '4,490', '27.73', '142.51']. ['Sanpetru', '3,401', '3,759', '4,819', '30.74', '110.63']. ['Halchiu', '4,072', '4,560', '4,218', '56.67', '71.85']. ['Tarlungeni', '7,413', '7,996', '8,320', '135.66', '54.65']. ['Prejmer', '8,323', '8,876', '8,472', '60.48', '137.61']. ['Harman', '4,437', '4,775', '5,402', '52.79', '84.05']. ['Bod', '3,942', '4,173', '3,994', '33.56', '117.46']. ['Total', '399,902', '399,316', '369,896', '1,368.58', '270'] Example Output: Passage: The population for Brasov was 283,901 according to 2002 census, 277,945 according to 2007 estimation, and 253,200 according to 2011 census. The total area of Brasov is 267.32km2, and the density is 1,204 pop/km2. The population for Codlea was 24,256 according to 2002 census, 24,550 according to 2007 estimation, and 21,708 according to 2011 census. The total area of Codlea is 132.79km2, and the density is 182 pop/km2. The population for Sacele was 30,044 according to 2002 census, 31,796 according to 2007 estimation, and 30,798 according to 2011 census. The total area of Sacele is 320km2, and the density is 93 pop/km2. The population for Ghimbav was 5,100 according to 2002 census, 5,357 according to 2007 estimation, and 4,698 according to 2011 census. The total area of Ghimbav is 28.08km2, and the density is 181.62 pop/km2. The population for Predeal was 5,625 according to 2002 census, 5,174 according to 2007 estimation, and 4,755 according to 2011 census. The total area of Predeal is 58.4km2, and the density is 96.14 pop/km2. The population for Rasnov was 15,436 according to 2002 census, 16,055 according to 2007 estimation, and 15,022 according to 2011 census. The total area of Rasnov is 164.36km2, and the density is 94 pop/km2. The population for Cristian was 3,952 according to 2002 census, 4,300 according to 2007 estimation, and 4,490 according to 2011 census. The total area of Cristian is 27.73km2, and the density is 142.51 pop/km2. The population for Sanpetru was 3,401 according to 2002 census, 3,759 according to 2007 estimation, and 4,819 according to 2011 census. The total area of Sanpetru is 30.74km2, and the density is 110.63 pop/km2. The population for Halchiu was 4,072 according to 2002 census, 4,560 according to 2007 estimation, and 4,218 according to 2011 census. The total area of Halchiu is 56.67km2, and the density is 71.85 pop/km2. The population for Tarlungeni was 7,413 according to 2002 census, 7,996 according to 2007 estimation, and 8,320 according to 2011 census. The total area of Tarlungeni is 135.66km2, and the density is 54.65 pop/km2. The population for Prejmer was 8,323 according to 2002 census, 8,876 according to 2007 estimation, and 8,472 according to 2011 census. The total area of Prejmer is 60.48km2, and the density is 137.61 pop/km2. The population for Harman was 4,437 according to 2002 census, 4,775 according to 2007 estimation, and 5,402 according to 2011 census. The total area of Harman is 52.79km2, and the density is 84.05 pop/km2. The population for Bod was 3,942 according to 2002 census, 4,173 according to 2007 estimation, and 3,994 according to 2011 census. The total area of Bod is 33.56km2, and the density is 117.46 pop/km2. The population for Total was 399,902 according to 2002 census, 399,316 according to 2007 estimation, and 369,896 according to 2011 census. The total area of Total is 1,368.58km2, and the density is 270 pop/km2. Example Input: Table: ['Player', 'HR', 'Date reached 500 HR', 'Team', 'Seasons played']. ['Barry Bonds', '762', 'April 17, 2001', 'San Francisco Giants', '1986-2007']. ['Hank Aaron', '755', 'July 14, 1968', 'Atlanta Braves', '1954-1976']. ['Babe Ruth', '714', 'August 11, 1929', 'New York Yankees', '1914-1935']. ['Willie Mays', '660', 'September 13, 1965', 'San Francisco Giants', '1951-1952, 1954-1973']. ['Alex Rodriguez', '654', 'August 4, 2007', 'New York Yankees', '1994-']. ['Ken Griffey, Jr.', '630', 'June 20, 2004', 'Cincinnati Reds', '1989-2010']. ['Jim Thome', '612', 'September 16, 2007', 'Chicago White Sox', '1991-2012']. ['Sammy Sosa', '609', 'April 4, 2003', 'Chicago Cubs', '1989-2005, 2007']. ['Frank Robinson', '586', 'September 13, 1971', 'Baltimore Orioles', '1956-1976']. ['Mark McGwire', '583', 'August 5, 1999', 'St. Louis Cardinals', '1986-2001']. ['Harmon Killebrew', '573', 'August 10, 1971', 'Minnesota Twins', '1954-1975']. ['Rafael Palmeiro', '569', 'May 11, 2003', 'Texas Rangers', '1986-2005']. ['Reggie Jackson', '563', 'September 17, 1984', 'California Angels', '1967-1987']. ['Manny Ramirez', '555', 'May 31, 2008', 'Boston Red Sox', '1993-2011']. ['Mike Schmidt', '548', 'April 18, 1987', 'Philadelphia Phillies', '1972-1989']. ['Mickey Mantle', '536', 'May 14, 1967', 'New York Yankees', '1951-1968']. ['Jimmie Foxx', '534', 'September 24, 1940', 'Boston Red Sox', '1925-1942, 1944-1945']. ['Ted Williams', '521', 'June 17, 1960', 'Boston Red Sox', '1939-1942, 1946-1960']. ['Willie McCovey', '521', 'June 30, 1978', 'San Francisco Giants', '1959-1980']. ['Frank Thomas', '521', 'June 28, 2007', 'Toronto Blue Jays', '1990-2008']. ['Ernie Banks', '512', 'May 12, 1970', 'Chicago Cubs', '1953-1971']. ['Eddie Mathews', '512', 'July 14, 1967', 'Houston Astros', '1952-1968']. ['Mel Ott', '511', 'August 1, 1945', 'New York Giants', '1926-1947']. ['Gary Sheffield', '509', 'April 17, 2009', 'New York Mets', '1988-2009']. ['Eddie Murray', '504', 'September 6, 1996', 'Baltimore Orioles', '1977-1997'] Example Output: Passage: The player Barry Bonds from the team San Francisco Giants has scored total 762 home runs. Barry Bonds has played in the seasons: 1986-2007. Barry Bonds had completed 500 home runs on date April 17, 2001. The player Hank Aaron from the team Atlanta Braves has scored total 755 home runs. Hank Aaron has played in the seasons: 1954-1976. Hank Aaron had completed 500 home runs on date July 14, 1968. The player Babe Ruth from the team New York Yankees has scored total 714 home runs. Babe Ruth has played in the seasons: 1914-1935. Babe Ruth had completed 500 home runs on date August 11, 1929. The player Willie Mays from the team San Francisco Giants has scored total 660 home runs. Willie Mays has played in the seasons: 1951-1952, 1954-1973. Willie Mays had completed 500 home runs on date September 13, 1965. The player Alex Rodriguez from the team New York Yankees has scored total 654 home runs. Alex Rodriguez has played in the seasons: 1994-. Alex Rodriguez had completed 500 home runs on date August 4, 2007. The player Ken Griffey, Jr. from the team Cincinnati Reds has scored total 630 home runs. Ken Griffey, Jr. has played in the seasons: 1989-2010. Ken Griffey, Jr. had completed 500 home runs on date June 20, 2004. The player Jim Thome from the team Chicago White Sox has scored total 612 home runs. Jim Thome has played in the seasons: 1991-2012. Jim Thome had completed 500 home runs on date September 16, 2007. The player Sammy Sosa from the team Chicago Cubs has scored total 609 home runs. Sammy Sosa has played in the seasons: 1989-2005, 2007. Sammy Sosa had completed 500 home runs on date April 4, 2003. The player Frank Robinson from the team Baltimore Orioles has scored total 586 home runs. Frank Robinson has played in the seasons: 1956-1976. Frank Robinson had completed 500 home runs on date September 13, 1971. The player Mark McGwire from the team St. Louis Cardinals has scored total 583 home runs. Mark McGwire has played in the seasons: 1986-2001. Mark McGwire had completed 500 home runs on date August 5, 1999. The player Harmon Killebrew from the team Minnesota Twins has scored total 573 home runs. Harmon Killebrew has played in the seasons: 1954-1975. Harmon Killebrew had completed 500 home runs on date August 10, 1971. The player Rafael Palmeiro from the team Texas Rangers has scored total 569 home runs. Rafael Palmeiro has played in the seasons: 1986-2005. Rafael Palmeiro had completed 500 home runs on date May 11, 2003. The player Reggie Jackson from the team California Angels has scored total 563 home runs. Reggie Jackson has played in the seasons: 1967-1987. Reggie Jackson had completed 500 home runs on date September 17, 1984. The player Manny Ramirez from the team Boston Red Sox has scored total 555 home runs. Manny Ramirez has played in the seasons: 1993-2011. Manny Ramirez had completed 500 home runs on date May 31, 2008. The player Mike Schmidt from the team Philadelphia Phillies has scored total 548 home runs. Mike Schmidt has played in the seasons: 1972-1989. Mike Schmidt had completed 500 home runs on date April 18, 1987. The player Mickey Mantle from the team New York Yankees has scored total 536 home runs. Mickey Mantle has played in the seasons: 1951-1968. Mickey Mantle had completed 500 home runs on date May 14, 1967. The player Jimmie Foxx from the team Boston Red Sox has scored total 534 home runs. Jimmie Foxx has played in the seasons: 1925-1942, 1944-1945. Jimmie Foxx had completed 500 home runs on date September 24, 1940. The player Ted Williams from the team Boston Red Sox has scored total 521 home runs. Ted Williams has played in the seasons: 1939-1942, 1946-1960. Ted Williams had completed 500 home runs on date June 17, 1960. The player Willie McCovey from the team San Francisco Giants has scored total 521 home runs. Willie McCovey has played in the seasons: 1959-1980. Willie McCovey had completed 500 home runs on date June 30, 1978. The player Frank Thomas from the team Toronto Blue Jays has scored total 521 home runs. Frank Thomas has played in the seasons: 1990-2008. Frank Thomas had completed 500 home runs on date June 28, 2007. The player Ernie Banks from the team Chicago Cubs has scored total 512 home runs. Ernie Banks has played in the seasons: 1953-1971. Ernie Banks had completed 500 home runs on date May 12, 1970. The player Eddie Mathews from the team Houston Astros has scored total 512 home runs. Eddie Mathews has played in the seasons: 1952-1968. Eddie Mathews had completed 500 home runs on date July 14, 1967. The player Mel Ott from the team New York Giants has scored total 511 home runs. Mel Ott has played in the seasons: 1926-1947. Mel Ott had completed 500 home runs on date August 1, 1945. The player Gary Sheffield from the team New York Mets has scored total 509 home runs. Gary Sheffield has played in the seasons: 1988-2009. Gary Sheffield had completed 500 home runs on date April 17, 2009. The player Eddie Murray from the team Baltimore Orioles has scored total 504 home runs. Eddie Murray has played in the seasons: 1977-1997. Eddie Murray had completed 500 home runs on date September 6, 1996. Example Input: Table: ['Name', 'Population (2002 census)', 'Population (2007 estimation)', 'Population (2011 census)', 'Area (km2)', 'Density (pop/km2)']. ['Brasov', '283,901', '277,945', '253,200', '267.32', '1,204']. ['Codlea', '24,256', '24,550', '21,708', '132.79', '182']. ['Sacele', '30,044', '31,796', '30,798', '320', '93']. ['Ghimbav', '5,100', '5,357', '4,698', '28.08', '181.62']. ['Predeal', '5,625', '5,174', '4,755', '58.4', '96.14']. ['Rasnov', '15,436', '16,055', '15,022', '164.36', '94']. ['Cristian', '3,952', '4,300', '4,490', '27.73', '142.51']. ['Sanpetru', '3,401', '3,759', '4,819', '30.74', '110.63']. ['Halchiu', '4,072', '4,560', '4,218', '56.67', '71.85']. ['Tarlungeni', '7,413', '7,996', '8,320', '135.66', '54.65']. ['Prejmer', '8,323', '8,876', '8,472', '60.48', '137.61']. ['Harman', '4,437', '4,775', '5,402', '52.79', '84.05']. ['Bod', '3,942', '4,173', '3,994', '33.56', '117.46']. ['Total', '399,902', '399,316', '369,896', '1,368.58', '270'] Example Output:
Passage: The population for Brasov was 283,901 according to 2002 census, 277,945 according to 2007 estimation, and 253,200 according to 2011 census. The total area of Brasov is 267.32km2, and the density is 1,204 pop/km2. The population for Codlea was 24,256 according to 2002 census, 24,550 according to 2007 estimation, and 21,708 according to 2011 census. The total area of Codlea is 132.79km2, and the density is 182 pop/km2. The population for Sacele was 30,044 according to 2002 census, 31,796 according to 2007 estimation, and 30,798 according to 2011 census. The total area of Sacele is 320km2, and the density is 93 pop/km2. The population for Ghimbav was 5,100 according to 2002 census, 5,357 according to 2007 estimation, and 4,698 according to 2011 census. The total area of Ghimbav is 28.08km2, and the density is 181.62 pop/km2. The population for Predeal was 5,625 according to 2002 census, 5,174 according to 2007 estimation, and 4,755 according to 2011 census. The total area of Predeal is 58.4km2, and the density is 96.14 pop/km2. The population for Rasnov was 15,436 according to 2002 census, 16,055 according to 2007 estimation, and 15,022 according to 2011 census. The total area of Rasnov is 164.36km2, and the density is 94 pop/km2. The population for Cristian was 3,952 according to 2002 census, 4,300 according to 2007 estimation, and 4,490 according to 2011 census. The total area of Cristian is 27.73km2, and the density is 142.51 pop/km2. The population for Sanpetru was 3,401 according to 2002 census, 3,759 according to 2007 estimation, and 4,819 according to 2011 census. The total area of Sanpetru is 30.74km2, and the density is 110.63 pop/km2. The population for Halchiu was 4,072 according to 2002 census, 4,560 according to 2007 estimation, and 4,218 according to 2011 census. The total area of Halchiu is 56.67km2, and the density is 71.85 pop/km2. The population for Tarlungeni was 7,413 according to 2002 census, 7,996 according to 2007 estimation, and 8,320 according to 2011 census. The total area of Tarlungeni is 135.66km2, and the density is 54.65 pop/km2. The population for Prejmer was 8,323 according to 2002 census, 8,876 according to 2007 estimation, and 8,472 according to 2011 census. The total area of Prejmer is 60.48km2, and the density is 137.61 pop/km2. The population for Harman was 4,437 according to 2002 census, 4,775 according to 2007 estimation, and 5,402 according to 2011 census. The total area of Harman is 52.79km2, and the density is 84.05 pop/km2. The population for Bod was 3,942 according to 2002 census, 4,173 according to 2007 estimation, and 3,994 according to 2011 census. The total area of Bod is 33.56km2, and the density is 117.46 pop/km2. The population for Total was 399,902 according to 2002 census, 399,316 according to 2007 estimation, and 369,896 according to 2011 census. The total area of Total is 1,368.58km2, and the density is 270 pop/km2.
3
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Table: ['Position', 'Club', 'Played', 'Points', 'Wins', 'Draws', 'Losses', 'Goals for', 'Goals against', 'Goal Difference']. ['1', 'Cordoba CF', '30', '40', '16', '8', '6', '48', '22', '+26']. ['2', 'CD Malaga', '30', '38', '14', '10', '6', '52', '36', '+16']. ['3', 'Granada CF', '30', '36', '15', '6', '9', '48', '34', '+14']. ['4', 'UD Las Palmas', '30', '35', '15', '5', '10', '47', '39', '+8']. ['5', 'Recreativo de Huelva', '30', '33', '13', '7', '10', '43', '42', '+1']. ['6', 'Levante UD', '30', '32', '14', '4', '12', '49', '42', '+7']. ['7', 'Hercules CF', '30', '32', '14', '4', '12', '55', '46', '+9']. ['8', 'Real Murcia', '30', '31', '12', '7', '11', '40', '35', '+5']. ['9', 'Real Jaen', '30', '31', '14', '3', '13', '58', '42', '+16']. ['10', 'Cadiz CF', '30', '28', '12', '4', '14', '43', '52', '-9']. ['11', 'CD Cartagena', '30', '28', '13', '2', '15', '45', '56', '-11']. ['12', 'CD Mestalla', '30', '27', '11', '5', '14', '50', '49', '+1']. ['13', 'Albacete Balompie', '30', '27', '10', '7', '13', '27', '32', '-5']. ['14', 'CD San Fernando', '30', '27', '11', '5', '14', '37', '47', '-10']. ['15', 'Atletico Ceuta', '30', '23', '8', '7', '15', '33', '48', '-15']. ['16', 'CD Villarrobledo', '30', '12', '4', '4', '22', '26', '79', '-53'] Passage: The club named Cordoba CF is at position 1. Cordoba CF played 30 matches, won 16 matches, lost 6 matches and had 8 draws. Cordoba CF scored 48 goals for, 22 goals against. Total points for Cordoba CF are 40. The club named CD Malaga is at position 2. CD Malaga played 30 matches, won 14 matches, lost 6 matches and had 10 draws. CD Malaga scored 52 goals for, 36 goals against. Total points for CD Malaga are 38. The club named Granada CF is at position 3. Granada CF played 30 matches, won 15 matches, lost 9 matches and had 6 draws. Granada CF scored 48 goals for, 34 goals against. Total points for Granada CF are 36. The club named UD Las Palmas is at position 4. UD Las Palmas played 30 matches, won 15 matches, lost 10 matches and had 5 draws. UD Las Palmas scored 47 goals for, 39 goals against. Total points for UD Las Palmas are 35. The club named Recreativo de Huelva is at position 5. Recreativo de Huelva played 30 matches, won 13 matches, lost 10 matches and had 7 draws. Recreativo de Huelva scored 43 goals for, 42 goals against. Total points for Recreativo de Huelva are 33. The club named Levante UD is at position 6. Levante UD played 30 matches, won 14 matches, lost 12 matches and had 4 draws. Levante UD scored 49 goals for, 42 goals against. Total points for Levante UD are 32. The club named Hercules CF is at position 7. Hercules CF played 30 matches, won 14 matches, lost 12 matches and had 4 draws. Hercules CF scored 55 goals for, 46 goals against. Total points for Hercules CF are 32. The club named Real Murcia is at position 8. Real Murcia played 30 matches, won 12 matches, lost 11 matches and had 7 draws. Real Murcia scored 40 goals for, 35 goals against. Total points for Real Murcia are 31. The club named Real Jaen is at position 9. Real Jaen played 30 matches, won 14 matches, lost 13 matches and had 3 draws. Real Jaen scored 58 goals for, 42 goals against. Total points for Real Jaen are 31. The club named Cadiz CF is at position 10. Cadiz CF played 30 matches, won 12 matches, lost 14 matches and had 4 draws. Cadiz CF scored 43 goals for, 52 goals against. Total points for Cadiz CF are 28. The club named CD Cartagena is at position 11. CD Cartagena played 30 matches, won 13 matches, lost 15 matches and had 2 draws. CD Cartagena scored 45 goals for, 56 goals against. Total points for CD Cartagena are 28. The club named CD Mestalla is at position 12. CD Mestalla played 30 matches, won 11 matches, lost 14 matches and had 5 draws. CD Mestalla scored 50 goals for, 49 goals against. Total points for CD Mestalla are 27. The club named Albacete Balompie is at position 13. Albacete Balompie played 30 matches, won 10 matches, lost 13 matches and had 7 draws. Albacete Balompie scored 27 goals for, 32 goals against. Total points for Albacete Balompie are 27. The club named CD San Fernando is at position 14. CD San Fernando played 30 matches, won 11 matches, lost 14 matches and had 5 draws. CD San Fernando scored 37 goals for, 47 goals against. Total points for CD San Fernando are 27. The club named Atletico Ceuta is at position 15. Atletico Ceuta played 30 matches, won 8 matches, lost 15 matches and had 7 draws. Atletico Ceuta scored 33 goals for, 48 goals against. Total points for Atletico Ceuta are 23. The club named CD Villarrobledo is at position 16. CD Villarrobledo played 30 matches, won 4 matches, lost 22 matches and had 4 draws. CD Villarrobledo scored 26 goals for, 79 goals against. Total points for CD Villarrobledo are 12. Table: ['Date', 'City', 'Venue', 'Member', 'Performance', 'Notes']. ['15 January', 'Dublin', 'RTE Studios', 'Brian & Roger', '(1) We Will Rock You', '']. ['(2) We Are the Champions', 'The Late Late Show', '', '', '', '']. ['31 January', 'Dublin', 'The O2', 'Brian', '(1) Bohemian Rhapsody', 'Matinee and Evening performances. Roger attended but did not perform.']. ['10 May', 'London', 'Dominion Theatre', 'Brian & Roger', '(1) Bohemian Rhapsody', '8th anniversary.']. ['3 September', 'Utrecht', 'Beatrix Theatre', 'Brian', '(1) Bohemian Rhapsody', '']. ['4 September', 'London', 'Dominion Theatre', 'Brian', '(1) Bohemian Rhapsody', 'Matinee and Evening performances']. ['12 September', 'Stockholm', 'Cirkus Arena Restaurang', 'Brian', '(1) Bohemian Rhapsody', '']. ['21 October', 'Berlin', 'Theater des Westens', 'Brian', '(1) Bohemian Rhapsody', ''] Passage: The artist Brian & Roger gave a live performance at RTE Studios in the city of Dublin on 15 January. The artist Brian & Roger performed (1) We Will Rock You. Additional details: . The artist gave a live performance at in the city of The Late Late Show on (2) We Are the Champions. The artist performed . Additional details: . The artist Brian gave a live performance at The O2 in the city of Dublin on 31 January. The artist Brian performed (1) Bohemian Rhapsody. Additional details: Matinee and Evening performances. Roger attended but did not perform.. The artist Brian & Roger gave a live performance at Dominion Theatre in the city of London on 10 May. The artist Brian & Roger performed (1) Bohemian Rhapsody. Additional details: 8th anniversary.. The artist Brian gave a live performance at Beatrix Theatre in the city of Utrecht on 3 September. The artist Brian performed (1) Bohemian Rhapsody. Additional details: . The artist Brian gave a live performance at Dominion Theatre in the city of London on 4 September. The artist Brian performed (1) Bohemian Rhapsody. Additional details: Matinee and Evening performances. The artist Brian gave a live performance at Cirkus Arena Restaurang in the city of Stockholm on 12 September. The artist Brian performed (1) Bohemian Rhapsody. Additional details: . The artist Brian gave a live performance at Theater des Westens in the city of Berlin on 21 October. The artist Brian performed (1) Bohemian Rhapsody. Additional details: . Table: ['Date', 'City', 'Venue', 'Member', 'Performance', 'Notes']. ['15 January', 'Dublin', 'RTE Studios', 'Brian & Roger', '(1) We Will Rock You', '']. ['(2) We Are the Champions', 'The Late Late Show', '', '', '', '']. ['31 January', 'Dublin', 'The O2', 'Brian', '(1) Bohemian Rhapsody', 'Matinee and Evening performances. Roger attended but did not perform.']. ['10 May', 'London', 'Dominion Theatre', 'Brian & Roger', '(1) Bohemian Rhapsody', '8th anniversary.']. ['3 September', 'Utrecht', 'Beatrix Theatre', 'Brian', '(1) Bohemian Rhapsody', '']. ['4 September', 'London', 'Dominion Theatre', 'Brian', '(1) Bohemian Rhapsody', 'Matinee and Evening performances']. ['12 September', 'Stockholm', 'Cirkus Arena Restaurang', 'Brian', '(1) Bohemian Rhapsody', '']. ['21 October', 'Berlin', 'Theater des Westens', 'Brian', '(1) Bohemian Rhapsody', '']
Passage: The artist Brian & Roger gave a live performance at RTE Studios in the city of Dublin on 15 January. The artist Brian & Roger performed (1) We Will Rock You. Additional details: . The artist gave a live performance at in the city of The Late Late Show on (2) We Are the Champions. The artist performed . Additional details: . The artist Brian gave a live performance at The O2 in the city of Dublin on 31 January. The artist Brian performed (1) Bohemian Rhapsody. Additional details: Matinee and Evening performances. Roger attended but did not perform.. The artist Brian & Roger gave a live performance at Dominion Theatre in the city of London on 10 May. The artist Brian & Roger performed (1) Bohemian Rhapsody. Additional details: 8th anniversary.. The artist Brian gave a live performance at Beatrix Theatre in the city of Utrecht on 3 September. The artist Brian performed (1) Bohemian Rhapsody. Additional details: . The artist Brian gave a live performance at Dominion Theatre in the city of London on 4 September. The artist Brian performed (1) Bohemian Rhapsody. Additional details: Matinee and Evening performances. The artist Brian gave a live performance at Cirkus Arena Restaurang in the city of Stockholm on 12 September. The artist Brian performed (1) Bohemian Rhapsody. Additional details: . The artist Brian gave a live performance at Theater des Westens in the city of Berlin on 21 October. The artist Brian performed (1) Bohemian Rhapsody. Additional details: .
0
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Ex Input: Table: ['Rank', 'Name', 'Nationality', 'Time (hand)', 'Notes']. ['', 'Tommy Green', 'Great Britain', '4:50:10', 'OR']. ['', 'Janis Dalins', 'Latvia', '4:57:20', '']. ['', 'Ugo Frigerio', 'Italy', '4:59:06', '']. ['4', 'Karl Hahnel', 'Germany', '5:06:06', '']. ['5', 'Ettore Rivolta', 'Italy', '5:07:39', '']. ['6', 'Paul Sievert', 'Germany', '5:16:41', '']. ['7', 'Henri Quintric', 'France', '5:27:25', '']. ['8', 'Ernie Crosbie', 'United States', '5:28:02', '']. ['9', 'Bill Chisholm', 'United States', '5:51:00', '']. ['10', 'Alfred Maasik', 'Estonia', '6:19:00', '']. ['', 'Henry Cieman', 'Canada', '', 'DNF']. ['', 'John Moralis', 'Greece', '', 'DNF']. ['', 'Francesco Pretti', 'Italy', '', 'DNF']. ['', 'Arthur Tell Schwab', 'Switzerland', '', 'DNF']. ['', 'Harry Hinkel', 'United States', '', 'DNF'] Ex Output: Passage: The Great Britain athlete named Tommy Green is ranked globally. Tommy Green completed the marathon in 4:50:10 seconds. The Latvia athlete named Janis Dalins is ranked globally. Janis Dalins completed the marathon in 4:57:20 seconds. The Italy athlete named Ugo Frigerio is ranked globally. Ugo Frigerio completed the marathon in 4:59:06 seconds. The Germany athlete named Karl Hahnel is ranked 4 globally. Karl Hahnel completed the marathon in 5:06:06 seconds. The Italy athlete named Ettore Rivolta is ranked 5 globally. Ettore Rivolta completed the marathon in 5:07:39 seconds. The Germany athlete named Paul Sievert is ranked 6 globally. Paul Sievert completed the marathon in 5:16:41 seconds. The France athlete named Henri Quintric is ranked 7 globally. Henri Quintric completed the marathon in 5:27:25 seconds. The United States athlete named Ernie Crosbie is ranked 8 globally. Ernie Crosbie completed the marathon in 5:28:02 seconds. The United States athlete named Bill Chisholm is ranked 9 globally. Bill Chisholm completed the marathon in 5:51:00 seconds. The Estonia athlete named Alfred Maasik is ranked 10 globally. Alfred Maasik completed the marathon in 6:19:00 seconds. The Canada athlete named Henry Cieman is ranked globally. Henry Cieman completed the marathon in seconds. The Greece athlete named John Moralis is ranked globally. John Moralis completed the marathon in seconds. The Italy athlete named Francesco Pretti is ranked globally. Francesco Pretti completed the marathon in seconds. The Switzerland athlete named Arthur Tell Schwab is ranked globally. Arthur Tell Schwab completed the marathon in seconds. The United States athlete named Harry Hinkel is ranked globally. Harry Hinkel completed the marathon in seconds. Ex Input: Table: ['Name', 'Rank', 'Age', 'Years until mandatory retirement', 'Appointed by', 'Year appointed']. ['Anabelle Rodriguez', 'Associate Justice', '64', '6 years', 'Sila Maria Calderon', '2004']. ['Edgardo Rivera Garcia', 'Associate Justice', '59', '11 years', 'Luis Fortuno', '2010']. ['Erick Kolthoff Caraballo', 'Associate Justice', '53', '17 years', 'Luis Fortuno', '2009']. ['Federico Hernandez Denton', 'Chief Justice', '70', '0 year', 'Sila Maria Calderon', '2004']. ['Liana Fiol Matta', 'Associate Justice', '68', '2 years', 'Sila Maria Calderon', '2004']. ['Luis Estrella Martinez', 'Associate Justice', '43', '27 years', 'Luis Fortuno', '2011']. ['Mildred Pabon Charneco', 'Associate Justice', '57', '13 years', 'Luis Fortuno', '2009']. ['Rafael Martinez Torres', 'Associate Justice', '55', '15 years', 'Luis Fortuno', '2009']. ['Roberto Feliberti Cintron', 'Associate Justice', '51', '19 years', 'Luis Fortuno', '2011'] Ex Output: Passage: Anabelle Rodriguez , currently serving as Associate Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Anabelle Rodriguez is 64, and has 6 years until mandatory retirement. Edgardo Rivera Garcia , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2010. The current age of Edgardo Rivera Garcia is 59, and has 11 years until mandatory retirement. Erick Kolthoff Caraballo , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Erick Kolthoff Caraballo is 53, and has 17 years until mandatory retirement. Federico Hernandez Denton , currently serving as Chief Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Federico Hernandez Denton is 70, and has 0 year until mandatory retirement. Liana Fiol Matta , currently serving as Associate Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Liana Fiol Matta is 68, and has 2 years until mandatory retirement. Luis Estrella Martinez , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2011. The current age of Luis Estrella Martinez is 43, and has 27 years until mandatory retirement. Mildred Pabon Charneco , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Mildred Pabon Charneco is 57, and has 13 years until mandatory retirement. Rafael Martinez Torres , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Rafael Martinez Torres is 55, and has 15 years until mandatory retirement. Roberto Feliberti Cintron , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2011. The current age of Roberto Feliberti Cintron is 51, and has 19 years until mandatory retirement. Ex Input: Table: ['Locomotive', 'Named', 'Serial No', 'Entered service', 'Gauge', 'Livery']. ['BL26', 'Bob Hawke', '83-1010', 'March 1983', 'Standard', 'Pacific National blue & yellow']. ['BL27', '', '83-1011', 'August 1983', 'Standard', 'Pacific National blue & yellow']. ['BL28', '', '83-1012', 'September 1983', 'Standard', 'Pacific National blue & yellow']. ['BL29', '', '83-1013', 'October 1983', 'Broad', 'Pacific National blue & yellow']. ['BL30', '', '83-1014', 'December 1983', 'Standard', 'Pacific National blue & yellow']. ['BL31', '', '83-1015', 'November 1983', 'Standard', 'Pacific National blue & yellow']. ['BL32', '', '83-1016', 'February 1984', 'Broad', 'National Rail orange & grey']. ['BL33', '', '83-1017', 'April 1984', 'Standard', 'Pacific National blue & yellow']. ['BL34', '', '83-1018', 'June 1984', 'Broad', 'Pacific National blue & yellow']. ['BL35', '', '83-1019', 'July 1984', 'Standard', 'Pacific National blue & yellow'] Ex Output:
Passage: The locomotive BL26 named Bob Hawke and with serial no. 83-1010, entered the service in the month of March 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL27 named and with serial no. 83-1011, entered the service in the month of August 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL28 named and with serial no. 83-1012, entered the service in the month of September 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL29 named and with serial no. 83-1013, entered the service in the month of October 1983. It has Broad gauge, and Pacific National blue & yellow livery. The locomotive BL30 named and with serial no. 83-1014, entered the service in the month of December 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL31 named and with serial no. 83-1015, entered the service in the month of November 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL32 named and with serial no. 83-1016, entered the service in the month of February 1984. It has Broad gauge, and National Rail orange & grey livery. The locomotive BL33 named and with serial no. 83-1017, entered the service in the month of April 1984. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL34 named and with serial no. 83-1018, entered the service in the month of June 1984. It has Broad gauge, and Pacific National blue & yellow livery. The locomotive BL35 named and with serial no. 83-1019, entered the service in the month of July 1984. It has Standard gauge, and Pacific National blue & yellow livery.
1
NIv2
task760_msr_sqa_long_text_generation
fs_opt
TASK DEFINITION: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. PROBLEM: Table: ['Club', 'Played', 'Won', 'Drawn', 'Lost', 'Points for', 'Points against', 'Bonus points', 'Points']. ['Biarritz Olympique', '26', '19', '', '7', '694', '350', '14', '90']. ['Stade Francais', '26', '19', '', '7', '633', '437', '13', '89']. ['Stade Toulousain', '26', '19', '', '7', '713', '427', '12', '88']. ['USA Perpignan', '26', '18', '', '8', '671', '398', '12', '84']. ['SU Agen', '26', '15', '', '11', '655', '540', '10', '70']. ['CS Bourgoin-Jallieu', '26', '14', '', '12', '591', '516', '11', '67']. ['Castres Olympique', '26', '13', '', '13', '685', '559', '14', '66']. ['ASM Clermont', '26', '14', '', '12', '577', '569', '7', '63']. ['CA Brive', '26', '10', '1', '15', '431', '553', '9', '51']. ['RC Narbonne', '26', '11', '', '15', '533', '775', '3', '47']. ['Montpellier RC', '26', '9', '0', '17', '574', '659', '10', '46']. ['Aviron Bayonnais', '26', '8', '1', '17', '514', '669', '9', '43']. ['Section Paloise', '26', '9', '0', '17', '476', '790', '4', '40']. ['RC Toulonnais', '26', '3', '0', '23', '332', '837', '7', '19'] SOLUTION: Passage: The club named Biarritz Olympique, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 694. Total points scored against the 26 team is 350. The team scored 14 bonus points. Total points scored by the 26 club this season this 90. The club named Stade Francais, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 633. Total points scored against the 26 team is 437. The team scored 13 bonus points. Total points scored by the 26 club this season this 89. The club named Stade Toulousain, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 713. Total points scored against the 26 team is 427. The team scored 12 bonus points. Total points scored by the 26 club this season this 88. The club named USA Perpignan, played 26 matches. Out of it, 18 matches resulted in win, resulted in draw, and 8 matches were lost. The total points the 26 club scored is 671. Total points scored against the 26 team is 398. The team scored 12 bonus points. Total points scored by the 26 club this season this 84. The club named SU Agen, played 26 matches. Out of it, 15 matches resulted in win, resulted in draw, and 11 matches were lost. The total points the 26 club scored is 655. Total points scored against the 26 team is 540. The team scored 10 bonus points. Total points scored by the 26 club this season this 70. The club named CS Bourgoin-Jallieu, played 26 matches. Out of it, 14 matches resulted in win, resulted in draw, and 12 matches were lost. The total points the 26 club scored is 591. Total points scored against the 26 team is 516. The team scored 11 bonus points. Total points scored by the 26 club this season this 67. The club named Castres Olympique, played 26 matches. Out of it, 13 matches resulted in win, resulted in draw, and 13 matches were lost. The total points the 26 club scored is 685. Total points scored against the 26 team is 559. The team scored 14 bonus points. Total points scored by the 26 club this season this 66. The club named ASM Clermont, played 26 matches. Out of it, 14 matches resulted in win, resulted in draw, and 12 matches were lost. The total points the 26 club scored is 577. Total points scored against the 26 team is 569. The team scored 7 bonus points. Total points scored by the 26 club this season this 63. The club named CA Brive, played 26 matches. Out of it, 10 matches resulted in win, 1 resulted in draw, and 15 matches were lost. The total points the 26 club scored is 431. Total points scored against the 26 team is 553. The team scored 9 bonus points. Total points scored by the 26 club this season this 51. The club named RC Narbonne, played 26 matches. Out of it, 11 matches resulted in win, resulted in draw, and 15 matches were lost. The total points the 26 club scored is 533. Total points scored against the 26 team is 775. The team scored 3 bonus points. Total points scored by the 26 club this season this 47. The club named Montpellier RC, played 26 matches. Out of it, 9 matches resulted in win, 0 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 574. Total points scored against the 26 team is 659. The team scored 10 bonus points. Total points scored by the 26 club this season this 46. The club named Aviron Bayonnais, played 26 matches. Out of it, 8 matches resulted in win, 1 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 514. Total points scored against the 26 team is 669. The team scored 9 bonus points. Total points scored by the 26 club this season this 43. The club named Section Paloise, played 26 matches. Out of it, 9 matches resulted in win, 0 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 476. Total points scored against the 26 team is 790. The team scored 4 bonus points. Total points scored by the 26 club this season this 40. The club named RC Toulonnais, played 26 matches. Out of it, 3 matches resulted in win, 0 resulted in draw, and 23 matches were lost. The total points the 26 club scored is 332. Total points scored against the 26 team is 837. The team scored 7 bonus points. Total points scored by the 26 club this season this 19. PROBLEM: Table: ['Draw', 'Country', 'Language', 'Artist', 'Song', 'English translation', 'National final', 'Place', 'Points']. ['01', 'Malta', 'English', 'Claudia Faniello', 'Caravaggio', '-', '2nd', '13', '53']. ['02', 'Israel', 'Hebrew', "Bo'az Ma'uda & Oshrat Papin", 'Parparim', 'Butterflies', '3rd', '8', '90']. ['03', 'Russia', 'English', 'Sergey Lazarev', 'Flyer', '-', '4th', '7', '119']. ['04', 'Estonia', 'English', 'Rolf Junior', 'One on One', '-', '4th', '21', '0']. ['05', 'Belgium', 'English', 'Sandrine', 'I Feel The Same Way', '-', '2nd', '10', '64']. ['06', 'Macedonia', 'Macedonian', 'Risto Samardziev', 'Dojdi do mene', 'Come to me', '3rd', '19', '7']. ['07', 'Poland', 'English', 'Man Meadow', 'Viva la Musica', 'Hail to the music', '3rd', '3', '155']. ['08', 'Finland', 'Finnish', 'Mikael Konttinen', 'Milloin', 'When', 'Unplaced', '14', '46']. ['09', 'Germany', 'German', 'Carolin Fortenbacher', 'Hinterm Ozean', 'Beyond the ocean', '2nd', '6', '129']. ['10', 'Denmark', 'English', 'Kendra Lou', "Until We're Satisfied", '-', '4th', '18', '21']. ['11', 'Greece', 'English', 'Kostas Martakis', 'Always and Forever', '-', '2nd', '4', '140']. ['12', 'Serbia', 'Serbian', 'Beauty Queens', 'Zavet', 'A pledge', '3rd', '9', '68']. ['13', 'Croatia', 'Croatian', 'Emilija Kokic', 'Andjeo', 'Angel', '6th', '15', '31']. ['14', 'Lithuania', 'English', 'Aiste Pilvelyte', 'Troy on Fire', '-', '2nd', '17', '26']. ['15', 'Ireland', 'English', 'Leona Daly', 'Not Crazy After All', '-', 'Unplaced', '12', '56']. ['16', 'United Kingdom', 'English', 'The Revelations', "It's You", '-', '3rd', '16', '29']. ['17', 'Portugal', 'Portuguese', 'Lisboa Nao Sejas Francesa', 'Porto de encontro', 'Meeting harbour', '9th', '20', '6']. ['18', 'Sweden', 'English', 'Sanna Nielsen', 'Empty Room', '-', '2nd', '1', '269']. ['19', 'Norway', 'English', 'Veronica Akselsen', 'Am I Supposed To Love Again', '-', '4th', '5', '139']. ['20', 'Slovenia', 'Slovene', 'Brigita Suler', 'Samara', '-', '3rd', '11', '57']. ['21', 'Spain', 'Spanish', 'Coral', 'Todo esta en tu mente', 'Everything is in your mind', '2nd', '2', '178'] SOLUTION: Passage: The song Caravaggio by the artist Claudia Faniello finished at 2nd position in the national finals, and at 13th position in the international finals by earning total 53 points. The song Caravaggio is in the language English from the country Malta. The English translation of the song is -. The song Parparim by the artist Bo'az Ma'uda & Oshrat Papin finished at 3rd position in the national finals, and at 8th position in the international finals by earning total 90 points. The song Parparim is in the language Hebrew from the country Israel. The English translation of the song is Butterflies. The song Flyer by the artist Sergey Lazarev finished at 4th position in the national finals, and at 7th position in the international finals by earning total 119 points. The song Flyer is in the language English from the country Russia. The English translation of the song is -. The song One on One by the artist Rolf Junior finished at 4th position in the national finals, and at 21th position in the international finals by earning total 0 points. The song One on One is in the language English from the country Estonia. The English translation of the song is -. The song I Feel The Same Way by the artist Sandrine finished at 2nd position in the national finals, and at 10th position in the international finals by earning total 64 points. The song I Feel The Same Way is in the language English from the country Belgium. The English translation of the song is -. The song Dojdi do mene by the artist Risto Samardziev finished at 3rd position in the national finals, and at 19th position in the international finals by earning total 7 points. The song Dojdi do mene is in the language Macedonian from the country Macedonia. The English translation of the song is Come to me. The song Viva la Musica by the artist Man Meadow finished at 3rd position in the national finals, and at 3th position in the international finals by earning total 155 points. The song Viva la Musica is in the language English from the country Poland. The English translation of the song is Hail to the music. The song Milloin by the artist Mikael Konttinen finished at Unplaced position in the national finals, and at 14th position in the international finals by earning total 46 points. The song Milloin is in the language Finnish from the country Finland. The English translation of the song is When. The song Hinterm Ozean by the artist Carolin Fortenbacher finished at 2nd position in the national finals, and at 6th position in the international finals by earning total 129 points. The song Hinterm Ozean is in the language German from the country Germany. The English translation of the song is Beyond the ocean. The song Until We're Satisfied by the artist Kendra Lou finished at 4th position in the national finals, and at 18th position in the international finals by earning total 21 points. The song Until We're Satisfied is in the language English from the country Denmark. The English translation of the song is -. The song Always and Forever by the artist Kostas Martakis finished at 2nd position in the national finals, and at 4th position in the international finals by earning total 140 points. The song Always and Forever is in the language English from the country Greece. The English translation of the song is -. The song Zavet by the artist Beauty Queens finished at 3rd position in the national finals, and at 9th position in the international finals by earning total 68 points. The song Zavet is in the language Serbian from the country Serbia. The English translation of the song is A pledge. The song Andjeo by the artist Emilija Kokic finished at 6th position in the national finals, and at 15th position in the international finals by earning total 31 points. The song Andjeo is in the language Croatian from the country Croatia. The English translation of the song is Angel. The song Troy on Fire by the artist Aiste Pilvelyte finished at 2nd position in the national finals, and at 17th position in the international finals by earning total 26 points. The song Troy on Fire is in the language English from the country Lithuania. The English translation of the song is -. The song Not Crazy After All by the artist Leona Daly finished at Unplaced position in the national finals, and at 12th position in the international finals by earning total 56 points. The song Not Crazy After All is in the language English from the country Ireland. The English translation of the song is -. The song It's You by the artist The Revelations finished at 3rd position in the national finals, and at 16th position in the international finals by earning total 29 points. The song It's You is in the language English from the country United Kingdom. The English translation of the song is -. The song Porto de encontro by the artist Lisboa Nao Sejas Francesa finished at 9th position in the national finals, and at 20th position in the international finals by earning total 6 points. The song Porto de encontro is in the language Portuguese from the country Portugal. The English translation of the song is Meeting harbour. The song Empty Room by the artist Sanna Nielsen finished at 2nd position in the national finals, and at 1th position in the international finals by earning total 269 points. The song Empty Room is in the language English from the country Sweden. The English translation of the song is -. The song Am I Supposed To Love Again by the artist Veronica Akselsen finished at 4th position in the national finals, and at 5th position in the international finals by earning total 139 points. The song Am I Supposed To Love Again is in the language English from the country Norway. The English translation of the song is -. The song Samara by the artist Brigita Suler finished at 3rd position in the national finals, and at 11th position in the international finals by earning total 57 points. The song Samara is in the language Slovene from the country Slovenia. The English translation of the song is -. The song Todo esta en tu mente by the artist Coral finished at 2nd position in the national finals, and at 2th position in the international finals by earning total 178 points. The song Todo esta en tu mente is in the language Spanish from the country Spain. The English translation of the song is Everything is in your mind. PROBLEM: Table: ['Rank', 'Nation', 'Gold', 'Silver', 'Bronze', 'Total']. ['1', 'Algeria', '8', '3', '0', '11']. ['2', 'Tunisia', '4', '3', '5', '12']. ['3', 'Egypt', '3', '3', '3', '9']. ['4', 'Cameroon', '1', '1', '5', '7']. ['5', 'Morocco', '0', '1', '5', '5']. ['6', 'South Africa', '0', '1', '1', '2']. ['7', 'Angola', '0', '1', '0', '1']. ['7', 'Burkina Faso', '0', '1', '0', '1']. ['7', 'Gabon', '0', '1', '0', '1']. ['7', 'Madagascar', '0', '1', '0', '1']. ['11', 'Nigeria', '0', '0', '3', '3']. ['12', 'Senegal', '0', '0', '2', '2']. ['13', 'Congo Republic', '0', '0', '1', '1']. ['13', 'Ivory Coast', '0', '0', '1', '1']. ['13', 'Guinea', '0', '0', '1', '1']. ['13', 'Niger', '0', '0', '1', '1'] SOLUTION:
Passage: The nation, Algeria, has ranked 1. Algeria won 8 gold medals, 3 silver medals, and 0 bronze medals. Algeria won 11 medals in total. The nation, Tunisia, has ranked 2. Tunisia won 4 gold medals, 3 silver medals, and 5 bronze medals. Tunisia won 12 medals in total. The nation, Egypt, has ranked 3. Egypt won 3 gold medals, 3 silver medals, and 3 bronze medals. Egypt won 9 medals in total. The nation, Cameroon, has ranked 4. Cameroon won 1 gold medals, 1 silver medals, and 5 bronze medals. Cameroon won 7 medals in total. The nation, Morocco, has ranked 5. Morocco won 0 gold medals, 1 silver medals, and 5 bronze medals. Morocco won 5 medals in total. The nation, South Africa, has ranked 6. South Africa won 0 gold medals, 1 silver medals, and 1 bronze medals. South Africa won 2 medals in total. The nation, Angola, has ranked 7. Angola won 0 gold medals, 1 silver medals, and 0 bronze medals. Angola won 1 medals in total. The nation, Burkina Faso, has ranked 7. Burkina Faso won 0 gold medals, 1 silver medals, and 0 bronze medals. Burkina Faso won 1 medals in total. The nation, Gabon, has ranked 7. Gabon won 0 gold medals, 1 silver medals, and 0 bronze medals. Gabon won 1 medals in total. The nation, Madagascar, has ranked 7. Madagascar won 0 gold medals, 1 silver medals, and 0 bronze medals. Madagascar won 1 medals in total. The nation, Nigeria, has ranked 11. Nigeria won 0 gold medals, 0 silver medals, and 3 bronze medals. Nigeria won 3 medals in total. The nation, Senegal, has ranked 12. Senegal won 0 gold medals, 0 silver medals, and 2 bronze medals. Senegal won 2 medals in total. The nation, Congo Republic, has ranked 13. Congo Republic won 0 gold medals, 0 silver medals, and 1 bronze medals. Congo Republic won 1 medals in total. The nation, Ivory Coast, has ranked 13. Ivory Coast won 0 gold medals, 0 silver medals, and 1 bronze medals. Ivory Coast won 1 medals in total. The nation, Guinea, has ranked 13. Guinea won 0 gold medals, 0 silver medals, and 1 bronze medals. Guinea won 1 medals in total. The nation, Niger, has ranked 13. Niger won 0 gold medals, 0 silver medals, and 1 bronze medals. Niger won 1 medals in total.
8
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Example Input: Table: ['Name', 'Rank', 'Age', 'Years until mandatory retirement', 'Appointed by', 'Year appointed']. ['Anabelle Rodriguez', 'Associate Justice', '64', '6 years', 'Sila Maria Calderon', '2004']. ['Edgardo Rivera Garcia', 'Associate Justice', '59', '11 years', 'Luis Fortuno', '2010']. ['Erick Kolthoff Caraballo', 'Associate Justice', '53', '17 years', 'Luis Fortuno', '2009']. ['Federico Hernandez Denton', 'Chief Justice', '70', '0 year', 'Sila Maria Calderon', '2004']. ['Liana Fiol Matta', 'Associate Justice', '68', '2 years', 'Sila Maria Calderon', '2004']. ['Luis Estrella Martinez', 'Associate Justice', '43', '27 years', 'Luis Fortuno', '2011']. ['Mildred Pabon Charneco', 'Associate Justice', '57', '13 years', 'Luis Fortuno', '2009']. ['Rafael Martinez Torres', 'Associate Justice', '55', '15 years', 'Luis Fortuno', '2009']. ['Roberto Feliberti Cintron', 'Associate Justice', '51', '19 years', 'Luis Fortuno', '2011'] Example Output: Passage: Anabelle Rodriguez , currently serving as Associate Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Anabelle Rodriguez is 64, and has 6 years until mandatory retirement. Edgardo Rivera Garcia , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2010. The current age of Edgardo Rivera Garcia is 59, and has 11 years until mandatory retirement. Erick Kolthoff Caraballo , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Erick Kolthoff Caraballo is 53, and has 17 years until mandatory retirement. Federico Hernandez Denton , currently serving as Chief Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Federico Hernandez Denton is 70, and has 0 year until mandatory retirement. Liana Fiol Matta , currently serving as Associate Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Liana Fiol Matta is 68, and has 2 years until mandatory retirement. Luis Estrella Martinez , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2011. The current age of Luis Estrella Martinez is 43, and has 27 years until mandatory retirement. Mildred Pabon Charneco , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Mildred Pabon Charneco is 57, and has 13 years until mandatory retirement. Rafael Martinez Torres , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Rafael Martinez Torres is 55, and has 15 years until mandatory retirement. Roberto Feliberti Cintron , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2011. The current age of Roberto Feliberti Cintron is 51, and has 19 years until mandatory retirement. Example Input: Table: ['#', 'Nation', 'Qualification Tournament', 'Place in QT', 'Sailor']. ['1', 'China', 'Host Country', '', '']. ['2', 'Brazil', '2007 Worlds', '1', 'Robert Scheidt, Bruno Prada']. ['3', 'France', '2007 Worlds', '2', 'Xavier Rohart, Pascal Rambeau']. ['4', 'Great Britain', '2007 Worlds', '3', 'Iain Percy, Andrew Simpson']. ['5', 'New Zealand', '2007 Worlds', '4', 'Hamish Pepper, Carl Williams']. ['6', 'Italy', '2007 Worlds', '5', 'Diego Negri, Luigi Viale']. ['7', 'Poland', '2007 Worlds', '6', 'Mateusz Kusznierewicz, Dominik Zycki']. ['8', 'Germany', '2007 Worlds', '7', 'Marc Pickel, Ingo Borkowski']. ['9', 'Sweden', '2007 Worlds', '8', 'Fredrik Loof, Anders Ekstrom']. ['10', 'Australia', '2007 Worlds', '9', 'Iain Murray, Andrew Palfrey']. ['11', 'Portugal', '2007 Worlds', '10', 'Afonso Domingos, Bernardo Santos']. ['12', 'United States', '2007 Worlds', '11', 'Mark Reynolds, Hal Haenel']. ['13', 'Switzerland', '2008 Worlds', '4', 'Flavio Marazzi, Enrico De Maria']. ['14', 'Croatia', '2008 Worlds', '12', 'Marin Lovrovic, Sinsa Mikulicic']. ['15', 'Ireland', '2008 Worlds', '14', 'Max Treacy, Anthony Shanks']. ['16', 'Austria', '2008 Worlds', '16', 'Hans Spitzauer, Christian Nehammer'] Example Output: Passage: China finished at th position in the Host Country Qualification tournament. The sailor was . Brazil finished at 1th position in the 2007 Worlds Qualification tournament. The sailor was Robert Scheidt, Bruno Prada. France finished at 2th position in the 2007 Worlds Qualification tournament. The sailor was Xavier Rohart, Pascal Rambeau. Great Britain finished at 3th position in the 2007 Worlds Qualification tournament. The sailor was Iain Percy, Andrew Simpson. New Zealand finished at 4th position in the 2007 Worlds Qualification tournament. The sailor was Hamish Pepper, Carl Williams. Italy finished at 5th position in the 2007 Worlds Qualification tournament. The sailor was Diego Negri, Luigi Viale. Poland finished at 6th position in the 2007 Worlds Qualification tournament. The sailor was Mateusz Kusznierewicz, Dominik Zycki. Germany finished at 7th position in the 2007 Worlds Qualification tournament. The sailor was Marc Pickel, Ingo Borkowski. Sweden finished at 8th position in the 2007 Worlds Qualification tournament. The sailor was Fredrik Loof, Anders Ekstrom. Australia finished at 9th position in the 2007 Worlds Qualification tournament. The sailor was Iain Murray, Andrew Palfrey. Portugal finished at 10th position in the 2007 Worlds Qualification tournament. The sailor was Afonso Domingos, Bernardo Santos. United States finished at 11th position in the 2007 Worlds Qualification tournament. The sailor was Mark Reynolds, Hal Haenel. Switzerland finished at 4th position in the 2008 Worlds Qualification tournament. The sailor was Flavio Marazzi, Enrico De Maria. Croatia finished at 12th position in the 2008 Worlds Qualification tournament. The sailor was Marin Lovrovic, Sinsa Mikulicic. Ireland finished at 14th position in the 2008 Worlds Qualification tournament. The sailor was Max Treacy, Anthony Shanks. Austria finished at 16th position in the 2008 Worlds Qualification tournament. The sailor was Hans Spitzauer, Christian Nehammer. Example Input: Table: ['Player', 'HR', 'Date reached 500 HR', 'Team', 'Seasons played']. ['Barry Bonds', '762', 'April 17, 2001', 'San Francisco Giants', '1986-2007']. ['Hank Aaron', '755', 'July 14, 1968', 'Atlanta Braves', '1954-1976']. ['Babe Ruth', '714', 'August 11, 1929', 'New York Yankees', '1914-1935']. ['Willie Mays', '660', 'September 13, 1965', 'San Francisco Giants', '1951-1952, 1954-1973']. ['Alex Rodriguez', '654', 'August 4, 2007', 'New York Yankees', '1994-']. ['Ken Griffey, Jr.', '630', 'June 20, 2004', 'Cincinnati Reds', '1989-2010']. ['Jim Thome', '612', 'September 16, 2007', 'Chicago White Sox', '1991-2012']. ['Sammy Sosa', '609', 'April 4, 2003', 'Chicago Cubs', '1989-2005, 2007']. ['Frank Robinson', '586', 'September 13, 1971', 'Baltimore Orioles', '1956-1976']. ['Mark McGwire', '583', 'August 5, 1999', 'St. Louis Cardinals', '1986-2001']. ['Harmon Killebrew', '573', 'August 10, 1971', 'Minnesota Twins', '1954-1975']. ['Rafael Palmeiro', '569', 'May 11, 2003', 'Texas Rangers', '1986-2005']. ['Reggie Jackson', '563', 'September 17, 1984', 'California Angels', '1967-1987']. ['Manny Ramirez', '555', 'May 31, 2008', 'Boston Red Sox', '1993-2011']. ['Mike Schmidt', '548', 'April 18, 1987', 'Philadelphia Phillies', '1972-1989']. ['Mickey Mantle', '536', 'May 14, 1967', 'New York Yankees', '1951-1968']. ['Jimmie Foxx', '534', 'September 24, 1940', 'Boston Red Sox', '1925-1942, 1944-1945']. ['Ted Williams', '521', 'June 17, 1960', 'Boston Red Sox', '1939-1942, 1946-1960']. ['Willie McCovey', '521', 'June 30, 1978', 'San Francisco Giants', '1959-1980']. ['Frank Thomas', '521', 'June 28, 2007', 'Toronto Blue Jays', '1990-2008']. ['Ernie Banks', '512', 'May 12, 1970', 'Chicago Cubs', '1953-1971']. ['Eddie Mathews', '512', 'July 14, 1967', 'Houston Astros', '1952-1968']. ['Mel Ott', '511', 'August 1, 1945', 'New York Giants', '1926-1947']. ['Gary Sheffield', '509', 'April 17, 2009', 'New York Mets', '1988-2009']. ['Eddie Murray', '504', 'September 6, 1996', 'Baltimore Orioles', '1977-1997'] Example Output:
Passage: The player Barry Bonds from the team San Francisco Giants has scored total 762 home runs. Barry Bonds has played in the seasons: 1986-2007. Barry Bonds had completed 500 home runs on date April 17, 2001. The player Hank Aaron from the team Atlanta Braves has scored total 755 home runs. Hank Aaron has played in the seasons: 1954-1976. Hank Aaron had completed 500 home runs on date July 14, 1968. The player Babe Ruth from the team New York Yankees has scored total 714 home runs. Babe Ruth has played in the seasons: 1914-1935. Babe Ruth had completed 500 home runs on date August 11, 1929. The player Willie Mays from the team San Francisco Giants has scored total 660 home runs. Willie Mays has played in the seasons: 1951-1952, 1954-1973. Willie Mays had completed 500 home runs on date September 13, 1965. The player Alex Rodriguez from the team New York Yankees has scored total 654 home runs. Alex Rodriguez has played in the seasons: 1994-. Alex Rodriguez had completed 500 home runs on date August 4, 2007. The player Ken Griffey, Jr. from the team Cincinnati Reds has scored total 630 home runs. Ken Griffey, Jr. has played in the seasons: 1989-2010. Ken Griffey, Jr. had completed 500 home runs on date June 20, 2004. The player Jim Thome from the team Chicago White Sox has scored total 612 home runs. Jim Thome has played in the seasons: 1991-2012. Jim Thome had completed 500 home runs on date September 16, 2007. The player Sammy Sosa from the team Chicago Cubs has scored total 609 home runs. Sammy Sosa has played in the seasons: 1989-2005, 2007. Sammy Sosa had completed 500 home runs on date April 4, 2003. The player Frank Robinson from the team Baltimore Orioles has scored total 586 home runs. Frank Robinson has played in the seasons: 1956-1976. Frank Robinson had completed 500 home runs on date September 13, 1971. The player Mark McGwire from the team St. Louis Cardinals has scored total 583 home runs. Mark McGwire has played in the seasons: 1986-2001. Mark McGwire had completed 500 home runs on date August 5, 1999. The player Harmon Killebrew from the team Minnesota Twins has scored total 573 home runs. Harmon Killebrew has played in the seasons: 1954-1975. Harmon Killebrew had completed 500 home runs on date August 10, 1971. The player Rafael Palmeiro from the team Texas Rangers has scored total 569 home runs. Rafael Palmeiro has played in the seasons: 1986-2005. Rafael Palmeiro had completed 500 home runs on date May 11, 2003. The player Reggie Jackson from the team California Angels has scored total 563 home runs. Reggie Jackson has played in the seasons: 1967-1987. Reggie Jackson had completed 500 home runs on date September 17, 1984. The player Manny Ramirez from the team Boston Red Sox has scored total 555 home runs. Manny Ramirez has played in the seasons: 1993-2011. Manny Ramirez had completed 500 home runs on date May 31, 2008. The player Mike Schmidt from the team Philadelphia Phillies has scored total 548 home runs. Mike Schmidt has played in the seasons: 1972-1989. Mike Schmidt had completed 500 home runs on date April 18, 1987. The player Mickey Mantle from the team New York Yankees has scored total 536 home runs. Mickey Mantle has played in the seasons: 1951-1968. Mickey Mantle had completed 500 home runs on date May 14, 1967. The player Jimmie Foxx from the team Boston Red Sox has scored total 534 home runs. Jimmie Foxx has played in the seasons: 1925-1942, 1944-1945. Jimmie Foxx had completed 500 home runs on date September 24, 1940. The player Ted Williams from the team Boston Red Sox has scored total 521 home runs. Ted Williams has played in the seasons: 1939-1942, 1946-1960. Ted Williams had completed 500 home runs on date June 17, 1960. The player Willie McCovey from the team San Francisco Giants has scored total 521 home runs. Willie McCovey has played in the seasons: 1959-1980. Willie McCovey had completed 500 home runs on date June 30, 1978. The player Frank Thomas from the team Toronto Blue Jays has scored total 521 home runs. Frank Thomas has played in the seasons: 1990-2008. Frank Thomas had completed 500 home runs on date June 28, 2007. The player Ernie Banks from the team Chicago Cubs has scored total 512 home runs. Ernie Banks has played in the seasons: 1953-1971. Ernie Banks had completed 500 home runs on date May 12, 1970. The player Eddie Mathews from the team Houston Astros has scored total 512 home runs. Eddie Mathews has played in the seasons: 1952-1968. Eddie Mathews had completed 500 home runs on date July 14, 1967. The player Mel Ott from the team New York Giants has scored total 511 home runs. Mel Ott has played in the seasons: 1926-1947. Mel Ott had completed 500 home runs on date August 1, 1945. The player Gary Sheffield from the team New York Mets has scored total 509 home runs. Gary Sheffield has played in the seasons: 1988-2009. Gary Sheffield had completed 500 home runs on date April 17, 2009. The player Eddie Murray from the team Baltimore Orioles has scored total 504 home runs. Eddie Murray has played in the seasons: 1977-1997. Eddie Murray had completed 500 home runs on date September 6, 1996.
3
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Example input: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Example output: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Example explanation: The output correctly captures the data in table and generates a long text passage which covers all the given information. Q: Table: ['Wager', 'Winner', 'Loser', 'Location', 'Date', 'Notes']. ['Hair', 'Psycho Clown', 'Super Crazy', 'Mexico City, Distrito Federal', 'May 29, 2011', 'Six man tag team steel cage Masks vs. Hairs match, where Los Perros del Mal (Crazy, El Hijo del Perro Aguayo and Damian 666) faced Los Psycho Circus (Psycho Clown, Monster Clown and Murder Clown).']. ['Hair', 'Halloween', 'Coco Rojo', 'Tlalnepantla de Baz, State of Mexico', 'July 10, 2011', 'Steel cage match, where Los Perros del Mal (Halloween, Damian 666 and Ek Balam) faced Los Payasos Tricolor (Coco Rojo, Coco Azul and Coco Amarillo) and Los Psycho Circus (Monster Clown, Murder Clown and Psycho Clown).']. ['Hair', 'Psycho Clown', 'X-Fly', 'Guadalajara, Jalisco', 'July 31, 2011', 'Six man tag team steel cage Masks vs. Hairs match, where Los Perros del Mal (X-Fly, Damian 666 and Halloween) faced Los Psycho Circus.']. ['Title', 'Damian 666', 'Monster Clown', 'Naucalpan, Mexico', 'August 28, 2011', 'Four tag team steel cage match, where Los Psycho Circus put their IWRG Intercontinental Trios Championship on the line against the hairs/masks of Los Perros del Mal (Damian 666, Bestia 666 and X-Fly), Los Temerarios (Black Terry, Durok and Machin) and Los Villanos (Kortiz, Ray Mendoza, Jr. and Villano IV).']. ['Hair', 'Monster Clown, Murder Clown and Psycho Clown', 'Halloween, Damian 666 and Nicho el Millonario', 'Monterrey, Nuevo Leon', 'October 9, 2011', 'Steel cage Masks vs. Hairs match.']. ['Hair', 'Psicosis', 'Joe Lider', 'Mexico City', 'August 5, 2012', '']. ['Hair', 'Dark Cuervo', 'Halloween', 'San Luis Potosi, San Luis Potosi', 'October 7, 2012', 'Domo de la Muerte, where Los Perros del Mal (Halloween, El Hijo del Perro Aguayo, Psicosis and Teddy Hart) faced Dark Cuervo, Cibernetico, Dark Ozz and Jack Evans.'] A:
Passage: On May 29, 2011, there was Hair based wager on the professional wrestlers, row[1] and Super Crazy at the location Mexico City, Distrito Federal. row[1] won the match , and row[2] lost the match. Additional details: Six man tag team steel cage Masks vs. Hairs match, where Los Perros del Mal (Crazy, El Hijo del Perro Aguayo and Damian 666) faced Los Psycho Circus (Psycho Clown, Monster Clown and Murder Clown).. On July 10, 2011, there was Hair based wager on the professional wrestlers, row[1] and Coco Rojo at the location Tlalnepantla de Baz, State of Mexico. row[1] won the match , and row[2] lost the match. Additional details: Steel cage match, where Los Perros del Mal (Halloween, Damian 666 and Ek Balam) faced Los Payasos Tricolor (Coco Rojo, Coco Azul and Coco Amarillo) and Los Psycho Circus (Monster Clown, Murder Clown and Psycho Clown).. On July 31, 2011, there was Hair based wager on the professional wrestlers, row[1] and X-Fly at the location Guadalajara, Jalisco. row[1] won the match , and row[2] lost the match. Additional details: Six man tag team steel cage Masks vs. Hairs match, where Los Perros del Mal (X-Fly, Damian 666 and Halloween) faced Los Psycho Circus.. On August 28, 2011, there was Title based wager on the professional wrestlers, row[1] and Monster Clown at the location Naucalpan, Mexico. row[1] won the match , and row[2] lost the match. Additional details: Four tag team steel cage match, where Los Psycho Circus put their IWRG Intercontinental Trios Championship on the line against the hairs/masks of Los Perros del Mal (Damian 666, Bestia 666 and X-Fly), Los Temerarios (Black Terry, Durok and Machin) and Los Villanos (Kortiz, Ray Mendoza, Jr. and Villano IV).. On October 9, 2011, there was Hair based wager on the professional wrestlers, row[1] and Halloween, Damian 666 and Nicho el Millonario at the location Monterrey, Nuevo Leon. row[1] won the match , and row[2] lost the match. Additional details: Steel cage Masks vs. Hairs match.. On August 5, 2012, there was Hair based wager on the professional wrestlers, row[1] and Joe Lider at the location Mexico City. row[1] won the match , and row[2] lost the match. Additional details: . On October 7, 2012, there was Hair based wager on the professional wrestlers, row[1] and Halloween at the location San Luis Potosi, San Luis Potosi. row[1] won the match , and row[2] lost the match. Additional details: Domo de la Muerte, where Los Perros del Mal (Halloween, El Hijo del Perro Aguayo, Psicosis and Teddy Hart) faced Dark Cuervo, Cibernetico, Dark Ozz and Jack Evans..
3
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. One example: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Solution is here: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Explanation: The output correctly captures the data in table and generates a long text passage which covers all the given information. Now, solve this: Table: ['Pos', 'No', 'Driver', 'Constructor', 'Laps', 'Time/Retired', 'Grid', 'Points']. ['1', '5', 'Fernando Alonso', 'Renault', '56', '1:31:33.736', '1', '10']. ['2', '16', 'Jarno Trulli', 'Toyota', '56', '+24.327', '2', '8']. ['3', '8', 'Nick Heidfeld', 'Williams-BMW', '56', '+32.188', '10', '6']. ['4', '10', 'Juan Pablo Montoya', 'McLaren-Mercedes', '56', '+41.631', '11', '5']. ['5', '17', 'Ralf Schumacher', 'Toyota', '56', '+51.854', '5', '4']. ['6', '14', 'David Coulthard', 'Red Bull-Cosworth', '56', '+1:12.543', '8', '3']. ['7', '1', 'Michael Schumacher', 'Ferrari', '56', '+1:19.988', '13', '2']. ['8', '15', 'Christian Klien', 'Red Bull-Cosworth', '56', '+1:20.835', '7', '1']. ['9', '9', 'Kimi Raikkonen', 'McLaren-Mercedes', '56', '+1:21.580', '6', '']. ['10', '12', 'Felipe Massa', 'Sauber-Petronas', '55', '+1 Lap', '14', '']. ['11', '19', 'Narain Karthikeyan', 'Jordan-Toyota', '54', '+2 Laps', '17', '']. ['12', '18', 'Tiago Monteiro', 'Jordan-Toyota', '53', '+3 Laps', '18', '']. ['13', '21', 'Christijan Albers', 'Minardi-Cosworth', '52', '+4 Laps', '19', '']. ['Ret', '2', 'Rubens Barrichello', 'Ferrari', '49', 'Handling', '12', '']. ['Ret', '6', 'Giancarlo Fisichella', 'Renault', '36', 'Collision', '3', '']. ['Ret', '7', 'Mark Webber', 'Williams-BMW', '36', 'Collision', '4', '']. ['Ret', '11', 'Jacques Villeneuve', 'Sauber-Petronas', '26', 'Spun Off', '16', '']. ['Ret', '3', 'Jenson Button', 'BAR-Honda', '2', 'Engine', '9', '']. ['Ret', '4', 'Anthony Davidson', 'BAR-Honda', '2', 'Engine', '15', '']. ['Ret', '20', 'Patrick Friesacher', 'Minardi-Cosworth', '2', 'Spun Off', '20', ''] Solution:
Passage: The driver with number 5, Fernando Alonso, from Renault constructor, finished at position 1. Fernando Alonso completed 56 laps in 1:31:33.736 time and earned 10 points. The driver with number 16, Jarno Trulli, from Toyota constructor, finished at position 2. Jarno Trulli completed 56 laps in +24.327 time and earned 8 points. The driver with number 8, Nick Heidfeld, from Williams-BMW constructor, finished at position 3. Nick Heidfeld completed 56 laps in +32.188 time and earned 6 points. The driver with number 10, Juan Pablo Montoya, from McLaren-Mercedes constructor, finished at position 4. Juan Pablo Montoya completed 56 laps in +41.631 time and earned 5 points. The driver with number 17, Ralf Schumacher, from Toyota constructor, finished at position 5. Ralf Schumacher completed 56 laps in +51.854 time and earned 4 points. The driver with number 14, David Coulthard, from Red Bull-Cosworth constructor, finished at position 6. David Coulthard completed 56 laps in +1:12.543 time and earned 3 points. The driver with number 1, Michael Schumacher, from Ferrari constructor, finished at position 7. Michael Schumacher completed 56 laps in +1:19.988 time and earned 2 points. The driver with number 15, Christian Klien, from Red Bull-Cosworth constructor, finished at position 8. Christian Klien completed 56 laps in +1:20.835 time and earned 1 points. The driver with number 9, Kimi Raikkonen, from McLaren-Mercedes constructor, finished at position 9. Kimi Raikkonen completed 56 laps in +1:21.580 time and earned points. The driver with number 12, Felipe Massa, from Sauber-Petronas constructor, finished at position 10. Felipe Massa completed 55 laps in +1 Lap time and earned points. The driver with number 19, Narain Karthikeyan, from Jordan-Toyota constructor, finished at position 11. Narain Karthikeyan completed 54 laps in +2 Laps time and earned points. The driver with number 18, Tiago Monteiro, from Jordan-Toyota constructor, finished at position 12. Tiago Monteiro completed 53 laps in +3 Laps time and earned points. The driver with number 21, Christijan Albers, from Minardi-Cosworth constructor, finished at position 13. Christijan Albers completed 52 laps in +4 Laps time and earned points. The driver with number 2, Rubens Barrichello, from Ferrari constructor, finished at position Ret. Rubens Barrichello completed 49 laps in Handling time and earned points. The driver with number 6, Giancarlo Fisichella, from Renault constructor, finished at position Ret. Giancarlo Fisichella completed 36 laps in Collision time and earned points. The driver with number 7, Mark Webber, from Williams-BMW constructor, finished at position Ret. Mark Webber completed 36 laps in Collision time and earned points. The driver with number 11, Jacques Villeneuve, from Sauber-Petronas constructor, finished at position Ret. Jacques Villeneuve completed 26 laps in Spun Off time and earned points. The driver with number 3, Jenson Button, from BAR-Honda constructor, finished at position Ret. Jenson Button completed 2 laps in Engine time and earned points. The driver with number 4, Anthony Davidson, from BAR-Honda constructor, finished at position Ret. Anthony Davidson completed 2 laps in Engine time and earned points. The driver with number 20, Patrick Friesacher, from Minardi-Cosworth constructor, finished at position Ret. Patrick Friesacher completed 2 laps in Spun Off time and earned points.
6
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. One example: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Solution is here: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Explanation: The output correctly captures the data in table and generates a long text passage which covers all the given information. Now, solve this: Table: ['Species', 'Country of origin', 'Total released', 'First release', 'Last release', 'Areas of release', 'Areas established', 'Pasture type']. ['Bubas bison', 'France, Spain', '1,613', 'April 1983', '1996 (not by CSIRO)', 'WA', 'NSW, SA, WA', 'Winter rainfall']. ['Copris elphenor Klug', 'South Africa', '2,287', 'January 1977', 'May 1983', 'QLD', 'QLD', 'Summer rainfall']. ['Copris hispanus Linnaeus', 'Spain', '294', 'October 1983', 'June 1994', 'WA', 'WA', 'Winter rainfall']. ['Euoniticellus africanus Harold', 'South Africa', '49,009', 'October 1971', 'February 1984', 'NSW, QLD, SA, Tas, Vic, WA', 'NSW, QLD', 'Summer rainfall']. ['Euoniticellus fulvus Goeze', 'France, Turkey', '76,944', 'March 1978', 'February 1983', 'NSW, SA, Tas, Vic, WA', 'NSW, SA, Tas, Vic, WA', 'Winter rainfall']. ['Euoniticellus intermedius Reiche', 'South Africa', '248,637', 'November 1971', 'February 1984', 'ACT, NSW, NT, QLD, SA, Vic, WA', 'NSW, NT, QLD, SA, Vic, WA', 'Summer rainfall']. ['Euoniticellus pallipes Fabricius', 'Iran, Turkey', '46,642', 'March 1977', 'September 1982', 'NSW, SA, WA', 'NSW, SA, Vic, WA', 'Winter rainfall']. ['Geotrupes spiniger Marsham', 'France', '12,082', 'April 1979', 'December 1983', 'ACT, NSW, Tas, Vic', 'ACT, NSW, SA, Tas, Vic', 'Winter rainfall']. ['Liatongus militaris Castelanu', 'South Africa (via Hawaii)', '70,450', 'January 1968', 'November 1979', 'NSW, NT, QLD, WA', 'NSW, NT, QLD', 'Summer rainfall']. ['Onitis alexis Fabricius', 'South Africa', '186,441', 'August 1972', 'February 1984', 'NSW, NT, QLD, WA', 'NSW, NT, QLD, SA, Vic, WA', 'Rainfall, summer rainfall, winter rainfall']. ['Onitis aygalus Fabricius', 'South Africa', '18,682', 'January 1977', 'January 1982', 'NSW, SA, WA', 'NSW, SA, Vic, WA', 'Winter rainfall']. ['Onitis caffer Boheman', 'South Africa', '8,738', 'October 1979', 'April 1984', 'WA', 'QLD, NSW, SA', 'Summer rainfall, winter rainfall']. ['Onitis pecuarius Lansberge', 'South Africa', '11,395', 'November 1976', 'May 1979', 'NSW, QLD', 'NSW, QLD', 'Summer rainfall']. ['Onitis vanderkelleni Lansberge', 'Kenya, Rwanda, Zaire', '10,852', 'October 1974', 'February 1982', 'NSW, QLD', 'QLD', 'Summer rainfall']. ['Onitis viridulus Bohemann', 'South Africa', '8,008', 'September 1976', 'July 1980', 'NSW, NT, QLD', 'NSW, NT, QLD, WA', 'Summer rainfall']. ['Onthophagus binodis Thunberg', 'South Africa', '173,018', 'October 1971', 'February 1982', 'NSW, QLD, SA, Tas, Vic, WA, Norfolk Islands', 'NSW, QLD, SA, Tas, Vic, WA, Norfolk Islands', 'Winter rainfall']. ['Onthophagus gazella Fabricius', 'South Africa', '420,415', 'February 1968', 'February 1984', 'ACT, NSW, NT, QLD, SA, Tas, Vic, WA, Norfolk Islands', 'ACT, NSW, NT, QLD, SA, WA, Norfolk Islands', 'Summer rainfall']. ["Onthophagus nigiventris d'Orbigny", 'East Africa', '29,960', 'May 1975', 'March 1983', 'NSW', 'NSW', 'Summer rainfall']. ['Onthophagus obliquus', 'Nigeria, Senegal, Zaire', '9,300', 'January 1976', 'November 1977', 'QLD, NT', 'QLD', 'Summer rainfall']. ['Onthophagus sagittarius', 'Sri Lanka (via Hawaii)', '9,075', 'January 1968', 'March 1977', 'NSW, NT, QLD, WA', 'NSW, NT', 'Summer rainfall']. ['Onthophagus taurus Schreber', 'Spain, Greece, Italy, Turkey', '164,499', 'February 1975', 'January 1984', 'NSW, SA, Tas, Vic, WA', 'NSW, SA, Tas, Vic, WA', 'Winter rainfall']. ['Sisyphus rubrus Paschalidis', 'South Africa', '85,933', 'March 1973', 'February 1980', 'NSW, QLD, WA', 'NSW, QLD', 'Summer rainfall']. ['Sisyphus spinipes', 'South Africa', '36,125', 'March 1972', 'December 1978', 'NSW, NT, QLD, WA', 'NSW, QLD', 'Summer rainfall']. ['', 'Total:', '1,680,399', '', '', '', '', ''] Solution:
Passage: The species Bubas bison originated in the country of France, Spain. The species was first released in April 1983, and last released in 1996 (not by CSIRO) in the WAareas, making the total count of release to 1,613. The species was established in NSW, SA, WA areas. The pasture type for the spices is Winter rainfall. The species Copris elphenor Klug originated in the country of South Africa. The species was first released in January 1977, and last released in May 1983 in the QLDareas, making the total count of release to 2,287. The species was established in QLD areas. The pasture type for the spices is Summer rainfall. The species Copris hispanus Linnaeus originated in the country of Spain. The species was first released in October 1983, and last released in June 1994 in the WAareas, making the total count of release to 294. The species was established in WA areas. The pasture type for the spices is Winter rainfall. The species Euoniticellus africanus Harold originated in the country of South Africa. The species was first released in October 1971, and last released in February 1984 in the NSW, QLD, SA, Tas, Vic, WAareas, making the total count of release to 49,009. The species was established in NSW, QLD areas. The pasture type for the spices is Summer rainfall. The species Euoniticellus fulvus Goeze originated in the country of France, Turkey. The species was first released in March 1978, and last released in February 1983 in the NSW, SA, Tas, Vic, WAareas, making the total count of release to 76,944. The species was established in NSW, SA, Tas, Vic, WA areas. The pasture type for the spices is Winter rainfall. The species Euoniticellus intermedius Reiche originated in the country of South Africa. The species was first released in November 1971, and last released in February 1984 in the ACT, NSW, NT, QLD, SA, Vic, WAareas, making the total count of release to 248,637. The species was established in NSW, NT, QLD, SA, Vic, WA areas. The pasture type for the spices is Summer rainfall. The species Euoniticellus pallipes Fabricius originated in the country of Iran, Turkey. The species was first released in March 1977, and last released in September 1982 in the NSW, SA, WAareas, making the total count of release to 46,642. The species was established in NSW, SA, Vic, WA areas. The pasture type for the spices is Winter rainfall. The species Geotrupes spiniger Marsham originated in the country of France. The species was first released in April 1979, and last released in December 1983 in the ACT, NSW, Tas, Vicareas, making the total count of release to 12,082. The species was established in ACT, NSW, SA, Tas, Vic areas. The pasture type for the spices is Winter rainfall. The species Liatongus militaris Castelanu originated in the country of South Africa (via Hawaii). The species was first released in January 1968, and last released in November 1979 in the NSW, NT, QLD, WAareas, making the total count of release to 70,450. The species was established in NSW, NT, QLD areas. The pasture type for the spices is Summer rainfall. The species Onitis alexis Fabricius originated in the country of South Africa. The species was first released in August 1972, and last released in February 1984 in the NSW, NT, QLD, WAareas, making the total count of release to 186,441. The species was established in NSW, NT, QLD, SA, Vic, WA areas. The pasture type for the spices is Rainfall, summer rainfall, winter rainfall. The species Onitis aygalus Fabricius originated in the country of South Africa. The species was first released in January 1977, and last released in January 1982 in the NSW, SA, WAareas, making the total count of release to 18,682. The species was established in NSW, SA, Vic, WA areas. The pasture type for the spices is Winter rainfall. The species Onitis caffer Boheman originated in the country of South Africa. The species was first released in October 1979, and last released in April 1984 in the WAareas, making the total count of release to 8,738. The species was established in QLD, NSW, SA areas. The pasture type for the spices is Summer rainfall, winter rainfall. The species Onitis pecuarius Lansberge originated in the country of South Africa. The species was first released in November 1976, and last released in May 1979 in the NSW, QLDareas, making the total count of release to 11,395. The species was established in NSW, QLD areas. The pasture type for the spices is Summer rainfall. The species Onitis vanderkelleni Lansberge originated in the country of Kenya, Rwanda, Zaire. The species was first released in October 1974, and last released in February 1982 in the NSW, QLDareas, making the total count of release to 10,852. The species was established in QLD areas. The pasture type for the spices is Summer rainfall. The species Onitis viridulus Bohemann originated in the country of South Africa. The species was first released in September 1976, and last released in July 1980 in the NSW, NT, QLDareas, making the total count of release to 8,008. The species was established in NSW, NT, QLD, WA areas. The pasture type for the spices is Summer rainfall. The species Onthophagus binodis Thunberg originated in the country of South Africa. The species was first released in October 1971, and last released in February 1982 in the NSW, QLD, SA, Tas, Vic, WA, Norfolk Islandsareas, making the total count of release to 173,018. The species was established in NSW, QLD, SA, Tas, Vic, WA, Norfolk Islands areas. The pasture type for the spices is Winter rainfall. The species Onthophagus gazella Fabricius originated in the country of South Africa. The species was first released in February 1968, and last released in February 1984 in the ACT, NSW, NT, QLD, SA, Tas, Vic, WA, Norfolk Islandsareas, making the total count of release to 420,415. The species was established in ACT, NSW, NT, QLD, SA, WA, Norfolk Islands areas. The pasture type for the spices is Summer rainfall. The species Onthophagus nigiventris d'Orbigny originated in the country of East Africa. The species was first released in May 1975, and last released in March 1983 in the NSWareas, making the total count of release to 29,960. The species was established in NSW areas. The pasture type for the spices is Summer rainfall. The species Onthophagus obliquus originated in the country of Nigeria, Senegal, Zaire. The species was first released in January 1976, and last released in November 1977 in the QLD, NTareas, making the total count of release to 9,300. The species was established in QLD areas. The pasture type for the spices is Summer rainfall. The species Onthophagus sagittarius originated in the country of Sri Lanka (via Hawaii). The species was first released in January 1968, and last released in March 1977 in the NSW, NT, QLD, WAareas, making the total count of release to 9,075. The species was established in NSW, NT areas. The pasture type for the spices is Summer rainfall. The species Onthophagus taurus Schreber originated in the country of Spain, Greece, Italy, Turkey. The species was first released in February 1975, and last released in January 1984 in the NSW, SA, Tas, Vic, WAareas, making the total count of release to 164,499. The species was established in NSW, SA, Tas, Vic, WA areas. The pasture type for the spices is Winter rainfall. The species Sisyphus rubrus Paschalidis originated in the country of South Africa. The species was first released in March 1973, and last released in February 1980 in the NSW, QLD, WAareas, making the total count of release to 85,933. The species was established in NSW, QLD areas. The pasture type for the spices is Summer rainfall. The species Sisyphus spinipes originated in the country of South Africa. The species was first released in March 1972, and last released in December 1978 in the NSW, NT, QLD, WAareas, making the total count of release to 36,125. The species was established in NSW, QLD areas. The pasture type for the spices is Summer rainfall. The species originated in the country of Total:. The species was first released in , and last released in in the areas, making the total count of release to 1,680,399. The species was established in areas. The pasture type for the spices is .
6
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. [Q]: Table: ['Locomotive', 'Named', 'Serial No', 'Entered service', 'Gauge', 'Livery']. ['BL26', 'Bob Hawke', '83-1010', 'March 1983', 'Standard', 'Pacific National blue & yellow']. ['BL27', '', '83-1011', 'August 1983', 'Standard', 'Pacific National blue & yellow']. ['BL28', '', '83-1012', 'September 1983', 'Standard', 'Pacific National blue & yellow']. ['BL29', '', '83-1013', 'October 1983', 'Broad', 'Pacific National blue & yellow']. ['BL30', '', '83-1014', 'December 1983', 'Standard', 'Pacific National blue & yellow']. ['BL31', '', '83-1015', 'November 1983', 'Standard', 'Pacific National blue & yellow']. ['BL32', '', '83-1016', 'February 1984', 'Broad', 'National Rail orange & grey']. ['BL33', '', '83-1017', 'April 1984', 'Standard', 'Pacific National blue & yellow']. ['BL34', '', '83-1018', 'June 1984', 'Broad', 'Pacific National blue & yellow']. ['BL35', '', '83-1019', 'July 1984', 'Standard', 'Pacific National blue & yellow'] [A]: Passage: The locomotive BL26 named Bob Hawke and with serial no. 83-1010, entered the service in the month of March 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL27 named and with serial no. 83-1011, entered the service in the month of August 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL28 named and with serial no. 83-1012, entered the service in the month of September 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL29 named and with serial no. 83-1013, entered the service in the month of October 1983. It has Broad gauge, and Pacific National blue & yellow livery. The locomotive BL30 named and with serial no. 83-1014, entered the service in the month of December 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL31 named and with serial no. 83-1015, entered the service in the month of November 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL32 named and with serial no. 83-1016, entered the service in the month of February 1984. It has Broad gauge, and National Rail orange & grey livery. The locomotive BL33 named and with serial no. 83-1017, entered the service in the month of April 1984. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL34 named and with serial no. 83-1018, entered the service in the month of June 1984. It has Broad gauge, and Pacific National blue & yellow livery. The locomotive BL35 named and with serial no. 83-1019, entered the service in the month of July 1984. It has Standard gauge, and Pacific National blue & yellow livery. [Q]: Table: ['Name', 'Population (2002 census)', 'Population (2007 estimation)', 'Population (2011 census)', 'Area (km2)', 'Density (pop/km2)']. ['Brasov', '283,901', '277,945', '253,200', '267.32', '1,204']. ['Codlea', '24,256', '24,550', '21,708', '132.79', '182']. ['Sacele', '30,044', '31,796', '30,798', '320', '93']. ['Ghimbav', '5,100', '5,357', '4,698', '28.08', '181.62']. ['Predeal', '5,625', '5,174', '4,755', '58.4', '96.14']. ['Rasnov', '15,436', '16,055', '15,022', '164.36', '94']. ['Cristian', '3,952', '4,300', '4,490', '27.73', '142.51']. ['Sanpetru', '3,401', '3,759', '4,819', '30.74', '110.63']. ['Halchiu', '4,072', '4,560', '4,218', '56.67', '71.85']. ['Tarlungeni', '7,413', '7,996', '8,320', '135.66', '54.65']. ['Prejmer', '8,323', '8,876', '8,472', '60.48', '137.61']. ['Harman', '4,437', '4,775', '5,402', '52.79', '84.05']. ['Bod', '3,942', '4,173', '3,994', '33.56', '117.46']. ['Total', '399,902', '399,316', '369,896', '1,368.58', '270'] [A]: Passage: The population for Brasov was 283,901 according to 2002 census, 277,945 according to 2007 estimation, and 253,200 according to 2011 census. The total area of Brasov is 267.32km2, and the density is 1,204 pop/km2. The population for Codlea was 24,256 according to 2002 census, 24,550 according to 2007 estimation, and 21,708 according to 2011 census. The total area of Codlea is 132.79km2, and the density is 182 pop/km2. The population for Sacele was 30,044 according to 2002 census, 31,796 according to 2007 estimation, and 30,798 according to 2011 census. The total area of Sacele is 320km2, and the density is 93 pop/km2. The population for Ghimbav was 5,100 according to 2002 census, 5,357 according to 2007 estimation, and 4,698 according to 2011 census. The total area of Ghimbav is 28.08km2, and the density is 181.62 pop/km2. The population for Predeal was 5,625 according to 2002 census, 5,174 according to 2007 estimation, and 4,755 according to 2011 census. The total area of Predeal is 58.4km2, and the density is 96.14 pop/km2. The population for Rasnov was 15,436 according to 2002 census, 16,055 according to 2007 estimation, and 15,022 according to 2011 census. The total area of Rasnov is 164.36km2, and the density is 94 pop/km2. The population for Cristian was 3,952 according to 2002 census, 4,300 according to 2007 estimation, and 4,490 according to 2011 census. The total area of Cristian is 27.73km2, and the density is 142.51 pop/km2. The population for Sanpetru was 3,401 according to 2002 census, 3,759 according to 2007 estimation, and 4,819 according to 2011 census. The total area of Sanpetru is 30.74km2, and the density is 110.63 pop/km2. The population for Halchiu was 4,072 according to 2002 census, 4,560 according to 2007 estimation, and 4,218 according to 2011 census. The total area of Halchiu is 56.67km2, and the density is 71.85 pop/km2. The population for Tarlungeni was 7,413 according to 2002 census, 7,996 according to 2007 estimation, and 8,320 according to 2011 census. The total area of Tarlungeni is 135.66km2, and the density is 54.65 pop/km2. The population for Prejmer was 8,323 according to 2002 census, 8,876 according to 2007 estimation, and 8,472 according to 2011 census. The total area of Prejmer is 60.48km2, and the density is 137.61 pop/km2. The population for Harman was 4,437 according to 2002 census, 4,775 according to 2007 estimation, and 5,402 according to 2011 census. The total area of Harman is 52.79km2, and the density is 84.05 pop/km2. The population for Bod was 3,942 according to 2002 census, 4,173 according to 2007 estimation, and 3,994 according to 2011 census. The total area of Bod is 33.56km2, and the density is 117.46 pop/km2. The population for Total was 399,902 according to 2002 census, 399,316 according to 2007 estimation, and 369,896 according to 2011 census. The total area of Total is 1,368.58km2, and the density is 270 pop/km2. [Q]: Table: ['Species', 'Country of origin', 'Total released', 'First release', 'Last release', 'Areas of release', 'Areas established', 'Pasture type']. ['Bubas bison', 'France, Spain', '1,613', 'April 1983', '1996 (not by CSIRO)', 'WA', 'NSW, SA, WA', 'Winter rainfall']. ['Copris elphenor Klug', 'South Africa', '2,287', 'January 1977', 'May 1983', 'QLD', 'QLD', 'Summer rainfall']. ['Copris hispanus Linnaeus', 'Spain', '294', 'October 1983', 'June 1994', 'WA', 'WA', 'Winter rainfall']. ['Euoniticellus africanus Harold', 'South Africa', '49,009', 'October 1971', 'February 1984', 'NSW, QLD, SA, Tas, Vic, WA', 'NSW, QLD', 'Summer rainfall']. ['Euoniticellus fulvus Goeze', 'France, Turkey', '76,944', 'March 1978', 'February 1983', 'NSW, SA, Tas, Vic, WA', 'NSW, SA, Tas, Vic, WA', 'Winter rainfall']. ['Euoniticellus intermedius Reiche', 'South Africa', '248,637', 'November 1971', 'February 1984', 'ACT, NSW, NT, QLD, SA, Vic, WA', 'NSW, NT, QLD, SA, Vic, WA', 'Summer rainfall']. ['Euoniticellus pallipes Fabricius', 'Iran, Turkey', '46,642', 'March 1977', 'September 1982', 'NSW, SA, WA', 'NSW, SA, Vic, WA', 'Winter rainfall']. ['Geotrupes spiniger Marsham', 'France', '12,082', 'April 1979', 'December 1983', 'ACT, NSW, Tas, Vic', 'ACT, NSW, SA, Tas, Vic', 'Winter rainfall']. ['Liatongus militaris Castelanu', 'South Africa (via Hawaii)', '70,450', 'January 1968', 'November 1979', 'NSW, NT, QLD, WA', 'NSW, NT, QLD', 'Summer rainfall']. ['Onitis alexis Fabricius', 'South Africa', '186,441', 'August 1972', 'February 1984', 'NSW, NT, QLD, WA', 'NSW, NT, QLD, SA, Vic, WA', 'Rainfall, summer rainfall, winter rainfall']. ['Onitis aygalus Fabricius', 'South Africa', '18,682', 'January 1977', 'January 1982', 'NSW, SA, WA', 'NSW, SA, Vic, WA', 'Winter rainfall']. ['Onitis caffer Boheman', 'South Africa', '8,738', 'October 1979', 'April 1984', 'WA', 'QLD, NSW, SA', 'Summer rainfall, winter rainfall']. ['Onitis pecuarius Lansberge', 'South Africa', '11,395', 'November 1976', 'May 1979', 'NSW, QLD', 'NSW, QLD', 'Summer rainfall']. ['Onitis vanderkelleni Lansberge', 'Kenya, Rwanda, Zaire', '10,852', 'October 1974', 'February 1982', 'NSW, QLD', 'QLD', 'Summer rainfall']. ['Onitis viridulus Bohemann', 'South Africa', '8,008', 'September 1976', 'July 1980', 'NSW, NT, QLD', 'NSW, NT, QLD, WA', 'Summer rainfall']. ['Onthophagus binodis Thunberg', 'South Africa', '173,018', 'October 1971', 'February 1982', 'NSW, QLD, SA, Tas, Vic, WA, Norfolk Islands', 'NSW, QLD, SA, Tas, Vic, WA, Norfolk Islands', 'Winter rainfall']. ['Onthophagus gazella Fabricius', 'South Africa', '420,415', 'February 1968', 'February 1984', 'ACT, NSW, NT, QLD, SA, Tas, Vic, WA, Norfolk Islands', 'ACT, NSW, NT, QLD, SA, WA, Norfolk Islands', 'Summer rainfall']. ["Onthophagus nigiventris d'Orbigny", 'East Africa', '29,960', 'May 1975', 'March 1983', 'NSW', 'NSW', 'Summer rainfall']. ['Onthophagus obliquus', 'Nigeria, Senegal, Zaire', '9,300', 'January 1976', 'November 1977', 'QLD, NT', 'QLD', 'Summer rainfall']. ['Onthophagus sagittarius', 'Sri Lanka (via Hawaii)', '9,075', 'January 1968', 'March 1977', 'NSW, NT, QLD, WA', 'NSW, NT', 'Summer rainfall']. ['Onthophagus taurus Schreber', 'Spain, Greece, Italy, Turkey', '164,499', 'February 1975', 'January 1984', 'NSW, SA, Tas, Vic, WA', 'NSW, SA, Tas, Vic, WA', 'Winter rainfall']. ['Sisyphus rubrus Paschalidis', 'South Africa', '85,933', 'March 1973', 'February 1980', 'NSW, QLD, WA', 'NSW, QLD', 'Summer rainfall']. ['Sisyphus spinipes', 'South Africa', '36,125', 'March 1972', 'December 1978', 'NSW, NT, QLD, WA', 'NSW, QLD', 'Summer rainfall']. ['', 'Total:', '1,680,399', '', '', '', '', ''] [A]:
Passage: The species Bubas bison originated in the country of France, Spain. The species was first released in April 1983, and last released in 1996 (not by CSIRO) in the WAareas, making the total count of release to 1,613. The species was established in NSW, SA, WA areas. The pasture type for the spices is Winter rainfall. The species Copris elphenor Klug originated in the country of South Africa. The species was first released in January 1977, and last released in May 1983 in the QLDareas, making the total count of release to 2,287. The species was established in QLD areas. The pasture type for the spices is Summer rainfall. The species Copris hispanus Linnaeus originated in the country of Spain. The species was first released in October 1983, and last released in June 1994 in the WAareas, making the total count of release to 294. The species was established in WA areas. The pasture type for the spices is Winter rainfall. The species Euoniticellus africanus Harold originated in the country of South Africa. The species was first released in October 1971, and last released in February 1984 in the NSW, QLD, SA, Tas, Vic, WAareas, making the total count of release to 49,009. The species was established in NSW, QLD areas. The pasture type for the spices is Summer rainfall. The species Euoniticellus fulvus Goeze originated in the country of France, Turkey. The species was first released in March 1978, and last released in February 1983 in the NSW, SA, Tas, Vic, WAareas, making the total count of release to 76,944. The species was established in NSW, SA, Tas, Vic, WA areas. The pasture type for the spices is Winter rainfall. The species Euoniticellus intermedius Reiche originated in the country of South Africa. The species was first released in November 1971, and last released in February 1984 in the ACT, NSW, NT, QLD, SA, Vic, WAareas, making the total count of release to 248,637. The species was established in NSW, NT, QLD, SA, Vic, WA areas. The pasture type for the spices is Summer rainfall. The species Euoniticellus pallipes Fabricius originated in the country of Iran, Turkey. The species was first released in March 1977, and last released in September 1982 in the NSW, SA, WAareas, making the total count of release to 46,642. The species was established in NSW, SA, Vic, WA areas. The pasture type for the spices is Winter rainfall. The species Geotrupes spiniger Marsham originated in the country of France. The species was first released in April 1979, and last released in December 1983 in the ACT, NSW, Tas, Vicareas, making the total count of release to 12,082. The species was established in ACT, NSW, SA, Tas, Vic areas. The pasture type for the spices is Winter rainfall. The species Liatongus militaris Castelanu originated in the country of South Africa (via Hawaii). The species was first released in January 1968, and last released in November 1979 in the NSW, NT, QLD, WAareas, making the total count of release to 70,450. The species was established in NSW, NT, QLD areas. The pasture type for the spices is Summer rainfall. The species Onitis alexis Fabricius originated in the country of South Africa. The species was first released in August 1972, and last released in February 1984 in the NSW, NT, QLD, WAareas, making the total count of release to 186,441. The species was established in NSW, NT, QLD, SA, Vic, WA areas. The pasture type for the spices is Rainfall, summer rainfall, winter rainfall. The species Onitis aygalus Fabricius originated in the country of South Africa. The species was first released in January 1977, and last released in January 1982 in the NSW, SA, WAareas, making the total count of release to 18,682. The species was established in NSW, SA, Vic, WA areas. The pasture type for the spices is Winter rainfall. The species Onitis caffer Boheman originated in the country of South Africa. The species was first released in October 1979, and last released in April 1984 in the WAareas, making the total count of release to 8,738. The species was established in QLD, NSW, SA areas. The pasture type for the spices is Summer rainfall, winter rainfall. The species Onitis pecuarius Lansberge originated in the country of South Africa. The species was first released in November 1976, and last released in May 1979 in the NSW, QLDareas, making the total count of release to 11,395. The species was established in NSW, QLD areas. The pasture type for the spices is Summer rainfall. The species Onitis vanderkelleni Lansberge originated in the country of Kenya, Rwanda, Zaire. The species was first released in October 1974, and last released in February 1982 in the NSW, QLDareas, making the total count of release to 10,852. The species was established in QLD areas. The pasture type for the spices is Summer rainfall. The species Onitis viridulus Bohemann originated in the country of South Africa. The species was first released in September 1976, and last released in July 1980 in the NSW, NT, QLDareas, making the total count of release to 8,008. The species was established in NSW, NT, QLD, WA areas. The pasture type for the spices is Summer rainfall. The species Onthophagus binodis Thunberg originated in the country of South Africa. The species was first released in October 1971, and last released in February 1982 in the NSW, QLD, SA, Tas, Vic, WA, Norfolk Islandsareas, making the total count of release to 173,018. The species was established in NSW, QLD, SA, Tas, Vic, WA, Norfolk Islands areas. The pasture type for the spices is Winter rainfall. The species Onthophagus gazella Fabricius originated in the country of South Africa. The species was first released in February 1968, and last released in February 1984 in the ACT, NSW, NT, QLD, SA, Tas, Vic, WA, Norfolk Islandsareas, making the total count of release to 420,415. The species was established in ACT, NSW, NT, QLD, SA, WA, Norfolk Islands areas. The pasture type for the spices is Summer rainfall. The species Onthophagus nigiventris d'Orbigny originated in the country of East Africa. The species was first released in May 1975, and last released in March 1983 in the NSWareas, making the total count of release to 29,960. The species was established in NSW areas. The pasture type for the spices is Summer rainfall. The species Onthophagus obliquus originated in the country of Nigeria, Senegal, Zaire. The species was first released in January 1976, and last released in November 1977 in the QLD, NTareas, making the total count of release to 9,300. The species was established in QLD areas. The pasture type for the spices is Summer rainfall. The species Onthophagus sagittarius originated in the country of Sri Lanka (via Hawaii). The species was first released in January 1968, and last released in March 1977 in the NSW, NT, QLD, WAareas, making the total count of release to 9,075. The species was established in NSW, NT areas. The pasture type for the spices is Summer rainfall. The species Onthophagus taurus Schreber originated in the country of Spain, Greece, Italy, Turkey. The species was first released in February 1975, and last released in January 1984 in the NSW, SA, Tas, Vic, WAareas, making the total count of release to 164,499. The species was established in NSW, SA, Tas, Vic, WA areas. The pasture type for the spices is Winter rainfall. The species Sisyphus rubrus Paschalidis originated in the country of South Africa. The species was first released in March 1973, and last released in February 1980 in the NSW, QLD, WAareas, making the total count of release to 85,933. The species was established in NSW, QLD areas. The pasture type for the spices is Summer rainfall. The species Sisyphus spinipes originated in the country of South Africa. The species was first released in March 1972, and last released in December 1978 in the NSW, NT, QLD, WAareas, making the total count of release to 36,125. The species was established in NSW, QLD areas. The pasture type for the spices is Summer rainfall. The species originated in the country of Total:. The species was first released in , and last released in in the areas, making the total count of release to 1,680,399. The species was established in areas. The pasture type for the spices is .
5
NIv2
task760_msr_sqa_long_text_generation
fs_opt
Given the task definition, example input & output, solve the new input case. You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Example: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Output: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. The output correctly captures the data in table and generates a long text passage which covers all the given information. New input case for you: Table: ['ET', 'Days available', 'Program', 'Host(s)', 'Description']. ['9am-10am', 'Monday-Friday', 'The Morning Click', 'Jamie Colby (M,T), Harris Faulkner (W-F)', 'Current events.']. ['10am-10:30am', 'Monday-Friday', '', 'Lauren Green (M), Uma Pemmaraju (T), Gregg Jarrett (W), Arthel Neville (F), Rick Folbaum (F), Heather Childers', 'Current events.']. ['11am-11:30am', 'Monday-Friday', 'FBN Live', 'Lauren Simonetti', 'Business news and information.']. ['12pm-1pm', 'Monday-Friday', 'On the Hunt', 'Jonathan Hunt', 'Current events.']. ['2pm-3pm', 'Monday', 'Entertainment Hour', 'Ashley Dvorkin', 'Entertainment news, musical performances.']. ['2pm-3pm', 'Tuesday', '', 'Kimberly Guilfoyle', 'Crime and legal news.']. ['2pm-3pm', 'Wednesday', 'Defcon 3', 'Kathleen Troia McFarland', 'Military news and information.']. ['2pm-3pm', 'Thursday', 'Fox Car Report', 'Gary Gastelu', 'Automotive news and information.']. ['2pm-3pm', 'Friday', 'Spirited Debate', 'Lauren Green', 'Discussion on religious topics.'] Output:
Passage: The program named The Morning Click is available on Monday-Friday at time 9am-10am. The Morning Click is hosted by Jamie Colby (M,T), Harris Faulkner (W-F). The Morning Click is about Current events.. The program named is available on Monday-Friday at time 10am-10:30am. is hosted by Lauren Green (M), Uma Pemmaraju (T), Gregg Jarrett (W), Arthel Neville (F), Rick Folbaum (F), Heather Childers. is about Current events.. The program named FBN Live is available on Monday-Friday at time 11am-11:30am. FBN Live is hosted by Lauren Simonetti. FBN Live is about Business news and information.. The program named On the Hunt is available on Monday-Friday at time 12pm-1pm. On the Hunt is hosted by Jonathan Hunt. On the Hunt is about Current events.. The program named Entertainment Hour is available on Monday at time 2pm-3pm. Entertainment Hour is hosted by Ashley Dvorkin. Entertainment Hour is about Entertainment news, musical performances.. The program named is available on Tuesday at time 2pm-3pm. is hosted by Kimberly Guilfoyle. is about Crime and legal news.. The program named Defcon 3 is available on Wednesday at time 2pm-3pm. Defcon 3 is hosted by Kathleen Troia McFarland. Defcon 3 is about Military news and information.. The program named Fox Car Report is available on Thursday at time 2pm-3pm. Fox Car Report is hosted by Gary Gastelu. Fox Car Report is about Automotive news and information.. The program named Spirited Debate is available on Friday at time 2pm-3pm. Spirited Debate is hosted by Lauren Green. Spirited Debate is about Discussion on religious topics..
1
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. One example is below. Q: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] A: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Rationale: The output correctly captures the data in table and generates a long text passage which covers all the given information. Q: Table: ['Year', 'Title', 'Peak chart positions US Air', 'Peak chart positions US Main', 'Peak chart positions US Mod', 'Album']. ['1990', 'Dig a Hole', '--', '--', '--', 'Non-album single']. ['1993', 'Mister Love', '--', '--', '--', 'Velvet']. ['1994', 'Mister Love', '--', '--', '--', 'Rubberneck']. ['1995', 'Possum Kingdom', '40', '9', '4', 'Rubberneck']. ['1995', 'Away', '--', '23', '28', 'Rubberneck']. ['1996', 'Tyler', '--', '--', '--', 'Rubberneck']. ['1996', 'Backslider', '--', '--', '--', 'Rubberneck']. ['2001', 'Push the Hand', '--', '34', '--', 'Hell Below/Stars Above']. ['2008', 'No Deliverance', '--', '38', '--', 'No Deliverance']. ['2009', 'Song I Hate', '--', '--', '--', 'No Deliverance']. ['2012', 'Summer of the Strange', '--', '--', '--', 'Play.Rock.Music'] A:
Passage: The title track 'Dig a Hole' from the album 'Non-album single', was released in the year 1990. Dig a Hole's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Mister Love' from the album 'Velvet', was released in the year 1993. Mister Love's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Mister Love' from the album 'Rubberneck', was released in the year 1994. Mister Love's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Possum Kingdom' from the album 'Rubberneck', was released in the year 1995. Possum Kingdom's chart positions in US Air, US Main, and US mod were 40, 9, and 4 respectively. The title track 'Away' from the album 'Rubberneck', was released in the year 1995. Away's chart positions in US Air, US Main, and US mod were --, 23, and 28 respectively. The title track 'Tyler' from the album 'Rubberneck', was released in the year 1996. Tyler's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Backslider' from the album 'Rubberneck', was released in the year 1996. Backslider's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Push the Hand' from the album 'Hell Below/Stars Above', was released in the year 2001. Push the Hand's chart positions in US Air, US Main, and US mod were --, 34, and -- respectively. The title track 'No Deliverance' from the album 'No Deliverance', was released in the year 2008. No Deliverance's chart positions in US Air, US Main, and US mod were --, 38, and -- respectively. The title track 'Song I Hate' from the album 'No Deliverance', was released in the year 2009. Song I Hate's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Summer of the Strange' from the album 'Play.Rock.Music', was released in the year 2012. Summer of the Strange's chart positions in US Air, US Main, and US mod were --, --, and -- respectively.
9
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. One example is below. Q: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] A: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Rationale: The output correctly captures the data in table and generates a long text passage which covers all the given information. Q: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] A:
Passage: The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS.
9
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. [Q]: Table: ['Place', 'Position', 'Number', 'Name', 'NASL', 'Playoffs', 'CFU Club Championship', 'CONCACAF Champions League', 'Total']. ['1', 'FW', '11', 'Nicholas Addlery', '9', '0', '0', '1', '10']. ['2', 'FW', '9', 'Jonathan Fana', '4', '0', '4', '0', '8']. ['3', 'FW', '7', 'David Foley', '6', '1', '0', '0', '7']. ['3', 'FW', '24', 'Hector Ramos', '3', '0', '2', '2', '7']. ['5', 'DF', '33', 'Jay Needham', '3', '0', '0', '0', '3']. ['5', 'FW', '22', 'Gregory Richardson', '1', '0', '1', '1', '3']. ['7', 'MF', '20', 'Josh Hansen', '0', '0', '2', '0', '2']. ['7', '', '', 'Own Goal', '0', '0', '2', '0', '2']. ['9', 'DF', '3', 'Richard Martinez', '1', '0', '0', '0', '1']. ['9', 'DF', '16', 'Anthony Vazquez', '1', '0', '0', '0', '1']. ['9', 'DF', '5', 'Noah Delgado', '1', '0', '0', '0', '1']. ['9', 'MF', '14', 'Jarad Van Schaik', '1', '0', '0', '0', '1']. ['9', 'MF', '17', 'Tyler Wilson', '1', '0', '0', '0', '1']. ['9', 'MF', '24', 'Justin Fojo', '1', '0', '0', '0', '1']. ['', '', '', 'TOTALS', '32', '1', '11', '4', '48'] [A]: Passage: The player named Nicholas Addlery with jersey number 11, plays at position FW. There were total 0 playoffs, 0 CFU Club Championships, 1 CONCACAF Champions Leagues. Total 10 matches. The player named Jonathan Fana with jersey number 9, plays at position FW. There were total 0 playoffs, 4 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 8 matches. The player named David Foley with jersey number 7, plays at position FW. There were total 1 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 7 matches. The player named Hector Ramos with jersey number 24, plays at position FW. There were total 0 playoffs, 2 CFU Club Championships, 2 CONCACAF Champions Leagues. Total 7 matches. The player named Jay Needham with jersey number 33, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 3 matches. The player named Gregory Richardson with jersey number 22, plays at position FW. There were total 0 playoffs, 1 CFU Club Championships, 1 CONCACAF Champions Leagues. Total 3 matches. The player named Josh Hansen with jersey number 20, plays at position MF. There were total 0 playoffs, 2 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 2 matches. The player named Own Goal with jersey number , plays at position . There were total 0 playoffs, 2 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 2 matches. The player named Richard Martinez with jersey number 3, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Anthony Vazquez with jersey number 16, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Noah Delgado with jersey number 5, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Jarad Van Schaik with jersey number 14, plays at position MF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Tyler Wilson with jersey number 17, plays at position MF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Justin Fojo with jersey number 24, plays at position MF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named TOTALS with jersey number , plays at position . There were total 1 playoffs, 11 CFU Club Championships, 4 CONCACAF Champions Leagues. Total 48 matches. [Q]: Table: ['Year', 'Miss Northern Ireland', 'Hometown', 'Placement at Miss World', 'Notes']. ['2012', 'Tiffany Brien', 'Belfast', 'Top 30', 'Top 10 of Beach Fashion and 1st runner-up of Sports & Fitness at Miss World 2012']. ['2011', 'Finola Guinnane', 'Drumbo', 'Non-Finalist', 'Top 20 of Beach Beauty and Top 77 of Beauty with a Purpose at Miss World 2011']. ['2010', 'Lori Moore', 'Belfast', 'Top 25', 'Winner of Sports at Miss World 2010']. ['2009', 'Cherie Gardiner', 'Bangor', 'Non-Finalist', '']. ['2008', 'Judith Wilson', 'Enniskillen', 'Non-Finalist', 'Top 19 of Talent at Miss World 2008']. ['2007', 'Melissa Patton', 'Belfast', 'Non-Finalist', '']. ['2006', 'Catherine Jean Milligan', 'Newtownards', 'Top 17', 'Winner of Miss Talent at Miss World 2006']. ['2005', 'Lucy Evangelista', 'Portglenone', 'Top 15', 'Later Miss United Kingdom 2005 and Miss Universe United Kingdom 2005 2nd runner-up']. ['2004', 'Kirsty Anne Gabriel Stewart', 'Enniskillen', 'Non-Finalist', '']. ['2003', 'Diana Sayers', 'Belfast', 'Non-Finalist', '']. ['2002', 'Gayle Williamson', 'Lurgan', 'Non-Finalist', 'Later Miss United Kingdom 2002']. ['2001', 'Angela McCarthy', 'Belfast', 'Non-Finalist', '']. ['2000', 'Julie Lee-Ann Martin', 'Belfast', 'Non-Finalist', ''] [A]: Passage: Tiffany Brien from Belfast was Miss Northern Ireland in the year 2012. Tiffany Brien was placed as a Top 30 at Miss World. Tiffany Brien was Top 10 of Beach Fashion and 1st runner-up of Sports & Fitness at Miss World 2012. Finola Guinnane from Drumbo was Miss Northern Ireland in the year 2011. Finola Guinnane was placed as a Non-Finalist at Miss World. Finola Guinnane was Top 20 of Beach Beauty and Top 77 of Beauty with a Purpose at Miss World 2011. Lori Moore from Belfast was Miss Northern Ireland in the year 2010. Lori Moore was placed as a Top 25 at Miss World. Lori Moore was Winner of Sports at Miss World 2010. Cherie Gardiner from Bangor was Miss Northern Ireland in the year 2009. Cherie Gardiner was placed as a Non-Finalist at Miss World. Cherie Gardiner was . Judith Wilson from Enniskillen was Miss Northern Ireland in the year 2008. Judith Wilson was placed as a Non-Finalist at Miss World. Judith Wilson was Top 19 of Talent at Miss World 2008. Melissa Patton from Belfast was Miss Northern Ireland in the year 2007. Melissa Patton was placed as a Non-Finalist at Miss World. Melissa Patton was . Catherine Jean Milligan from Newtownards was Miss Northern Ireland in the year 2006. Catherine Jean Milligan was placed as a Top 17 at Miss World. Catherine Jean Milligan was Winner of Miss Talent at Miss World 2006. Lucy Evangelista from Portglenone was Miss Northern Ireland in the year 2005. Lucy Evangelista was placed as a Top 15 at Miss World. Lucy Evangelista was Later Miss United Kingdom 2005 and Miss Universe United Kingdom 2005 2nd runner-up. Kirsty Anne Gabriel Stewart from Enniskillen was Miss Northern Ireland in the year 2004. Kirsty Anne Gabriel Stewart was placed as a Non-Finalist at Miss World. Kirsty Anne Gabriel Stewart was . Diana Sayers from Belfast was Miss Northern Ireland in the year 2003. Diana Sayers was placed as a Non-Finalist at Miss World. Diana Sayers was . Gayle Williamson from Lurgan was Miss Northern Ireland in the year 2002. Gayle Williamson was placed as a Non-Finalist at Miss World. Gayle Williamson was Later Miss United Kingdom 2002. Angela McCarthy from Belfast was Miss Northern Ireland in the year 2001. Angela McCarthy was placed as a Non-Finalist at Miss World. Angela McCarthy was . Julie Lee-Ann Martin from Belfast was Miss Northern Ireland in the year 2000. Julie Lee-Ann Martin was placed as a Non-Finalist at Miss World. Julie Lee-Ann Martin was . [Q]: Table: ['Team', 'Home city', 'Stadium', 'Capacity', 'Last Season']. ['Barak Netanya', 'Netanya', 'Yeshurun', '1,000', '9th']. ['Bnei HaSharon/Herzliya', 'Herzliya', 'HaYovel Herzliya', '1,750', '10th']. ['Hapoel Gilboa Galil', 'Gilboa Regional Council', 'Gan Ner Sports Hall', '2,400', '2nd']. ['Hapoel Holon', 'Holon', 'Holon City Arena', '2,850', '5th']. ['Hapoel Jerusalem', 'Jerusalem', 'Malha Arena', '3,000', '4th']. ['Ironi Ashkelon', 'Ashkelon', 'Ashkelon Sports Arena', '3,000', '6th']. ['Maccabi Ashdod', 'Ashdod', 'HaKiriya Arena', '1,260', '7th']. ['Hapoel Eilat B.C.', 'Eilat', 'Begin Arena', '1,100', "8th (as Habik'a B.C.)"]. ['Maccabi Haifa', 'Haifa', 'Romema Arena', '5,000', '11th']. ['Maccabi Rishon LeZion', 'Rishon LeZion', 'Beit Maccabi Rishon', '2,500', '3rd']. ['Maccabi Tel Aviv', 'Tel Aviv', 'Nokia Arena', '11,700', '1st']. ['Hapoel Tel Aviv', 'Tel Aviv', 'Beit Maccabi Rishon', '2,500', '1st (Liga Leumit)'] [A]:
Passage: The home city of the team 'Barak Netanya' is Netanya. The capacity at stadium Yeshurun in Netanya is 1,000. The last season played was 9th. The home city of the team 'Bnei HaSharon/Herzliya' is Herzliya. The capacity at stadium HaYovel Herzliya in Herzliya is 1,750. The last season played was 10th. The home city of the team 'Hapoel Gilboa Galil' is Gilboa Regional Council. The capacity at stadium Gan Ner Sports Hall in Gilboa Regional Council is 2,400. The last season played was 2nd. The home city of the team 'Hapoel Holon' is Holon. The capacity at stadium Holon City Arena in Holon is 2,850. The last season played was 5th. The home city of the team 'Hapoel Jerusalem' is Jerusalem. The capacity at stadium Malha Arena in Jerusalem is 3,000. The last season played was 4th. The home city of the team 'Ironi Ashkelon' is Ashkelon. The capacity at stadium Ashkelon Sports Arena in Ashkelon is 3,000. The last season played was 6th. The home city of the team 'Maccabi Ashdod' is Ashdod. The capacity at stadium HaKiriya Arena in Ashdod is 1,260. The last season played was 7th. The home city of the team 'Hapoel Eilat B.C.' is Eilat. The capacity at stadium Begin Arena in Eilat is 1,100. The last season played was 8th (as Habik'a B.C.). The home city of the team 'Maccabi Haifa' is Haifa. The capacity at stadium Romema Arena in Haifa is 5,000. The last season played was 11th. The home city of the team 'Maccabi Rishon LeZion' is Rishon LeZion. The capacity at stadium Beit Maccabi Rishon in Rishon LeZion is 2,500. The last season played was 3rd. The home city of the team 'Maccabi Tel Aviv' is Tel Aviv. The capacity at stadium Nokia Arena in Tel Aviv is 11,700. The last season played was 1st. The home city of the team 'Hapoel Tel Aviv' is Tel Aviv. The capacity at stadium Beit Maccabi Rishon in Tel Aviv is 2,500. The last season played was 1st (Liga Leumit).
5
NIv2
task760_msr_sqa_long_text_generation
fs_opt
Teacher: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Teacher: Now, understand the problem? If you are still confused, see the following example: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Solution: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Reason: The output correctly captures the data in table and generates a long text passage which covers all the given information. Now, solve this instance: Table: ['Draw', 'Country', 'Language', 'Artist', 'Song', 'English translation', 'National final', 'Place', 'Points']. ['01', 'Malta', 'English', 'Claudia Faniello', 'Caravaggio', '-', '2nd', '13', '53']. ['02', 'Israel', 'Hebrew', "Bo'az Ma'uda & Oshrat Papin", 'Parparim', 'Butterflies', '3rd', '8', '90']. ['03', 'Russia', 'English', 'Sergey Lazarev', 'Flyer', '-', '4th', '7', '119']. ['04', 'Estonia', 'English', 'Rolf Junior', 'One on One', '-', '4th', '21', '0']. ['05', 'Belgium', 'English', 'Sandrine', 'I Feel The Same Way', '-', '2nd', '10', '64']. ['06', 'Macedonia', 'Macedonian', 'Risto Samardziev', 'Dojdi do mene', 'Come to me', '3rd', '19', '7']. ['07', 'Poland', 'English', 'Man Meadow', 'Viva la Musica', 'Hail to the music', '3rd', '3', '155']. ['08', 'Finland', 'Finnish', 'Mikael Konttinen', 'Milloin', 'When', 'Unplaced', '14', '46']. ['09', 'Germany', 'German', 'Carolin Fortenbacher', 'Hinterm Ozean', 'Beyond the ocean', '2nd', '6', '129']. ['10', 'Denmark', 'English', 'Kendra Lou', "Until We're Satisfied", '-', '4th', '18', '21']. ['11', 'Greece', 'English', 'Kostas Martakis', 'Always and Forever', '-', '2nd', '4', '140']. ['12', 'Serbia', 'Serbian', 'Beauty Queens', 'Zavet', 'A pledge', '3rd', '9', '68']. ['13', 'Croatia', 'Croatian', 'Emilija Kokic', 'Andjeo', 'Angel', '6th', '15', '31']. ['14', 'Lithuania', 'English', 'Aiste Pilvelyte', 'Troy on Fire', '-', '2nd', '17', '26']. ['15', 'Ireland', 'English', 'Leona Daly', 'Not Crazy After All', '-', 'Unplaced', '12', '56']. ['16', 'United Kingdom', 'English', 'The Revelations', "It's You", '-', '3rd', '16', '29']. ['17', 'Portugal', 'Portuguese', 'Lisboa Nao Sejas Francesa', 'Porto de encontro', 'Meeting harbour', '9th', '20', '6']. ['18', 'Sweden', 'English', 'Sanna Nielsen', 'Empty Room', '-', '2nd', '1', '269']. ['19', 'Norway', 'English', 'Veronica Akselsen', 'Am I Supposed To Love Again', '-', '4th', '5', '139']. ['20', 'Slovenia', 'Slovene', 'Brigita Suler', 'Samara', '-', '3rd', '11', '57']. ['21', 'Spain', 'Spanish', 'Coral', 'Todo esta en tu mente', 'Everything is in your mind', '2nd', '2', '178'] Student:
Passage: The song Caravaggio by the artist Claudia Faniello finished at 2nd position in the national finals, and at 13th position in the international finals by earning total 53 points. The song Caravaggio is in the language English from the country Malta. The English translation of the song is -. The song Parparim by the artist Bo'az Ma'uda & Oshrat Papin finished at 3rd position in the national finals, and at 8th position in the international finals by earning total 90 points. The song Parparim is in the language Hebrew from the country Israel. The English translation of the song is Butterflies. The song Flyer by the artist Sergey Lazarev finished at 4th position in the national finals, and at 7th position in the international finals by earning total 119 points. The song Flyer is in the language English from the country Russia. The English translation of the song is -. The song One on One by the artist Rolf Junior finished at 4th position in the national finals, and at 21th position in the international finals by earning total 0 points. The song One on One is in the language English from the country Estonia. The English translation of the song is -. The song I Feel The Same Way by the artist Sandrine finished at 2nd position in the national finals, and at 10th position in the international finals by earning total 64 points. The song I Feel The Same Way is in the language English from the country Belgium. The English translation of the song is -. The song Dojdi do mene by the artist Risto Samardziev finished at 3rd position in the national finals, and at 19th position in the international finals by earning total 7 points. The song Dojdi do mene is in the language Macedonian from the country Macedonia. The English translation of the song is Come to me. The song Viva la Musica by the artist Man Meadow finished at 3rd position in the national finals, and at 3th position in the international finals by earning total 155 points. The song Viva la Musica is in the language English from the country Poland. The English translation of the song is Hail to the music. The song Milloin by the artist Mikael Konttinen finished at Unplaced position in the national finals, and at 14th position in the international finals by earning total 46 points. The song Milloin is in the language Finnish from the country Finland. The English translation of the song is When. The song Hinterm Ozean by the artist Carolin Fortenbacher finished at 2nd position in the national finals, and at 6th position in the international finals by earning total 129 points. The song Hinterm Ozean is in the language German from the country Germany. The English translation of the song is Beyond the ocean. The song Until We're Satisfied by the artist Kendra Lou finished at 4th position in the national finals, and at 18th position in the international finals by earning total 21 points. The song Until We're Satisfied is in the language English from the country Denmark. The English translation of the song is -. The song Always and Forever by the artist Kostas Martakis finished at 2nd position in the national finals, and at 4th position in the international finals by earning total 140 points. The song Always and Forever is in the language English from the country Greece. The English translation of the song is -. The song Zavet by the artist Beauty Queens finished at 3rd position in the national finals, and at 9th position in the international finals by earning total 68 points. The song Zavet is in the language Serbian from the country Serbia. The English translation of the song is A pledge. The song Andjeo by the artist Emilija Kokic finished at 6th position in the national finals, and at 15th position in the international finals by earning total 31 points. The song Andjeo is in the language Croatian from the country Croatia. The English translation of the song is Angel. The song Troy on Fire by the artist Aiste Pilvelyte finished at 2nd position in the national finals, and at 17th position in the international finals by earning total 26 points. The song Troy on Fire is in the language English from the country Lithuania. The English translation of the song is -. The song Not Crazy After All by the artist Leona Daly finished at Unplaced position in the national finals, and at 12th position in the international finals by earning total 56 points. The song Not Crazy After All is in the language English from the country Ireland. The English translation of the song is -. The song It's You by the artist The Revelations finished at 3rd position in the national finals, and at 16th position in the international finals by earning total 29 points. The song It's You is in the language English from the country United Kingdom. The English translation of the song is -. The song Porto de encontro by the artist Lisboa Nao Sejas Francesa finished at 9th position in the national finals, and at 20th position in the international finals by earning total 6 points. The song Porto de encontro is in the language Portuguese from the country Portugal. The English translation of the song is Meeting harbour. The song Empty Room by the artist Sanna Nielsen finished at 2nd position in the national finals, and at 1th position in the international finals by earning total 269 points. The song Empty Room is in the language English from the country Sweden. The English translation of the song is -. The song Am I Supposed To Love Again by the artist Veronica Akselsen finished at 4th position in the national finals, and at 5th position in the international finals by earning total 139 points. The song Am I Supposed To Love Again is in the language English from the country Norway. The English translation of the song is -. The song Samara by the artist Brigita Suler finished at 3rd position in the national finals, and at 11th position in the international finals by earning total 57 points. The song Samara is in the language Slovene from the country Slovenia. The English translation of the song is -. The song Todo esta en tu mente by the artist Coral finished at 2nd position in the national finals, and at 2th position in the international finals by earning total 178 points. The song Todo esta en tu mente is in the language Spanish from the country Spain. The English translation of the song is Everything is in your mind.
2
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Example Input: Table: ['Club', 'Played', 'Won', 'Drawn', 'Lost', 'Points for', 'Points against', 'Bonus points', 'Points']. ['Biarritz Olympique', '26', '19', '', '7', '694', '350', '14', '90']. ['Stade Francais', '26', '19', '', '7', '633', '437', '13', '89']. ['Stade Toulousain', '26', '19', '', '7', '713', '427', '12', '88']. ['USA Perpignan', '26', '18', '', '8', '671', '398', '12', '84']. ['SU Agen', '26', '15', '', '11', '655', '540', '10', '70']. ['CS Bourgoin-Jallieu', '26', '14', '', '12', '591', '516', '11', '67']. ['Castres Olympique', '26', '13', '', '13', '685', '559', '14', '66']. ['ASM Clermont', '26', '14', '', '12', '577', '569', '7', '63']. ['CA Brive', '26', '10', '1', '15', '431', '553', '9', '51']. ['RC Narbonne', '26', '11', '', '15', '533', '775', '3', '47']. ['Montpellier RC', '26', '9', '0', '17', '574', '659', '10', '46']. ['Aviron Bayonnais', '26', '8', '1', '17', '514', '669', '9', '43']. ['Section Paloise', '26', '9', '0', '17', '476', '790', '4', '40']. ['RC Toulonnais', '26', '3', '0', '23', '332', '837', '7', '19'] Example Output: Passage: The club named Biarritz Olympique, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 694. Total points scored against the 26 team is 350. The team scored 14 bonus points. Total points scored by the 26 club this season this 90. The club named Stade Francais, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 633. Total points scored against the 26 team is 437. The team scored 13 bonus points. Total points scored by the 26 club this season this 89. The club named Stade Toulousain, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 713. Total points scored against the 26 team is 427. The team scored 12 bonus points. Total points scored by the 26 club this season this 88. The club named USA Perpignan, played 26 matches. Out of it, 18 matches resulted in win, resulted in draw, and 8 matches were lost. The total points the 26 club scored is 671. Total points scored against the 26 team is 398. The team scored 12 bonus points. Total points scored by the 26 club this season this 84. The club named SU Agen, played 26 matches. Out of it, 15 matches resulted in win, resulted in draw, and 11 matches were lost. The total points the 26 club scored is 655. Total points scored against the 26 team is 540. The team scored 10 bonus points. Total points scored by the 26 club this season this 70. The club named CS Bourgoin-Jallieu, played 26 matches. Out of it, 14 matches resulted in win, resulted in draw, and 12 matches were lost. The total points the 26 club scored is 591. Total points scored against the 26 team is 516. The team scored 11 bonus points. Total points scored by the 26 club this season this 67. The club named Castres Olympique, played 26 matches. Out of it, 13 matches resulted in win, resulted in draw, and 13 matches were lost. The total points the 26 club scored is 685. Total points scored against the 26 team is 559. The team scored 14 bonus points. Total points scored by the 26 club this season this 66. The club named ASM Clermont, played 26 matches. Out of it, 14 matches resulted in win, resulted in draw, and 12 matches were lost. The total points the 26 club scored is 577. Total points scored against the 26 team is 569. The team scored 7 bonus points. Total points scored by the 26 club this season this 63. The club named CA Brive, played 26 matches. Out of it, 10 matches resulted in win, 1 resulted in draw, and 15 matches were lost. The total points the 26 club scored is 431. Total points scored against the 26 team is 553. The team scored 9 bonus points. Total points scored by the 26 club this season this 51. The club named RC Narbonne, played 26 matches. Out of it, 11 matches resulted in win, resulted in draw, and 15 matches were lost. The total points the 26 club scored is 533. Total points scored against the 26 team is 775. The team scored 3 bonus points. Total points scored by the 26 club this season this 47. The club named Montpellier RC, played 26 matches. Out of it, 9 matches resulted in win, 0 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 574. Total points scored against the 26 team is 659. The team scored 10 bonus points. Total points scored by the 26 club this season this 46. The club named Aviron Bayonnais, played 26 matches. Out of it, 8 matches resulted in win, 1 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 514. Total points scored against the 26 team is 669. The team scored 9 bonus points. Total points scored by the 26 club this season this 43. The club named Section Paloise, played 26 matches. Out of it, 9 matches resulted in win, 0 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 476. Total points scored against the 26 team is 790. The team scored 4 bonus points. Total points scored by the 26 club this season this 40. The club named RC Toulonnais, played 26 matches. Out of it, 3 matches resulted in win, 0 resulted in draw, and 23 matches were lost. The total points the 26 club scored is 332. Total points scored against the 26 team is 837. The team scored 7 bonus points. Total points scored by the 26 club this season this 19. Example Input: Table: ['Name', 'Gender', 'Age', 'From', 'Occupation', 'Prize Money (USD)', 'Status']. ['Trisha', 'Female', '28', 'Santa Monica, CA', 'Artist', '$26,000', 'Winner']. ['London', 'Male', '46', 'Mt. Holly, NJ', 'US Coast Guard (Retired)', '$0', 'Lost']. ['Adria', 'Female', '25', 'Seattle, WA', 'Bartender', '$0', '7th Captured (by Ricky Ortiz)']. ['Lucas', 'Male', '32', 'Carlsbad, CA', 'Student', '$0', '6th Captured (by Kim)']. ['Andrew', 'Male', '21', 'Redondo Beach, CA', 'Student / Lifeguard', '$0', '5th Captured (by Kim)']. ['Tracy', 'Female', '30', 'Mililani, HI', 'Student', '$0', '4th Captured (by Grant)']. ['Lynda', 'Female', '59', 'Los Angeles, CA', 'General Contractor', '$0', '3rd Captured (by Icey)']. ['Darin', 'Male', '46', 'Fontana, CA', 'Sports Official', '$0', '2nd Captured (by Wong)']. ['Evan', 'Male', '29', 'Long Island, NY', 'Teacher', '$2,000', 'Opted Out']. ['Ameenah', 'Female', '34', 'Atlanta, GA', 'Drummer', '$0', '1st Captured (by Grant)'] Example Output: Passage: The person named Trisha, finished at position Winner and won $26,000 prize money. Trisha is a 28 years old Female from Santa Monica, CA. Trisha works as a Artist. The person named London, finished at position Lost and won $0 prize money. London is a 46 years old Male from Mt. Holly, NJ. London works as a US Coast Guard (Retired). The person named Adria, finished at position 7th Captured (by Ricky Ortiz) and won $0 prize money. Adria is a 25 years old Female from Seattle, WA. Adria works as a Bartender. The person named Lucas, finished at position 6th Captured (by Kim) and won $0 prize money. Lucas is a 32 years old Male from Carlsbad, CA. Lucas works as a Student. The person named Andrew, finished at position 5th Captured (by Kim) and won $0 prize money. Andrew is a 21 years old Male from Redondo Beach, CA. Andrew works as a Student / Lifeguard. The person named Tracy, finished at position 4th Captured (by Grant) and won $0 prize money. Tracy is a 30 years old Female from Mililani, HI. Tracy works as a Student. The person named Lynda, finished at position 3rd Captured (by Icey) and won $0 prize money. Lynda is a 59 years old Female from Los Angeles, CA. Lynda works as a General Contractor. The person named Darin, finished at position 2nd Captured (by Wong) and won $0 prize money. Darin is a 46 years old Male from Fontana, CA. Darin works as a Sports Official. The person named Evan, finished at position Opted Out and won $2,000 prize money. Evan is a 29 years old Male from Long Island, NY. Evan works as a Teacher. The person named Ameenah, finished at position 1st Captured (by Grant) and won $0 prize money. Ameenah is a 34 years old Female from Atlanta, GA. Ameenah works as a Drummer. Example Input: Table: ['Draw', 'Country', 'Language', 'Artist', 'Song', 'English translation', 'National final', 'Place', 'Points']. ['01', 'Malta', 'English', 'Claudia Faniello', 'Caravaggio', '-', '2nd', '13', '53']. ['02', 'Israel', 'Hebrew', "Bo'az Ma'uda & Oshrat Papin", 'Parparim', 'Butterflies', '3rd', '8', '90']. ['03', 'Russia', 'English', 'Sergey Lazarev', 'Flyer', '-', '4th', '7', '119']. ['04', 'Estonia', 'English', 'Rolf Junior', 'One on One', '-', '4th', '21', '0']. ['05', 'Belgium', 'English', 'Sandrine', 'I Feel The Same Way', '-', '2nd', '10', '64']. ['06', 'Macedonia', 'Macedonian', 'Risto Samardziev', 'Dojdi do mene', 'Come to me', '3rd', '19', '7']. ['07', 'Poland', 'English', 'Man Meadow', 'Viva la Musica', 'Hail to the music', '3rd', '3', '155']. ['08', 'Finland', 'Finnish', 'Mikael Konttinen', 'Milloin', 'When', 'Unplaced', '14', '46']. ['09', 'Germany', 'German', 'Carolin Fortenbacher', 'Hinterm Ozean', 'Beyond the ocean', '2nd', '6', '129']. ['10', 'Denmark', 'English', 'Kendra Lou', "Until We're Satisfied", '-', '4th', '18', '21']. ['11', 'Greece', 'English', 'Kostas Martakis', 'Always and Forever', '-', '2nd', '4', '140']. ['12', 'Serbia', 'Serbian', 'Beauty Queens', 'Zavet', 'A pledge', '3rd', '9', '68']. ['13', 'Croatia', 'Croatian', 'Emilija Kokic', 'Andjeo', 'Angel', '6th', '15', '31']. ['14', 'Lithuania', 'English', 'Aiste Pilvelyte', 'Troy on Fire', '-', '2nd', '17', '26']. ['15', 'Ireland', 'English', 'Leona Daly', 'Not Crazy After All', '-', 'Unplaced', '12', '56']. ['16', 'United Kingdom', 'English', 'The Revelations', "It's You", '-', '3rd', '16', '29']. ['17', 'Portugal', 'Portuguese', 'Lisboa Nao Sejas Francesa', 'Porto de encontro', 'Meeting harbour', '9th', '20', '6']. ['18', 'Sweden', 'English', 'Sanna Nielsen', 'Empty Room', '-', '2nd', '1', '269']. ['19', 'Norway', 'English', 'Veronica Akselsen', 'Am I Supposed To Love Again', '-', '4th', '5', '139']. ['20', 'Slovenia', 'Slovene', 'Brigita Suler', 'Samara', '-', '3rd', '11', '57']. ['21', 'Spain', 'Spanish', 'Coral', 'Todo esta en tu mente', 'Everything is in your mind', '2nd', '2', '178'] Example Output:
Passage: The song Caravaggio by the artist Claudia Faniello finished at 2nd position in the national finals, and at 13th position in the international finals by earning total 53 points. The song Caravaggio is in the language English from the country Malta. The English translation of the song is -. The song Parparim by the artist Bo'az Ma'uda & Oshrat Papin finished at 3rd position in the national finals, and at 8th position in the international finals by earning total 90 points. The song Parparim is in the language Hebrew from the country Israel. The English translation of the song is Butterflies. The song Flyer by the artist Sergey Lazarev finished at 4th position in the national finals, and at 7th position in the international finals by earning total 119 points. The song Flyer is in the language English from the country Russia. The English translation of the song is -. The song One on One by the artist Rolf Junior finished at 4th position in the national finals, and at 21th position in the international finals by earning total 0 points. The song One on One is in the language English from the country Estonia. The English translation of the song is -. The song I Feel The Same Way by the artist Sandrine finished at 2nd position in the national finals, and at 10th position in the international finals by earning total 64 points. The song I Feel The Same Way is in the language English from the country Belgium. The English translation of the song is -. The song Dojdi do mene by the artist Risto Samardziev finished at 3rd position in the national finals, and at 19th position in the international finals by earning total 7 points. The song Dojdi do mene is in the language Macedonian from the country Macedonia. The English translation of the song is Come to me. The song Viva la Musica by the artist Man Meadow finished at 3rd position in the national finals, and at 3th position in the international finals by earning total 155 points. The song Viva la Musica is in the language English from the country Poland. The English translation of the song is Hail to the music. The song Milloin by the artist Mikael Konttinen finished at Unplaced position in the national finals, and at 14th position in the international finals by earning total 46 points. The song Milloin is in the language Finnish from the country Finland. The English translation of the song is When. The song Hinterm Ozean by the artist Carolin Fortenbacher finished at 2nd position in the national finals, and at 6th position in the international finals by earning total 129 points. The song Hinterm Ozean is in the language German from the country Germany. The English translation of the song is Beyond the ocean. The song Until We're Satisfied by the artist Kendra Lou finished at 4th position in the national finals, and at 18th position in the international finals by earning total 21 points. The song Until We're Satisfied is in the language English from the country Denmark. The English translation of the song is -. The song Always and Forever by the artist Kostas Martakis finished at 2nd position in the national finals, and at 4th position in the international finals by earning total 140 points. The song Always and Forever is in the language English from the country Greece. The English translation of the song is -. The song Zavet by the artist Beauty Queens finished at 3rd position in the national finals, and at 9th position in the international finals by earning total 68 points. The song Zavet is in the language Serbian from the country Serbia. The English translation of the song is A pledge. The song Andjeo by the artist Emilija Kokic finished at 6th position in the national finals, and at 15th position in the international finals by earning total 31 points. The song Andjeo is in the language Croatian from the country Croatia. The English translation of the song is Angel. The song Troy on Fire by the artist Aiste Pilvelyte finished at 2nd position in the national finals, and at 17th position in the international finals by earning total 26 points. The song Troy on Fire is in the language English from the country Lithuania. The English translation of the song is -. The song Not Crazy After All by the artist Leona Daly finished at Unplaced position in the national finals, and at 12th position in the international finals by earning total 56 points. The song Not Crazy After All is in the language English from the country Ireland. The English translation of the song is -. The song It's You by the artist The Revelations finished at 3rd position in the national finals, and at 16th position in the international finals by earning total 29 points. The song It's You is in the language English from the country United Kingdom. The English translation of the song is -. The song Porto de encontro by the artist Lisboa Nao Sejas Francesa finished at 9th position in the national finals, and at 20th position in the international finals by earning total 6 points. The song Porto de encontro is in the language Portuguese from the country Portugal. The English translation of the song is Meeting harbour. The song Empty Room by the artist Sanna Nielsen finished at 2nd position in the national finals, and at 1th position in the international finals by earning total 269 points. The song Empty Room is in the language English from the country Sweden. The English translation of the song is -. The song Am I Supposed To Love Again by the artist Veronica Akselsen finished at 4th position in the national finals, and at 5th position in the international finals by earning total 139 points. The song Am I Supposed To Love Again is in the language English from the country Norway. The English translation of the song is -. The song Samara by the artist Brigita Suler finished at 3rd position in the national finals, and at 11th position in the international finals by earning total 57 points. The song Samara is in the language Slovene from the country Slovenia. The English translation of the song is -. The song Todo esta en tu mente by the artist Coral finished at 2nd position in the national finals, and at 2th position in the international finals by earning total 178 points. The song Todo esta en tu mente is in the language Spanish from the country Spain. The English translation of the song is Everything is in your mind.
3
NIv2
task760_msr_sqa_long_text_generation
fs_opt
Detailed Instructions: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. See one example below: Problem: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Solution: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Explanation: The output correctly captures the data in table and generates a long text passage which covers all the given information. Problem: Table: ['Locomotive', 'Named', 'Serial No', 'Entered service', 'Gauge', 'Livery']. ['BL26', 'Bob Hawke', '83-1010', 'March 1983', 'Standard', 'Pacific National blue & yellow']. ['BL27', '', '83-1011', 'August 1983', 'Standard', 'Pacific National blue & yellow']. ['BL28', '', '83-1012', 'September 1983', 'Standard', 'Pacific National blue & yellow']. ['BL29', '', '83-1013', 'October 1983', 'Broad', 'Pacific National blue & yellow']. ['BL30', '', '83-1014', 'December 1983', 'Standard', 'Pacific National blue & yellow']. ['BL31', '', '83-1015', 'November 1983', 'Standard', 'Pacific National blue & yellow']. ['BL32', '', '83-1016', 'February 1984', 'Broad', 'National Rail orange & grey']. ['BL33', '', '83-1017', 'April 1984', 'Standard', 'Pacific National blue & yellow']. ['BL34', '', '83-1018', 'June 1984', 'Broad', 'Pacific National blue & yellow']. ['BL35', '', '83-1019', 'July 1984', 'Standard', 'Pacific National blue & yellow'] Solution:
Passage: The locomotive BL26 named Bob Hawke and with serial no. 83-1010, entered the service in the month of March 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL27 named and with serial no. 83-1011, entered the service in the month of August 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL28 named and with serial no. 83-1012, entered the service in the month of September 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL29 named and with serial no. 83-1013, entered the service in the month of October 1983. It has Broad gauge, and Pacific National blue & yellow livery. The locomotive BL30 named and with serial no. 83-1014, entered the service in the month of December 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL31 named and with serial no. 83-1015, entered the service in the month of November 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL32 named and with serial no. 83-1016, entered the service in the month of February 1984. It has Broad gauge, and National Rail orange & grey livery. The locomotive BL33 named and with serial no. 83-1017, entered the service in the month of April 1984. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL34 named and with serial no. 83-1018, entered the service in the month of June 1984. It has Broad gauge, and Pacific National blue & yellow livery. The locomotive BL35 named and with serial no. 83-1019, entered the service in the month of July 1984. It has Standard gauge, and Pacific National blue & yellow livery.
4
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. [Q]: Table: ['Species', 'Country of origin', 'Total released', 'First release', 'Last release', 'Areas of release', 'Areas established', 'Pasture type']. ['Bubas bison', 'France, Spain', '1,613', 'April 1983', '1996 (not by CSIRO)', 'WA', 'NSW, SA, WA', 'Winter rainfall']. ['Copris elphenor Klug', 'South Africa', '2,287', 'January 1977', 'May 1983', 'QLD', 'QLD', 'Summer rainfall']. ['Copris hispanus Linnaeus', 'Spain', '294', 'October 1983', 'June 1994', 'WA', 'WA', 'Winter rainfall']. ['Euoniticellus africanus Harold', 'South Africa', '49,009', 'October 1971', 'February 1984', 'NSW, QLD, SA, Tas, Vic, WA', 'NSW, QLD', 'Summer rainfall']. ['Euoniticellus fulvus Goeze', 'France, Turkey', '76,944', 'March 1978', 'February 1983', 'NSW, SA, Tas, Vic, WA', 'NSW, SA, Tas, Vic, WA', 'Winter rainfall']. ['Euoniticellus intermedius Reiche', 'South Africa', '248,637', 'November 1971', 'February 1984', 'ACT, NSW, NT, QLD, SA, Vic, WA', 'NSW, NT, QLD, SA, Vic, WA', 'Summer rainfall']. ['Euoniticellus pallipes Fabricius', 'Iran, Turkey', '46,642', 'March 1977', 'September 1982', 'NSW, SA, WA', 'NSW, SA, Vic, WA', 'Winter rainfall']. ['Geotrupes spiniger Marsham', 'France', '12,082', 'April 1979', 'December 1983', 'ACT, NSW, Tas, Vic', 'ACT, NSW, SA, Tas, Vic', 'Winter rainfall']. ['Liatongus militaris Castelanu', 'South Africa (via Hawaii)', '70,450', 'January 1968', 'November 1979', 'NSW, NT, QLD, WA', 'NSW, NT, QLD', 'Summer rainfall']. ['Onitis alexis Fabricius', 'South Africa', '186,441', 'August 1972', 'February 1984', 'NSW, NT, QLD, WA', 'NSW, NT, QLD, SA, Vic, WA', 'Rainfall, summer rainfall, winter rainfall']. ['Onitis aygalus Fabricius', 'South Africa', '18,682', 'January 1977', 'January 1982', 'NSW, SA, WA', 'NSW, SA, Vic, WA', 'Winter rainfall']. ['Onitis caffer Boheman', 'South Africa', '8,738', 'October 1979', 'April 1984', 'WA', 'QLD, NSW, SA', 'Summer rainfall, winter rainfall']. ['Onitis pecuarius Lansberge', 'South Africa', '11,395', 'November 1976', 'May 1979', 'NSW, QLD', 'NSW, QLD', 'Summer rainfall']. ['Onitis vanderkelleni Lansberge', 'Kenya, Rwanda, Zaire', '10,852', 'October 1974', 'February 1982', 'NSW, QLD', 'QLD', 'Summer rainfall']. ['Onitis viridulus Bohemann', 'South Africa', '8,008', 'September 1976', 'July 1980', 'NSW, NT, QLD', 'NSW, NT, QLD, WA', 'Summer rainfall']. ['Onthophagus binodis Thunberg', 'South Africa', '173,018', 'October 1971', 'February 1982', 'NSW, QLD, SA, Tas, Vic, WA, Norfolk Islands', 'NSW, QLD, SA, Tas, Vic, WA, Norfolk Islands', 'Winter rainfall']. ['Onthophagus gazella Fabricius', 'South Africa', '420,415', 'February 1968', 'February 1984', 'ACT, NSW, NT, QLD, SA, Tas, Vic, WA, Norfolk Islands', 'ACT, NSW, NT, QLD, SA, WA, Norfolk Islands', 'Summer rainfall']. ["Onthophagus nigiventris d'Orbigny", 'East Africa', '29,960', 'May 1975', 'March 1983', 'NSW', 'NSW', 'Summer rainfall']. ['Onthophagus obliquus', 'Nigeria, Senegal, Zaire', '9,300', 'January 1976', 'November 1977', 'QLD, NT', 'QLD', 'Summer rainfall']. ['Onthophagus sagittarius', 'Sri Lanka (via Hawaii)', '9,075', 'January 1968', 'March 1977', 'NSW, NT, QLD, WA', 'NSW, NT', 'Summer rainfall']. ['Onthophagus taurus Schreber', 'Spain, Greece, Italy, Turkey', '164,499', 'February 1975', 'January 1984', 'NSW, SA, Tas, Vic, WA', 'NSW, SA, Tas, Vic, WA', 'Winter rainfall']. ['Sisyphus rubrus Paschalidis', 'South Africa', '85,933', 'March 1973', 'February 1980', 'NSW, QLD, WA', 'NSW, QLD', 'Summer rainfall']. ['Sisyphus spinipes', 'South Africa', '36,125', 'March 1972', 'December 1978', 'NSW, NT, QLD, WA', 'NSW, QLD', 'Summer rainfall']. ['', 'Total:', '1,680,399', '', '', '', '', ''] [A]: Passage: The species Bubas bison originated in the country of France, Spain. The species was first released in April 1983, and last released in 1996 (not by CSIRO) in the WAareas, making the total count of release to 1,613. The species was established in NSW, SA, WA areas. The pasture type for the spices is Winter rainfall. The species Copris elphenor Klug originated in the country of South Africa. The species was first released in January 1977, and last released in May 1983 in the QLDareas, making the total count of release to 2,287. The species was established in QLD areas. The pasture type for the spices is Summer rainfall. The species Copris hispanus Linnaeus originated in the country of Spain. The species was first released in October 1983, and last released in June 1994 in the WAareas, making the total count of release to 294. The species was established in WA areas. The pasture type for the spices is Winter rainfall. The species Euoniticellus africanus Harold originated in the country of South Africa. The species was first released in October 1971, and last released in February 1984 in the NSW, QLD, SA, Tas, Vic, WAareas, making the total count of release to 49,009. The species was established in NSW, QLD areas. The pasture type for the spices is Summer rainfall. The species Euoniticellus fulvus Goeze originated in the country of France, Turkey. The species was first released in March 1978, and last released in February 1983 in the NSW, SA, Tas, Vic, WAareas, making the total count of release to 76,944. The species was established in NSW, SA, Tas, Vic, WA areas. The pasture type for the spices is Winter rainfall. The species Euoniticellus intermedius Reiche originated in the country of South Africa. The species was first released in November 1971, and last released in February 1984 in the ACT, NSW, NT, QLD, SA, Vic, WAareas, making the total count of release to 248,637. The species was established in NSW, NT, QLD, SA, Vic, WA areas. The pasture type for the spices is Summer rainfall. The species Euoniticellus pallipes Fabricius originated in the country of Iran, Turkey. The species was first released in March 1977, and last released in September 1982 in the NSW, SA, WAareas, making the total count of release to 46,642. The species was established in NSW, SA, Vic, WA areas. The pasture type for the spices is Winter rainfall. The species Geotrupes spiniger Marsham originated in the country of France. The species was first released in April 1979, and last released in December 1983 in the ACT, NSW, Tas, Vicareas, making the total count of release to 12,082. The species was established in ACT, NSW, SA, Tas, Vic areas. The pasture type for the spices is Winter rainfall. The species Liatongus militaris Castelanu originated in the country of South Africa (via Hawaii). The species was first released in January 1968, and last released in November 1979 in the NSW, NT, QLD, WAareas, making the total count of release to 70,450. The species was established in NSW, NT, QLD areas. The pasture type for the spices is Summer rainfall. The species Onitis alexis Fabricius originated in the country of South Africa. The species was first released in August 1972, and last released in February 1984 in the NSW, NT, QLD, WAareas, making the total count of release to 186,441. The species was established in NSW, NT, QLD, SA, Vic, WA areas. The pasture type for the spices is Rainfall, summer rainfall, winter rainfall. The species Onitis aygalus Fabricius originated in the country of South Africa. The species was first released in January 1977, and last released in January 1982 in the NSW, SA, WAareas, making the total count of release to 18,682. The species was established in NSW, SA, Vic, WA areas. The pasture type for the spices is Winter rainfall. The species Onitis caffer Boheman originated in the country of South Africa. The species was first released in October 1979, and last released in April 1984 in the WAareas, making the total count of release to 8,738. The species was established in QLD, NSW, SA areas. The pasture type for the spices is Summer rainfall, winter rainfall. The species Onitis pecuarius Lansberge originated in the country of South Africa. The species was first released in November 1976, and last released in May 1979 in the NSW, QLDareas, making the total count of release to 11,395. The species was established in NSW, QLD areas. The pasture type for the spices is Summer rainfall. The species Onitis vanderkelleni Lansberge originated in the country of Kenya, Rwanda, Zaire. The species was first released in October 1974, and last released in February 1982 in the NSW, QLDareas, making the total count of release to 10,852. The species was established in QLD areas. The pasture type for the spices is Summer rainfall. The species Onitis viridulus Bohemann originated in the country of South Africa. The species was first released in September 1976, and last released in July 1980 in the NSW, NT, QLDareas, making the total count of release to 8,008. The species was established in NSW, NT, QLD, WA areas. The pasture type for the spices is Summer rainfall. The species Onthophagus binodis Thunberg originated in the country of South Africa. The species was first released in October 1971, and last released in February 1982 in the NSW, QLD, SA, Tas, Vic, WA, Norfolk Islandsareas, making the total count of release to 173,018. The species was established in NSW, QLD, SA, Tas, Vic, WA, Norfolk Islands areas. The pasture type for the spices is Winter rainfall. The species Onthophagus gazella Fabricius originated in the country of South Africa. The species was first released in February 1968, and last released in February 1984 in the ACT, NSW, NT, QLD, SA, Tas, Vic, WA, Norfolk Islandsareas, making the total count of release to 420,415. The species was established in ACT, NSW, NT, QLD, SA, WA, Norfolk Islands areas. The pasture type for the spices is Summer rainfall. The species Onthophagus nigiventris d'Orbigny originated in the country of East Africa. The species was first released in May 1975, and last released in March 1983 in the NSWareas, making the total count of release to 29,960. The species was established in NSW areas. The pasture type for the spices is Summer rainfall. The species Onthophagus obliquus originated in the country of Nigeria, Senegal, Zaire. The species was first released in January 1976, and last released in November 1977 in the QLD, NTareas, making the total count of release to 9,300. The species was established in QLD areas. The pasture type for the spices is Summer rainfall. The species Onthophagus sagittarius originated in the country of Sri Lanka (via Hawaii). The species was first released in January 1968, and last released in March 1977 in the NSW, NT, QLD, WAareas, making the total count of release to 9,075. The species was established in NSW, NT areas. The pasture type for the spices is Summer rainfall. The species Onthophagus taurus Schreber originated in the country of Spain, Greece, Italy, Turkey. The species was first released in February 1975, and last released in January 1984 in the NSW, SA, Tas, Vic, WAareas, making the total count of release to 164,499. The species was established in NSW, SA, Tas, Vic, WA areas. The pasture type for the spices is Winter rainfall. The species Sisyphus rubrus Paschalidis originated in the country of South Africa. The species was first released in March 1973, and last released in February 1980 in the NSW, QLD, WAareas, making the total count of release to 85,933. The species was established in NSW, QLD areas. The pasture type for the spices is Summer rainfall. The species Sisyphus spinipes originated in the country of South Africa. The species was first released in March 1972, and last released in December 1978 in the NSW, NT, QLD, WAareas, making the total count of release to 36,125. The species was established in NSW, QLD areas. The pasture type for the spices is Summer rainfall. The species originated in the country of Total:. The species was first released in , and last released in in the areas, making the total count of release to 1,680,399. The species was established in areas. The pasture type for the spices is . [Q]: Table: ['Draw', 'Country', 'Language', 'Artist', 'Song', 'English translation', 'National final', 'Place', 'Points']. ['01', 'Malta', 'English', 'Claudia Faniello', 'Caravaggio', '-', '2nd', '13', '53']. ['02', 'Israel', 'Hebrew', "Bo'az Ma'uda & Oshrat Papin", 'Parparim', 'Butterflies', '3rd', '8', '90']. ['03', 'Russia', 'English', 'Sergey Lazarev', 'Flyer', '-', '4th', '7', '119']. ['04', 'Estonia', 'English', 'Rolf Junior', 'One on One', '-', '4th', '21', '0']. ['05', 'Belgium', 'English', 'Sandrine', 'I Feel The Same Way', '-', '2nd', '10', '64']. ['06', 'Macedonia', 'Macedonian', 'Risto Samardziev', 'Dojdi do mene', 'Come to me', '3rd', '19', '7']. ['07', 'Poland', 'English', 'Man Meadow', 'Viva la Musica', 'Hail to the music', '3rd', '3', '155']. ['08', 'Finland', 'Finnish', 'Mikael Konttinen', 'Milloin', 'When', 'Unplaced', '14', '46']. ['09', 'Germany', 'German', 'Carolin Fortenbacher', 'Hinterm Ozean', 'Beyond the ocean', '2nd', '6', '129']. ['10', 'Denmark', 'English', 'Kendra Lou', "Until We're Satisfied", '-', '4th', '18', '21']. ['11', 'Greece', 'English', 'Kostas Martakis', 'Always and Forever', '-', '2nd', '4', '140']. ['12', 'Serbia', 'Serbian', 'Beauty Queens', 'Zavet', 'A pledge', '3rd', '9', '68']. ['13', 'Croatia', 'Croatian', 'Emilija Kokic', 'Andjeo', 'Angel', '6th', '15', '31']. ['14', 'Lithuania', 'English', 'Aiste Pilvelyte', 'Troy on Fire', '-', '2nd', '17', '26']. ['15', 'Ireland', 'English', 'Leona Daly', 'Not Crazy After All', '-', 'Unplaced', '12', '56']. ['16', 'United Kingdom', 'English', 'The Revelations', "It's You", '-', '3rd', '16', '29']. ['17', 'Portugal', 'Portuguese', 'Lisboa Nao Sejas Francesa', 'Porto de encontro', 'Meeting harbour', '9th', '20', '6']. ['18', 'Sweden', 'English', 'Sanna Nielsen', 'Empty Room', '-', '2nd', '1', '269']. ['19', 'Norway', 'English', 'Veronica Akselsen', 'Am I Supposed To Love Again', '-', '4th', '5', '139']. ['20', 'Slovenia', 'Slovene', 'Brigita Suler', 'Samara', '-', '3rd', '11', '57']. ['21', 'Spain', 'Spanish', 'Coral', 'Todo esta en tu mente', 'Everything is in your mind', '2nd', '2', '178'] [A]: Passage: The song Caravaggio by the artist Claudia Faniello finished at 2nd position in the national finals, and at 13th position in the international finals by earning total 53 points. The song Caravaggio is in the language English from the country Malta. The English translation of the song is -. The song Parparim by the artist Bo'az Ma'uda & Oshrat Papin finished at 3rd position in the national finals, and at 8th position in the international finals by earning total 90 points. The song Parparim is in the language Hebrew from the country Israel. The English translation of the song is Butterflies. The song Flyer by the artist Sergey Lazarev finished at 4th position in the national finals, and at 7th position in the international finals by earning total 119 points. The song Flyer is in the language English from the country Russia. The English translation of the song is -. The song One on One by the artist Rolf Junior finished at 4th position in the national finals, and at 21th position in the international finals by earning total 0 points. The song One on One is in the language English from the country Estonia. The English translation of the song is -. The song I Feel The Same Way by the artist Sandrine finished at 2nd position in the national finals, and at 10th position in the international finals by earning total 64 points. The song I Feel The Same Way is in the language English from the country Belgium. The English translation of the song is -. The song Dojdi do mene by the artist Risto Samardziev finished at 3rd position in the national finals, and at 19th position in the international finals by earning total 7 points. The song Dojdi do mene is in the language Macedonian from the country Macedonia. The English translation of the song is Come to me. The song Viva la Musica by the artist Man Meadow finished at 3rd position in the national finals, and at 3th position in the international finals by earning total 155 points. The song Viva la Musica is in the language English from the country Poland. The English translation of the song is Hail to the music. The song Milloin by the artist Mikael Konttinen finished at Unplaced position in the national finals, and at 14th position in the international finals by earning total 46 points. The song Milloin is in the language Finnish from the country Finland. The English translation of the song is When. The song Hinterm Ozean by the artist Carolin Fortenbacher finished at 2nd position in the national finals, and at 6th position in the international finals by earning total 129 points. The song Hinterm Ozean is in the language German from the country Germany. The English translation of the song is Beyond the ocean. The song Until We're Satisfied by the artist Kendra Lou finished at 4th position in the national finals, and at 18th position in the international finals by earning total 21 points. The song Until We're Satisfied is in the language English from the country Denmark. The English translation of the song is -. The song Always and Forever by the artist Kostas Martakis finished at 2nd position in the national finals, and at 4th position in the international finals by earning total 140 points. The song Always and Forever is in the language English from the country Greece. The English translation of the song is -. The song Zavet by the artist Beauty Queens finished at 3rd position in the national finals, and at 9th position in the international finals by earning total 68 points. The song Zavet is in the language Serbian from the country Serbia. The English translation of the song is A pledge. The song Andjeo by the artist Emilija Kokic finished at 6th position in the national finals, and at 15th position in the international finals by earning total 31 points. The song Andjeo is in the language Croatian from the country Croatia. The English translation of the song is Angel. The song Troy on Fire by the artist Aiste Pilvelyte finished at 2nd position in the national finals, and at 17th position in the international finals by earning total 26 points. The song Troy on Fire is in the language English from the country Lithuania. The English translation of the song is -. The song Not Crazy After All by the artist Leona Daly finished at Unplaced position in the national finals, and at 12th position in the international finals by earning total 56 points. The song Not Crazy After All is in the language English from the country Ireland. The English translation of the song is -. The song It's You by the artist The Revelations finished at 3rd position in the national finals, and at 16th position in the international finals by earning total 29 points. The song It's You is in the language English from the country United Kingdom. The English translation of the song is -. The song Porto de encontro by the artist Lisboa Nao Sejas Francesa finished at 9th position in the national finals, and at 20th position in the international finals by earning total 6 points. The song Porto de encontro is in the language Portuguese from the country Portugal. The English translation of the song is Meeting harbour. The song Empty Room by the artist Sanna Nielsen finished at 2nd position in the national finals, and at 1th position in the international finals by earning total 269 points. The song Empty Room is in the language English from the country Sweden. The English translation of the song is -. The song Am I Supposed To Love Again by the artist Veronica Akselsen finished at 4th position in the national finals, and at 5th position in the international finals by earning total 139 points. The song Am I Supposed To Love Again is in the language English from the country Norway. The English translation of the song is -. The song Samara by the artist Brigita Suler finished at 3rd position in the national finals, and at 11th position in the international finals by earning total 57 points. The song Samara is in the language Slovene from the country Slovenia. The English translation of the song is -. The song Todo esta en tu mente by the artist Coral finished at 2nd position in the national finals, and at 2th position in the international finals by earning total 178 points. The song Todo esta en tu mente is in the language Spanish from the country Spain. The English translation of the song is Everything is in your mind. [Q]: Table: ['Date', 'Number', 'Type', 'Captain', 'Casualties', 'Sunk by']. ['4 May 1943', 'U-209', 'VIIC', 'Heinrich Brodda', '46', 'Catalina Flying-boat of No. 5 Squadron RCAF']. ['5 May 1943', 'U-638', 'VIIC', 'Oskar Staudinger', '44', 'HMS Sunflower']. ['5 May 1943', 'U-531', 'IXC/40', 'Herbert Neckel', '54', 'HMS Vidette']. ['6 May 1943', 'U-192', 'IXC/40', 'Werner Happe', '55', 'HMS Loosestrife']. ['6 May 1943', 'U-125', 'IXC', 'Ulrich Folkers', '54', 'HMS Oribi, HMS Snowflake']. ['6 May 1943', 'U-630', 'VIIC', 'Werner Winkler', '47', 'HMS Vidette']. ['6 May 1943', 'U-438', 'VIIC', 'Heinrich Hensohn', '48', 'HMS Pelican'] [A]:
Passage: The U-209 was a VIIC type submarine. The U-209 submarine, commanded by Captain Heinrich Brodda, was sunk on the date 4 May 1943 by the Catalina Flying-boat of No. 5 Squadron RCAF submarine. It results in 46 casualties. The U-638 was a VIIC type submarine. The U-638 submarine, commanded by Captain Oskar Staudinger, was sunk on the date 5 May 1943 by the HMS Sunflower submarine. It results in 44 casualties. The U-531 was a IXC/40 type submarine. The U-531 submarine, commanded by Captain Herbert Neckel, was sunk on the date 5 May 1943 by the HMS Vidette submarine. It results in 54 casualties. The U-192 was a IXC/40 type submarine. The U-192 submarine, commanded by Captain Werner Happe, was sunk on the date 6 May 1943 by the HMS Loosestrife submarine. It results in 55 casualties. The U-125 was a IXC type submarine. The U-125 submarine, commanded by Captain Ulrich Folkers, was sunk on the date 6 May 1943 by the HMS Oribi, HMS Snowflake submarine. It results in 54 casualties. The U-630 was a VIIC type submarine. The U-630 submarine, commanded by Captain Werner Winkler, was sunk on the date 6 May 1943 by the HMS Vidette submarine. It results in 47 casualties. The U-438 was a VIIC type submarine. The U-438 submarine, commanded by Captain Heinrich Hensohn, was sunk on the date 6 May 1943 by the HMS Pelican submarine. It results in 48 casualties.
5
NIv2
task760_msr_sqa_long_text_generation
fs_opt
Given the task definition, example input & output, solve the new input case. You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Example: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Output: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. The output correctly captures the data in table and generates a long text passage which covers all the given information. New input case for you: Table: ['Rank', 'Name', 'Nationality', 'Time (hand)', 'Notes']. ['', 'Tommy Green', 'Great Britain', '4:50:10', 'OR']. ['', 'Janis Dalins', 'Latvia', '4:57:20', '']. ['', 'Ugo Frigerio', 'Italy', '4:59:06', '']. ['4', 'Karl Hahnel', 'Germany', '5:06:06', '']. ['5', 'Ettore Rivolta', 'Italy', '5:07:39', '']. ['6', 'Paul Sievert', 'Germany', '5:16:41', '']. ['7', 'Henri Quintric', 'France', '5:27:25', '']. ['8', 'Ernie Crosbie', 'United States', '5:28:02', '']. ['9', 'Bill Chisholm', 'United States', '5:51:00', '']. ['10', 'Alfred Maasik', 'Estonia', '6:19:00', '']. ['', 'Henry Cieman', 'Canada', '', 'DNF']. ['', 'John Moralis', 'Greece', '', 'DNF']. ['', 'Francesco Pretti', 'Italy', '', 'DNF']. ['', 'Arthur Tell Schwab', 'Switzerland', '', 'DNF']. ['', 'Harry Hinkel', 'United States', '', 'DNF'] Output:
Passage: The Great Britain athlete named Tommy Green is ranked globally. Tommy Green completed the marathon in 4:50:10 seconds. The Latvia athlete named Janis Dalins is ranked globally. Janis Dalins completed the marathon in 4:57:20 seconds. The Italy athlete named Ugo Frigerio is ranked globally. Ugo Frigerio completed the marathon in 4:59:06 seconds. The Germany athlete named Karl Hahnel is ranked 4 globally. Karl Hahnel completed the marathon in 5:06:06 seconds. The Italy athlete named Ettore Rivolta is ranked 5 globally. Ettore Rivolta completed the marathon in 5:07:39 seconds. The Germany athlete named Paul Sievert is ranked 6 globally. Paul Sievert completed the marathon in 5:16:41 seconds. The France athlete named Henri Quintric is ranked 7 globally. Henri Quintric completed the marathon in 5:27:25 seconds. The United States athlete named Ernie Crosbie is ranked 8 globally. Ernie Crosbie completed the marathon in 5:28:02 seconds. The United States athlete named Bill Chisholm is ranked 9 globally. Bill Chisholm completed the marathon in 5:51:00 seconds. The Estonia athlete named Alfred Maasik is ranked 10 globally. Alfred Maasik completed the marathon in 6:19:00 seconds. The Canada athlete named Henry Cieman is ranked globally. Henry Cieman completed the marathon in seconds. The Greece athlete named John Moralis is ranked globally. John Moralis completed the marathon in seconds. The Italy athlete named Francesco Pretti is ranked globally. Francesco Pretti completed the marathon in seconds. The Switzerland athlete named Arthur Tell Schwab is ranked globally. Arthur Tell Schwab completed the marathon in seconds. The United States athlete named Harry Hinkel is ranked globally. Harry Hinkel completed the marathon in seconds.
1
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Example Input: Table: ['Model', 'Frame', "Years Mfg'd", 'Caliber(s)', 'Production', 'Barrel', 'Notes']. ['Remington-Beals Army Model Revolver', 'Large', '1861-1862', '.44', '1,900 (estimated)', '8 inch octagon', '']. ['Remington-Beals Navy Model Revolver', 'Medium', '1861-1862', '.36', '14,500 (estimated)', '7 1/2 inch octagon', '']. ['1861 Army Revolver (Old Model Army)', 'Large', '1862', '.44', '6,000 (estimated)', '8 inch octagon', '']. ['1861 Navy Revolver', 'Medium', '1862', '.36', '7,000 (estimated)', '7 3/8 inch octagon', '']. ['New Model Army Revolver', 'Large', '1863-1875', '.44', '122,000 (approximately)', '8 inch octagon', 'Used for factory conversions in .46 RF & .44 Remington']. ['New Model Navy Revolver', 'Medium', '1863-1875', '.36', '28,000 (approximately)', '7 3/8 inch octagon', 'Used for factory and U.S. Navy conversions to .38 RF & CF']. ['New Model Single Action Belt Revolver', 'Large', '1863-1875', '.36 percussion and .38 CF', '2,500 - 3,000 (estimated)', '6 1/2 inch octagon', 'Factory conversion production started in 1873']. ['Remington-Rider Double Action New Model Belt Revolver', 'Large', '1863-1873', '.36 percussion and .38 CF', '3,000 - 5,000 (estimated)', '6 1/2 inch octagon', '1863-1865 available with fluted cylinder, conversions had two-piece cylinder']. ['New Model Police Revolver', 'Medium', '1865-1873', '.36 percussion and .38 RF', '25,000 (estimated)', '3 1/2, 4 1/2, 5 1/2, 6 1/2 inch octagon', 'Conversions all believed to be rimfire only']. ['New Model Pocket Revolver', 'Medium', '1865-1873', '.31 percussion and .32 CF', '25,000 (estimated)', '3, 3 1/2, 4, 4 1/2', 'Majority produced as conversions or cartridge'] Example Output: Passage: The model named 'Remington-Beals Army Model Revolver', with Large frame, was manufactured around the period 1861-1862. 'Remington-Beals Army Model Revolver' has .44 caliber(s), and the number of production units are 1,900 (estimated) and 8 inch octagon barrels. . The model named 'Remington-Beals Navy Model Revolver', with Medium frame, was manufactured around the period 1861-1862. 'Remington-Beals Navy Model Revolver' has .36 caliber(s), and the number of production units are 14,500 (estimated) and 7 1/2 inch octagon barrels. . The model named '1861 Army Revolver (Old Model Army)', with Large frame, was manufactured around the period 1862. '1861 Army Revolver (Old Model Army)' has .44 caliber(s), and the number of production units are 6,000 (estimated) and 8 inch octagon barrels. . The model named '1861 Navy Revolver', with Medium frame, was manufactured around the period 1862. '1861 Navy Revolver' has .36 caliber(s), and the number of production units are 7,000 (estimated) and 7 3/8 inch octagon barrels. . The model named 'New Model Army Revolver', with Large frame, was manufactured around the period 1863-1875. 'New Model Army Revolver' has .44 caliber(s), and the number of production units are 122,000 (approximately) and 8 inch octagon barrels. Used for factory conversions in .46 RF & .44 Remington. The model named 'New Model Navy Revolver', with Medium frame, was manufactured around the period 1863-1875. 'New Model Navy Revolver' has .36 caliber(s), and the number of production units are 28,000 (approximately) and 7 3/8 inch octagon barrels. Used for factory and U.S. Navy conversions to .38 RF & CF. The model named 'New Model Single Action Belt Revolver', with Large frame, was manufactured around the period 1863-1875. 'New Model Single Action Belt Revolver' has .36 percussion and .38 CF caliber(s), and the number of production units are 2,500 - 3,000 (estimated) and 6 1/2 inch octagon barrels. Factory conversion production started in 1873. The model named 'Remington-Rider Double Action New Model Belt Revolver', with Large frame, was manufactured around the period 1863-1873. 'Remington-Rider Double Action New Model Belt Revolver' has .36 percussion and .38 CF caliber(s), and the number of production units are 3,000 - 5,000 (estimated) and 6 1/2 inch octagon barrels. 1863-1865 available with fluted cylinder, conversions had two-piece cylinder. The model named 'New Model Police Revolver', with Medium frame, was manufactured around the period 1865-1873. 'New Model Police Revolver' has .36 percussion and .38 RF caliber(s), and the number of production units are 25,000 (estimated) and 3 1/2, 4 1/2, 5 1/2, 6 1/2 inch octagon barrels. Conversions all believed to be rimfire only. The model named 'New Model Pocket Revolver', with Medium frame, was manufactured around the period 1865-1873. 'New Model Pocket Revolver' has .31 percussion and .32 CF caliber(s), and the number of production units are 25,000 (estimated) and 3, 3 1/2, 4, 4 1/2 barrels. Majority produced as conversions or cartridge. Example Input: Table: ['Rank', 'Nation', 'Gold', 'Silver', 'Bronze', 'Total']. ['1', 'Algeria', '8', '3', '0', '11']. ['2', 'Tunisia', '4', '3', '5', '12']. ['3', 'Egypt', '3', '3', '3', '9']. ['4', 'Cameroon', '1', '1', '5', '7']. ['5', 'Morocco', '0', '1', '5', '5']. ['6', 'South Africa', '0', '1', '1', '2']. ['7', 'Angola', '0', '1', '0', '1']. ['7', 'Burkina Faso', '0', '1', '0', '1']. ['7', 'Gabon', '0', '1', '0', '1']. ['7', 'Madagascar', '0', '1', '0', '1']. ['11', 'Nigeria', '0', '0', '3', '3']. ['12', 'Senegal', '0', '0', '2', '2']. ['13', 'Congo Republic', '0', '0', '1', '1']. ['13', 'Ivory Coast', '0', '0', '1', '1']. ['13', 'Guinea', '0', '0', '1', '1']. ['13', 'Niger', '0', '0', '1', '1'] Example Output: Passage: The nation, Algeria, has ranked 1. Algeria won 8 gold medals, 3 silver medals, and 0 bronze medals. Algeria won 11 medals in total. The nation, Tunisia, has ranked 2. Tunisia won 4 gold medals, 3 silver medals, and 5 bronze medals. Tunisia won 12 medals in total. The nation, Egypt, has ranked 3. Egypt won 3 gold medals, 3 silver medals, and 3 bronze medals. Egypt won 9 medals in total. The nation, Cameroon, has ranked 4. Cameroon won 1 gold medals, 1 silver medals, and 5 bronze medals. Cameroon won 7 medals in total. The nation, Morocco, has ranked 5. Morocco won 0 gold medals, 1 silver medals, and 5 bronze medals. Morocco won 5 medals in total. The nation, South Africa, has ranked 6. South Africa won 0 gold medals, 1 silver medals, and 1 bronze medals. South Africa won 2 medals in total. The nation, Angola, has ranked 7. Angola won 0 gold medals, 1 silver medals, and 0 bronze medals. Angola won 1 medals in total. The nation, Burkina Faso, has ranked 7. Burkina Faso won 0 gold medals, 1 silver medals, and 0 bronze medals. Burkina Faso won 1 medals in total. The nation, Gabon, has ranked 7. Gabon won 0 gold medals, 1 silver medals, and 0 bronze medals. Gabon won 1 medals in total. The nation, Madagascar, has ranked 7. Madagascar won 0 gold medals, 1 silver medals, and 0 bronze medals. Madagascar won 1 medals in total. The nation, Nigeria, has ranked 11. Nigeria won 0 gold medals, 0 silver medals, and 3 bronze medals. Nigeria won 3 medals in total. The nation, Senegal, has ranked 12. Senegal won 0 gold medals, 0 silver medals, and 2 bronze medals. Senegal won 2 medals in total. The nation, Congo Republic, has ranked 13. Congo Republic won 0 gold medals, 0 silver medals, and 1 bronze medals. Congo Republic won 1 medals in total. The nation, Ivory Coast, has ranked 13. Ivory Coast won 0 gold medals, 0 silver medals, and 1 bronze medals. Ivory Coast won 1 medals in total. The nation, Guinea, has ranked 13. Guinea won 0 gold medals, 0 silver medals, and 1 bronze medals. Guinea won 1 medals in total. The nation, Niger, has ranked 13. Niger won 0 gold medals, 0 silver medals, and 1 bronze medals. Niger won 1 medals in total. Example Input: Table: ['Place', 'Position', 'Number', 'Name', 'NASL', 'Playoffs', 'CFU Club Championship', 'CONCACAF Champions League', 'Total']. ['1', 'FW', '11', 'Nicholas Addlery', '9', '0', '0', '1', '10']. ['2', 'FW', '9', 'Jonathan Fana', '4', '0', '4', '0', '8']. ['3', 'FW', '7', 'David Foley', '6', '1', '0', '0', '7']. ['3', 'FW', '24', 'Hector Ramos', '3', '0', '2', '2', '7']. ['5', 'DF', '33', 'Jay Needham', '3', '0', '0', '0', '3']. ['5', 'FW', '22', 'Gregory Richardson', '1', '0', '1', '1', '3']. ['7', 'MF', '20', 'Josh Hansen', '0', '0', '2', '0', '2']. ['7', '', '', 'Own Goal', '0', '0', '2', '0', '2']. ['9', 'DF', '3', 'Richard Martinez', '1', '0', '0', '0', '1']. ['9', 'DF', '16', 'Anthony Vazquez', '1', '0', '0', '0', '1']. ['9', 'DF', '5', 'Noah Delgado', '1', '0', '0', '0', '1']. ['9', 'MF', '14', 'Jarad Van Schaik', '1', '0', '0', '0', '1']. ['9', 'MF', '17', 'Tyler Wilson', '1', '0', '0', '0', '1']. ['9', 'MF', '24', 'Justin Fojo', '1', '0', '0', '0', '1']. ['', '', '', 'TOTALS', '32', '1', '11', '4', '48'] Example Output:
Passage: The player named Nicholas Addlery with jersey number 11, plays at position FW. There were total 0 playoffs, 0 CFU Club Championships, 1 CONCACAF Champions Leagues. Total 10 matches. The player named Jonathan Fana with jersey number 9, plays at position FW. There were total 0 playoffs, 4 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 8 matches. The player named David Foley with jersey number 7, plays at position FW. There were total 1 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 7 matches. The player named Hector Ramos with jersey number 24, plays at position FW. There were total 0 playoffs, 2 CFU Club Championships, 2 CONCACAF Champions Leagues. Total 7 matches. The player named Jay Needham with jersey number 33, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 3 matches. The player named Gregory Richardson with jersey number 22, plays at position FW. There were total 0 playoffs, 1 CFU Club Championships, 1 CONCACAF Champions Leagues. Total 3 matches. The player named Josh Hansen with jersey number 20, plays at position MF. There were total 0 playoffs, 2 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 2 matches. The player named Own Goal with jersey number , plays at position . There were total 0 playoffs, 2 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 2 matches. The player named Richard Martinez with jersey number 3, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Anthony Vazquez with jersey number 16, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Noah Delgado with jersey number 5, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Jarad Van Schaik with jersey number 14, plays at position MF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Tyler Wilson with jersey number 17, plays at position MF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Justin Fojo with jersey number 24, plays at position MF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named TOTALS with jersey number , plays at position . There were total 1 playoffs, 11 CFU Club Championships, 4 CONCACAF Champions Leagues. Total 48 matches.
3
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Let me give you an example: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] The answer to this example can be: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Here is why: The output correctly captures the data in table and generates a long text passage which covers all the given information. OK. solve this: Table: ['Player', 'HR', 'Date reached 500 HR', 'Team', 'Seasons played']. ['Barry Bonds', '762', 'April 17, 2001', 'San Francisco Giants', '1986-2007']. ['Hank Aaron', '755', 'July 14, 1968', 'Atlanta Braves', '1954-1976']. ['Babe Ruth', '714', 'August 11, 1929', 'New York Yankees', '1914-1935']. ['Willie Mays', '660', 'September 13, 1965', 'San Francisco Giants', '1951-1952, 1954-1973']. ['Alex Rodriguez', '654', 'August 4, 2007', 'New York Yankees', '1994-']. ['Ken Griffey, Jr.', '630', 'June 20, 2004', 'Cincinnati Reds', '1989-2010']. ['Jim Thome', '612', 'September 16, 2007', 'Chicago White Sox', '1991-2012']. ['Sammy Sosa', '609', 'April 4, 2003', 'Chicago Cubs', '1989-2005, 2007']. ['Frank Robinson', '586', 'September 13, 1971', 'Baltimore Orioles', '1956-1976']. ['Mark McGwire', '583', 'August 5, 1999', 'St. Louis Cardinals', '1986-2001']. ['Harmon Killebrew', '573', 'August 10, 1971', 'Minnesota Twins', '1954-1975']. ['Rafael Palmeiro', '569', 'May 11, 2003', 'Texas Rangers', '1986-2005']. ['Reggie Jackson', '563', 'September 17, 1984', 'California Angels', '1967-1987']. ['Manny Ramirez', '555', 'May 31, 2008', 'Boston Red Sox', '1993-2011']. ['Mike Schmidt', '548', 'April 18, 1987', 'Philadelphia Phillies', '1972-1989']. ['Mickey Mantle', '536', 'May 14, 1967', 'New York Yankees', '1951-1968']. ['Jimmie Foxx', '534', 'September 24, 1940', 'Boston Red Sox', '1925-1942, 1944-1945']. ['Ted Williams', '521', 'June 17, 1960', 'Boston Red Sox', '1939-1942, 1946-1960']. ['Willie McCovey', '521', 'June 30, 1978', 'San Francisco Giants', '1959-1980']. ['Frank Thomas', '521', 'June 28, 2007', 'Toronto Blue Jays', '1990-2008']. ['Ernie Banks', '512', 'May 12, 1970', 'Chicago Cubs', '1953-1971']. ['Eddie Mathews', '512', 'July 14, 1967', 'Houston Astros', '1952-1968']. ['Mel Ott', '511', 'August 1, 1945', 'New York Giants', '1926-1947']. ['Gary Sheffield', '509', 'April 17, 2009', 'New York Mets', '1988-2009']. ['Eddie Murray', '504', 'September 6, 1996', 'Baltimore Orioles', '1977-1997'] Answer:
Passage: The player Barry Bonds from the team San Francisco Giants has scored total 762 home runs. Barry Bonds has played in the seasons: 1986-2007. Barry Bonds had completed 500 home runs on date April 17, 2001. The player Hank Aaron from the team Atlanta Braves has scored total 755 home runs. Hank Aaron has played in the seasons: 1954-1976. Hank Aaron had completed 500 home runs on date July 14, 1968. The player Babe Ruth from the team New York Yankees has scored total 714 home runs. Babe Ruth has played in the seasons: 1914-1935. Babe Ruth had completed 500 home runs on date August 11, 1929. The player Willie Mays from the team San Francisco Giants has scored total 660 home runs. Willie Mays has played in the seasons: 1951-1952, 1954-1973. Willie Mays had completed 500 home runs on date September 13, 1965. The player Alex Rodriguez from the team New York Yankees has scored total 654 home runs. Alex Rodriguez has played in the seasons: 1994-. Alex Rodriguez had completed 500 home runs on date August 4, 2007. The player Ken Griffey, Jr. from the team Cincinnati Reds has scored total 630 home runs. Ken Griffey, Jr. has played in the seasons: 1989-2010. Ken Griffey, Jr. had completed 500 home runs on date June 20, 2004. The player Jim Thome from the team Chicago White Sox has scored total 612 home runs. Jim Thome has played in the seasons: 1991-2012. Jim Thome had completed 500 home runs on date September 16, 2007. The player Sammy Sosa from the team Chicago Cubs has scored total 609 home runs. Sammy Sosa has played in the seasons: 1989-2005, 2007. Sammy Sosa had completed 500 home runs on date April 4, 2003. The player Frank Robinson from the team Baltimore Orioles has scored total 586 home runs. Frank Robinson has played in the seasons: 1956-1976. Frank Robinson had completed 500 home runs on date September 13, 1971. The player Mark McGwire from the team St. Louis Cardinals has scored total 583 home runs. Mark McGwire has played in the seasons: 1986-2001. Mark McGwire had completed 500 home runs on date August 5, 1999. The player Harmon Killebrew from the team Minnesota Twins has scored total 573 home runs. Harmon Killebrew has played in the seasons: 1954-1975. Harmon Killebrew had completed 500 home runs on date August 10, 1971. The player Rafael Palmeiro from the team Texas Rangers has scored total 569 home runs. Rafael Palmeiro has played in the seasons: 1986-2005. Rafael Palmeiro had completed 500 home runs on date May 11, 2003. The player Reggie Jackson from the team California Angels has scored total 563 home runs. Reggie Jackson has played in the seasons: 1967-1987. Reggie Jackson had completed 500 home runs on date September 17, 1984. The player Manny Ramirez from the team Boston Red Sox has scored total 555 home runs. Manny Ramirez has played in the seasons: 1993-2011. Manny Ramirez had completed 500 home runs on date May 31, 2008. The player Mike Schmidt from the team Philadelphia Phillies has scored total 548 home runs. Mike Schmidt has played in the seasons: 1972-1989. Mike Schmidt had completed 500 home runs on date April 18, 1987. The player Mickey Mantle from the team New York Yankees has scored total 536 home runs. Mickey Mantle has played in the seasons: 1951-1968. Mickey Mantle had completed 500 home runs on date May 14, 1967. The player Jimmie Foxx from the team Boston Red Sox has scored total 534 home runs. Jimmie Foxx has played in the seasons: 1925-1942, 1944-1945. Jimmie Foxx had completed 500 home runs on date September 24, 1940. The player Ted Williams from the team Boston Red Sox has scored total 521 home runs. Ted Williams has played in the seasons: 1939-1942, 1946-1960. Ted Williams had completed 500 home runs on date June 17, 1960. The player Willie McCovey from the team San Francisco Giants has scored total 521 home runs. Willie McCovey has played in the seasons: 1959-1980. Willie McCovey had completed 500 home runs on date June 30, 1978. The player Frank Thomas from the team Toronto Blue Jays has scored total 521 home runs. Frank Thomas has played in the seasons: 1990-2008. Frank Thomas had completed 500 home runs on date June 28, 2007. The player Ernie Banks from the team Chicago Cubs has scored total 512 home runs. Ernie Banks has played in the seasons: 1953-1971. Ernie Banks had completed 500 home runs on date May 12, 1970. The player Eddie Mathews from the team Houston Astros has scored total 512 home runs. Eddie Mathews has played in the seasons: 1952-1968. Eddie Mathews had completed 500 home runs on date July 14, 1967. The player Mel Ott from the team New York Giants has scored total 511 home runs. Mel Ott has played in the seasons: 1926-1947. Mel Ott had completed 500 home runs on date August 1, 1945. The player Gary Sheffield from the team New York Mets has scored total 509 home runs. Gary Sheffield has played in the seasons: 1988-2009. Gary Sheffield had completed 500 home runs on date April 17, 2009. The player Eddie Murray from the team Baltimore Orioles has scored total 504 home runs. Eddie Murray has played in the seasons: 1977-1997. Eddie Murray had completed 500 home runs on date September 6, 1996.
8
NIv2
task760_msr_sqa_long_text_generation
fs_opt
Teacher: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Teacher: Now, understand the problem? If you are still confused, see the following example: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Solution: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Reason: The output correctly captures the data in table and generates a long text passage which covers all the given information. Now, solve this instance: Table: ['Model', 'Frame', "Years Mfg'd", 'Caliber(s)', 'Production', 'Barrel', 'Notes']. ['Remington-Beals Army Model Revolver', 'Large', '1861-1862', '.44', '1,900 (estimated)', '8 inch octagon', '']. ['Remington-Beals Navy Model Revolver', 'Medium', '1861-1862', '.36', '14,500 (estimated)', '7 1/2 inch octagon', '']. ['1861 Army Revolver (Old Model Army)', 'Large', '1862', '.44', '6,000 (estimated)', '8 inch octagon', '']. ['1861 Navy Revolver', 'Medium', '1862', '.36', '7,000 (estimated)', '7 3/8 inch octagon', '']. ['New Model Army Revolver', 'Large', '1863-1875', '.44', '122,000 (approximately)', '8 inch octagon', 'Used for factory conversions in .46 RF & .44 Remington']. ['New Model Navy Revolver', 'Medium', '1863-1875', '.36', '28,000 (approximately)', '7 3/8 inch octagon', 'Used for factory and U.S. Navy conversions to .38 RF & CF']. ['New Model Single Action Belt Revolver', 'Large', '1863-1875', '.36 percussion and .38 CF', '2,500 - 3,000 (estimated)', '6 1/2 inch octagon', 'Factory conversion production started in 1873']. ['Remington-Rider Double Action New Model Belt Revolver', 'Large', '1863-1873', '.36 percussion and .38 CF', '3,000 - 5,000 (estimated)', '6 1/2 inch octagon', '1863-1865 available with fluted cylinder, conversions had two-piece cylinder']. ['New Model Police Revolver', 'Medium', '1865-1873', '.36 percussion and .38 RF', '25,000 (estimated)', '3 1/2, 4 1/2, 5 1/2, 6 1/2 inch octagon', 'Conversions all believed to be rimfire only']. ['New Model Pocket Revolver', 'Medium', '1865-1873', '.31 percussion and .32 CF', '25,000 (estimated)', '3, 3 1/2, 4, 4 1/2', 'Majority produced as conversions or cartridge'] Student:
Passage: The model named 'Remington-Beals Army Model Revolver', with Large frame, was manufactured around the period 1861-1862. 'Remington-Beals Army Model Revolver' has .44 caliber(s), and the number of production units are 1,900 (estimated) and 8 inch octagon barrels. . The model named 'Remington-Beals Navy Model Revolver', with Medium frame, was manufactured around the period 1861-1862. 'Remington-Beals Navy Model Revolver' has .36 caliber(s), and the number of production units are 14,500 (estimated) and 7 1/2 inch octagon barrels. . The model named '1861 Army Revolver (Old Model Army)', with Large frame, was manufactured around the period 1862. '1861 Army Revolver (Old Model Army)' has .44 caliber(s), and the number of production units are 6,000 (estimated) and 8 inch octagon barrels. . The model named '1861 Navy Revolver', with Medium frame, was manufactured around the period 1862. '1861 Navy Revolver' has .36 caliber(s), and the number of production units are 7,000 (estimated) and 7 3/8 inch octagon barrels. . The model named 'New Model Army Revolver', with Large frame, was manufactured around the period 1863-1875. 'New Model Army Revolver' has .44 caliber(s), and the number of production units are 122,000 (approximately) and 8 inch octagon barrels. Used for factory conversions in .46 RF & .44 Remington. The model named 'New Model Navy Revolver', with Medium frame, was manufactured around the period 1863-1875. 'New Model Navy Revolver' has .36 caliber(s), and the number of production units are 28,000 (approximately) and 7 3/8 inch octagon barrels. Used for factory and U.S. Navy conversions to .38 RF & CF. The model named 'New Model Single Action Belt Revolver', with Large frame, was manufactured around the period 1863-1875. 'New Model Single Action Belt Revolver' has .36 percussion and .38 CF caliber(s), and the number of production units are 2,500 - 3,000 (estimated) and 6 1/2 inch octagon barrels. Factory conversion production started in 1873. The model named 'Remington-Rider Double Action New Model Belt Revolver', with Large frame, was manufactured around the period 1863-1873. 'Remington-Rider Double Action New Model Belt Revolver' has .36 percussion and .38 CF caliber(s), and the number of production units are 3,000 - 5,000 (estimated) and 6 1/2 inch octagon barrels. 1863-1865 available with fluted cylinder, conversions had two-piece cylinder. The model named 'New Model Police Revolver', with Medium frame, was manufactured around the period 1865-1873. 'New Model Police Revolver' has .36 percussion and .38 RF caliber(s), and the number of production units are 25,000 (estimated) and 3 1/2, 4 1/2, 5 1/2, 6 1/2 inch octagon barrels. Conversions all believed to be rimfire only. The model named 'New Model Pocket Revolver', with Medium frame, was manufactured around the period 1865-1873. 'New Model Pocket Revolver' has .31 percussion and .32 CF caliber(s), and the number of production units are 25,000 (estimated) and 3, 3 1/2, 4, 4 1/2 barrels. Majority produced as conversions or cartridge.
2
NIv2
task760_msr_sqa_long_text_generation
fs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Input: Consider Input: Table: ['Rank', 'Name', 'Nationality', 'Time (hand)', 'Notes']. ['', 'Tommy Green', 'Great Britain', '4:50:10', 'OR']. ['', 'Janis Dalins', 'Latvia', '4:57:20', '']. ['', 'Ugo Frigerio', 'Italy', '4:59:06', '']. ['4', 'Karl Hahnel', 'Germany', '5:06:06', '']. ['5', 'Ettore Rivolta', 'Italy', '5:07:39', '']. ['6', 'Paul Sievert', 'Germany', '5:16:41', '']. ['7', 'Henri Quintric', 'France', '5:27:25', '']. ['8', 'Ernie Crosbie', 'United States', '5:28:02', '']. ['9', 'Bill Chisholm', 'United States', '5:51:00', '']. ['10', 'Alfred Maasik', 'Estonia', '6:19:00', '']. ['', 'Henry Cieman', 'Canada', '', 'DNF']. ['', 'John Moralis', 'Greece', '', 'DNF']. ['', 'Francesco Pretti', 'Italy', '', 'DNF']. ['', 'Arthur Tell Schwab', 'Switzerland', '', 'DNF']. ['', 'Harry Hinkel', 'United States', '', 'DNF'] Output: Passage: The Great Britain athlete named Tommy Green is ranked globally. Tommy Green completed the marathon in 4:50:10 seconds. The Latvia athlete named Janis Dalins is ranked globally. Janis Dalins completed the marathon in 4:57:20 seconds. The Italy athlete named Ugo Frigerio is ranked globally. Ugo Frigerio completed the marathon in 4:59:06 seconds. The Germany athlete named Karl Hahnel is ranked 4 globally. Karl Hahnel completed the marathon in 5:06:06 seconds. The Italy athlete named Ettore Rivolta is ranked 5 globally. Ettore Rivolta completed the marathon in 5:07:39 seconds. The Germany athlete named Paul Sievert is ranked 6 globally. Paul Sievert completed the marathon in 5:16:41 seconds. The France athlete named Henri Quintric is ranked 7 globally. Henri Quintric completed the marathon in 5:27:25 seconds. The United States athlete named Ernie Crosbie is ranked 8 globally. Ernie Crosbie completed the marathon in 5:28:02 seconds. The United States athlete named Bill Chisholm is ranked 9 globally. Bill Chisholm completed the marathon in 5:51:00 seconds. The Estonia athlete named Alfred Maasik is ranked 10 globally. Alfred Maasik completed the marathon in 6:19:00 seconds. The Canada athlete named Henry Cieman is ranked globally. Henry Cieman completed the marathon in seconds. The Greece athlete named John Moralis is ranked globally. John Moralis completed the marathon in seconds. The Italy athlete named Francesco Pretti is ranked globally. Francesco Pretti completed the marathon in seconds. The Switzerland athlete named Arthur Tell Schwab is ranked globally. Arthur Tell Schwab completed the marathon in seconds. The United States athlete named Harry Hinkel is ranked globally. Harry Hinkel completed the marathon in seconds. Input: Consider Input: Table: ['#', 'Nation', 'Qualification Tournament', 'Place in QT', 'Sailor']. ['1', 'China', 'Host Country', '', '']. ['2', 'Brazil', '2007 Worlds', '1', 'Robert Scheidt, Bruno Prada']. ['3', 'France', '2007 Worlds', '2', 'Xavier Rohart, Pascal Rambeau']. ['4', 'Great Britain', '2007 Worlds', '3', 'Iain Percy, Andrew Simpson']. ['5', 'New Zealand', '2007 Worlds', '4', 'Hamish Pepper, Carl Williams']. ['6', 'Italy', '2007 Worlds', '5', 'Diego Negri, Luigi Viale']. ['7', 'Poland', '2007 Worlds', '6', 'Mateusz Kusznierewicz, Dominik Zycki']. ['8', 'Germany', '2007 Worlds', '7', 'Marc Pickel, Ingo Borkowski']. ['9', 'Sweden', '2007 Worlds', '8', 'Fredrik Loof, Anders Ekstrom']. ['10', 'Australia', '2007 Worlds', '9', 'Iain Murray, Andrew Palfrey']. ['11', 'Portugal', '2007 Worlds', '10', 'Afonso Domingos, Bernardo Santos']. ['12', 'United States', '2007 Worlds', '11', 'Mark Reynolds, Hal Haenel']. ['13', 'Switzerland', '2008 Worlds', '4', 'Flavio Marazzi, Enrico De Maria']. ['14', 'Croatia', '2008 Worlds', '12', 'Marin Lovrovic, Sinsa Mikulicic']. ['15', 'Ireland', '2008 Worlds', '14', 'Max Treacy, Anthony Shanks']. ['16', 'Austria', '2008 Worlds', '16', 'Hans Spitzauer, Christian Nehammer'] Output: Passage: China finished at th position in the Host Country Qualification tournament. The sailor was . Brazil finished at 1th position in the 2007 Worlds Qualification tournament. The sailor was Robert Scheidt, Bruno Prada. France finished at 2th position in the 2007 Worlds Qualification tournament. The sailor was Xavier Rohart, Pascal Rambeau. Great Britain finished at 3th position in the 2007 Worlds Qualification tournament. The sailor was Iain Percy, Andrew Simpson. New Zealand finished at 4th position in the 2007 Worlds Qualification tournament. The sailor was Hamish Pepper, Carl Williams. Italy finished at 5th position in the 2007 Worlds Qualification tournament. The sailor was Diego Negri, Luigi Viale. Poland finished at 6th position in the 2007 Worlds Qualification tournament. The sailor was Mateusz Kusznierewicz, Dominik Zycki. Germany finished at 7th position in the 2007 Worlds Qualification tournament. The sailor was Marc Pickel, Ingo Borkowski. Sweden finished at 8th position in the 2007 Worlds Qualification tournament. The sailor was Fredrik Loof, Anders Ekstrom. Australia finished at 9th position in the 2007 Worlds Qualification tournament. The sailor was Iain Murray, Andrew Palfrey. Portugal finished at 10th position in the 2007 Worlds Qualification tournament. The sailor was Afonso Domingos, Bernardo Santos. United States finished at 11th position in the 2007 Worlds Qualification tournament. The sailor was Mark Reynolds, Hal Haenel. Switzerland finished at 4th position in the 2008 Worlds Qualification tournament. The sailor was Flavio Marazzi, Enrico De Maria. Croatia finished at 12th position in the 2008 Worlds Qualification tournament. The sailor was Marin Lovrovic, Sinsa Mikulicic. Ireland finished at 14th position in the 2008 Worlds Qualification tournament. The sailor was Max Treacy, Anthony Shanks. Austria finished at 16th position in the 2008 Worlds Qualification tournament. The sailor was Hans Spitzauer, Christian Nehammer. Input: Consider Input: Table: ['Position', 'Club', 'Played', 'Points', 'Wins', 'Draws', 'Losses', 'Goals for', 'Goals against', 'Goal Difference']. ['1', 'Cordoba CF', '30', '40', '16', '8', '6', '48', '22', '+26']. ['2', 'CD Malaga', '30', '38', '14', '10', '6', '52', '36', '+16']. ['3', 'Granada CF', '30', '36', '15', '6', '9', '48', '34', '+14']. ['4', 'UD Las Palmas', '30', '35', '15', '5', '10', '47', '39', '+8']. ['5', 'Recreativo de Huelva', '30', '33', '13', '7', '10', '43', '42', '+1']. ['6', 'Levante UD', '30', '32', '14', '4', '12', '49', '42', '+7']. ['7', 'Hercules CF', '30', '32', '14', '4', '12', '55', '46', '+9']. ['8', 'Real Murcia', '30', '31', '12', '7', '11', '40', '35', '+5']. ['9', 'Real Jaen', '30', '31', '14', '3', '13', '58', '42', '+16']. ['10', 'Cadiz CF', '30', '28', '12', '4', '14', '43', '52', '-9']. ['11', 'CD Cartagena', '30', '28', '13', '2', '15', '45', '56', '-11']. ['12', 'CD Mestalla', '30', '27', '11', '5', '14', '50', '49', '+1']. ['13', 'Albacete Balompie', '30', '27', '10', '7', '13', '27', '32', '-5']. ['14', 'CD San Fernando', '30', '27', '11', '5', '14', '37', '47', '-10']. ['15', 'Atletico Ceuta', '30', '23', '8', '7', '15', '33', '48', '-15']. ['16', 'CD Villarrobledo', '30', '12', '4', '4', '22', '26', '79', '-53']
Output: Passage: The club named Cordoba CF is at position 1. Cordoba CF played 30 matches, won 16 matches, lost 6 matches and had 8 draws. Cordoba CF scored 48 goals for, 22 goals against. Total points for Cordoba CF are 40. The club named CD Malaga is at position 2. CD Malaga played 30 matches, won 14 matches, lost 6 matches and had 10 draws. CD Malaga scored 52 goals for, 36 goals against. Total points for CD Malaga are 38. The club named Granada CF is at position 3. Granada CF played 30 matches, won 15 matches, lost 9 matches and had 6 draws. Granada CF scored 48 goals for, 34 goals against. Total points for Granada CF are 36. The club named UD Las Palmas is at position 4. UD Las Palmas played 30 matches, won 15 matches, lost 10 matches and had 5 draws. UD Las Palmas scored 47 goals for, 39 goals against. Total points for UD Las Palmas are 35. The club named Recreativo de Huelva is at position 5. Recreativo de Huelva played 30 matches, won 13 matches, lost 10 matches and had 7 draws. Recreativo de Huelva scored 43 goals for, 42 goals against. Total points for Recreativo de Huelva are 33. The club named Levante UD is at position 6. Levante UD played 30 matches, won 14 matches, lost 12 matches and had 4 draws. Levante UD scored 49 goals for, 42 goals against. Total points for Levante UD are 32. The club named Hercules CF is at position 7. Hercules CF played 30 matches, won 14 matches, lost 12 matches and had 4 draws. Hercules CF scored 55 goals for, 46 goals against. Total points for Hercules CF are 32. The club named Real Murcia is at position 8. Real Murcia played 30 matches, won 12 matches, lost 11 matches and had 7 draws. Real Murcia scored 40 goals for, 35 goals against. Total points for Real Murcia are 31. The club named Real Jaen is at position 9. Real Jaen played 30 matches, won 14 matches, lost 13 matches and had 3 draws. Real Jaen scored 58 goals for, 42 goals against. Total points for Real Jaen are 31. The club named Cadiz CF is at position 10. Cadiz CF played 30 matches, won 12 matches, lost 14 matches and had 4 draws. Cadiz CF scored 43 goals for, 52 goals against. Total points for Cadiz CF are 28. The club named CD Cartagena is at position 11. CD Cartagena played 30 matches, won 13 matches, lost 15 matches and had 2 draws. CD Cartagena scored 45 goals for, 56 goals against. Total points for CD Cartagena are 28. The club named CD Mestalla is at position 12. CD Mestalla played 30 matches, won 11 matches, lost 14 matches and had 5 draws. CD Mestalla scored 50 goals for, 49 goals against. Total points for CD Mestalla are 27. The club named Albacete Balompie is at position 13. Albacete Balompie played 30 matches, won 10 matches, lost 13 matches and had 7 draws. Albacete Balompie scored 27 goals for, 32 goals against. Total points for Albacete Balompie are 27. The club named CD San Fernando is at position 14. CD San Fernando played 30 matches, won 11 matches, lost 14 matches and had 5 draws. CD San Fernando scored 37 goals for, 47 goals against. Total points for CD San Fernando are 27. The club named Atletico Ceuta is at position 15. Atletico Ceuta played 30 matches, won 8 matches, lost 15 matches and had 7 draws. Atletico Ceuta scored 33 goals for, 48 goals against. Total points for Atletico Ceuta are 23. The club named CD Villarrobledo is at position 16. CD Villarrobledo played 30 matches, won 4 matches, lost 22 matches and had 4 draws. CD Villarrobledo scored 26 goals for, 79 goals against. Total points for CD Villarrobledo are 12.
2
NIv2
task760_msr_sqa_long_text_generation
fs_opt
Teacher: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Teacher: Now, understand the problem? If you are still confused, see the following example: Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] Solution: Passage: The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS. Reason: The output correctly captures the data in table and generates a long text passage which covers all the given information. Now, solve this instance: Table: ['Position', 'Club', 'Played', 'Points', 'Wins', 'Draws', 'Losses', 'Goals for', 'Goals against', 'Goal Difference']. ['1', 'Cordoba CF', '30', '40', '16', '8', '6', '48', '22', '+26']. ['2', 'CD Malaga', '30', '38', '14', '10', '6', '52', '36', '+16']. ['3', 'Granada CF', '30', '36', '15', '6', '9', '48', '34', '+14']. ['4', 'UD Las Palmas', '30', '35', '15', '5', '10', '47', '39', '+8']. ['5', 'Recreativo de Huelva', '30', '33', '13', '7', '10', '43', '42', '+1']. ['6', 'Levante UD', '30', '32', '14', '4', '12', '49', '42', '+7']. ['7', 'Hercules CF', '30', '32', '14', '4', '12', '55', '46', '+9']. ['8', 'Real Murcia', '30', '31', '12', '7', '11', '40', '35', '+5']. ['9', 'Real Jaen', '30', '31', '14', '3', '13', '58', '42', '+16']. ['10', 'Cadiz CF', '30', '28', '12', '4', '14', '43', '52', '-9']. ['11', 'CD Cartagena', '30', '28', '13', '2', '15', '45', '56', '-11']. ['12', 'CD Mestalla', '30', '27', '11', '5', '14', '50', '49', '+1']. ['13', 'Albacete Balompie', '30', '27', '10', '7', '13', '27', '32', '-5']. ['14', 'CD San Fernando', '30', '27', '11', '5', '14', '37', '47', '-10']. ['15', 'Atletico Ceuta', '30', '23', '8', '7', '15', '33', '48', '-15']. ['16', 'CD Villarrobledo', '30', '12', '4', '4', '22', '26', '79', '-53'] Student:
Passage: The club named Cordoba CF is at position 1. Cordoba CF played 30 matches, won 16 matches, lost 6 matches and had 8 draws. Cordoba CF scored 48 goals for, 22 goals against. Total points for Cordoba CF are 40. The club named CD Malaga is at position 2. CD Malaga played 30 matches, won 14 matches, lost 6 matches and had 10 draws. CD Malaga scored 52 goals for, 36 goals against. Total points for CD Malaga are 38. The club named Granada CF is at position 3. Granada CF played 30 matches, won 15 matches, lost 9 matches and had 6 draws. Granada CF scored 48 goals for, 34 goals against. Total points for Granada CF are 36. The club named UD Las Palmas is at position 4. UD Las Palmas played 30 matches, won 15 matches, lost 10 matches and had 5 draws. UD Las Palmas scored 47 goals for, 39 goals against. Total points for UD Las Palmas are 35. The club named Recreativo de Huelva is at position 5. Recreativo de Huelva played 30 matches, won 13 matches, lost 10 matches and had 7 draws. Recreativo de Huelva scored 43 goals for, 42 goals against. Total points for Recreativo de Huelva are 33. The club named Levante UD is at position 6. Levante UD played 30 matches, won 14 matches, lost 12 matches and had 4 draws. Levante UD scored 49 goals for, 42 goals against. Total points for Levante UD are 32. The club named Hercules CF is at position 7. Hercules CF played 30 matches, won 14 matches, lost 12 matches and had 4 draws. Hercules CF scored 55 goals for, 46 goals against. Total points for Hercules CF are 32. The club named Real Murcia is at position 8. Real Murcia played 30 matches, won 12 matches, lost 11 matches and had 7 draws. Real Murcia scored 40 goals for, 35 goals against. Total points for Real Murcia are 31. The club named Real Jaen is at position 9. Real Jaen played 30 matches, won 14 matches, lost 13 matches and had 3 draws. Real Jaen scored 58 goals for, 42 goals against. Total points for Real Jaen are 31. The club named Cadiz CF is at position 10. Cadiz CF played 30 matches, won 12 matches, lost 14 matches and had 4 draws. Cadiz CF scored 43 goals for, 52 goals against. Total points for Cadiz CF are 28. The club named CD Cartagena is at position 11. CD Cartagena played 30 matches, won 13 matches, lost 15 matches and had 2 draws. CD Cartagena scored 45 goals for, 56 goals against. Total points for CD Cartagena are 28. The club named CD Mestalla is at position 12. CD Mestalla played 30 matches, won 11 matches, lost 14 matches and had 5 draws. CD Mestalla scored 50 goals for, 49 goals against. Total points for CD Mestalla are 27. The club named Albacete Balompie is at position 13. Albacete Balompie played 30 matches, won 10 matches, lost 13 matches and had 7 draws. Albacete Balompie scored 27 goals for, 32 goals against. Total points for Albacete Balompie are 27. The club named CD San Fernando is at position 14. CD San Fernando played 30 matches, won 11 matches, lost 14 matches and had 5 draws. CD San Fernando scored 37 goals for, 47 goals against. Total points for CD San Fernando are 27. The club named Atletico Ceuta is at position 15. Atletico Ceuta played 30 matches, won 8 matches, lost 15 matches and had 7 draws. Atletico Ceuta scored 33 goals for, 48 goals against. Total points for Atletico Ceuta are 23. The club named CD Villarrobledo is at position 16. CD Villarrobledo played 30 matches, won 4 matches, lost 22 matches and had 4 draws. CD Villarrobledo scored 26 goals for, 79 goals against. Total points for CD Villarrobledo are 12.
2
NIv2
task760_msr_sqa_long_text_generation
fs_opt
Detailed Instructions: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Problem:Table: ['Species', 'Country of origin', 'Total released', 'First release', 'Last release', 'Areas of release', 'Areas established', 'Pasture type']. ['Bubas bison', 'France, Spain', '1,613', 'April 1983', '1996 (not by CSIRO)', 'WA', 'NSW, SA, WA', 'Winter rainfall']. ['Copris elphenor Klug', 'South Africa', '2,287', 'January 1977', 'May 1983', 'QLD', 'QLD', 'Summer rainfall']. ['Copris hispanus Linnaeus', 'Spain', '294', 'October 1983', 'June 1994', 'WA', 'WA', 'Winter rainfall']. ['Euoniticellus africanus Harold', 'South Africa', '49,009', 'October 1971', 'February 1984', 'NSW, QLD, SA, Tas, Vic, WA', 'NSW, QLD', 'Summer rainfall']. ['Euoniticellus fulvus Goeze', 'France, Turkey', '76,944', 'March 1978', 'February 1983', 'NSW, SA, Tas, Vic, WA', 'NSW, SA, Tas, Vic, WA', 'Winter rainfall']. ['Euoniticellus intermedius Reiche', 'South Africa', '248,637', 'November 1971', 'February 1984', 'ACT, NSW, NT, QLD, SA, Vic, WA', 'NSW, NT, QLD, SA, Vic, WA', 'Summer rainfall']. ['Euoniticellus pallipes Fabricius', 'Iran, Turkey', '46,642', 'March 1977', 'September 1982', 'NSW, SA, WA', 'NSW, SA, Vic, WA', 'Winter rainfall']. ['Geotrupes spiniger Marsham', 'France', '12,082', 'April 1979', 'December 1983', 'ACT, NSW, Tas, Vic', 'ACT, NSW, SA, Tas, Vic', 'Winter rainfall']. ['Liatongus militaris Castelanu', 'South Africa (via Hawaii)', '70,450', 'January 1968', 'November 1979', 'NSW, NT, QLD, WA', 'NSW, NT, QLD', 'Summer rainfall']. ['Onitis alexis Fabricius', 'South Africa', '186,441', 'August 1972', 'February 1984', 'NSW, NT, QLD, WA', 'NSW, NT, QLD, SA, Vic, WA', 'Rainfall, summer rainfall, winter rainfall']. ['Onitis aygalus Fabricius', 'South Africa', '18,682', 'January 1977', 'January 1982', 'NSW, SA, WA', 'NSW, SA, Vic, WA', 'Winter rainfall']. ['Onitis caffer Boheman', 'South Africa', '8,738', 'October 1979', 'April 1984', 'WA', 'QLD, NSW, SA', 'Summer rainfall, winter rainfall']. ['Onitis pecuarius Lansberge', 'South Africa', '11,395', 'November 1976', 'May 1979', 'NSW, QLD', 'NSW, QLD', 'Summer rainfall']. ['Onitis vanderkelleni Lansberge', 'Kenya, Rwanda, Zaire', '10,852', 'October 1974', 'February 1982', 'NSW, QLD', 'QLD', 'Summer rainfall']. ['Onitis viridulus Bohemann', 'South Africa', '8,008', 'September 1976', 'July 1980', 'NSW, NT, QLD', 'NSW, NT, QLD, WA', 'Summer rainfall']. ['Onthophagus binodis Thunberg', 'South Africa', '173,018', 'October 1971', 'February 1982', 'NSW, QLD, SA, Tas, Vic, WA, Norfolk Islands', 'NSW, QLD, SA, Tas, Vic, WA, Norfolk Islands', 'Winter rainfall']. ['Onthophagus gazella Fabricius', 'South Africa', '420,415', 'February 1968', 'February 1984', 'ACT, NSW, NT, QLD, SA, Tas, Vic, WA, Norfolk Islands', 'ACT, NSW, NT, QLD, SA, WA, Norfolk Islands', 'Summer rainfall']. ["Onthophagus nigiventris d'Orbigny", 'East Africa', '29,960', 'May 1975', 'March 1983', 'NSW', 'NSW', 'Summer rainfall']. ['Onthophagus obliquus', 'Nigeria, Senegal, Zaire', '9,300', 'January 1976', 'November 1977', 'QLD, NT', 'QLD', 'Summer rainfall']. ['Onthophagus sagittarius', 'Sri Lanka (via Hawaii)', '9,075', 'January 1968', 'March 1977', 'NSW, NT, QLD, WA', 'NSW, NT', 'Summer rainfall']. ['Onthophagus taurus Schreber', 'Spain, Greece, Italy, Turkey', '164,499', 'February 1975', 'January 1984', 'NSW, SA, Tas, Vic, WA', 'NSW, SA, Tas, Vic, WA', 'Winter rainfall']. ['Sisyphus rubrus Paschalidis', 'South Africa', '85,933', 'March 1973', 'February 1980', 'NSW, QLD, WA', 'NSW, QLD', 'Summer rainfall']. ['Sisyphus spinipes', 'South Africa', '36,125', 'March 1972', 'December 1978', 'NSW, NT, QLD, WA', 'NSW, QLD', 'Summer rainfall']. ['', 'Total:', '1,680,399', '', '', '', '', ''] Solution:
Passage: The species Bubas bison originated in the country of France, Spain. The species was first released in April 1983, and last released in 1996 (not by CSIRO) in the WAareas, making the total count of release to 1,613. The species was established in NSW, SA, WA areas. The pasture type for the spices is Winter rainfall. The species Copris elphenor Klug originated in the country of South Africa. The species was first released in January 1977, and last released in May 1983 in the QLDareas, making the total count of release to 2,287. The species was established in QLD areas. The pasture type for the spices is Summer rainfall. The species Copris hispanus Linnaeus originated in the country of Spain. The species was first released in October 1983, and last released in June 1994 in the WAareas, making the total count of release to 294. The species was established in WA areas. The pasture type for the spices is Winter rainfall. The species Euoniticellus africanus Harold originated in the country of South Africa. The species was first released in October 1971, and last released in February 1984 in the NSW, QLD, SA, Tas, Vic, WAareas, making the total count of release to 49,009. The species was established in NSW, QLD areas. The pasture type for the spices is Summer rainfall. The species Euoniticellus fulvus Goeze originated in the country of France, Turkey. The species was first released in March 1978, and last released in February 1983 in the NSW, SA, Tas, Vic, WAareas, making the total count of release to 76,944. The species was established in NSW, SA, Tas, Vic, WA areas. The pasture type for the spices is Winter rainfall. The species Euoniticellus intermedius Reiche originated in the country of South Africa. The species was first released in November 1971, and last released in February 1984 in the ACT, NSW, NT, QLD, SA, Vic, WAareas, making the total count of release to 248,637. The species was established in NSW, NT, QLD, SA, Vic, WA areas. The pasture type for the spices is Summer rainfall. The species Euoniticellus pallipes Fabricius originated in the country of Iran, Turkey. The species was first released in March 1977, and last released in September 1982 in the NSW, SA, WAareas, making the total count of release to 46,642. The species was established in NSW, SA, Vic, WA areas. The pasture type for the spices is Winter rainfall. The species Geotrupes spiniger Marsham originated in the country of France. The species was first released in April 1979, and last released in December 1983 in the ACT, NSW, Tas, Vicareas, making the total count of release to 12,082. The species was established in ACT, NSW, SA, Tas, Vic areas. The pasture type for the spices is Winter rainfall. The species Liatongus militaris Castelanu originated in the country of South Africa (via Hawaii). The species was first released in January 1968, and last released in November 1979 in the NSW, NT, QLD, WAareas, making the total count of release to 70,450. The species was established in NSW, NT, QLD areas. The pasture type for the spices is Summer rainfall. The species Onitis alexis Fabricius originated in the country of South Africa. The species was first released in August 1972, and last released in February 1984 in the NSW, NT, QLD, WAareas, making the total count of release to 186,441. The species was established in NSW, NT, QLD, SA, Vic, WA areas. The pasture type for the spices is Rainfall, summer rainfall, winter rainfall. The species Onitis aygalus Fabricius originated in the country of South Africa. The species was first released in January 1977, and last released in January 1982 in the NSW, SA, WAareas, making the total count of release to 18,682. The species was established in NSW, SA, Vic, WA areas. The pasture type for the spices is Winter rainfall. The species Onitis caffer Boheman originated in the country of South Africa. The species was first released in October 1979, and last released in April 1984 in the WAareas, making the total count of release to 8,738. The species was established in QLD, NSW, SA areas. The pasture type for the spices is Summer rainfall, winter rainfall. The species Onitis pecuarius Lansberge originated in the country of South Africa. The species was first released in November 1976, and last released in May 1979 in the NSW, QLDareas, making the total count of release to 11,395. The species was established in NSW, QLD areas. The pasture type for the spices is Summer rainfall. The species Onitis vanderkelleni Lansberge originated in the country of Kenya, Rwanda, Zaire. The species was first released in October 1974, and last released in February 1982 in the NSW, QLDareas, making the total count of release to 10,852. The species was established in QLD areas. The pasture type for the spices is Summer rainfall. The species Onitis viridulus Bohemann originated in the country of South Africa. The species was first released in September 1976, and last released in July 1980 in the NSW, NT, QLDareas, making the total count of release to 8,008. The species was established in NSW, NT, QLD, WA areas. The pasture type for the spices is Summer rainfall. The species Onthophagus binodis Thunberg originated in the country of South Africa. The species was first released in October 1971, and last released in February 1982 in the NSW, QLD, SA, Tas, Vic, WA, Norfolk Islandsareas, making the total count of release to 173,018. The species was established in NSW, QLD, SA, Tas, Vic, WA, Norfolk Islands areas. The pasture type for the spices is Winter rainfall. The species Onthophagus gazella Fabricius originated in the country of South Africa. The species was first released in February 1968, and last released in February 1984 in the ACT, NSW, NT, QLD, SA, Tas, Vic, WA, Norfolk Islandsareas, making the total count of release to 420,415. The species was established in ACT, NSW, NT, QLD, SA, WA, Norfolk Islands areas. The pasture type for the spices is Summer rainfall. The species Onthophagus nigiventris d'Orbigny originated in the country of East Africa. The species was first released in May 1975, and last released in March 1983 in the NSWareas, making the total count of release to 29,960. The species was established in NSW areas. The pasture type for the spices is Summer rainfall. The species Onthophagus obliquus originated in the country of Nigeria, Senegal, Zaire. The species was first released in January 1976, and last released in November 1977 in the QLD, NTareas, making the total count of release to 9,300. The species was established in QLD areas. The pasture type for the spices is Summer rainfall. The species Onthophagus sagittarius originated in the country of Sri Lanka (via Hawaii). The species was first released in January 1968, and last released in March 1977 in the NSW, NT, QLD, WAareas, making the total count of release to 9,075. The species was established in NSW, NT areas. The pasture type for the spices is Summer rainfall. The species Onthophagus taurus Schreber originated in the country of Spain, Greece, Italy, Turkey. The species was first released in February 1975, and last released in January 1984 in the NSW, SA, Tas, Vic, WAareas, making the total count of release to 164,499. The species was established in NSW, SA, Tas, Vic, WA areas. The pasture type for the spices is Winter rainfall. The species Sisyphus rubrus Paschalidis originated in the country of South Africa. The species was first released in March 1973, and last released in February 1980 in the NSW, QLD, WAareas, making the total count of release to 85,933. The species was established in NSW, QLD areas. The pasture type for the spices is Summer rainfall. The species Sisyphus spinipes originated in the country of South Africa. The species was first released in March 1972, and last released in December 1978 in the NSW, NT, QLD, WAareas, making the total count of release to 36,125. The species was established in NSW, QLD areas. The pasture type for the spices is Summer rainfall. The species originated in the country of Total:. The species was first released in , and last released in in the areas, making the total count of release to 1,680,399. The species was established in areas. The pasture type for the spices is .
8
NIv2
task760_msr_sqa_long_text_generation
zs_opt
Q: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Table: ['Pick', 'Player', 'Team', 'Position', 'School']. ['2', 'Tyler Houston', 'Atlanta Braves', 'C', 'Valley HS (Las Vegas, NV)']. ['1', 'Ben McDonald', 'Baltimore Orioles', 'RHP', 'Louisiana State University']. ['3', 'Roger Salkeld', 'Seattle Mariners', 'RHP', 'Saugus (CA) HS']. ['4', 'Jeff Jackson', 'Philadelphia Phillies', 'OF', 'Simeon HS (Chicago, IL)']. ['5', 'Donald Harris', 'Texas Rangers', 'OF', 'Texas Tech University']. ['6', 'Paul Coleman', 'Saint Louis Cardinals', 'OF', 'Frankston (TX) HS']. ['7', 'Frank Thomas', 'Chicago White Sox', '1B', 'Auburn University']. ['8', 'Earl Cunningham', 'Chicago Cubs', 'OF', 'Lancaster (SC) HS']. ['9', 'Kyle Abbott', 'California Angels', 'LHP', 'Long Beach State University']. ['10', 'Charles Johnson', 'Montreal Expos', 'C', 'Westwood HS (Fort Pierce, FL)']. ['11', 'Calvin Murray', 'Cleveland Indians', '3B', 'W.T. White High School (Dallas, TX)']. ['12', 'Jeff Juden', 'Houston Astros', 'RHP', 'Salem (MA) HS']. ['13', 'Brent Mayne', 'Kansas City Royals', 'C', 'Cal State Fullerton']. ['14', 'Steve Hosey', 'San Francisco Giants', 'OF', 'Fresno State University']. ['15', 'Kiki Jones', 'Los Angeles Dodgers', 'RHP', 'Hillsborough HS (Tampa, FL)']. ['16', 'Greg Blosser', 'Boston Red Sox', 'OF', 'Sarasota (FL) HS']. ['17', 'Cal Eldred', 'Milwaukee Brewers', 'RHP', 'University of Iowa']. ['18', 'Willie Greene', 'Pittsburgh Pirates', 'SS', 'Jones County HS (Gray, GA)']. ['19', 'Eddie Zosky', 'Toronto Blue Jays', 'SS', 'Fresno State University']. ['20', 'Scott Bryant', 'Cincinnati Reds', 'OF', 'University of Texas']. ['21', 'Greg Gohr', 'Detroit Tigers', 'RHP', 'Santa Clara University']. ['22', 'Tom Goodwin', 'Los Angeles Dodgers', 'OF', 'Fresno State University']. ['23', 'Mo Vaughn', 'Boston Red Sox', '1B', 'Seton Hall University']. ['24', 'Alan Zinter', 'New York Mets', 'C', 'University of Arizona']. ['25', 'Chuck Knoblauch', 'Minnesota Twins', '2B', 'Texas A&M University']. ['26', 'Scott Burrell', 'Seattle Mariners', 'RHP', 'Hamden (CT) HS'] A:
Passage: The player named Tyler Houston, plays as Pick-2.Tyler Houston plays for the team Atlanta Braves, at position C. Tyler Houston belongs to the school Valley HS (Las Vegas, NV). The player named Ben McDonald, plays as Pick-1.Ben McDonald plays for the team Baltimore Orioles, at position RHP. Ben McDonald belongs to the school Louisiana State University. The player named Roger Salkeld, plays as Pick-3.Roger Salkeld plays for the team Seattle Mariners, at position RHP. Roger Salkeld belongs to the school Saugus (CA) HS. The player named Jeff Jackson, plays as Pick-4.Jeff Jackson plays for the team Philadelphia Phillies, at position OF. Jeff Jackson belongs to the school Simeon HS (Chicago, IL). The player named Donald Harris, plays as Pick-5.Donald Harris plays for the team Texas Rangers, at position OF. Donald Harris belongs to the school Texas Tech University. The player named Paul Coleman, plays as Pick-6.Paul Coleman plays for the team Saint Louis Cardinals, at position OF. Paul Coleman belongs to the school Frankston (TX) HS. The player named Frank Thomas, plays as Pick-7.Frank Thomas plays for the team Chicago White Sox, at position 1B. Frank Thomas belongs to the school Auburn University. The player named Earl Cunningham, plays as Pick-8.Earl Cunningham plays for the team Chicago Cubs, at position OF. Earl Cunningham belongs to the school Lancaster (SC) HS. The player named Kyle Abbott, plays as Pick-9.Kyle Abbott plays for the team California Angels, at position LHP. Kyle Abbott belongs to the school Long Beach State University. The player named Charles Johnson, plays as Pick-10.Charles Johnson plays for the team Montreal Expos, at position C. Charles Johnson belongs to the school Westwood HS (Fort Pierce, FL). The player named Calvin Murray, plays as Pick-11.Calvin Murray plays for the team Cleveland Indians, at position 3B. Calvin Murray belongs to the school W.T. White High School (Dallas, TX). The player named Jeff Juden, plays as Pick-12.Jeff Juden plays for the team Houston Astros, at position RHP. Jeff Juden belongs to the school Salem (MA) HS. The player named Brent Mayne, plays as Pick-13.Brent Mayne plays for the team Kansas City Royals, at position C. Brent Mayne belongs to the school Cal State Fullerton. The player named Steve Hosey, plays as Pick-14.Steve Hosey plays for the team San Francisco Giants, at position OF. Steve Hosey belongs to the school Fresno State University. The player named Kiki Jones, plays as Pick-15.Kiki Jones plays for the team Los Angeles Dodgers, at position RHP. Kiki Jones belongs to the school Hillsborough HS (Tampa, FL). The player named Greg Blosser, plays as Pick-16.Greg Blosser plays for the team Boston Red Sox, at position OF. Greg Blosser belongs to the school Sarasota (FL) HS. The player named Cal Eldred, plays as Pick-17.Cal Eldred plays for the team Milwaukee Brewers, at position RHP. Cal Eldred belongs to the school University of Iowa. The player named Willie Greene, plays as Pick-18.Willie Greene plays for the team Pittsburgh Pirates, at position SS. Willie Greene belongs to the school Jones County HS (Gray, GA). The player named Eddie Zosky, plays as Pick-19.Eddie Zosky plays for the team Toronto Blue Jays, at position SS. Eddie Zosky belongs to the school Fresno State University. The player named Scott Bryant, plays as Pick-20.Scott Bryant plays for the team Cincinnati Reds, at position OF. Scott Bryant belongs to the school University of Texas. The player named Greg Gohr, plays as Pick-21.Greg Gohr plays for the team Detroit Tigers, at position RHP. Greg Gohr belongs to the school Santa Clara University. The player named Tom Goodwin, plays as Pick-22.Tom Goodwin plays for the team Los Angeles Dodgers, at position OF. Tom Goodwin belongs to the school Fresno State University. The player named Mo Vaughn, plays as Pick-23.Mo Vaughn plays for the team Boston Red Sox, at position 1B. Mo Vaughn belongs to the school Seton Hall University. The player named Alan Zinter, plays as Pick-24.Alan Zinter plays for the team New York Mets, at position C. Alan Zinter belongs to the school University of Arizona. The player named Chuck Knoblauch, plays as Pick-25.Chuck Knoblauch plays for the team Minnesota Twins, at position 2B. Chuck Knoblauch belongs to the school Texas A&M University. The player named Scott Burrell, plays as Pick-26.Scott Burrell plays for the team Seattle Mariners, at position RHP. Scott Burrell belongs to the school Hamden (CT) HS.
7
NIv2
task760_msr_sqa_long_text_generation
zs_opt
Instructions: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Input: Table: ['Player', 'HR', 'Date reached 500 HR', 'Team', 'Seasons played']. ['Barry Bonds', '762', 'April 17, 2001', 'San Francisco Giants', '1986-2007']. ['Hank Aaron', '755', 'July 14, 1968', 'Atlanta Braves', '1954-1976']. ['Babe Ruth', '714', 'August 11, 1929', 'New York Yankees', '1914-1935']. ['Willie Mays', '660', 'September 13, 1965', 'San Francisco Giants', '1951-1952, 1954-1973']. ['Alex Rodriguez', '654', 'August 4, 2007', 'New York Yankees', '1994-']. ['Ken Griffey, Jr.', '630', 'June 20, 2004', 'Cincinnati Reds', '1989-2010']. ['Jim Thome', '612', 'September 16, 2007', 'Chicago White Sox', '1991-2012']. ['Sammy Sosa', '609', 'April 4, 2003', 'Chicago Cubs', '1989-2005, 2007']. ['Frank Robinson', '586', 'September 13, 1971', 'Baltimore Orioles', '1956-1976']. ['Mark McGwire', '583', 'August 5, 1999', 'St. Louis Cardinals', '1986-2001']. ['Harmon Killebrew', '573', 'August 10, 1971', 'Minnesota Twins', '1954-1975']. ['Rafael Palmeiro', '569', 'May 11, 2003', 'Texas Rangers', '1986-2005']. ['Reggie Jackson', '563', 'September 17, 1984', 'California Angels', '1967-1987']. ['Manny Ramirez', '555', 'May 31, 2008', 'Boston Red Sox', '1993-2011']. ['Mike Schmidt', '548', 'April 18, 1987', 'Philadelphia Phillies', '1972-1989']. ['Mickey Mantle', '536', 'May 14, 1967', 'New York Yankees', '1951-1968']. ['Jimmie Foxx', '534', 'September 24, 1940', 'Boston Red Sox', '1925-1942, 1944-1945']. ['Ted Williams', '521', 'June 17, 1960', 'Boston Red Sox', '1939-1942, 1946-1960']. ['Willie McCovey', '521', 'June 30, 1978', 'San Francisco Giants', '1959-1980']. ['Frank Thomas', '521', 'June 28, 2007', 'Toronto Blue Jays', '1990-2008']. ['Ernie Banks', '512', 'May 12, 1970', 'Chicago Cubs', '1953-1971']. ['Eddie Mathews', '512', 'July 14, 1967', 'Houston Astros', '1952-1968']. ['Mel Ott', '511', 'August 1, 1945', 'New York Giants', '1926-1947']. ['Gary Sheffield', '509', 'April 17, 2009', 'New York Mets', '1988-2009']. ['Eddie Murray', '504', 'September 6, 1996', 'Baltimore Orioles', '1977-1997'] Output:
Passage: The player Barry Bonds from the team San Francisco Giants has scored total 762 home runs. Barry Bonds has played in the seasons: 1986-2007. Barry Bonds had completed 500 home runs on date April 17, 2001. The player Hank Aaron from the team Atlanta Braves has scored total 755 home runs. Hank Aaron has played in the seasons: 1954-1976. Hank Aaron had completed 500 home runs on date July 14, 1968. The player Babe Ruth from the team New York Yankees has scored total 714 home runs. Babe Ruth has played in the seasons: 1914-1935. Babe Ruth had completed 500 home runs on date August 11, 1929. The player Willie Mays from the team San Francisco Giants has scored total 660 home runs. Willie Mays has played in the seasons: 1951-1952, 1954-1973. Willie Mays had completed 500 home runs on date September 13, 1965. The player Alex Rodriguez from the team New York Yankees has scored total 654 home runs. Alex Rodriguez has played in the seasons: 1994-. Alex Rodriguez had completed 500 home runs on date August 4, 2007. The player Ken Griffey, Jr. from the team Cincinnati Reds has scored total 630 home runs. Ken Griffey, Jr. has played in the seasons: 1989-2010. Ken Griffey, Jr. had completed 500 home runs on date June 20, 2004. The player Jim Thome from the team Chicago White Sox has scored total 612 home runs. Jim Thome has played in the seasons: 1991-2012. Jim Thome had completed 500 home runs on date September 16, 2007. The player Sammy Sosa from the team Chicago Cubs has scored total 609 home runs. Sammy Sosa has played in the seasons: 1989-2005, 2007. Sammy Sosa had completed 500 home runs on date April 4, 2003. The player Frank Robinson from the team Baltimore Orioles has scored total 586 home runs. Frank Robinson has played in the seasons: 1956-1976. Frank Robinson had completed 500 home runs on date September 13, 1971. The player Mark McGwire from the team St. Louis Cardinals has scored total 583 home runs. Mark McGwire has played in the seasons: 1986-2001. Mark McGwire had completed 500 home runs on date August 5, 1999. The player Harmon Killebrew from the team Minnesota Twins has scored total 573 home runs. Harmon Killebrew has played in the seasons: 1954-1975. Harmon Killebrew had completed 500 home runs on date August 10, 1971. The player Rafael Palmeiro from the team Texas Rangers has scored total 569 home runs. Rafael Palmeiro has played in the seasons: 1986-2005. Rafael Palmeiro had completed 500 home runs on date May 11, 2003. The player Reggie Jackson from the team California Angels has scored total 563 home runs. Reggie Jackson has played in the seasons: 1967-1987. Reggie Jackson had completed 500 home runs on date September 17, 1984. The player Manny Ramirez from the team Boston Red Sox has scored total 555 home runs. Manny Ramirez has played in the seasons: 1993-2011. Manny Ramirez had completed 500 home runs on date May 31, 2008. The player Mike Schmidt from the team Philadelphia Phillies has scored total 548 home runs. Mike Schmidt has played in the seasons: 1972-1989. Mike Schmidt had completed 500 home runs on date April 18, 1987. The player Mickey Mantle from the team New York Yankees has scored total 536 home runs. Mickey Mantle has played in the seasons: 1951-1968. Mickey Mantle had completed 500 home runs on date May 14, 1967. The player Jimmie Foxx from the team Boston Red Sox has scored total 534 home runs. Jimmie Foxx has played in the seasons: 1925-1942, 1944-1945. Jimmie Foxx had completed 500 home runs on date September 24, 1940. The player Ted Williams from the team Boston Red Sox has scored total 521 home runs. Ted Williams has played in the seasons: 1939-1942, 1946-1960. Ted Williams had completed 500 home runs on date June 17, 1960. The player Willie McCovey from the team San Francisco Giants has scored total 521 home runs. Willie McCovey has played in the seasons: 1959-1980. Willie McCovey had completed 500 home runs on date June 30, 1978. The player Frank Thomas from the team Toronto Blue Jays has scored total 521 home runs. Frank Thomas has played in the seasons: 1990-2008. Frank Thomas had completed 500 home runs on date June 28, 2007. The player Ernie Banks from the team Chicago Cubs has scored total 512 home runs. Ernie Banks has played in the seasons: 1953-1971. Ernie Banks had completed 500 home runs on date May 12, 1970. The player Eddie Mathews from the team Houston Astros has scored total 512 home runs. Eddie Mathews has played in the seasons: 1952-1968. Eddie Mathews had completed 500 home runs on date July 14, 1967. The player Mel Ott from the team New York Giants has scored total 511 home runs. Mel Ott has played in the seasons: 1926-1947. Mel Ott had completed 500 home runs on date August 1, 1945. The player Gary Sheffield from the team New York Mets has scored total 509 home runs. Gary Sheffield has played in the seasons: 1988-2009. Gary Sheffield had completed 500 home runs on date April 17, 2009. The player Eddie Murray from the team Baltimore Orioles has scored total 504 home runs. Eddie Murray has played in the seasons: 1977-1997. Eddie Murray had completed 500 home runs on date September 6, 1996.
3
NIv2
task760_msr_sqa_long_text_generation
zs_opt
Given the task definition and input, reply with output. You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Table: ['ET', 'Days available', 'Program', 'Host(s)', 'Description']. ['9am-10am', 'Monday-Friday', 'The Morning Click', 'Jamie Colby (M,T), Harris Faulkner (W-F)', 'Current events.']. ['10am-10:30am', 'Monday-Friday', '', 'Lauren Green (M), Uma Pemmaraju (T), Gregg Jarrett (W), Arthel Neville (F), Rick Folbaum (F), Heather Childers', 'Current events.']. ['11am-11:30am', 'Monday-Friday', 'FBN Live', 'Lauren Simonetti', 'Business news and information.']. ['12pm-1pm', 'Monday-Friday', 'On the Hunt', 'Jonathan Hunt', 'Current events.']. ['2pm-3pm', 'Monday', 'Entertainment Hour', 'Ashley Dvorkin', 'Entertainment news, musical performances.']. ['2pm-3pm', 'Tuesday', '', 'Kimberly Guilfoyle', 'Crime and legal news.']. ['2pm-3pm', 'Wednesday', 'Defcon 3', 'Kathleen Troia McFarland', 'Military news and information.']. ['2pm-3pm', 'Thursday', 'Fox Car Report', 'Gary Gastelu', 'Automotive news and information.']. ['2pm-3pm', 'Friday', 'Spirited Debate', 'Lauren Green', 'Discussion on religious topics.']
Passage: The program named The Morning Click is available on Monday-Friday at time 9am-10am. The Morning Click is hosted by Jamie Colby (M,T), Harris Faulkner (W-F). The Morning Click is about Current events.. The program named is available on Monday-Friday at time 10am-10:30am. is hosted by Lauren Green (M), Uma Pemmaraju (T), Gregg Jarrett (W), Arthel Neville (F), Rick Folbaum (F), Heather Childers. is about Current events.. The program named FBN Live is available on Monday-Friday at time 11am-11:30am. FBN Live is hosted by Lauren Simonetti. FBN Live is about Business news and information.. The program named On the Hunt is available on Monday-Friday at time 12pm-1pm. On the Hunt is hosted by Jonathan Hunt. On the Hunt is about Current events.. The program named Entertainment Hour is available on Monday at time 2pm-3pm. Entertainment Hour is hosted by Ashley Dvorkin. Entertainment Hour is about Entertainment news, musical performances.. The program named is available on Tuesday at time 2pm-3pm. is hosted by Kimberly Guilfoyle. is about Crime and legal news.. The program named Defcon 3 is available on Wednesday at time 2pm-3pm. Defcon 3 is hosted by Kathleen Troia McFarland. Defcon 3 is about Military news and information.. The program named Fox Car Report is available on Thursday at time 2pm-3pm. Fox Car Report is hosted by Gary Gastelu. Fox Car Report is about Automotive news and information.. The program named Spirited Debate is available on Friday at time 2pm-3pm. Spirited Debate is hosted by Lauren Green. Spirited Debate is about Discussion on religious topics..
5
NIv2
task760_msr_sqa_long_text_generation
zs_opt
Definition: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Input: Table: ['Name', 'Rank', 'Age', 'Years until mandatory retirement', 'Appointed by', 'Year appointed']. ['Anabelle Rodriguez', 'Associate Justice', '64', '6 years', 'Sila Maria Calderon', '2004']. ['Edgardo Rivera Garcia', 'Associate Justice', '59', '11 years', 'Luis Fortuno', '2010']. ['Erick Kolthoff Caraballo', 'Associate Justice', '53', '17 years', 'Luis Fortuno', '2009']. ['Federico Hernandez Denton', 'Chief Justice', '70', '0 year', 'Sila Maria Calderon', '2004']. ['Liana Fiol Matta', 'Associate Justice', '68', '2 years', 'Sila Maria Calderon', '2004']. ['Luis Estrella Martinez', 'Associate Justice', '43', '27 years', 'Luis Fortuno', '2011']. ['Mildred Pabon Charneco', 'Associate Justice', '57', '13 years', 'Luis Fortuno', '2009']. ['Rafael Martinez Torres', 'Associate Justice', '55', '15 years', 'Luis Fortuno', '2009']. ['Roberto Feliberti Cintron', 'Associate Justice', '51', '19 years', 'Luis Fortuno', '2011'] Output:
Passage: Anabelle Rodriguez , currently serving as Associate Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Anabelle Rodriguez is 64, and has 6 years until mandatory retirement. Edgardo Rivera Garcia , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2010. The current age of Edgardo Rivera Garcia is 59, and has 11 years until mandatory retirement. Erick Kolthoff Caraballo , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Erick Kolthoff Caraballo is 53, and has 17 years until mandatory retirement. Federico Hernandez Denton , currently serving as Chief Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Federico Hernandez Denton is 70, and has 0 year until mandatory retirement. Liana Fiol Matta , currently serving as Associate Justice, was appointed by Sila Maria Calderon in the year 2004. The current age of Liana Fiol Matta is 68, and has 2 years until mandatory retirement. Luis Estrella Martinez , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2011. The current age of Luis Estrella Martinez is 43, and has 27 years until mandatory retirement. Mildred Pabon Charneco , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Mildred Pabon Charneco is 57, and has 13 years until mandatory retirement. Rafael Martinez Torres , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2009. The current age of Rafael Martinez Torres is 55, and has 15 years until mandatory retirement. Roberto Feliberti Cintron , currently serving as Associate Justice, was appointed by Luis Fortuno in the year 2011. The current age of Roberto Feliberti Cintron is 51, and has 19 years until mandatory retirement.
2
NIv2
task760_msr_sqa_long_text_generation
zs_opt
Instructions: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Input: Table: ['Year', 'Miss Northern Ireland', 'Hometown', 'Placement at Miss World', 'Notes']. ['2012', 'Tiffany Brien', 'Belfast', 'Top 30', 'Top 10 of Beach Fashion and 1st runner-up of Sports & Fitness at Miss World 2012']. ['2011', 'Finola Guinnane', 'Drumbo', 'Non-Finalist', 'Top 20 of Beach Beauty and Top 77 of Beauty with a Purpose at Miss World 2011']. ['2010', 'Lori Moore', 'Belfast', 'Top 25', 'Winner of Sports at Miss World 2010']. ['2009', 'Cherie Gardiner', 'Bangor', 'Non-Finalist', '']. ['2008', 'Judith Wilson', 'Enniskillen', 'Non-Finalist', 'Top 19 of Talent at Miss World 2008']. ['2007', 'Melissa Patton', 'Belfast', 'Non-Finalist', '']. ['2006', 'Catherine Jean Milligan', 'Newtownards', 'Top 17', 'Winner of Miss Talent at Miss World 2006']. ['2005', 'Lucy Evangelista', 'Portglenone', 'Top 15', 'Later Miss United Kingdom 2005 and Miss Universe United Kingdom 2005 2nd runner-up']. ['2004', 'Kirsty Anne Gabriel Stewart', 'Enniskillen', 'Non-Finalist', '']. ['2003', 'Diana Sayers', 'Belfast', 'Non-Finalist', '']. ['2002', 'Gayle Williamson', 'Lurgan', 'Non-Finalist', 'Later Miss United Kingdom 2002']. ['2001', 'Angela McCarthy', 'Belfast', 'Non-Finalist', '']. ['2000', 'Julie Lee-Ann Martin', 'Belfast', 'Non-Finalist', ''] Output:
Passage: Tiffany Brien from Belfast was Miss Northern Ireland in the year 2012. Tiffany Brien was placed as a Top 30 at Miss World. Tiffany Brien was Top 10 of Beach Fashion and 1st runner-up of Sports & Fitness at Miss World 2012. Finola Guinnane from Drumbo was Miss Northern Ireland in the year 2011. Finola Guinnane was placed as a Non-Finalist at Miss World. Finola Guinnane was Top 20 of Beach Beauty and Top 77 of Beauty with a Purpose at Miss World 2011. Lori Moore from Belfast was Miss Northern Ireland in the year 2010. Lori Moore was placed as a Top 25 at Miss World. Lori Moore was Winner of Sports at Miss World 2010. Cherie Gardiner from Bangor was Miss Northern Ireland in the year 2009. Cherie Gardiner was placed as a Non-Finalist at Miss World. Cherie Gardiner was . Judith Wilson from Enniskillen was Miss Northern Ireland in the year 2008. Judith Wilson was placed as a Non-Finalist at Miss World. Judith Wilson was Top 19 of Talent at Miss World 2008. Melissa Patton from Belfast was Miss Northern Ireland in the year 2007. Melissa Patton was placed as a Non-Finalist at Miss World. Melissa Patton was . Catherine Jean Milligan from Newtownards was Miss Northern Ireland in the year 2006. Catherine Jean Milligan was placed as a Top 17 at Miss World. Catherine Jean Milligan was Winner of Miss Talent at Miss World 2006. Lucy Evangelista from Portglenone was Miss Northern Ireland in the year 2005. Lucy Evangelista was placed as a Top 15 at Miss World. Lucy Evangelista was Later Miss United Kingdom 2005 and Miss Universe United Kingdom 2005 2nd runner-up. Kirsty Anne Gabriel Stewart from Enniskillen was Miss Northern Ireland in the year 2004. Kirsty Anne Gabriel Stewart was placed as a Non-Finalist at Miss World. Kirsty Anne Gabriel Stewart was . Diana Sayers from Belfast was Miss Northern Ireland in the year 2003. Diana Sayers was placed as a Non-Finalist at Miss World. Diana Sayers was . Gayle Williamson from Lurgan was Miss Northern Ireland in the year 2002. Gayle Williamson was placed as a Non-Finalist at Miss World. Gayle Williamson was Later Miss United Kingdom 2002. Angela McCarthy from Belfast was Miss Northern Ireland in the year 2001. Angela McCarthy was placed as a Non-Finalist at Miss World. Angela McCarthy was . Julie Lee-Ann Martin from Belfast was Miss Northern Ireland in the year 2000. Julie Lee-Ann Martin was placed as a Non-Finalist at Miss World. Julie Lee-Ann Martin was .
3
NIv2
task760_msr_sqa_long_text_generation
zs_opt
Detailed Instructions: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Q: Table: ['Team', 'Home city', 'Stadium', 'Capacity', 'Last Season']. ['Barak Netanya', 'Netanya', 'Yeshurun', '1,000', '9th']. ['Bnei HaSharon/Herzliya', 'Herzliya', 'HaYovel Herzliya', '1,750', '10th']. ['Hapoel Gilboa Galil', 'Gilboa Regional Council', 'Gan Ner Sports Hall', '2,400', '2nd']. ['Hapoel Holon', 'Holon', 'Holon City Arena', '2,850', '5th']. ['Hapoel Jerusalem', 'Jerusalem', 'Malha Arena', '3,000', '4th']. ['Ironi Ashkelon', 'Ashkelon', 'Ashkelon Sports Arena', '3,000', '6th']. ['Maccabi Ashdod', 'Ashdod', 'HaKiriya Arena', '1,260', '7th']. ['Hapoel Eilat B.C.', 'Eilat', 'Begin Arena', '1,100', "8th (as Habik'a B.C.)"]. ['Maccabi Haifa', 'Haifa', 'Romema Arena', '5,000', '11th']. ['Maccabi Rishon LeZion', 'Rishon LeZion', 'Beit Maccabi Rishon', '2,500', '3rd']. ['Maccabi Tel Aviv', 'Tel Aviv', 'Nokia Arena', '11,700', '1st']. ['Hapoel Tel Aviv', 'Tel Aviv', 'Beit Maccabi Rishon', '2,500', '1st (Liga Leumit)'] A:
Passage: The home city of the team 'Barak Netanya' is Netanya. The capacity at stadium Yeshurun in Netanya is 1,000. The last season played was 9th. The home city of the team 'Bnei HaSharon/Herzliya' is Herzliya. The capacity at stadium HaYovel Herzliya in Herzliya is 1,750. The last season played was 10th. The home city of the team 'Hapoel Gilboa Galil' is Gilboa Regional Council. The capacity at stadium Gan Ner Sports Hall in Gilboa Regional Council is 2,400. The last season played was 2nd. The home city of the team 'Hapoel Holon' is Holon. The capacity at stadium Holon City Arena in Holon is 2,850. The last season played was 5th. The home city of the team 'Hapoel Jerusalem' is Jerusalem. The capacity at stadium Malha Arena in Jerusalem is 3,000. The last season played was 4th. The home city of the team 'Ironi Ashkelon' is Ashkelon. The capacity at stadium Ashkelon Sports Arena in Ashkelon is 3,000. The last season played was 6th. The home city of the team 'Maccabi Ashdod' is Ashdod. The capacity at stadium HaKiriya Arena in Ashdod is 1,260. The last season played was 7th. The home city of the team 'Hapoel Eilat B.C.' is Eilat. The capacity at stadium Begin Arena in Eilat is 1,100. The last season played was 8th (as Habik'a B.C.). The home city of the team 'Maccabi Haifa' is Haifa. The capacity at stadium Romema Arena in Haifa is 5,000. The last season played was 11th. The home city of the team 'Maccabi Rishon LeZion' is Rishon LeZion. The capacity at stadium Beit Maccabi Rishon in Rishon LeZion is 2,500. The last season played was 3rd. The home city of the team 'Maccabi Tel Aviv' is Tel Aviv. The capacity at stadium Nokia Arena in Tel Aviv is 11,700. The last season played was 1st. The home city of the team 'Hapoel Tel Aviv' is Tel Aviv. The capacity at stadium Beit Maccabi Rishon in Tel Aviv is 2,500. The last season played was 1st (Liga Leumit).
9
NIv2
task760_msr_sqa_long_text_generation
zs_opt
Definition: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Input: Table: ['Draw', 'Country', 'Language', 'Artist', 'Song', 'English translation', 'National final', 'Place', 'Points']. ['01', 'Malta', 'English', 'Claudia Faniello', 'Caravaggio', '-', '2nd', '13', '53']. ['02', 'Israel', 'Hebrew', "Bo'az Ma'uda & Oshrat Papin", 'Parparim', 'Butterflies', '3rd', '8', '90']. ['03', 'Russia', 'English', 'Sergey Lazarev', 'Flyer', '-', '4th', '7', '119']. ['04', 'Estonia', 'English', 'Rolf Junior', 'One on One', '-', '4th', '21', '0']. ['05', 'Belgium', 'English', 'Sandrine', 'I Feel The Same Way', '-', '2nd', '10', '64']. ['06', 'Macedonia', 'Macedonian', 'Risto Samardziev', 'Dojdi do mene', 'Come to me', '3rd', '19', '7']. ['07', 'Poland', 'English', 'Man Meadow', 'Viva la Musica', 'Hail to the music', '3rd', '3', '155']. ['08', 'Finland', 'Finnish', 'Mikael Konttinen', 'Milloin', 'When', 'Unplaced', '14', '46']. ['09', 'Germany', 'German', 'Carolin Fortenbacher', 'Hinterm Ozean', 'Beyond the ocean', '2nd', '6', '129']. ['10', 'Denmark', 'English', 'Kendra Lou', "Until We're Satisfied", '-', '4th', '18', '21']. ['11', 'Greece', 'English', 'Kostas Martakis', 'Always and Forever', '-', '2nd', '4', '140']. ['12', 'Serbia', 'Serbian', 'Beauty Queens', 'Zavet', 'A pledge', '3rd', '9', '68']. ['13', 'Croatia', 'Croatian', 'Emilija Kokic', 'Andjeo', 'Angel', '6th', '15', '31']. ['14', 'Lithuania', 'English', 'Aiste Pilvelyte', 'Troy on Fire', '-', '2nd', '17', '26']. ['15', 'Ireland', 'English', 'Leona Daly', 'Not Crazy After All', '-', 'Unplaced', '12', '56']. ['16', 'United Kingdom', 'English', 'The Revelations', "It's You", '-', '3rd', '16', '29']. ['17', 'Portugal', 'Portuguese', 'Lisboa Nao Sejas Francesa', 'Porto de encontro', 'Meeting harbour', '9th', '20', '6']. ['18', 'Sweden', 'English', 'Sanna Nielsen', 'Empty Room', '-', '2nd', '1', '269']. ['19', 'Norway', 'English', 'Veronica Akselsen', 'Am I Supposed To Love Again', '-', '4th', '5', '139']. ['20', 'Slovenia', 'Slovene', 'Brigita Suler', 'Samara', '-', '3rd', '11', '57']. ['21', 'Spain', 'Spanish', 'Coral', 'Todo esta en tu mente', 'Everything is in your mind', '2nd', '2', '178'] Output:
Passage: The song Caravaggio by the artist Claudia Faniello finished at 2nd position in the national finals, and at 13th position in the international finals by earning total 53 points. The song Caravaggio is in the language English from the country Malta. The English translation of the song is -. The song Parparim by the artist Bo'az Ma'uda & Oshrat Papin finished at 3rd position in the national finals, and at 8th position in the international finals by earning total 90 points. The song Parparim is in the language Hebrew from the country Israel. The English translation of the song is Butterflies. The song Flyer by the artist Sergey Lazarev finished at 4th position in the national finals, and at 7th position in the international finals by earning total 119 points. The song Flyer is in the language English from the country Russia. The English translation of the song is -. The song One on One by the artist Rolf Junior finished at 4th position in the national finals, and at 21th position in the international finals by earning total 0 points. The song One on One is in the language English from the country Estonia. The English translation of the song is -. The song I Feel The Same Way by the artist Sandrine finished at 2nd position in the national finals, and at 10th position in the international finals by earning total 64 points. The song I Feel The Same Way is in the language English from the country Belgium. The English translation of the song is -. The song Dojdi do mene by the artist Risto Samardziev finished at 3rd position in the national finals, and at 19th position in the international finals by earning total 7 points. The song Dojdi do mene is in the language Macedonian from the country Macedonia. The English translation of the song is Come to me. The song Viva la Musica by the artist Man Meadow finished at 3rd position in the national finals, and at 3th position in the international finals by earning total 155 points. The song Viva la Musica is in the language English from the country Poland. The English translation of the song is Hail to the music. The song Milloin by the artist Mikael Konttinen finished at Unplaced position in the national finals, and at 14th position in the international finals by earning total 46 points. The song Milloin is in the language Finnish from the country Finland. The English translation of the song is When. The song Hinterm Ozean by the artist Carolin Fortenbacher finished at 2nd position in the national finals, and at 6th position in the international finals by earning total 129 points. The song Hinterm Ozean is in the language German from the country Germany. The English translation of the song is Beyond the ocean. The song Until We're Satisfied by the artist Kendra Lou finished at 4th position in the national finals, and at 18th position in the international finals by earning total 21 points. The song Until We're Satisfied is in the language English from the country Denmark. The English translation of the song is -. The song Always and Forever by the artist Kostas Martakis finished at 2nd position in the national finals, and at 4th position in the international finals by earning total 140 points. The song Always and Forever is in the language English from the country Greece. The English translation of the song is -. The song Zavet by the artist Beauty Queens finished at 3rd position in the national finals, and at 9th position in the international finals by earning total 68 points. The song Zavet is in the language Serbian from the country Serbia. The English translation of the song is A pledge. The song Andjeo by the artist Emilija Kokic finished at 6th position in the national finals, and at 15th position in the international finals by earning total 31 points. The song Andjeo is in the language Croatian from the country Croatia. The English translation of the song is Angel. The song Troy on Fire by the artist Aiste Pilvelyte finished at 2nd position in the national finals, and at 17th position in the international finals by earning total 26 points. The song Troy on Fire is in the language English from the country Lithuania. The English translation of the song is -. The song Not Crazy After All by the artist Leona Daly finished at Unplaced position in the national finals, and at 12th position in the international finals by earning total 56 points. The song Not Crazy After All is in the language English from the country Ireland. The English translation of the song is -. The song It's You by the artist The Revelations finished at 3rd position in the national finals, and at 16th position in the international finals by earning total 29 points. The song It's You is in the language English from the country United Kingdom. The English translation of the song is -. The song Porto de encontro by the artist Lisboa Nao Sejas Francesa finished at 9th position in the national finals, and at 20th position in the international finals by earning total 6 points. The song Porto de encontro is in the language Portuguese from the country Portugal. The English translation of the song is Meeting harbour. The song Empty Room by the artist Sanna Nielsen finished at 2nd position in the national finals, and at 1th position in the international finals by earning total 269 points. The song Empty Room is in the language English from the country Sweden. The English translation of the song is -. The song Am I Supposed To Love Again by the artist Veronica Akselsen finished at 4th position in the national finals, and at 5th position in the international finals by earning total 139 points. The song Am I Supposed To Love Again is in the language English from the country Norway. The English translation of the song is -. The song Samara by the artist Brigita Suler finished at 3rd position in the national finals, and at 11th position in the international finals by earning total 57 points. The song Samara is in the language Slovene from the country Slovenia. The English translation of the song is -. The song Todo esta en tu mente by the artist Coral finished at 2nd position in the national finals, and at 2th position in the international finals by earning total 178 points. The song Todo esta en tu mente is in the language Spanish from the country Spain. The English translation of the song is Everything is in your mind.
2
NIv2
task760_msr_sqa_long_text_generation
zs_opt
Instructions: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Input: Table: ['Locomotive', 'Named', 'Serial No', 'Entered service', 'Gauge', 'Livery']. ['BL26', 'Bob Hawke', '83-1010', 'March 1983', 'Standard', 'Pacific National blue & yellow']. ['BL27', '', '83-1011', 'August 1983', 'Standard', 'Pacific National blue & yellow']. ['BL28', '', '83-1012', 'September 1983', 'Standard', 'Pacific National blue & yellow']. ['BL29', '', '83-1013', 'October 1983', 'Broad', 'Pacific National blue & yellow']. ['BL30', '', '83-1014', 'December 1983', 'Standard', 'Pacific National blue & yellow']. ['BL31', '', '83-1015', 'November 1983', 'Standard', 'Pacific National blue & yellow']. ['BL32', '', '83-1016', 'February 1984', 'Broad', 'National Rail orange & grey']. ['BL33', '', '83-1017', 'April 1984', 'Standard', 'Pacific National blue & yellow']. ['BL34', '', '83-1018', 'June 1984', 'Broad', 'Pacific National blue & yellow']. ['BL35', '', '83-1019', 'July 1984', 'Standard', 'Pacific National blue & yellow'] Output:
Passage: The locomotive BL26 named Bob Hawke and with serial no. 83-1010, entered the service in the month of March 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL27 named and with serial no. 83-1011, entered the service in the month of August 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL28 named and with serial no. 83-1012, entered the service in the month of September 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL29 named and with serial no. 83-1013, entered the service in the month of October 1983. It has Broad gauge, and Pacific National blue & yellow livery. The locomotive BL30 named and with serial no. 83-1014, entered the service in the month of December 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL31 named and with serial no. 83-1015, entered the service in the month of November 1983. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL32 named and with serial no. 83-1016, entered the service in the month of February 1984. It has Broad gauge, and National Rail orange & grey livery. The locomotive BL33 named and with serial no. 83-1017, entered the service in the month of April 1984. It has Standard gauge, and Pacific National blue & yellow livery. The locomotive BL34 named and with serial no. 83-1018, entered the service in the month of June 1984. It has Broad gauge, and Pacific National blue & yellow livery. The locomotive BL35 named and with serial no. 83-1019, entered the service in the month of July 1984. It has Standard gauge, and Pacific National blue & yellow livery.
3
NIv2
task760_msr_sqa_long_text_generation
zs_opt
Detailed Instructions: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Problem:Table: ['Place', 'Position', 'Number', 'Name', 'NASL', 'Playoffs', 'CFU Club Championship', 'CONCACAF Champions League', 'Total']. ['1', 'FW', '11', 'Nicholas Addlery', '9', '0', '0', '1', '10']. ['2', 'FW', '9', 'Jonathan Fana', '4', '0', '4', '0', '8']. ['3', 'FW', '7', 'David Foley', '6', '1', '0', '0', '7']. ['3', 'FW', '24', 'Hector Ramos', '3', '0', '2', '2', '7']. ['5', 'DF', '33', 'Jay Needham', '3', '0', '0', '0', '3']. ['5', 'FW', '22', 'Gregory Richardson', '1', '0', '1', '1', '3']. ['7', 'MF', '20', 'Josh Hansen', '0', '0', '2', '0', '2']. ['7', '', '', 'Own Goal', '0', '0', '2', '0', '2']. ['9', 'DF', '3', 'Richard Martinez', '1', '0', '0', '0', '1']. ['9', 'DF', '16', 'Anthony Vazquez', '1', '0', '0', '0', '1']. ['9', 'DF', '5', 'Noah Delgado', '1', '0', '0', '0', '1']. ['9', 'MF', '14', 'Jarad Van Schaik', '1', '0', '0', '0', '1']. ['9', 'MF', '17', 'Tyler Wilson', '1', '0', '0', '0', '1']. ['9', 'MF', '24', 'Justin Fojo', '1', '0', '0', '0', '1']. ['', '', '', 'TOTALS', '32', '1', '11', '4', '48'] Solution:
Passage: The player named Nicholas Addlery with jersey number 11, plays at position FW. There were total 0 playoffs, 0 CFU Club Championships, 1 CONCACAF Champions Leagues. Total 10 matches. The player named Jonathan Fana with jersey number 9, plays at position FW. There were total 0 playoffs, 4 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 8 matches. The player named David Foley with jersey number 7, plays at position FW. There were total 1 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 7 matches. The player named Hector Ramos with jersey number 24, plays at position FW. There were total 0 playoffs, 2 CFU Club Championships, 2 CONCACAF Champions Leagues. Total 7 matches. The player named Jay Needham with jersey number 33, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 3 matches. The player named Gregory Richardson with jersey number 22, plays at position FW. There were total 0 playoffs, 1 CFU Club Championships, 1 CONCACAF Champions Leagues. Total 3 matches. The player named Josh Hansen with jersey number 20, plays at position MF. There were total 0 playoffs, 2 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 2 matches. The player named Own Goal with jersey number , plays at position . There were total 0 playoffs, 2 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 2 matches. The player named Richard Martinez with jersey number 3, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Anthony Vazquez with jersey number 16, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Noah Delgado with jersey number 5, plays at position DF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Jarad Van Schaik with jersey number 14, plays at position MF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Tyler Wilson with jersey number 17, plays at position MF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named Justin Fojo with jersey number 24, plays at position MF. There were total 0 playoffs, 0 CFU Club Championships, 0 CONCACAF Champions Leagues. Total 1 matches. The player named TOTALS with jersey number , plays at position . There were total 1 playoffs, 11 CFU Club Championships, 4 CONCACAF Champions Leagues. Total 48 matches.
8
NIv2
task760_msr_sqa_long_text_generation
zs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Table: ['Position', 'Team', 'Points', 'Played', 'Won', 'Drawn', 'Lost', 'For', 'Against', 'Difference']. ['1', 'Paulistano', '30', '18', '14', '2', '2', '62', '19', '43']. ['2', 'Palestra Italia-SP', '29', '18', '14', '1', '3', '59', '21', '38']. ['3', 'Corinthians', '26', '18', '12', '2', '4', '51', '16', '35']. ['4', 'Ypiranga-SP', '25', '18', '11', '3', '4', '56', '34', '22']. ['5', 'AA Sao Bento', '16', '18', '7', '2', '9', '38', '44', '-6']. ['6', 'Santos', '13', '18', '6', '1', '11', '36', '43', '-7']. ['7', 'SC Internacional de Sao Paulo', '11', '15', '3', '5', '7', '26', '44', '-18']. ['8', 'Minas Gerais', '10', '15', '4', '2', '9', '18', '49', '-31']. ['9', 'AA das Palmeiras', '6', '15', '3', '0', '12', '27', '57', '-30']. ['10', 'Mackenzie', '2', '15', '1', '0', '14', '11', '57', '-46']
Passage: The team Paulistano finished at position 1. The team Paulistano played 18 matches, won 14 matches, and lost 2 matches. Total points earned is 30 The team Palestra Italia-SP finished at position 2. The team Palestra Italia-SP played 18 matches, won 14 matches, and lost 1 matches. Total points earned is 29 The team Corinthians finished at position 3. The team Corinthians played 18 matches, won 12 matches, and lost 2 matches. Total points earned is 26 The team Ypiranga-SP finished at position 4. The team Ypiranga-SP played 18 matches, won 11 matches, and lost 3 matches. Total points earned is 25 The team AA Sao Bento finished at position 5. The team AA Sao Bento played 18 matches, won 7 matches, and lost 2 matches. Total points earned is 16 The team Santos finished at position 6. The team Santos played 18 matches, won 6 matches, and lost 1 matches. Total points earned is 13 The team SC Internacional de Sao Paulo finished at position 7. The team SC Internacional de Sao Paulo played 15 matches, won 3 matches, and lost 5 matches. Total points earned is 11 The team Minas Gerais finished at position 8. The team Minas Gerais played 15 matches, won 4 matches, and lost 2 matches. Total points earned is 10 The team AA das Palmeiras finished at position 9. The team AA das Palmeiras played 15 matches, won 3 matches, and lost 0 matches. Total points earned is 6 The team Mackenzie finished at position 10. The team Mackenzie played 15 matches, won 1 matches, and lost 0 matches. Total points earned is 2
0
NIv2
task760_msr_sqa_long_text_generation
zs_opt
Instructions: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Input: Table: ['Name', 'Gender', 'Age', 'From', 'Occupation', 'Prize Money (USD)', 'Status']. ['Trisha', 'Female', '28', 'Santa Monica, CA', 'Artist', '$26,000', 'Winner']. ['London', 'Male', '46', 'Mt. Holly, NJ', 'US Coast Guard (Retired)', '$0', 'Lost']. ['Adria', 'Female', '25', 'Seattle, WA', 'Bartender', '$0', '7th Captured (by Ricky Ortiz)']. ['Lucas', 'Male', '32', 'Carlsbad, CA', 'Student', '$0', '6th Captured (by Kim)']. ['Andrew', 'Male', '21', 'Redondo Beach, CA', 'Student / Lifeguard', '$0', '5th Captured (by Kim)']. ['Tracy', 'Female', '30', 'Mililani, HI', 'Student', '$0', '4th Captured (by Grant)']. ['Lynda', 'Female', '59', 'Los Angeles, CA', 'General Contractor', '$0', '3rd Captured (by Icey)']. ['Darin', 'Male', '46', 'Fontana, CA', 'Sports Official', '$0', '2nd Captured (by Wong)']. ['Evan', 'Male', '29', 'Long Island, NY', 'Teacher', '$2,000', 'Opted Out']. ['Ameenah', 'Female', '34', 'Atlanta, GA', 'Drummer', '$0', '1st Captured (by Grant)'] Output:
Passage: The person named Trisha, finished at position Winner and won $26,000 prize money. Trisha is a 28 years old Female from Santa Monica, CA. Trisha works as a Artist. The person named London, finished at position Lost and won $0 prize money. London is a 46 years old Male from Mt. Holly, NJ. London works as a US Coast Guard (Retired). The person named Adria, finished at position 7th Captured (by Ricky Ortiz) and won $0 prize money. Adria is a 25 years old Female from Seattle, WA. Adria works as a Bartender. The person named Lucas, finished at position 6th Captured (by Kim) and won $0 prize money. Lucas is a 32 years old Male from Carlsbad, CA. Lucas works as a Student. The person named Andrew, finished at position 5th Captured (by Kim) and won $0 prize money. Andrew is a 21 years old Male from Redondo Beach, CA. Andrew works as a Student / Lifeguard. The person named Tracy, finished at position 4th Captured (by Grant) and won $0 prize money. Tracy is a 30 years old Female from Mililani, HI. Tracy works as a Student. The person named Lynda, finished at position 3rd Captured (by Icey) and won $0 prize money. Lynda is a 59 years old Female from Los Angeles, CA. Lynda works as a General Contractor. The person named Darin, finished at position 2nd Captured (by Wong) and won $0 prize money. Darin is a 46 years old Male from Fontana, CA. Darin works as a Sports Official. The person named Evan, finished at position Opted Out and won $2,000 prize money. Evan is a 29 years old Male from Long Island, NY. Evan works as a Teacher. The person named Ameenah, finished at position 1st Captured (by Grant) and won $0 prize money. Ameenah is a 34 years old Female from Atlanta, GA. Ameenah works as a Drummer.
3
NIv2
task760_msr_sqa_long_text_generation
zs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Q: Table: ['Date', 'Number', 'Type', 'Captain', 'Casualties', 'Sunk by']. ['4 May 1943', 'U-209', 'VIIC', 'Heinrich Brodda', '46', 'Catalina Flying-boat of No. 5 Squadron RCAF']. ['5 May 1943', 'U-638', 'VIIC', 'Oskar Staudinger', '44', 'HMS Sunflower']. ['5 May 1943', 'U-531', 'IXC/40', 'Herbert Neckel', '54', 'HMS Vidette']. ['6 May 1943', 'U-192', 'IXC/40', 'Werner Happe', '55', 'HMS Loosestrife']. ['6 May 1943', 'U-125', 'IXC', 'Ulrich Folkers', '54', 'HMS Oribi, HMS Snowflake']. ['6 May 1943', 'U-630', 'VIIC', 'Werner Winkler', '47', 'HMS Vidette']. ['6 May 1943', 'U-438', 'VIIC', 'Heinrich Hensohn', '48', 'HMS Pelican'] A:
Passage: The U-209 was a VIIC type submarine. The U-209 submarine, commanded by Captain Heinrich Brodda, was sunk on the date 4 May 1943 by the Catalina Flying-boat of No. 5 Squadron RCAF submarine. It results in 46 casualties. The U-638 was a VIIC type submarine. The U-638 submarine, commanded by Captain Oskar Staudinger, was sunk on the date 5 May 1943 by the HMS Sunflower submarine. It results in 44 casualties. The U-531 was a IXC/40 type submarine. The U-531 submarine, commanded by Captain Herbert Neckel, was sunk on the date 5 May 1943 by the HMS Vidette submarine. It results in 54 casualties. The U-192 was a IXC/40 type submarine. The U-192 submarine, commanded by Captain Werner Happe, was sunk on the date 6 May 1943 by the HMS Loosestrife submarine. It results in 55 casualties. The U-125 was a IXC type submarine. The U-125 submarine, commanded by Captain Ulrich Folkers, was sunk on the date 6 May 1943 by the HMS Oribi, HMS Snowflake submarine. It results in 54 casualties. The U-630 was a VIIC type submarine. The U-630 submarine, commanded by Captain Werner Winkler, was sunk on the date 6 May 1943 by the HMS Vidette submarine. It results in 47 casualties. The U-438 was a VIIC type submarine. The U-438 submarine, commanded by Captain Heinrich Hensohn, was sunk on the date 6 May 1943 by the HMS Pelican submarine. It results in 48 casualties.
4
NIv2
task760_msr_sqa_long_text_generation
zs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Table: ['Rank', 'Nation', 'Gold', 'Silver', 'Bronze', 'Total']. ['1', 'Algeria', '8', '3', '0', '11']. ['2', 'Tunisia', '4', '3', '5', '12']. ['3', 'Egypt', '3', '3', '3', '9']. ['4', 'Cameroon', '1', '1', '5', '7']. ['5', 'Morocco', '0', '1', '5', '5']. ['6', 'South Africa', '0', '1', '1', '2']. ['7', 'Angola', '0', '1', '0', '1']. ['7', 'Burkina Faso', '0', '1', '0', '1']. ['7', 'Gabon', '0', '1', '0', '1']. ['7', 'Madagascar', '0', '1', '0', '1']. ['11', 'Nigeria', '0', '0', '3', '3']. ['12', 'Senegal', '0', '0', '2', '2']. ['13', 'Congo Republic', '0', '0', '1', '1']. ['13', 'Ivory Coast', '0', '0', '1', '1']. ['13', 'Guinea', '0', '0', '1', '1']. ['13', 'Niger', '0', '0', '1', '1']
Passage: The nation, Algeria, has ranked 1. Algeria won 8 gold medals, 3 silver medals, and 0 bronze medals. Algeria won 11 medals in total. The nation, Tunisia, has ranked 2. Tunisia won 4 gold medals, 3 silver medals, and 5 bronze medals. Tunisia won 12 medals in total. The nation, Egypt, has ranked 3. Egypt won 3 gold medals, 3 silver medals, and 3 bronze medals. Egypt won 9 medals in total. The nation, Cameroon, has ranked 4. Cameroon won 1 gold medals, 1 silver medals, and 5 bronze medals. Cameroon won 7 medals in total. The nation, Morocco, has ranked 5. Morocco won 0 gold medals, 1 silver medals, and 5 bronze medals. Morocco won 5 medals in total. The nation, South Africa, has ranked 6. South Africa won 0 gold medals, 1 silver medals, and 1 bronze medals. South Africa won 2 medals in total. The nation, Angola, has ranked 7. Angola won 0 gold medals, 1 silver medals, and 0 bronze medals. Angola won 1 medals in total. The nation, Burkina Faso, has ranked 7. Burkina Faso won 0 gold medals, 1 silver medals, and 0 bronze medals. Burkina Faso won 1 medals in total. The nation, Gabon, has ranked 7. Gabon won 0 gold medals, 1 silver medals, and 0 bronze medals. Gabon won 1 medals in total. The nation, Madagascar, has ranked 7. Madagascar won 0 gold medals, 1 silver medals, and 0 bronze medals. Madagascar won 1 medals in total. The nation, Nigeria, has ranked 11. Nigeria won 0 gold medals, 0 silver medals, and 3 bronze medals. Nigeria won 3 medals in total. The nation, Senegal, has ranked 12. Senegal won 0 gold medals, 0 silver medals, and 2 bronze medals. Senegal won 2 medals in total. The nation, Congo Republic, has ranked 13. Congo Republic won 0 gold medals, 0 silver medals, and 1 bronze medals. Congo Republic won 1 medals in total. The nation, Ivory Coast, has ranked 13. Ivory Coast won 0 gold medals, 0 silver medals, and 1 bronze medals. Ivory Coast won 1 medals in total. The nation, Guinea, has ranked 13. Guinea won 0 gold medals, 0 silver medals, and 1 bronze medals. Guinea won 1 medals in total. The nation, Niger, has ranked 13. Niger won 0 gold medals, 0 silver medals, and 1 bronze medals. Niger won 1 medals in total.
0
NIv2
task760_msr_sqa_long_text_generation
zs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Table: ['Position', 'Club', 'Played', 'Points', 'Wins', 'Draws', 'Losses', 'Goals for', 'Goals against', 'Goal Difference']. ['1', 'Cordoba CF', '30', '40', '16', '8', '6', '48', '22', '+26']. ['2', 'CD Malaga', '30', '38', '14', '10', '6', '52', '36', '+16']. ['3', 'Granada CF', '30', '36', '15', '6', '9', '48', '34', '+14']. ['4', 'UD Las Palmas', '30', '35', '15', '5', '10', '47', '39', '+8']. ['5', 'Recreativo de Huelva', '30', '33', '13', '7', '10', '43', '42', '+1']. ['6', 'Levante UD', '30', '32', '14', '4', '12', '49', '42', '+7']. ['7', 'Hercules CF', '30', '32', '14', '4', '12', '55', '46', '+9']. ['8', 'Real Murcia', '30', '31', '12', '7', '11', '40', '35', '+5']. ['9', 'Real Jaen', '30', '31', '14', '3', '13', '58', '42', '+16']. ['10', 'Cadiz CF', '30', '28', '12', '4', '14', '43', '52', '-9']. ['11', 'CD Cartagena', '30', '28', '13', '2', '15', '45', '56', '-11']. ['12', 'CD Mestalla', '30', '27', '11', '5', '14', '50', '49', '+1']. ['13', 'Albacete Balompie', '30', '27', '10', '7', '13', '27', '32', '-5']. ['14', 'CD San Fernando', '30', '27', '11', '5', '14', '37', '47', '-10']. ['15', 'Atletico Ceuta', '30', '23', '8', '7', '15', '33', '48', '-15']. ['16', 'CD Villarrobledo', '30', '12', '4', '4', '22', '26', '79', '-53']
Passage: The club named Cordoba CF is at position 1. Cordoba CF played 30 matches, won 16 matches, lost 6 matches and had 8 draws. Cordoba CF scored 48 goals for, 22 goals against. Total points for Cordoba CF are 40. The club named CD Malaga is at position 2. CD Malaga played 30 matches, won 14 matches, lost 6 matches and had 10 draws. CD Malaga scored 52 goals for, 36 goals against. Total points for CD Malaga are 38. The club named Granada CF is at position 3. Granada CF played 30 matches, won 15 matches, lost 9 matches and had 6 draws. Granada CF scored 48 goals for, 34 goals against. Total points for Granada CF are 36. The club named UD Las Palmas is at position 4. UD Las Palmas played 30 matches, won 15 matches, lost 10 matches and had 5 draws. UD Las Palmas scored 47 goals for, 39 goals against. Total points for UD Las Palmas are 35. The club named Recreativo de Huelva is at position 5. Recreativo de Huelva played 30 matches, won 13 matches, lost 10 matches and had 7 draws. Recreativo de Huelva scored 43 goals for, 42 goals against. Total points for Recreativo de Huelva are 33. The club named Levante UD is at position 6. Levante UD played 30 matches, won 14 matches, lost 12 matches and had 4 draws. Levante UD scored 49 goals for, 42 goals against. Total points for Levante UD are 32. The club named Hercules CF is at position 7. Hercules CF played 30 matches, won 14 matches, lost 12 matches and had 4 draws. Hercules CF scored 55 goals for, 46 goals against. Total points for Hercules CF are 32. The club named Real Murcia is at position 8. Real Murcia played 30 matches, won 12 matches, lost 11 matches and had 7 draws. Real Murcia scored 40 goals for, 35 goals against. Total points for Real Murcia are 31. The club named Real Jaen is at position 9. Real Jaen played 30 matches, won 14 matches, lost 13 matches and had 3 draws. Real Jaen scored 58 goals for, 42 goals against. Total points for Real Jaen are 31. The club named Cadiz CF is at position 10. Cadiz CF played 30 matches, won 12 matches, lost 14 matches and had 4 draws. Cadiz CF scored 43 goals for, 52 goals against. Total points for Cadiz CF are 28. The club named CD Cartagena is at position 11. CD Cartagena played 30 matches, won 13 matches, lost 15 matches and had 2 draws. CD Cartagena scored 45 goals for, 56 goals against. Total points for CD Cartagena are 28. The club named CD Mestalla is at position 12. CD Mestalla played 30 matches, won 11 matches, lost 14 matches and had 5 draws. CD Mestalla scored 50 goals for, 49 goals against. Total points for CD Mestalla are 27. The club named Albacete Balompie is at position 13. Albacete Balompie played 30 matches, won 10 matches, lost 13 matches and had 7 draws. Albacete Balompie scored 27 goals for, 32 goals against. Total points for Albacete Balompie are 27. The club named CD San Fernando is at position 14. CD San Fernando played 30 matches, won 11 matches, lost 14 matches and had 5 draws. CD San Fernando scored 37 goals for, 47 goals against. Total points for CD San Fernando are 27. The club named Atletico Ceuta is at position 15. Atletico Ceuta played 30 matches, won 8 matches, lost 15 matches and had 7 draws. Atletico Ceuta scored 33 goals for, 48 goals against. Total points for Atletico Ceuta are 23. The club named CD Villarrobledo is at position 16. CD Villarrobledo played 30 matches, won 4 matches, lost 22 matches and had 4 draws. CD Villarrobledo scored 26 goals for, 79 goals against. Total points for CD Villarrobledo are 12.
0
NIv2
task760_msr_sqa_long_text_generation
zs_opt
Detailed Instructions: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Q: Table: ['Club', 'Played', 'Won', 'Drawn', 'Lost', 'Points for', 'Points against', 'Bonus points', 'Points']. ['Biarritz Olympique', '26', '19', '', '7', '694', '350', '14', '90']. ['Stade Francais', '26', '19', '', '7', '633', '437', '13', '89']. ['Stade Toulousain', '26', '19', '', '7', '713', '427', '12', '88']. ['USA Perpignan', '26', '18', '', '8', '671', '398', '12', '84']. ['SU Agen', '26', '15', '', '11', '655', '540', '10', '70']. ['CS Bourgoin-Jallieu', '26', '14', '', '12', '591', '516', '11', '67']. ['Castres Olympique', '26', '13', '', '13', '685', '559', '14', '66']. ['ASM Clermont', '26', '14', '', '12', '577', '569', '7', '63']. ['CA Brive', '26', '10', '1', '15', '431', '553', '9', '51']. ['RC Narbonne', '26', '11', '', '15', '533', '775', '3', '47']. ['Montpellier RC', '26', '9', '0', '17', '574', '659', '10', '46']. ['Aviron Bayonnais', '26', '8', '1', '17', '514', '669', '9', '43']. ['Section Paloise', '26', '9', '0', '17', '476', '790', '4', '40']. ['RC Toulonnais', '26', '3', '0', '23', '332', '837', '7', '19'] A:
Passage: The club named Biarritz Olympique, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 694. Total points scored against the 26 team is 350. The team scored 14 bonus points. Total points scored by the 26 club this season this 90. The club named Stade Francais, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 633. Total points scored against the 26 team is 437. The team scored 13 bonus points. Total points scored by the 26 club this season this 89. The club named Stade Toulousain, played 26 matches. Out of it, 19 matches resulted in win, resulted in draw, and 7 matches were lost. The total points the 26 club scored is 713. Total points scored against the 26 team is 427. The team scored 12 bonus points. Total points scored by the 26 club this season this 88. The club named USA Perpignan, played 26 matches. Out of it, 18 matches resulted in win, resulted in draw, and 8 matches were lost. The total points the 26 club scored is 671. Total points scored against the 26 team is 398. The team scored 12 bonus points. Total points scored by the 26 club this season this 84. The club named SU Agen, played 26 matches. Out of it, 15 matches resulted in win, resulted in draw, and 11 matches were lost. The total points the 26 club scored is 655. Total points scored against the 26 team is 540. The team scored 10 bonus points. Total points scored by the 26 club this season this 70. The club named CS Bourgoin-Jallieu, played 26 matches. Out of it, 14 matches resulted in win, resulted in draw, and 12 matches were lost. The total points the 26 club scored is 591. Total points scored against the 26 team is 516. The team scored 11 bonus points. Total points scored by the 26 club this season this 67. The club named Castres Olympique, played 26 matches. Out of it, 13 matches resulted in win, resulted in draw, and 13 matches were lost. The total points the 26 club scored is 685. Total points scored against the 26 team is 559. The team scored 14 bonus points. Total points scored by the 26 club this season this 66. The club named ASM Clermont, played 26 matches. Out of it, 14 matches resulted in win, resulted in draw, and 12 matches were lost. The total points the 26 club scored is 577. Total points scored against the 26 team is 569. The team scored 7 bonus points. Total points scored by the 26 club this season this 63. The club named CA Brive, played 26 matches. Out of it, 10 matches resulted in win, 1 resulted in draw, and 15 matches were lost. The total points the 26 club scored is 431. Total points scored against the 26 team is 553. The team scored 9 bonus points. Total points scored by the 26 club this season this 51. The club named RC Narbonne, played 26 matches. Out of it, 11 matches resulted in win, resulted in draw, and 15 matches were lost. The total points the 26 club scored is 533. Total points scored against the 26 team is 775. The team scored 3 bonus points. Total points scored by the 26 club this season this 47. The club named Montpellier RC, played 26 matches. Out of it, 9 matches resulted in win, 0 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 574. Total points scored against the 26 team is 659. The team scored 10 bonus points. Total points scored by the 26 club this season this 46. The club named Aviron Bayonnais, played 26 matches. Out of it, 8 matches resulted in win, 1 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 514. Total points scored against the 26 team is 669. The team scored 9 bonus points. Total points scored by the 26 club this season this 43. The club named Section Paloise, played 26 matches. Out of it, 9 matches resulted in win, 0 resulted in draw, and 17 matches were lost. The total points the 26 club scored is 476. Total points scored against the 26 team is 790. The team scored 4 bonus points. Total points scored by the 26 club this season this 40. The club named RC Toulonnais, played 26 matches. Out of it, 3 matches resulted in win, 0 resulted in draw, and 23 matches were lost. The total points the 26 club scored is 332. Total points scored against the 26 team is 837. The team scored 7 bonus points. Total points scored by the 26 club this season this 19.
9
NIv2
task760_msr_sqa_long_text_generation
zs_opt
You will be given a definition of a task first, then some input of the task. You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Table: ['#', 'Nation', 'Qualification Tournament', 'Place in QT', 'Sailor']. ['1', 'China', 'Host Country', '', '']. ['2', 'Brazil', '2007 Worlds', '1', 'Robert Scheidt, Bruno Prada']. ['3', 'France', '2007 Worlds', '2', 'Xavier Rohart, Pascal Rambeau']. ['4', 'Great Britain', '2007 Worlds', '3', 'Iain Percy, Andrew Simpson']. ['5', 'New Zealand', '2007 Worlds', '4', 'Hamish Pepper, Carl Williams']. ['6', 'Italy', '2007 Worlds', '5', 'Diego Negri, Luigi Viale']. ['7', 'Poland', '2007 Worlds', '6', 'Mateusz Kusznierewicz, Dominik Zycki']. ['8', 'Germany', '2007 Worlds', '7', 'Marc Pickel, Ingo Borkowski']. ['9', 'Sweden', '2007 Worlds', '8', 'Fredrik Loof, Anders Ekstrom']. ['10', 'Australia', '2007 Worlds', '9', 'Iain Murray, Andrew Palfrey']. ['11', 'Portugal', '2007 Worlds', '10', 'Afonso Domingos, Bernardo Santos']. ['12', 'United States', '2007 Worlds', '11', 'Mark Reynolds, Hal Haenel']. ['13', 'Switzerland', '2008 Worlds', '4', 'Flavio Marazzi, Enrico De Maria']. ['14', 'Croatia', '2008 Worlds', '12', 'Marin Lovrovic, Sinsa Mikulicic']. ['15', 'Ireland', '2008 Worlds', '14', 'Max Treacy, Anthony Shanks']. ['16', 'Austria', '2008 Worlds', '16', 'Hans Spitzauer, Christian Nehammer'] Output:
Passage: China finished at th position in the Host Country Qualification tournament. The sailor was . Brazil finished at 1th position in the 2007 Worlds Qualification tournament. The sailor was Robert Scheidt, Bruno Prada. France finished at 2th position in the 2007 Worlds Qualification tournament. The sailor was Xavier Rohart, Pascal Rambeau. Great Britain finished at 3th position in the 2007 Worlds Qualification tournament. The sailor was Iain Percy, Andrew Simpson. New Zealand finished at 4th position in the 2007 Worlds Qualification tournament. The sailor was Hamish Pepper, Carl Williams. Italy finished at 5th position in the 2007 Worlds Qualification tournament. The sailor was Diego Negri, Luigi Viale. Poland finished at 6th position in the 2007 Worlds Qualification tournament. The sailor was Mateusz Kusznierewicz, Dominik Zycki. Germany finished at 7th position in the 2007 Worlds Qualification tournament. The sailor was Marc Pickel, Ingo Borkowski. Sweden finished at 8th position in the 2007 Worlds Qualification tournament. The sailor was Fredrik Loof, Anders Ekstrom. Australia finished at 9th position in the 2007 Worlds Qualification tournament. The sailor was Iain Murray, Andrew Palfrey. Portugal finished at 10th position in the 2007 Worlds Qualification tournament. The sailor was Afonso Domingos, Bernardo Santos. United States finished at 11th position in the 2007 Worlds Qualification tournament. The sailor was Mark Reynolds, Hal Haenel. Switzerland finished at 4th position in the 2008 Worlds Qualification tournament. The sailor was Flavio Marazzi, Enrico De Maria. Croatia finished at 12th position in the 2008 Worlds Qualification tournament. The sailor was Marin Lovrovic, Sinsa Mikulicic. Ireland finished at 14th position in the 2008 Worlds Qualification tournament. The sailor was Max Treacy, Anthony Shanks. Austria finished at 16th position in the 2008 Worlds Qualification tournament. The sailor was Hans Spitzauer, Christian Nehammer.
1
NIv2
task760_msr_sqa_long_text_generation
zs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Table: ['Year', 'Title', 'Peak chart positions US Air', 'Peak chart positions US Main', 'Peak chart positions US Mod', 'Album']. ['1990', 'Dig a Hole', '--', '--', '--', 'Non-album single']. ['1993', 'Mister Love', '--', '--', '--', 'Velvet']. ['1994', 'Mister Love', '--', '--', '--', 'Rubberneck']. ['1995', 'Possum Kingdom', '40', '9', '4', 'Rubberneck']. ['1995', 'Away', '--', '23', '28', 'Rubberneck']. ['1996', 'Tyler', '--', '--', '--', 'Rubberneck']. ['1996', 'Backslider', '--', '--', '--', 'Rubberneck']. ['2001', 'Push the Hand', '--', '34', '--', 'Hell Below/Stars Above']. ['2008', 'No Deliverance', '--', '38', '--', 'No Deliverance']. ['2009', 'Song I Hate', '--', '--', '--', 'No Deliverance']. ['2012', 'Summer of the Strange', '--', '--', '--', 'Play.Rock.Music']
Passage: The title track 'Dig a Hole' from the album 'Non-album single', was released in the year 1990. Dig a Hole's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Mister Love' from the album 'Velvet', was released in the year 1993. Mister Love's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Mister Love' from the album 'Rubberneck', was released in the year 1994. Mister Love's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Possum Kingdom' from the album 'Rubberneck', was released in the year 1995. Possum Kingdom's chart positions in US Air, US Main, and US mod were 40, 9, and 4 respectively. The title track 'Away' from the album 'Rubberneck', was released in the year 1995. Away's chart positions in US Air, US Main, and US mod were --, 23, and 28 respectively. The title track 'Tyler' from the album 'Rubberneck', was released in the year 1996. Tyler's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Backslider' from the album 'Rubberneck', was released in the year 1996. Backslider's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Push the Hand' from the album 'Hell Below/Stars Above', was released in the year 2001. Push the Hand's chart positions in US Air, US Main, and US mod were --, 34, and -- respectively. The title track 'No Deliverance' from the album 'No Deliverance', was released in the year 2008. No Deliverance's chart positions in US Air, US Main, and US mod were --, 38, and -- respectively. The title track 'Song I Hate' from the album 'No Deliverance', was released in the year 2009. Song I Hate's chart positions in US Air, US Main, and US mod were --, --, and -- respectively. The title track 'Summer of the Strange' from the album 'Play.Rock.Music', was released in the year 2012. Summer of the Strange's chart positions in US Air, US Main, and US mod were --, --, and -- respectively.
0
NIv2
task760_msr_sqa_long_text_generation
zs_opt
Instructions: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Input: Table: ['Pick #', 'CFL Team', 'Player', 'Position', 'College']. ['25', 'Montreal Alouettes', 'Shawn Gifford', 'OT', 'Charleston Southern']. ['26', 'Toronto Argonauts', 'Kevin Eiben', 'S', 'Bucknell']. ['27', 'Winnipeg Blue Bombers', 'Nick Tsatsaronis', 'RB', 'Memphis']. ['28', 'Hamilton Tiger-Cats', 'Ryan Donnelly', 'OL', 'McMaster']. ['29', 'Montreal Alouettes', 'Peter Moore', 'DL', 'Syracuse']. ['30', 'Calgary Stampeders', 'Andrew Carter', 'OL', "Bishop's"]. ['31', 'Montreal Alouettes', 'Steven Maheu', 'WR/QB', 'Simon Fraser']. ['32', 'BC Lions', 'Kelly Bates', 'OL', 'Saskatchewan'] Output:
Passage: The player named Shawn Gifford was picked at 25 position. The player plays at position OT in the team Montreal Alouettes from the college Charleston Southern. The player named Kevin Eiben was picked at 26 position. The player plays at position S in the team Toronto Argonauts from the college Bucknell. The player named Nick Tsatsaronis was picked at 27 position. The player plays at position RB in the team Winnipeg Blue Bombers from the college Memphis. The player named Ryan Donnelly was picked at 28 position. The player plays at position OL in the team Hamilton Tiger-Cats from the college McMaster. The player named Peter Moore was picked at 29 position. The player plays at position DL in the team Montreal Alouettes from the college Syracuse. The player named Andrew Carter was picked at 30 position. The player plays at position OL in the team Calgary Stampeders from the college Bishop's. The player named Steven Maheu was picked at 31 position. The player plays at position WR/QB in the team Montreal Alouettes from the college Simon Fraser. The player named Kelly Bates was picked at 32 position. The player plays at position OL in the team BC Lions from the college Saskatchewan.
3
NIv2
task760_msr_sqa_long_text_generation
zs_opt
Definition: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Input: Table: ['Institution', 'Location', 'Enrollment', 'Nickname', 'Varsity Sports', 'Rugby Since', 'Head Coach']. ['Clemson University', 'Clemson, South Carolina', '20,576', 'Tigers', '19', '1967', 'Justin Hickey']. ['Maryland', 'College Park, Maryland', '37,641', 'Terrapins', '20', '1968', 'Jeff Soeken']. ['Navy', 'Annapolis, Maryland', '4,576', 'Midshipmen', '30', '1963', 'Mike Flanagan']. ['North Carolina', 'Chapel Hill, North Carolina', '29,340', 'Tar Heels', '28', '1966', 'Pete Earsman']. ['North Carolina State', 'Raleigh, North Carolina', '34,767', 'Wolfpack', '25', '1965', 'Jim Latham']. ['University of Virginia', 'Charlottesville, Virginia', '20,895', 'Cavaliers', '25', '1961', 'Jon Roberts']. ['Virginia Tech', 'Blacksburg, Virginia', '30,379', 'Hokies', '21', '1891 / 1968', 'Andy Richards']. ['Wake Forest', 'Winston-Salem, North Carolina', '7,079', 'Demon Deacons', '18', '1973', 'Patrick Kane'] Output:
Passage: The institution named Clemson University is located in Clemson, South Carolina. Clemson University has 20,576 students enrolled. Clemson University's nickname is Tigers, and has 19 varsity sports teams. Clemson University has been playing rugby since 1967. Clemson University's head-coach is Justin Hickey. The institution named Maryland is located in College Park, Maryland. Maryland has 37,641 students enrolled. Maryland's nickname is Terrapins, and has 20 varsity sports teams. Maryland has been playing rugby since 1968. Maryland's head-coach is Jeff Soeken. The institution named Navy is located in Annapolis, Maryland. Navy has 4,576 students enrolled. Navy's nickname is Midshipmen, and has 30 varsity sports teams. Navy has been playing rugby since 1963. Navy's head-coach is Mike Flanagan. The institution named North Carolina is located in Chapel Hill, North Carolina. North Carolina has 29,340 students enrolled. North Carolina's nickname is Tar Heels, and has 28 varsity sports teams. North Carolina has been playing rugby since 1966. North Carolina's head-coach is Pete Earsman. The institution named North Carolina State is located in Raleigh, North Carolina. North Carolina State has 34,767 students enrolled. North Carolina State's nickname is Wolfpack, and has 25 varsity sports teams. North Carolina State has been playing rugby since 1965. North Carolina State's head-coach is Jim Latham. The institution named University of Virginia is located in Charlottesville, Virginia. University of Virginia has 20,895 students enrolled. University of Virginia's nickname is Cavaliers, and has 25 varsity sports teams. University of Virginia has been playing rugby since 1961. University of Virginia's head-coach is Jon Roberts. The institution named Virginia Tech is located in Blacksburg, Virginia. Virginia Tech has 30,379 students enrolled. Virginia Tech's nickname is Hokies, and has 21 varsity sports teams. Virginia Tech has been playing rugby since 1891 / 1968. Virginia Tech's head-coach is Andy Richards. The institution named Wake Forest is located in Winston-Salem, North Carolina. Wake Forest has 7,079 students enrolled. Wake Forest's nickname is Demon Deacons, and has 18 varsity sports teams. Wake Forest has been playing rugby since 1973. Wake Forest's head-coach is Patrick Kane.
2
NIv2
task760_msr_sqa_long_text_generation
zs_opt
You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Q: Table: ['Date', 'City', 'Venue', 'Member', 'Performance', 'Notes']. ['15 January', 'Dublin', 'RTE Studios', 'Brian & Roger', '(1) We Will Rock You', '']. ['(2) We Are the Champions', 'The Late Late Show', '', '', '', '']. ['31 January', 'Dublin', 'The O2', 'Brian', '(1) Bohemian Rhapsody', 'Matinee and Evening performances. Roger attended but did not perform.']. ['10 May', 'London', 'Dominion Theatre', 'Brian & Roger', '(1) Bohemian Rhapsody', '8th anniversary.']. ['3 September', 'Utrecht', 'Beatrix Theatre', 'Brian', '(1) Bohemian Rhapsody', '']. ['4 September', 'London', 'Dominion Theatre', 'Brian', '(1) Bohemian Rhapsody', 'Matinee and Evening performances']. ['12 September', 'Stockholm', 'Cirkus Arena Restaurang', 'Brian', '(1) Bohemian Rhapsody', '']. ['21 October', 'Berlin', 'Theater des Westens', 'Brian', '(1) Bohemian Rhapsody', ''] A:
Passage: The artist Brian & Roger gave a live performance at RTE Studios in the city of Dublin on 15 January. The artist Brian & Roger performed (1) We Will Rock You. Additional details: . The artist gave a live performance at in the city of The Late Late Show on (2) We Are the Champions. The artist performed . Additional details: . The artist Brian gave a live performance at The O2 in the city of Dublin on 31 January. The artist Brian performed (1) Bohemian Rhapsody. Additional details: Matinee and Evening performances. Roger attended but did not perform.. The artist Brian & Roger gave a live performance at Dominion Theatre in the city of London on 10 May. The artist Brian & Roger performed (1) Bohemian Rhapsody. Additional details: 8th anniversary.. The artist Brian gave a live performance at Beatrix Theatre in the city of Utrecht on 3 September. The artist Brian performed (1) Bohemian Rhapsody. Additional details: . The artist Brian gave a live performance at Dominion Theatre in the city of London on 4 September. The artist Brian performed (1) Bohemian Rhapsody. Additional details: Matinee and Evening performances. The artist Brian gave a live performance at Cirkus Arena Restaurang in the city of Stockholm on 12 September. The artist Brian performed (1) Bohemian Rhapsody. Additional details: . The artist Brian gave a live performance at Theater des Westens in the city of Berlin on 21 October. The artist Brian performed (1) Bohemian Rhapsody. Additional details: .
4
NIv2
task760_msr_sqa_long_text_generation
zs_opt
Given the task definition and input, reply with output. You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Table: ['Pos', 'No', 'Driver', 'Constructor', 'Laps', 'Time/Retired', 'Grid', 'Points']. ['1', '5', 'Fernando Alonso', 'Renault', '56', '1:31:33.736', '1', '10']. ['2', '16', 'Jarno Trulli', 'Toyota', '56', '+24.327', '2', '8']. ['3', '8', 'Nick Heidfeld', 'Williams-BMW', '56', '+32.188', '10', '6']. ['4', '10', 'Juan Pablo Montoya', 'McLaren-Mercedes', '56', '+41.631', '11', '5']. ['5', '17', 'Ralf Schumacher', 'Toyota', '56', '+51.854', '5', '4']. ['6', '14', 'David Coulthard', 'Red Bull-Cosworth', '56', '+1:12.543', '8', '3']. ['7', '1', 'Michael Schumacher', 'Ferrari', '56', '+1:19.988', '13', '2']. ['8', '15', 'Christian Klien', 'Red Bull-Cosworth', '56', '+1:20.835', '7', '1']. ['9', '9', 'Kimi Raikkonen', 'McLaren-Mercedes', '56', '+1:21.580', '6', '']. ['10', '12', 'Felipe Massa', 'Sauber-Petronas', '55', '+1 Lap', '14', '']. ['11', '19', 'Narain Karthikeyan', 'Jordan-Toyota', '54', '+2 Laps', '17', '']. ['12', '18', 'Tiago Monteiro', 'Jordan-Toyota', '53', '+3 Laps', '18', '']. ['13', '21', 'Christijan Albers', 'Minardi-Cosworth', '52', '+4 Laps', '19', '']. ['Ret', '2', 'Rubens Barrichello', 'Ferrari', '49', 'Handling', '12', '']. ['Ret', '6', 'Giancarlo Fisichella', 'Renault', '36', 'Collision', '3', '']. ['Ret', '7', 'Mark Webber', 'Williams-BMW', '36', 'Collision', '4', '']. ['Ret', '11', 'Jacques Villeneuve', 'Sauber-Petronas', '26', 'Spun Off', '16', '']. ['Ret', '3', 'Jenson Button', 'BAR-Honda', '2', 'Engine', '9', '']. ['Ret', '4', 'Anthony Davidson', 'BAR-Honda', '2', 'Engine', '15', '']. ['Ret', '20', 'Patrick Friesacher', 'Minardi-Cosworth', '2', 'Spun Off', '20', '']
Passage: The driver with number 5, Fernando Alonso, from Renault constructor, finished at position 1. Fernando Alonso completed 56 laps in 1:31:33.736 time and earned 10 points. The driver with number 16, Jarno Trulli, from Toyota constructor, finished at position 2. Jarno Trulli completed 56 laps in +24.327 time and earned 8 points. The driver with number 8, Nick Heidfeld, from Williams-BMW constructor, finished at position 3. Nick Heidfeld completed 56 laps in +32.188 time and earned 6 points. The driver with number 10, Juan Pablo Montoya, from McLaren-Mercedes constructor, finished at position 4. Juan Pablo Montoya completed 56 laps in +41.631 time and earned 5 points. The driver with number 17, Ralf Schumacher, from Toyota constructor, finished at position 5. Ralf Schumacher completed 56 laps in +51.854 time and earned 4 points. The driver with number 14, David Coulthard, from Red Bull-Cosworth constructor, finished at position 6. David Coulthard completed 56 laps in +1:12.543 time and earned 3 points. The driver with number 1, Michael Schumacher, from Ferrari constructor, finished at position 7. Michael Schumacher completed 56 laps in +1:19.988 time and earned 2 points. The driver with number 15, Christian Klien, from Red Bull-Cosworth constructor, finished at position 8. Christian Klien completed 56 laps in +1:20.835 time and earned 1 points. The driver with number 9, Kimi Raikkonen, from McLaren-Mercedes constructor, finished at position 9. Kimi Raikkonen completed 56 laps in +1:21.580 time and earned points. The driver with number 12, Felipe Massa, from Sauber-Petronas constructor, finished at position 10. Felipe Massa completed 55 laps in +1 Lap time and earned points. The driver with number 19, Narain Karthikeyan, from Jordan-Toyota constructor, finished at position 11. Narain Karthikeyan completed 54 laps in +2 Laps time and earned points. The driver with number 18, Tiago Monteiro, from Jordan-Toyota constructor, finished at position 12. Tiago Monteiro completed 53 laps in +3 Laps time and earned points. The driver with number 21, Christijan Albers, from Minardi-Cosworth constructor, finished at position 13. Christijan Albers completed 52 laps in +4 Laps time and earned points. The driver with number 2, Rubens Barrichello, from Ferrari constructor, finished at position Ret. Rubens Barrichello completed 49 laps in Handling time and earned points. The driver with number 6, Giancarlo Fisichella, from Renault constructor, finished at position Ret. Giancarlo Fisichella completed 36 laps in Collision time and earned points. The driver with number 7, Mark Webber, from Williams-BMW constructor, finished at position Ret. Mark Webber completed 36 laps in Collision time and earned points. The driver with number 11, Jacques Villeneuve, from Sauber-Petronas constructor, finished at position Ret. Jacques Villeneuve completed 26 laps in Spun Off time and earned points. The driver with number 3, Jenson Button, from BAR-Honda constructor, finished at position Ret. Jenson Button completed 2 laps in Engine time and earned points. The driver with number 4, Anthony Davidson, from BAR-Honda constructor, finished at position Ret. Anthony Davidson completed 2 laps in Engine time and earned points. The driver with number 20, Patrick Friesacher, from Minardi-Cosworth constructor, finished at position Ret. Patrick Friesacher completed 2 laps in Spun Off time and earned points.
5
NIv2
task760_msr_sqa_long_text_generation
zs_opt
Detailed Instructions: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Problem:Table: ['Rank', 'Name', 'Nationality', 'Time (hand)', 'Notes']. ['', 'Tommy Green', 'Great Britain', '4:50:10', 'OR']. ['', 'Janis Dalins', 'Latvia', '4:57:20', '']. ['', 'Ugo Frigerio', 'Italy', '4:59:06', '']. ['4', 'Karl Hahnel', 'Germany', '5:06:06', '']. ['5', 'Ettore Rivolta', 'Italy', '5:07:39', '']. ['6', 'Paul Sievert', 'Germany', '5:16:41', '']. ['7', 'Henri Quintric', 'France', '5:27:25', '']. ['8', 'Ernie Crosbie', 'United States', '5:28:02', '']. ['9', 'Bill Chisholm', 'United States', '5:51:00', '']. ['10', 'Alfred Maasik', 'Estonia', '6:19:00', '']. ['', 'Henry Cieman', 'Canada', '', 'DNF']. ['', 'John Moralis', 'Greece', '', 'DNF']. ['', 'Francesco Pretti', 'Italy', '', 'DNF']. ['', 'Arthur Tell Schwab', 'Switzerland', '', 'DNF']. ['', 'Harry Hinkel', 'United States', '', 'DNF'] Solution:
Passage: The Great Britain athlete named Tommy Green is ranked globally. Tommy Green completed the marathon in 4:50:10 seconds. The Latvia athlete named Janis Dalins is ranked globally. Janis Dalins completed the marathon in 4:57:20 seconds. The Italy athlete named Ugo Frigerio is ranked globally. Ugo Frigerio completed the marathon in 4:59:06 seconds. The Germany athlete named Karl Hahnel is ranked 4 globally. Karl Hahnel completed the marathon in 5:06:06 seconds. The Italy athlete named Ettore Rivolta is ranked 5 globally. Ettore Rivolta completed the marathon in 5:07:39 seconds. The Germany athlete named Paul Sievert is ranked 6 globally. Paul Sievert completed the marathon in 5:16:41 seconds. The France athlete named Henri Quintric is ranked 7 globally. Henri Quintric completed the marathon in 5:27:25 seconds. The United States athlete named Ernie Crosbie is ranked 8 globally. Ernie Crosbie completed the marathon in 5:28:02 seconds. The United States athlete named Bill Chisholm is ranked 9 globally. Bill Chisholm completed the marathon in 5:51:00 seconds. The Estonia athlete named Alfred Maasik is ranked 10 globally. Alfred Maasik completed the marathon in 6:19:00 seconds. The Canada athlete named Henry Cieman is ranked globally. Henry Cieman completed the marathon in seconds. The Greece athlete named John Moralis is ranked globally. John Moralis completed the marathon in seconds. The Italy athlete named Francesco Pretti is ranked globally. Francesco Pretti completed the marathon in seconds. The Switzerland athlete named Arthur Tell Schwab is ranked globally. Arthur Tell Schwab completed the marathon in seconds. The United States athlete named Harry Hinkel is ranked globally. Harry Hinkel completed the marathon in seconds.
8
NIv2
task760_msr_sqa_long_text_generation
zs_opt
Q: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Table: ['Model', 'Frame', "Years Mfg'd", 'Caliber(s)', 'Production', 'Barrel', 'Notes']. ['Remington-Beals Army Model Revolver', 'Large', '1861-1862', '.44', '1,900 (estimated)', '8 inch octagon', '']. ['Remington-Beals Navy Model Revolver', 'Medium', '1861-1862', '.36', '14,500 (estimated)', '7 1/2 inch octagon', '']. ['1861 Army Revolver (Old Model Army)', 'Large', '1862', '.44', '6,000 (estimated)', '8 inch octagon', '']. ['1861 Navy Revolver', 'Medium', '1862', '.36', '7,000 (estimated)', '7 3/8 inch octagon', '']. ['New Model Army Revolver', 'Large', '1863-1875', '.44', '122,000 (approximately)', '8 inch octagon', 'Used for factory conversions in .46 RF & .44 Remington']. ['New Model Navy Revolver', 'Medium', '1863-1875', '.36', '28,000 (approximately)', '7 3/8 inch octagon', 'Used for factory and U.S. Navy conversions to .38 RF & CF']. ['New Model Single Action Belt Revolver', 'Large', '1863-1875', '.36 percussion and .38 CF', '2,500 - 3,000 (estimated)', '6 1/2 inch octagon', 'Factory conversion production started in 1873']. ['Remington-Rider Double Action New Model Belt Revolver', 'Large', '1863-1873', '.36 percussion and .38 CF', '3,000 - 5,000 (estimated)', '6 1/2 inch octagon', '1863-1865 available with fluted cylinder, conversions had two-piece cylinder']. ['New Model Police Revolver', 'Medium', '1865-1873', '.36 percussion and .38 RF', '25,000 (estimated)', '3 1/2, 4 1/2, 5 1/2, 6 1/2 inch octagon', 'Conversions all believed to be rimfire only']. ['New Model Pocket Revolver', 'Medium', '1865-1873', '.31 percussion and .32 CF', '25,000 (estimated)', '3, 3 1/2, 4, 4 1/2', 'Majority produced as conversions or cartridge'] A:
Passage: The model named 'Remington-Beals Army Model Revolver', with Large frame, was manufactured around the period 1861-1862. 'Remington-Beals Army Model Revolver' has .44 caliber(s), and the number of production units are 1,900 (estimated) and 8 inch octagon barrels. . The model named 'Remington-Beals Navy Model Revolver', with Medium frame, was manufactured around the period 1861-1862. 'Remington-Beals Navy Model Revolver' has .36 caliber(s), and the number of production units are 14,500 (estimated) and 7 1/2 inch octagon barrels. . The model named '1861 Army Revolver (Old Model Army)', with Large frame, was manufactured around the period 1862. '1861 Army Revolver (Old Model Army)' has .44 caliber(s), and the number of production units are 6,000 (estimated) and 8 inch octagon barrels. . The model named '1861 Navy Revolver', with Medium frame, was manufactured around the period 1862. '1861 Navy Revolver' has .36 caliber(s), and the number of production units are 7,000 (estimated) and 7 3/8 inch octagon barrels. . The model named 'New Model Army Revolver', with Large frame, was manufactured around the period 1863-1875. 'New Model Army Revolver' has .44 caliber(s), and the number of production units are 122,000 (approximately) and 8 inch octagon barrels. Used for factory conversions in .46 RF & .44 Remington. The model named 'New Model Navy Revolver', with Medium frame, was manufactured around the period 1863-1875. 'New Model Navy Revolver' has .36 caliber(s), and the number of production units are 28,000 (approximately) and 7 3/8 inch octagon barrels. Used for factory and U.S. Navy conversions to .38 RF & CF. The model named 'New Model Single Action Belt Revolver', with Large frame, was manufactured around the period 1863-1875. 'New Model Single Action Belt Revolver' has .36 percussion and .38 CF caliber(s), and the number of production units are 2,500 - 3,000 (estimated) and 6 1/2 inch octagon barrels. Factory conversion production started in 1873. The model named 'Remington-Rider Double Action New Model Belt Revolver', with Large frame, was manufactured around the period 1863-1873. 'Remington-Rider Double Action New Model Belt Revolver' has .36 percussion and .38 CF caliber(s), and the number of production units are 3,000 - 5,000 (estimated) and 6 1/2 inch octagon barrels. 1863-1865 available with fluted cylinder, conversions had two-piece cylinder. The model named 'New Model Police Revolver', with Medium frame, was manufactured around the period 1865-1873. 'New Model Police Revolver' has .36 percussion and .38 RF caliber(s), and the number of production units are 25,000 (estimated) and 3 1/2, 4 1/2, 5 1/2, 6 1/2 inch octagon barrels. Conversions all believed to be rimfire only. The model named 'New Model Pocket Revolver', with Medium frame, was manufactured around the period 1865-1873. 'New Model Pocket Revolver' has .31 percussion and .32 CF caliber(s), and the number of production units are 25,000 (estimated) and 3, 3 1/2, 4, 4 1/2 barrels. Majority produced as conversions or cartridge.
7
NIv2
task760_msr_sqa_long_text_generation
zs_opt
Detailed Instructions: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Problem:Table: ['Wager', 'Winner', 'Loser', 'Location', 'Date', 'Notes']. ['Hair', 'Psycho Clown', 'Super Crazy', 'Mexico City, Distrito Federal', 'May 29, 2011', 'Six man tag team steel cage Masks vs. Hairs match, where Los Perros del Mal (Crazy, El Hijo del Perro Aguayo and Damian 666) faced Los Psycho Circus (Psycho Clown, Monster Clown and Murder Clown).']. ['Hair', 'Halloween', 'Coco Rojo', 'Tlalnepantla de Baz, State of Mexico', 'July 10, 2011', 'Steel cage match, where Los Perros del Mal (Halloween, Damian 666 and Ek Balam) faced Los Payasos Tricolor (Coco Rojo, Coco Azul and Coco Amarillo) and Los Psycho Circus (Monster Clown, Murder Clown and Psycho Clown).']. ['Hair', 'Psycho Clown', 'X-Fly', 'Guadalajara, Jalisco', 'July 31, 2011', 'Six man tag team steel cage Masks vs. Hairs match, where Los Perros del Mal (X-Fly, Damian 666 and Halloween) faced Los Psycho Circus.']. ['Title', 'Damian 666', 'Monster Clown', 'Naucalpan, Mexico', 'August 28, 2011', 'Four tag team steel cage match, where Los Psycho Circus put their IWRG Intercontinental Trios Championship on the line against the hairs/masks of Los Perros del Mal (Damian 666, Bestia 666 and X-Fly), Los Temerarios (Black Terry, Durok and Machin) and Los Villanos (Kortiz, Ray Mendoza, Jr. and Villano IV).']. ['Hair', 'Monster Clown, Murder Clown and Psycho Clown', 'Halloween, Damian 666 and Nicho el Millonario', 'Monterrey, Nuevo Leon', 'October 9, 2011', 'Steel cage Masks vs. Hairs match.']. ['Hair', 'Psicosis', 'Joe Lider', 'Mexico City', 'August 5, 2012', '']. ['Hair', 'Dark Cuervo', 'Halloween', 'San Luis Potosi, San Luis Potosi', 'October 7, 2012', 'Domo de la Muerte, where Los Perros del Mal (Halloween, El Hijo del Perro Aguayo, Psicosis and Teddy Hart) faced Dark Cuervo, Cibernetico, Dark Ozz and Jack Evans.'] Solution:
Passage: On May 29, 2011, there was Hair based wager on the professional wrestlers, row[1] and Super Crazy at the location Mexico City, Distrito Federal. row[1] won the match , and row[2] lost the match. Additional details: Six man tag team steel cage Masks vs. Hairs match, where Los Perros del Mal (Crazy, El Hijo del Perro Aguayo and Damian 666) faced Los Psycho Circus (Psycho Clown, Monster Clown and Murder Clown).. On July 10, 2011, there was Hair based wager on the professional wrestlers, row[1] and Coco Rojo at the location Tlalnepantla de Baz, State of Mexico. row[1] won the match , and row[2] lost the match. Additional details: Steel cage match, where Los Perros del Mal (Halloween, Damian 666 and Ek Balam) faced Los Payasos Tricolor (Coco Rojo, Coco Azul and Coco Amarillo) and Los Psycho Circus (Monster Clown, Murder Clown and Psycho Clown).. On July 31, 2011, there was Hair based wager on the professional wrestlers, row[1] and X-Fly at the location Guadalajara, Jalisco. row[1] won the match , and row[2] lost the match. Additional details: Six man tag team steel cage Masks vs. Hairs match, where Los Perros del Mal (X-Fly, Damian 666 and Halloween) faced Los Psycho Circus.. On August 28, 2011, there was Title based wager on the professional wrestlers, row[1] and Monster Clown at the location Naucalpan, Mexico. row[1] won the match , and row[2] lost the match. Additional details: Four tag team steel cage match, where Los Psycho Circus put their IWRG Intercontinental Trios Championship on the line against the hairs/masks of Los Perros del Mal (Damian 666, Bestia 666 and X-Fly), Los Temerarios (Black Terry, Durok and Machin) and Los Villanos (Kortiz, Ray Mendoza, Jr. and Villano IV).. On October 9, 2011, there was Hair based wager on the professional wrestlers, row[1] and Halloween, Damian 666 and Nicho el Millonario at the location Monterrey, Nuevo Leon. row[1] won the match , and row[2] lost the match. Additional details: Steel cage Masks vs. Hairs match.. On August 5, 2012, there was Hair based wager on the professional wrestlers, row[1] and Joe Lider at the location Mexico City. row[1] won the match , and row[2] lost the match. Additional details: . On October 7, 2012, there was Hair based wager on the professional wrestlers, row[1] and Halloween at the location San Luis Potosi, San Luis Potosi. row[1] won the match , and row[2] lost the match. Additional details: Domo de la Muerte, where Los Perros del Mal (Halloween, El Hijo del Perro Aguayo, Psicosis and Teddy Hart) faced Dark Cuervo, Cibernetico, Dark Ozz and Jack Evans..
8
NIv2
task760_msr_sqa_long_text_generation
zs_opt
Q: You are given data in tabular format and you need to generate a passage with content in plain text format based on the information present in the table. Table: ['Name', 'Population (2002 census)', 'Population (2007 estimation)', 'Population (2011 census)', 'Area (km2)', 'Density (pop/km2)']. ['Brasov', '283,901', '277,945', '253,200', '267.32', '1,204']. ['Codlea', '24,256', '24,550', '21,708', '132.79', '182']. ['Sacele', '30,044', '31,796', '30,798', '320', '93']. ['Ghimbav', '5,100', '5,357', '4,698', '28.08', '181.62']. ['Predeal', '5,625', '5,174', '4,755', '58.4', '96.14']. ['Rasnov', '15,436', '16,055', '15,022', '164.36', '94']. ['Cristian', '3,952', '4,300', '4,490', '27.73', '142.51']. ['Sanpetru', '3,401', '3,759', '4,819', '30.74', '110.63']. ['Halchiu', '4,072', '4,560', '4,218', '56.67', '71.85']. ['Tarlungeni', '7,413', '7,996', '8,320', '135.66', '54.65']. ['Prejmer', '8,323', '8,876', '8,472', '60.48', '137.61']. ['Harman', '4,437', '4,775', '5,402', '52.79', '84.05']. ['Bod', '3,942', '4,173', '3,994', '33.56', '117.46']. ['Total', '399,902', '399,316', '369,896', '1,368.58', '270'] A:
Passage: The population for Brasov was 283,901 according to 2002 census, 277,945 according to 2007 estimation, and 253,200 according to 2011 census. The total area of Brasov is 267.32km2, and the density is 1,204 pop/km2. The population for Codlea was 24,256 according to 2002 census, 24,550 according to 2007 estimation, and 21,708 according to 2011 census. The total area of Codlea is 132.79km2, and the density is 182 pop/km2. The population for Sacele was 30,044 according to 2002 census, 31,796 according to 2007 estimation, and 30,798 according to 2011 census. The total area of Sacele is 320km2, and the density is 93 pop/km2. The population for Ghimbav was 5,100 according to 2002 census, 5,357 according to 2007 estimation, and 4,698 according to 2011 census. The total area of Ghimbav is 28.08km2, and the density is 181.62 pop/km2. The population for Predeal was 5,625 according to 2002 census, 5,174 according to 2007 estimation, and 4,755 according to 2011 census. The total area of Predeal is 58.4km2, and the density is 96.14 pop/km2. The population for Rasnov was 15,436 according to 2002 census, 16,055 according to 2007 estimation, and 15,022 according to 2011 census. The total area of Rasnov is 164.36km2, and the density is 94 pop/km2. The population for Cristian was 3,952 according to 2002 census, 4,300 according to 2007 estimation, and 4,490 according to 2011 census. The total area of Cristian is 27.73km2, and the density is 142.51 pop/km2. The population for Sanpetru was 3,401 according to 2002 census, 3,759 according to 2007 estimation, and 4,819 according to 2011 census. The total area of Sanpetru is 30.74km2, and the density is 110.63 pop/km2. The population for Halchiu was 4,072 according to 2002 census, 4,560 according to 2007 estimation, and 4,218 according to 2011 census. The total area of Halchiu is 56.67km2, and the density is 71.85 pop/km2. The population for Tarlungeni was 7,413 according to 2002 census, 7,996 according to 2007 estimation, and 8,320 according to 2011 census. The total area of Tarlungeni is 135.66km2, and the density is 54.65 pop/km2. The population for Prejmer was 8,323 according to 2002 census, 8,876 according to 2007 estimation, and 8,472 according to 2011 census. The total area of Prejmer is 60.48km2, and the density is 137.61 pop/km2. The population for Harman was 4,437 according to 2002 census, 4,775 according to 2007 estimation, and 5,402 according to 2011 census. The total area of Harman is 52.79km2, and the density is 84.05 pop/km2. The population for Bod was 3,942 according to 2002 census, 4,173 according to 2007 estimation, and 3,994 according to 2011 census. The total area of Bod is 33.56km2, and the density is 117.46 pop/km2. The population for Total was 399,902 according to 2002 census, 399,316 according to 2007 estimation, and 369,896 according to 2011 census. The total area of Total is 1,368.58km2, and the density is 270 pop/km2.
7
NIv2
task760_msr_sqa_long_text_generation
zs_opt