context stringlengths 362 1.72k | question stringlengths 2.11k 2.25k | answer stringlengths 1 260 | answer_prefix stringclasses 1
value | max_new_tokens int64 128 128 |
|---|---|---|---|---|
Table InputTable: [["Season", "Date", "Location", "Discipline", "Place"], ["2014", "22 Dec 2013", "Val-d'Isère, France", "Giant slalom", "1st"], ["2014", "1 Dec 2013", "Beaver Creek, USA", "Giant slalom", "3rd"], ["2014", "25 Jan 2014", "Cortina d'Ampezzo, Italy", "Downhill", "3rd"], ["2014", "24 Jan 2014", "Cortina d'Ampezzo, Italy", "Downhill", "2nd"], ["2014", "7 Dec 2013", "Lake Louise, Canada", "Downhill", "2nd"], ["2014", "14 Dec 2013", "St. Moritz, Switzerland", "Super-G", "1st"], ["2012", "2 Dec 2011", "Lake Louise, Canada", "Downhill", "2nd"], ["2012", "28 Jan 2012", "St. Moritz, Switzerland", "Downhill", "3rd"], ["2013", "30 Nov 2012", "Lake Louise, Canada", "Downhill", "3rd"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what season did weirather get her first 1st place podium finish? | 2013 | Answer: | 128 |
Table InputTable: [["Season", "Series", "Team", "Races", "Wins", "Poles", "F/Laps", "Podiums", "Points", "Position"], ["2009", "Formula Renault 2.0 Northern European Cup", "Krenek Motorsport", "14", "0", "0", "0", "0", "44", "21st"], ["2012", "Formula 3 Euro Series", "Angola Racing Team", "21", "0", "0", "0", "0", "14", "14th"], ["2010", "Austria Formula 3 Cup", "Sonangol Motopark", "4", "1", "2", "3", "2", "35", "9th"], ["2010", "ATS Formel 3 Cup", "China Sonangol", "5", "0", "0", "0", "0", "0", "19th"], ["2011", "Formula Pilota China", "Asia Racing Team", "12", "2", "0", "0", "3", "124", "2nd"], ["2012", "59th Macau Grand Prix Formula 3", "Angola Racing Team", "2", "0", "0", "0", "0", "β", "23rd"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:which 2 teams are listed as having 2 as the number of poles? | Asia Racing Team, Sonangol Motopark | Answer: | 128 |
Table InputTable: [["Position", "Officer", "current officers", "superseded by", "Royal Household"], ["5", "Lord Privy Seal", "The Rt Hon Andrew Lansley, CBE, MP", "", ""], ["7", "Lord High Constable", "vacant", "Earl Marshal", "Master of the Horse"], ["6", "Lord Great Chamberlain", "The Marquess of Cholmondeley", "Lord High Treasurer", "Lord Chamberlain"], ["8", "Earl Marshal", "The Duke of Norfolk", "", "Master of the Horse"], ["9", "Lord High Admiral", "HRH The Duke of Edinburgh", "", ""], ["1", "Lord High Steward", "vacant", "Justiciar", "Lord Steward"], ["2", "Lord High Chancellor", "The Rt Hon Chris Grayling, MP", "", ""], ["3", "Lord High Treasurer", "in commission", "", ""], ["4", "Lord President of the Council", "The Rt Hon Nick Clegg, MP", "", ""]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:is earl marshal listed above or below lord privy seal? | below | Answer: | 128 |
Table InputTable: [["Year", "Competition", "Venue", "Position", "Event", "Notes"], ["2003", "European U23 Championships", "Bydgoszcz, Poland", "1st", "400 m hurdles", "48.45"], ["2000", "World Junior Championships", "Santiago, Chile", "1st", "400 m hurdles", "49.23"], ["2007", "World Championships", "Osaka, Japan", "3rd", "400 m hurdles", "48.12 (NR)"], ["2001", "World Championships", "Edmonton, Canada", "18th (sf)", "400 m hurdles", "49.80"], ["2012", "European Championships", "Helsinki, Finland", "18th (sf)", "400 m hurdles", "50.77"], ["2006", "European Championships", "Gothenburg, Sweden", "2nd", "400 m hurdles", "48.71"], ["2003", "European U23 Championships", "Bydgoszcz, Poland", "1st", "4x400 m relay", "3:03.32"], ["1999", "European Junior Championships", "Riga, Latvia", "4th", "400 m hurdles", "52.17"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many 1st place finishes has plawgo had? | 5 | Answer: | 128 |
Table InputTable: [["Date", "Site", "Winning team", "Winning team", "Losing team", "Losing team", "Series"], ["September 17, 1998", "Colorado Springs", "Air Force", "30", "Colorado State", "27", "AFA 22β14β1"], ["September 16, 1995", "Colorado Springs", "Colorado State", "27", "Air Force", "20", "AFA 20β13β1"], ["September 29, 2012", "Colorado Springs", "Air Force", "42", "Colorado State", "21", "AFA 31β19β1"], ["September 3, 1994", "Colorado Springs", "Colorado State", "34", "Air Force", "21", "AFA 20β12β1"], ["October 16, 2003", "Fort Collins", "Colorado State", "30", "Air Force", "20", "AFA 23β18β1"], ["October 31, 2002", "Colorado Springs", "Colorado State", "31", "Air Force", "12", "AFA 23β17β1"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:in how many games has the winning team scored at least 30 points? | 23 | Answer: | 128 |
Table InputTable: [["Pick #", "Player", "Position", "Nationality", "NHL team", "College/junior/club team"], ["163", "Steve Taylor", "Left Wing", "United States", "Philadelphia Flyers", "Providence College (ECAC)"], ["149", "Rick Zombo", "Defence", "United States", "Detroit Red Wings", "Austin Mavericks (USHL)"], ["148", "Dan McFall", "Defence", "United States", "Winnipeg Jets", "Buffalo Jr. Sabres (NAJHL)"], ["164", "Gates Orlando", "Centre", "Canada", "Buffalo Sabres", "Providence College (ECAC)"], ["155", "Mike Sturgeon", "Defence", "Canada", "Edmonton Oilers", "Kelowna Buckaroos (BCJHL)"], ["165", "Dan Brennan", "Left Wing", "Canada", "Los Angeles Kings", "University of North Dakota (WCHA)"], ["154", "Mitch Lamoureux", "Centre", "Canada", "Pittsburgh Penguins", "Oshawa Generals (OMJHL)"], ["162", "Dale DeGray", "Defence", "Canada", "Calgary Flames", "Oshawa Generals (OMJHL)"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:which team had the first pick this round? | Winnipeg Jets | Answer: | 128 |
Table InputTable: [["Date", "Location", "Air/Ground", "Number", "Type", "Status"], ["13 April 1944", "West of Mannheim, Germany", "Air", "1", "FW-190", "Destroyed"], ["27 November 1944", "South of Magdeburg, Germany", "Air", "4", "FW-190", "Destroyed"], ["16 March 1944", "20 miles south of Stuttgart, Germany", "Air", "1", "Me-110", "Destroyed"], ["18 August 1944", "20 miles northeast of Paris, France", "Air", "0.5", "Me-109", "Destroyed"], ["14 January 1945", "20 miles northwest of Berlin, Germany", "Air", "1", "Me-109", "Destroyed"], ["13 September 1944", "South of Nordhausen, Germany", "Air", "2.5", "Me-109", "Destroyed"], ["6 October 1944", "20 miles northwest of Berlin, Germany", "Air", "2", "Me-109", "Destroyed"], ["8 March 1944", "Near Steinhuder Meer (Lake), Germany", "Air", "1", "Me-109", "Destroyed"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what is the total number of fw-190's he damaged or destroyed? | 2 | Answer: | 128 |
Table InputTable: [["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"], ["6", "South Korea", "0", "0", "2", "2"], ["2", "Japan", "7", "10", "7", "24"], ["5", "North Korea", "1", "0", "1", "2"], ["4", "Kazakhstan", "2", "2", "0", "4"], ["3", "Uzbekistan", "1", "2", "3", "6"], ["1", "China", "13", "9", "13", "35"], ["Total", "Total", "24", "23", "26", "73"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:who received more bronze medals: japan or south korea? | Japan | Answer: | 128 |
Table InputTable: [["Pick #", "NFL Team", "Player", "Position", "College"], ["3", "Baltimore Colts", "Alan Ameche", "Fullback", "Wisconsin"], ["1", "Baltimore Colts (Lottery bonus pick)", "George Shaw", "Quarterback", "Oregon"], ["5", "Green Bay Packers", "Tom Bettis", "Guard", "Purdue"], ["2", "Chicago Cardinals", "Max Boydston", "End", "Oklahoma"], ["9", "Philadelphia Eagles", "Dick Bielski", "Fullback", "Maryland"], ["11", "Chicago Bears", "Ron Drzewiecki", "Halfback", "Marquette"], ["6", "Pittsburgh Steelers", "Frank Varrichione", "Tackle", "Notre Dame"], ["8", "New York Giants", "Joe Heap", "Halfback", "Notre Dame"], ["7", "Los Angeles Rams", "Larry Morris", "Center", "Georgia Tech"], ["4", "Washington Redskins", "Ralph Guglielmi", "Quarterback", "Notre Dame"], ["12", "Detroit Lions", "Dave Middleton", "Halfback", "Auburn"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:who was drafted above alan ameche? | Max Boydston | Answer: | 128 |
Table InputTable: [["Outcome", "No.", "Date", "Tournament", "Surface", "Opponent", "Score"], ["Runner-up", "7.", "22 July 2012", "Swiss Open, Switzerland", "Clay", "Thomaz Bellucci", "7β6(8β6), 4β6, 2β6"], ["Runner-up", "6.", "8 January 2012", "Chennai Open, India", "Hard", "Milos Raonic", "7β6(7β4), 6β7(4β7), 6β7(4β7)"], ["Winner", "4.", "6 January 2013", "Chennai Open, India", "Hard", "Roberto Bautista-Agut", "3β6, 6β1, 6β3"], ["Winner", "3.", "15 July 2012", "Stuttgart Open, Germany", "Clay", "Juan MΓ³naco", "6β4, 5β7, 6β3"], ["Winner", "1.", "2 October 2011", "Malaysian Open, Malaysia", "Hard (i)", "Marcos Baghdatis", "6β4, 7β5"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:does the chennai open tournament and the swiss open tournament have the same surface listed? | No | Answer: | 128 |
Table InputTable: [["Thread\\nnominal size", "Outer diameter\\n[mm (in)]", "Threads per inch\\n(TPI)", "Pitch\\n[in (mm)]", "Inner diameter\\n[mm (in)]", "Cable diameter\\n[mm (in)]"], ["PG21", "28.3 (1.114)", "16", "0.0625 (1.5875)", "26.78 (1.054)", "13 to 18 (0.512 to 0.709)"], ["PG16", "22.5 (0.886)", "18", "0.05556 (1.4112)", "21.16 (0.833)", "10 to 14 (0.394 to 0.551)"], ["PG29", "37.0 (1.457)", "16", "0.0625 (1.5875)", "35.48 (1.397)", "18 to 25 (0.709 to 0.984)"], ["PG42", "54.0 (2.126)", "16", "0.0625 (1.5875)", "52.48 (2.066)", ""]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what is the only thread nominal size with a 21.16mm inner diameter? | PG16 | Answer: | 128 |
Table InputTable: [["Pos", "Name", "Team", "Laps", "Time/Retired", "Grid", "Points"], ["8", "Oriol ServiΓ ", "Forsythe Racing", "69", "+23.406", "13", "15"], ["13", "Robert Doornbos", "Minardi Team USA", "69", "+1:00.638", "9", "8"], ["2", "Jan Heylen", "Conquest Racing", "69", "+7.227", "7", "27"], ["1", "Justin Wilson", "RuSPORT", "69", "1:46:02.236", "2", "32"], ["3", "Bruno Junqueira", "Dale Coyne Racing", "69", "+8.419", "11", "26"], ["15", "Alex Tagliani", "Rocketsports", "68", "+ 1 Lap", "12", "6"], ["11", "Dan Clarke", "Minardi Team USA", "69", "+38.903", "10", "11"], ["6", "Simon Pagenaud", "Team Australia", "69", "+22.698", "5", "19"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:who finished directly before servia? | SΓ©bastien Bourdais | Answer: | 128 |
Table InputTable: [["Common name", "Binomial nomenclature", "Colour", "Density ΒΉ", "Location", "Characteristics, Usage and Status"], ["Deodar", "Cedrus deodara", "Yellowish brown", "560Β kg/mΒ³", "Himalayas, Punjab, Uttar Pradesh", "Deodar is the most important timber tree providing soft wood. It can be easily worked and it is moderately strong. It possesses distinct annual rings. It is used for making cheap furniture, railway carriages, railway sleepers, packing boxes, structural work and so forth."], ["Bamboo", "Family Poaceae, tribe Bambuseae", "", "", "Throughout India, especially Assam and Bengal", "Not actually a tree, but a woody grass, it is flexible, very strong and durable. It is used for scaffoldings, thatched roofs, rafters, temporary bridges, and so forth."], ["Satinwood", "Chloroxylon swietenia", "Yellow", "960Β kg/mΒ³", "Central and Southern India", "It is very hard and durable. It is close grained. It is used for furniture and other ornamental works. Vulnerable"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many species of timber used for engineering purposes in india are listed as vulnerable? | 4 | Answer: | 128 |
Table InputTable: [["School", "Season", "Record", "Conference Record", "Place", "Postseason"], ["Illinois", "1912β20", "85β34", "64β31", "β", ""], ["Illinois", "1912β13", "10β6", "7β6", "5th", ""], ["Illinois", "1918β19", "6β8", "5β7", "5th", ""], ["Illinois", "1919β20", "9β4", "8β4", "3rd", ""], ["Illinois", "1913β14", "9β4", "7β3", "3rd", ""], ["Illinois", "1915β16", "13β3", "9β3", "T2nd", ""], ["Illinois", "1917β18", "9β6", "6β6", "T4th", ""], ["Illinois", "1916β17", "13β3", "10β2", "T1st", "Big Ten Champions"], ["Illinois", "1914β15", "16β0", "12β0", "T1st", "National Champions"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many consecutive years did illinois place in the top 5 between 1912 and 1920? | 8 | Answer: | 128 |
Table InputTable: [["Series", "Name", "Age", "Hometown", "Occupation", "Status"], ["BB2", "Amma Antwi-Agyei", "23", "London", "Table Dancer", "7th - Evicted"], ["BB7", "Imogen Thomas", "23", "Llanelli", "Bar Hostess", "7th - Evicted"], ["BB8", "Shanessa Reilly", "26", "Cardiff", "Care Assistant/Stripper", "12th - Evicted"], ["BB13", "Lydia Louisa", "25", "Cheshire", "Dancer", "14th - Evicted"], ["BB14", "Jackie Travers", "59", "Hertfordshire", "Dance Instructor", "10th - Evicted"], ["BB12", "Rebeckah Vaughan", "28", "Wirral", "Hostess/Entrepreneur", "14th - Evicted"], ["BB11", "Ife Kuku", "25", "Milton Keynes", "Dancer", "16th - Evicted"], ["BB12", "Faye Palmer", "20", "Tamworth", "Professional Wrestler", "6th - Evicted"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many table dancers were evicted? | 1 | Answer: | 128 |
Table InputTable: [["Round", "Date", "Home/Away", "Opponent team", "Score", "Scorers"], ["24", "March 15, 2009", "Away", "KS Bylis Ballsh", "0β0", ""], ["6", "October 4, 2008", "Away", "KS Bylis Ballsh", "0β0", ""], ["16", "December 21, 2008", "Away", "KS Flamurtari VlorΓ«", "2β0", ""], ["18", "January 31, 2009", "Away", "KS Dinamo Tirana", "2β4", "Migen Memelli Β 8' Β 77', Ansi Agolli Β 58', Daniel Xhafa Β 88'"], ["14", "December 7, 2008", "Away", "KF Partizani Tirana", "2β2", "Jetmir Sefa Β 2', Migen Memelli Β 82'"], ["10", "November 9, 2008", "Away", "KS Elbasani", "1β0", ""], ["25", "March 21, 2009", "Home", "Apolonia Fier", "2β0", "Bledar Devolli Β 32', Devis Mukaj Β 75'"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:one what date were the most total goals scored in a game? | December 27, 2008 | Answer: | 128 |
Table InputTable: [["Rnd", "Circuit", "GTP Winning Team\\nGTP Winning Drivers", "GTO Winning Team\\nGTO Winning Drivers", "GTU Winning Team\\nGTU Winning Drivers", "Results"], ["1", "Daytona", "#00 Kreepy Krauly Racing", "#4 Stratagraph Inc.", "#76 Malibu Grand Prix", "Results"], ["6", "Laguna Seca", "#56 Blue Thunder Racing", "#77 Brooks Racing", "#99 All American Racers", "Results"], ["17", "Daytona", "#14 Holbert Racing", "#67 Roush Racing", "#87 Performance Motorsports", "Results"], ["4", "Road Atlanta", "#16 Marty Hinze Racing", "#4 Stratagraph Inc.", "#76 Malibu Grand Prix", "Results"], ["16", "Watkins Glen", "Dale Whittington\\n Randy Lanier", "Chester Vincentz\\n Jim Mullen", "Clay Young", "Results"], ["11", "Portland", "#56 Blue Thunder Racing", "#51 Corvette", "#76 Malibu Grand Prix", "Results"], ["15", "Michigan", "#56 Blue Thunder Racing", "#91 Electrodyne", "#84 Dole Racing", "Results"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:is there a circuit where there was not more than one gto winning driver? | yes | Answer: | 128 |
Table InputTable: [["Date", "Opponents", "Venue", "Result", "Scorers", "Attendance"], ["9 Sep 1920", "Bristol Rovers", "H", "0β2", "", "8,000"], ["26 Mar 1921", "Queens Park Rangers", "A", "0β2", "", "10,000"], ["5 Mar 1921", "Brighton & Hove Albion", "A", "0β1", "", "8,000"], ["4 Dec 1920", "Watford", "H", "0β2", "", "6,000"], ["26 Feb 1921", "Brighton & Hove Albion", "H", "0β4", "", "8,000"], ["23 Oct 1920", "Portsmouth", "H", "1β0", "Devlin", "9,000"], ["25 Dec 1920", "Southend United", "H", "1β1", "Dobson", "9,000"], ["19 Feb 1921", "Crystal Palace", "A", "0β2", "", "7,000"], ["27 Nov 1920", "Swindon Town", "A", "0β5", "", "7,000"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what is the date of the game with the largest attendance? | 16 Oct 1920 | Answer: | 128 |
Table InputTable: [["Round", "Date", "Circuit", "Winning driver (TA2)", "Winning vehicle (TA2)", "Winning driver (TA1)", "Winning vehicle (TA1)"], ["7", "August 19", "Mosport", "Greg Pickett", "Chevrolet Corvette", "Bob Tullius", "Jaguar XJS"], ["6", "August 13", "Brainerd", "Jerry Hansen", "Chevrolet Monza", "Bob Tullius", "Jaguar XJS"], ["9", "October 8", "Laguna Seca", "Greg Pickett", "Chevrolet Corvette", "Bob Tullius", "Jaguar XJS"], ["8", "September 4", "Road America", "Greg Pickett", "Chevrolet Corvette", "Bob Tullius", "Jaguar XJS"], ["4", "June 25", "Mont-Tremblant", "Monte Sheldon", "Porsche 935", "Bob Tullius", "Jaguar XJS"], ["10", "November 5", "Mexico City", "Ludwig Heimrath", "Porsche 935", "Bob Tullius", "Jaguar XJS"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:which ta1 vehicle won previous to the jaguar xjs? | Chevrolet Corvette | Answer: | 128 |
Table InputTable: [["Release date", "Album Title", "Record Company", "Song Title", "Certification"], ["December 2007", "H.O.P.E. (Healing Of Pain and Enlightenment)", "Star Records", "\"Count On Me\"", "PARI: Gold"], ["July 25, 2007", "Nagmamahal, Kapamilya: Songs for Global Pinoys", "Star Records", "\"Super Pinoy\"", "PARI: 6X Platinum"], ["March 5, 2011", "Kris Aquino: My Heartβs Journey", "Universal Records", "\"God Bless the Broken Road\"", "PARI: Platinum"], ["April 2009", "OPM Number 1's", "Star Records", "\"Can't Hurry Love\"", "PARI:"], ["January 17, 2013", "Himig Handog P-Pop Love Songs 2013", "Star Records", "\"Kahit Na\"", "PARI:"], ["June 2011", "Bida Best Hits Da Best", "Star Records", "\"Mahal Kita Kasi\", \"Catch Me I'm Falling\", \"You Are The One\" with Sam Milby", "PARI:"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many total titles were released in 2007? | 2 | Answer: | 128 |
Table InputTable: [["Year", "Recipient", "Nationality", "Profession", "Speech"], ["2008", "David Be'eri, Mordechai Eliav, Rabbi Yehuda Maly", "Israel", "", ""], ["1997", "Elie Wiesel", "United States", "Professional writer\\nWinner of the Nobel Peace Prize (1986)", ""], ["2009", "Caroline Glick", "Israel", "Journalist", ""], ["2000", "Sir Martin Gilbert", "United Kingdom", "Historian and writer", ""], ["2005", "William Safire", "United States", "Author, journalist and speechwriter\\n1978 Pulitzer Prize winner", ""], ["2004", "Arthur Cohn", "Switzerland", "Filmmaker and writer", ""], ["1998", "Herman Wouk", "United States", "Professional writer and 1952 Pulitzer Prize winner", ""], ["2007", "Norman Podhoretz", "United States", "Author, columnist", ""], ["2006", "Daniel Pipes", "United States", "Author and historian", ""], ["2003", "Ruth Roskies Wisse", "United States", "Yiddish professor of Harvard University", "[2]"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:in what year did the first person of israel nationality actually win the award? | 2008 | Answer: | 128 |
Table InputTable: [["Contestant", "Original Tribe", "Switched Tribe", "Merged Tribe", "Finish", "Total Votes"], ["Aleksandr Byalko\\n50.the physicist", "Pelicans", "Barracudas", "", "5th Voted Out\\nDay 15", "6"], ["Aleksandr Pashutin\\n60.the actor", "Barracudas", "", "", "3rd Voted Out\\nDay 9", "7"], ["Aleksandr Lykov\\n41.the actor", "Barracudas", "Barracudas", "Crocodiles", "13th Voted Out\\n8th Jury Member\\nDay 37", "6"], ["Kris Kelmi\\n47.the singer", "Barracudas", "", "", "2nd Voted Out\\nDay 6", "1"], ["Ivar Kalnynsh\\n54.the actor", "", "", "Crocodiles", "10th Voted Out\\n5th Jury Member\\nDay 30", "3"], ["Vera Glagoleva\\n46.the actress", "", "", "Crocodiles", "11th Voted Out\\n6th Jury Member\\nDay 33", "4"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:tell me the number of total votes for the physicist? | 6 | Answer: | 128 |
Table InputTable: [["Week", "Date", "Opponent", "Score", "Result", "Record"], ["10", "Oct 30", "vs. Hamilton Tiger-Cats", "30β9", "Loss", "1β11"], ["8", "Oct 16", "vs. Toronto Argonauts", "27β11", "Loss", "1β9"], ["7", "Oct 9", "vs. Montreal Alouettes", "25β11", "Loss", "1β7"], ["2", "Sept 6", "vs. Montreal Alouettes", "20β11", "Loss", "0β3"], ["5", "Sept 25", "vs. Hamilton Tiger-Cats", "38β12", "Loss", "1β5"], ["4", "Sept 18", "vs. Toronto Argonauts", "34β6", "Loss", "1β4"], ["12", "Nov 13", "vs. Montreal Alouettes", "14β12", "Win", "2β12"], ["1", "Aug 28", "at Toronto Argonauts", "13β6", "Loss", "0β1"], ["2", "Sept 4", "at Montreal Alouettes", "21β2", "Loss", "0β2"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:which team did the rough riders lose to by the most points? | Hamilton Tiger-Cats | Answer: | 128 |
Table InputTable: [["Callsign", "Area served", "Frequency", "Band", "Fate", "Freq currently", "Purpose"], ["7QT", "Queenstown", "0837", "AM", "Changed call to 7XS in 1988", "7XS", "Commercial"], ["7UV", "Ulverstone", "", "AM", "Moved to Devonport and changed call to 7AD in 1940", "7AD", "Commercial"], ["7ZL", "Hobart", "0603", "AM", "Changed call to 7RN in 1991", "7RN", "National"], ["7CAE", "Hobart", "092.1", "FM", "Changed call to 7THE ca. 1980", "7THE", "Community"], ["7NT", "Launceston", "0711", "AM", "Moved to FM in 2006, retained call", "silent", "National"], ["7QN", "Queenstown", "0630", "AM", "Moved to FM in 1991, retained call", "7RN", "National"], ["7DY", "Derby", "", "AM", "Moved to Scottsdale and changed call to 7SD in 1954", "7SD", "Commercial"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many total defunct callsigns are there? | 11 | Answer: | 128 |
Table InputTable: [["Naturalisations by origin", "2000", "2005", "2009", "% Total 2009"], ["South Asia", "4 246", "4 436", "3 660", "2.7"], ["South-East Asia", "7 265", "4 069", "2 475", "1.8"], ["Other Asia", "15 291", "16 501", "11 737", "8.6"], ["Asia", "27 941", "26 286", "19 494", "14.4"], ["CIS (Asia)", "181", "573", "250", "0.2"], ["East Asia", "1 139", "1 280", "1 622", "1.2"], ["South and Central America", "4 620", "5 498", "5 930", "4.4"], ["Africa", "84 182", "98 453", "85 144", "62.7"], ["Sub-Saharan Africa", "10 622", "15 624", "22 214", "16.4"], ["Europe (not including CIS )", "22 085", "18 072", "14 753", "10.9"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:does any area have the same percentage listed as south asia? | no | Answer: | 128 |
Table InputTable: [["Week", "Date", "Result", "Record", "Opponent", "Points For", "Points Against", "First Downs", "Attendance"], ["9", "November 14", "Loss", "8β1", "St. Louis Cardinals", "17", "24", "16", "64,038"], ["10", "November 20", "Loss", "8β2", "at Pittsburgh Steelers", "13", "28", "20", "49,761"], ["3", "October 2", "Win", "3β0", "Tampa Bay Buccaneers", "23", "7", "23", "55,316"], ["1", "September 18", "Win", "1β0", "at Minnesota Vikings", "16", "10", "16", "47,678"], ["13", "December 12", "Win", "11β2", "at San Francisco 49ers", "42", "35", "24", "55,851"], ["2", "September 25", "Win", "2β0", "New York Giants", "41", "21", "25", "64,215"], ["14", "December 18", "Win", "12β2", "Denver Broncos", "14", "6", "15", "63,752"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:the first loss of the season came against the... | St. Louis Cardinals | Answer: | 128 |
Table InputTable: [["Season", "Club", "Competition", "Games", "Goals"], ["2005/06", "KSV Roeselare", "Jupiler League", "26", "0"], ["2006/07", "KSV Roeselare", "Jupiler League", "29", "1"], ["2003/04", "RAEC Mons", "Jupiler League", "23", "0"], ["2004/05", "KSV Roeselare", "Belgian Second Division", "29", "1"], ["2002/03", "RAEC Mons", "Jupiler League", "19", "0"], ["2008/09", "Excelsior Mouscron", "Jupiler League", "31", "1"], ["2007/08", "KSV Roeselare", "Jupiler League", "25", "0"], ["2010/11", "Kortrijk", "Jupiler League", "0", "0"], ["2009/10", "Excelsior Mouscron", "Jupiler League", "14", "1"], ["2009/10", "GyΕri ETO FC", "Soproni Liga", "1", "0"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many games were held before 2005/06? | 71 | Answer: | 128 |
Table InputTable: [["#", "Name", "Took office", "Left office", "Party", "Governor", "Notes"], ["32", "Edgar D. Bush", "January 14, 1929", "January 9, 1933", "Republican", "Harry G. Leslie", ""], ["29", "Edgar D. Bush", "January 8, 1917", "January 10, 1921", "Republican", "James P. Goodrich", ""], ["2", "Ratliff Boon", "December 8, 1819", "September 12, 1822", "Democratic-Republican", "Jonathan Jennings", ""], ["7", "David Hillis", "December 6, 1837", "December 9, 1840", "Whig", "David Wallace", ""], ["17", "Leonidas Sexton", "January 13, 1873", "January 13, 1877", "Republican", "Thomas A. Hendricks", ""], ["21", "Robert S. Robertson", "January 10, 1887", "January 13, 1889", "Republican", "Isaac P. Gray", ""]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:who was in office for only two days? | Oliver P. Morton | Answer: | 128 |
Table InputTable: [["Name", "Country", "Town", "Height\\nmetres / ft", "Structural type", "Held record", "Notes"], ["Burj Khalifa", "United Arab Emirates", "Dubai", "829.8 / 2,722", "Skyscraper", "2007βpresent", "Topped-out on 17 January 2009"], ["Eiffel Tower", "France", "Paris", "300.6 / 986", "Tower", "1889β1930", "Currently stands at a height of 324 metres (1,063Β ft)."], ["CN Tower", "Canada", "Toronto", "553 / 1,815", "Tower", "1976β2007", ""], ["Lincoln Cathedral", "England", "Lincoln", "159.7 / 524", "Church", "1311β1549", "Spire collapsed in 1549; today, stands at a height of 83 metres (272Β ft)."], ["St. Mary's Church", "Germany", "Stralsund", "151 / 500", "Church", "1549β1647", "Spire destroyed by lightning in 1647; today stands at a height of 104 metres (341Β ft)."]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:is the current tallest building in the world a tower or skyscraper? | Skyscraper | Answer: | 128 |
Table InputTable: [["Pos", "Name", "Team", "Laps", "Time/Retired", "Grid", "Points"], ["3", "Bruno Junqueira", "Dale Coyne Racing", "69", "+8.419", "11", "26"], ["7", "SΓ©bastien Bourdais", "N/H/L Racing", "69", "+22.955", "1", "18"], ["12", "Katherine Legge", "Dale Coyne Racing", "69", "+44.860", "14", "9"], ["16", "Alex Figge", "Pacific Coast Motorsports", "68", "+ 1 Lap", "16", "5"], ["10", "Ryan Dalziel", "Pacific Coast Motorsports", "69", "+29.554", "15", "11"], ["9", "Graham Rahal", "N/H/L Racing", "69", "+23.949", "6", "13"], ["2", "Jan Heylen", "Conquest Racing", "69", "+7.227", "7", "27"], ["5", "Neel Jani", "PKV Racing", "69", "+22.262", "4", "21"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many drivers participated in the race? | 17 | Answer: | 128 |
Table InputTable: [["Week", "Date", "TV Time", "Opponent", "Result", "Attendance"], ["15", "December 13, 1998", "FOX 11:00 am MT", "at Philadelphia Eagles", "W 20β17", "62,176"], ["13", "November 29, 1998", "FOX 11:00 am MT", "at Kansas City Chiefs", "L 34β24", "69,613"], ["16", "December 20, 1998", "FOX 2:05 pm MT", "New Orleans Saints", "W 19β17", "51,617"], ["14", "December 6, 1998", "FOX 2:15 pm MT", "New York Giants", "L 23β19", "46,128"], ["17", "December 27, 1998", "CBS 2:05 pm MT", "San Diego Chargers", "W 16β13", "71,670"], ["2", "September 13, 1998", "FOX 1:15 pm MT", "at Seattle Seahawks", "L 33β14", "57,678"], ["12", "November 22, 1998", "FOX 11:00 am MT", "at Washington Redskins", "W 45β42", "63,435"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many attended the december 13, 1998 game? | 62,176 | Answer: | 128 |
Table InputTable: [["Year", "Chassis", "Engine", "Start", "Finish", "Team"], ["2006", "Dallara", "Honda", "2", "25", "Team Penske"], ["2009", "Dallara", "Honda", "1", "1", "Team Penske"], ["2008", "Dallara", "Honda", "4", "4", "Team Penske"], ["2007", "Dallara", "Honda", "1", "3", "Team Penske"], ["2011", "Dallara", "Honda", "16", "17", "Team Penske"], ["2010", "Dallara", "Honda", "1", "9", "Team Penske"], ["2002", "Dallara", "Chevrolet", "13", "1", "Team Penske"], ["2012", "Dallara", "Chevrolet", "6", "10", "Team Penske"], ["2013", "Dallara", "Chevrolet", "8", "6", "Team Penske"], ["2003", "Dallara", "Toyota", "1", "2", "Team Penske"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many years was castroneves racing in the indianapolis 500? | 13 | Answer: | 128 |
Table InputTable: [["Year", "Single", "Peak chart\\npositions\\nUS Country", "Peak chart\\npositions\\nCAN Country", "Album"], ["1984", "\"I'm a Country Song\"", "72", "β", "singles only"], ["1979", "\"You Are My Rainbow\"", "36", "β", "singles only"], ["1979", "\"Darlin'\"", "18", "36", "singles only"], ["1976", "\"Mahogany Bridge\"", "84", "β", "singles only"], ["1979", "\"You're Amazing\"", "39", "β", "singles only"], ["1977", "\"I'm Gonna Love You Right Out of This World\"", "21", "38", "singles only"], ["1981", "\"Houston Blue\"", "88", "β", "singles only"], ["1974", "\"Loving You Has Changed My Life\"", "9", "21", "Hey There Girl"], ["1969", "\"Dearly Beloved\"", "59", "β", "single only"], ["1983", "\"You've Still Got Me\"", "71", "β", "singles only"], ["1974", "\"I Just Can't Help Believin'\"", "59", "β", "Hey There Girl"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:did he have a single make it onto the can country charts in 1979, yes or no? | Yes | Answer: | 128 |
Table InputTable: [["School", "2007", "2008", "2009", "2010", "2011"], ["James A. Garfield High School", "553", "597", "593", "632", "705"], ["Woodrow Wilson High School", "582", "585", "600", "615", "636"], ["Santee Education Complex", "", "502", "521", "552", "565"], ["Francisco Bravo Medical Magnet High School", "807", "818", "815", "820", "832"], ["Abraham Lincoln High School", "594", "609", "588", "616", "643"], ["Thomas Jefferson High School", "457", "516", "514", "546", "546"], ["Oscar De La Hoya Animo Charter High School", "662", "726", "709", "710", "744"], ["Marc and Eva Stern Math and Science School", "718", "792", "788", "788", "809"], ["Theodore Roosevelt High School", "557", "551", "576", "608", ""]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many schools scored above 600 in 2010? | 7 | Answer: | 128 |
Table InputTable: [["Date", "Location", "Air/Ground", "Number", "Type", "Status"], ["27 May 1944", "North of Strasbourg, France", "Air", "1", "Me-109", "Damaged"], ["27 November 1944", "South of Magdeburg, Germany", "Air", "4", "FW-190", "Destroyed"], ["18 August 1944", "20 miles northeast of Paris, France", "Air", "0.5", "Me-109", "Destroyed"], ["13 April 1944", "West of Mannheim, Germany", "Air", "1", "FW-190", "Destroyed"], ["24 April 1944", "South of Munich, Germany", "Air", "3", "Me-110", "Destroyed"], ["16 March 1944", "20 miles south of Stuttgart, Germany", "Air", "1", "Me-110", "Destroyed"], ["8 March 1944", "Near Steinhuder Meer (Lake), Germany", "Air", "1", "Me-109", "Destroyed"], ["13 September 1944", "South of Nordhausen, Germany", "Air", "2.5", "Me-109", "Destroyed"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many total aircraft did france lose? | 2 | Answer: | 128 |
Table InputTable: [["Week", "Date", "Opponent", "Result", "Attendance"], ["1", "September 13, 1987", "San Diego Chargers", "W 20β13", "56,940"], ["9", "November 15, 1987", "New York Jets", "L 16β9", "40,718"], ["8", "November 8, 1987", "Pittsburgh Steelers", "L 17β16", "45,249"], ["7", "November 1, 1987", "at Chicago Bears", "L 31β28", "63,498"], ["15", "December 27, 1987", "Seattle Seahawks", "W 41β20", "20,370"], ["2", "September 20, 1987", "at Seattle Seahawks", "L 43β14", "61,667"], ["6", "October 25, 1987", "at San Diego Chargers", "L 42β21", "47,972"], ["β", "September 27, 1987", "Minnesota Vikings", "canceled", ""], ["13", "December 13, 1987", "Los Angeles Raiders", "W 16β10", "63,834"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what was the largest difference in attendance? | 64,345 | Answer: | 128 |
Table InputTable: [["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"], ["5", "Australia", "26", "38", "36", "100"], ["8", "Germany", "19", "28", "31", "78"], ["4", "United States", "27", "22", "39", "88"], ["1", "China", "63", "46", "32", "141"], ["6", "Ukraine", "24", "12", "19", "55"], ["10", "Japan", "17", "16", "20", "53"], ["3", "Canada", "28", "19", "25", "72"], ["2", "Great Britain", "35", "30", "29", "94"], ["7", "Spain", "20", "27", "24", "71"], ["9", "France", "18", "26", "30", "74"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:which nation earned the most gold medals in the 2004 summer paralympics? | China | Answer: | 128 |
Table InputTable: [["Season", "Date", "Location", "Discipline", "Place"], ["1994", "16 Mar 1994", "Vail, CO, USA", "Downhill", "3rd"], ["1994", "13 Mar 1994", "Whistler, BC, Canada", "Super G", "1st"], ["1994", "12 Mar 1994", "Whistler, BC, Canada", "Downhill", "3rd"], ["1993", "27 Feb 1993", "Whistler, BC, Canada", "Downhill", "2nd"], ["1994", "29 Dec 1993", "Bormio, Italy", "Downhill", "3rd"], ["1995", "11 Dec 1994", "Tignes, France", "Super G", "2nd"], ["1994", "12 Dec 1993", "Val-d'Isère, France", "Super G", "3rd"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:at what location did tommy moe place first? | Whistler, BC, Canada | Answer: | 128 |
Table InputTable: [["No.", "Date/time", "Aircraft", "Foe", "Result", "Location", "Notes"], ["1", "4 December 1916 @ 1100 hours", "Nieuport serial number 3958", "Albatros D.I", "Driven down out of control", "Northeast of Bapaume, France", "Victory shared with another pilot"], ["5", "11 May 1917 @ 1950 hours", "Sopwith Triplane s/n N5460", "Albatros D.III", "Set afire in midair; destroyed", "Douai, France", ""], ["6", "23 May 1917 @ 1800 hours", "Sopwith Triplane s/n N5460", "Albatros D.III", "Driven down out of control", "Douai, France", ""], ["2", "24 April 1917 @ 0840 hours", "Sopwith Triplane s/n N5460", "Albatros D.III", "Driven down out of control", "Sailly, France", ""], ["4", "11 May 1917 @ 1950 hours", "Sopwith Triplane s/n N5460", "Albatros D.III", "Driven down out of control", "Douai, France", ""]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how long was the longest flight located in france. | 1950 hours | Answer: | 128 |
Table InputTable: [["isn", "name", "arrival\\ndate", "departure\\ndate", "notes"], ["209", "Almasm Rabilavich Sharipov", "2002-01-21", "2004-02-27", "Repatriated to Russia on January 3, 2004.[citation needed]\\nReported to have been repatriated on 24 February 2004 with six other Russian men.\\nGranted asylum by the Netherlands."], ["203", "Ravil Shafeyavich Gumarov", "2002-01-21", "2004-02-27", "Repatriated to Russia on January 3, 2004.[citation needed]\\nReported to have been repatriated on 24 February 2004 with six other Russian men.\\nAlleged to have played a role in a 2005 bombing.\\nDefense Intelligence Agency classifies him as a former detainee who \"returned to terrorism\"."], ["492", "Aiat Nasimovich Vahitov", "2002-06-14", "2004-02-27", "Repatriated to Russia on January 3, 2004.[citation needed]\\nReported to have been repatriated on 24 February 2004 with six other Russian men."]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many russian detainees in guantanamo are listed in the chart? | 9 | Answer: | 128 |
Table InputTable: [["Tour", "Official title", "Venue", "City", "Date\\nStart", "Date\\nFinish", "Prize money\\nUSD", "Report"], ["13", "Super Series Finals", "Cancelled", "Cancelled", "Cancelled", "Cancelled", "500,000", "Report"], ["10", "French Super Series", "Stade Pierre de Coubertin", "Paris", "October 30", "November 4", "200,000", "Report"], ["11", "China Open Super Series", "Tianhe Gymnasium", "Guangzhou", "November 20", "November 25", "250,000", "Report"], ["8", "Japan Super Series", "Tokyo Metropolitan Gymnasium", "Tokyo", "September 11", "September 16", "200,000", "Report"], ["12", "Hong Kong Super Series", "Ma On Shan Sports Centre\\nQueen Elizabeth Stadium", "Ma On Shan\\nWan Chai", "November 26", "December 2", "200,000", "Report"], ["9", "Denmark Super Series", "Arena Fyn", "Odense", "October 23", "October 28", "200,000", "Report"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many super series took place after november 15th? | 2 | Answer: | 128 |
Table InputTable: [["Pos", "Team", "Played", "Won", "Draw", "Lost", "Goals For", "Goals Against", "Goal Difference", "Points", "Notes"], ["10", "Leiftur", "18", "3", "7", "8", "24", "39", "-15", "16", "Relegated"], ["2", "Fylkir", "18", "10", "5", "3", "39", "16", "+23", "35", "UEFA Cup"], ["7", "BreiΓ°ablik", "18", "5", "3", "10", "29", "35", "-6", "18", ""], ["8", "Fram", "18", "4", "5", "9", "22", "33", "-11", "17", ""], ["3", "GrindavΓk", "18", "8", "6", "4", "25", "18", "+7", "30", "UEFA Cup"], ["1", "KR", "18", "11", "4", "3", "27", "14", "+13", "37", "UEFA Champions League"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:fram had how many more points than leiftur? | 1 | Answer: | 128 |
Table InputTable: [["Year", "Competition", "Venue", "Position", "Event", "Notes"], ["2007", "Universiade", "Bangkok, Thailand", "1st", "400 m", ""], ["2006", "Asian Games", "Doha, Qatar", "1st", "400 m", ""], ["2006", "World Cup", "Athens, Greece", "7th", "400 m", ""], ["2001", "World Youth Championships", "Debrecen, Hungary", "4th", "400 m", ""], ["2006", "Asian Games", "Doha, Qatar", "2nd", "4x400 m relay", ""], ["2002", "Asian Games", "Busan, South Korea", "2nd", "4x400 m relay", ""], ["2011", "Universiade", "Shenzhen, China", "β", "400 m", "DQ"], ["2005", "Asian Championships", "Incheon, South Korea", "2nd", "4x400 m relay", ""], ["2005", "Universiade", "Izmir, Turkey", "6th", "4x400 m relay", ""]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what year did she do same as 2007 | 2006 | Answer: | 128 |
Table InputTable: [["Pos", "No", "Driver", "Constructor", "Laps", "Time/Retired", "Grid", "Points"], ["10", "8", "Tim Schenken", "Brabham-Ford", "76", "+ 4 Laps", "18", ""], ["8", "27", "Henri Pescarolo", "March-Ford", "77", "+ 3 Laps", "13", ""], ["Ret", "7", "Graham Hill", "Brabham-Ford", "1", "Accident", "9", ""], ["5", "1", "Emerson Fittipaldi", "Lotus-Ford", "79", "+ 1 Lap", "17", "2"], ["Ret", "10", "Peter Gethin", "McLaren-Ford", "22", "Accident", "14", ""], ["4", "9", "Denny Hulme", "McLaren-Ford", "80", "+ 1:06.7", "8", "3"], ["7", "22", "John Surtees", "Surtees-Ford", "79", "+ 1 Lap", "10", ""]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what is the number of drivers who retired after this race? | 8 | Answer: | 128 |
Table InputTable: [["Name", "League", "FA Cup", "League Cup", "JP Trophy", "Total"], ["Danny Coles", "3", "0", "0", "0", "3"], ["Liam Sercombe", "1", "0", "0", "0", "1"], ["OWN GOALS", "0", "0", "0", "0", "0"], ["Jamie Cureton", "20", "0", "0", "0", "20"], ["Pat Baldwin", "1", "0", "0", "0", "1"], ["Alan Gow", "4", "0", "0", "0", "4"], ["Scot Bennett", "5", "0", "0", "0", "5"], ["Guillem Bauza", "2", "0", "0", "0", "2"], ["Jimmy Keohane", "3", "0", "0", "0", "3"], ["John O'Flynn", "11", "0", "1", "0", "12"], ["Total", "0", "0", "0", "0", "0"], ["Jake Gosling", "1", "0", "0", "0", "1"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many jp trophies does each person have? | 0 | Answer: | 128 |
Table InputTable: [["Date", "Venue", "Opponents", "Score", "Competition"], ["9 August", "Toyota (A)", "Japan", "2β2", "Toyota Cup"], ["8 August", "Toyota (N)", "Brazil", "0β0", "Toyota Cup"], ["10 August", "Toyota (N)", "United Arab Emirates", "6β0", "Toyota Cup"], ["20 March", "Fukuoka (A)", "Japan", "2β0", "Sanix Cup"], ["12 October", "Tashkent (A)", "Uzbekistan", "3β0", "AFC U-16 Championship (Quarterfinal)"], ["20 March", "Fukuoka (A)", "China PR", "1β0", "Sanix Cup"], ["15 October", "Tashkent (N)", "Japan", "2β1", "AFC U-16 Championship (Semifinal)"], ["4 October", "Tashkent (N)", "India", "5β2", "AFC U-16 Championship (Group B)"], ["18 October", "Tashkent (N)", "Iran", "1β2", "AFC U-16 Championship (Final)"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:where was the venue after the last time toyota hosted? | Tashkent (N) | Answer: | 128 |
Table InputTable: [["Name", "Date time (UT)", "Local time zone", "Location", "Elevation + height", "Delivery", "Purpose", "Yield", "Venting", "Notes"], ["Cebolla - 1 (with Cuchillo,Solano)", "9 August 1972 13:03:11.04", "PST (-8 hrs)", "NTS Area U3jc 37Β°00β²26β³N 116Β°01β²11β³Wο»Ώ / ο»Ώ37.00717Β°N 116.01976Β°W", "1,180Β m (3,870Β ft) - 287Β m (942Β ft)", "underground shaft", "weapons development", "less than 5Β kt", "Venting detected", "Simultaneous, separate holes."], ["Oscuro", "21 September 1972 15:00:30.19", "PST (-8 hrs)", "NTS Area U7z 37Β°04β²55β³N 116Β°02β²15β³Wο»Ώ / ο»Ώ37.08201Β°N 116.03742Β°W", "1,225Β m (4,019Β ft) - 560.21Β m (1,838.0Β ft)", "underground shaft", "weapons development", "160Β kt", "", ""]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many happened after august 1st? | 33 | Answer: | 128 |
Table InputTable: [["No", "Driver", "Entrant", "Constructor", "Chassis", "Engine"], ["12", "Luigi Fagioli", "Officine Alfieri Maserati", "Maserati", "Maserati 26", "1.7 L8"], ["34", "Cesare Pastore", "Private entry", "Maserati", "Maserati 26B", "2.1 L8"], ["22", "Mario Tadini", "Scuderia Ferrari", "Alfa Romeo", "Alfa Romeo 6C 1750GS", "1.8 L6"], ["8", "Pietro Nicolotti", "Private entry", "Alfa Romeo", "Alfa Romeo 6C 1500", "1.5 L6"], ["2", "Luigi Arcangeli", "Officine Alfieri Maserati", "Maserati", "Maserati 26M", "2.5 L8"], ["20", "Arrigo Sartorio", "Private entry", "Maserati", "Maserati 26", "1.5 L8"], ["10", "Cleto Nenzioni", "Private entry", "Maserati", "Maserati 26B", "2.1 L8"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many entrants in the 1930 rome grand prix had cars constructed by maserati? | 6 | Answer: | 128 |
Table InputTable: [["isn", "name", "arrival\\ndate", "departure\\ndate", "notes"], ["82", "Rasul Kudayev", "", "2004-02-27", "Repatriated to Russia on January 3, 2004.[citation needed]\\nReported to have been repatriated on 24 February 2004 with six other Russian men.\\nAlso called \"Abdullah D. Kafkas\"."], ["492", "Aiat Nasimovich Vahitov", "2002-06-14", "2004-02-27", "Repatriated to Russia on January 3, 2004.[citation needed]\\nReported to have been repatriated on 24 February 2004 with six other Russian men."], ["209", "Almasm Rabilavich Sharipov", "2002-01-21", "2004-02-27", "Repatriated to Russia on January 3, 2004.[citation needed]\\nReported to have been repatriated on 24 February 2004 with six other Russian men.\\nGranted asylum by the Netherlands."], ["674", "Timur Ravilich Ishmurat", "2002-06-14", "2004-02-27", "Repatriated to Russia.\\nReported to have been repatriated on 24 February 2004, as \"Timur Ravilich Ismurat\", with six other Russian men.\\nAlleged to have played a role in a 2005 bombing."]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many men repatriated with rasul kudayev? | 6 | Answer: | 128 |
Table InputTable: [["Year", "Class", "No", "Tyres", "Car", "Team", "Co-Drivers", "Laps", "Pos.", "Class\\nPos."], ["1973", "S\\n3.0", "62", "", "Ligier JS2\\nMaserati 3.0L V6", "Automobiles Ligier", "Guy Ligier", "24", "DSQ", "DSQ"], ["1974", "S\\n3.0", "15", "", "Ligier JS2\\nMaserati 3.0L V6", "Automobiles Ligier", "Alain Serpaggi", "310", "8th", "5th"], ["1972", "S\\n3.0", "22", "", "Ligier JS2\\nMaserati 3.0L V6", "Automobiles Ligier", "Pierre Maublanc", "195", "DNF", "DNF"], ["1996", "GT1", "38", "M", "McLaren F1 GTR\\nBMW S70 6.1L V12", "Team Bigazzi SRL", "Steve Soper\\n Marc Duez", "318", "11th", "9th"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what was the last year the ligier ran for team automobiles ligier? | 1974 | Answer: | 128 |
Table InputTable: [["School", "2007", "2008", "2009", "2010", "2011"], ["Oscar De La Hoya Animo Charter High School", "662", "726", "709", "710", "744"], ["Marc and Eva Stern Math and Science School", "718", "792", "788", "788", "809"], ["Francisco Bravo Medical Magnet High School", "807", "818", "815", "820", "832"], ["Santee Education Complex", "", "502", "521", "552", "565"], ["James A. Garfield High School", "553", "597", "593", "632", "705"], ["Woodrow Wilson High School", "582", "585", "600", "615", "636"], ["Abraham Lincoln High School", "594", "609", "588", "616", "643"], ["Thomas Jefferson High School", "457", "516", "514", "546", "546"], ["Theodore Roosevelt High School", "557", "551", "576", "608", ""]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what is the number of schools with a number higher than 600 in 2008? | 4 | Answer: | 128 |
Table InputTable: [["Year", "Competition", "Venue", "Position", "Notes"], ["2006", "World Junior Championships", "Beijing, China", "5th", "5.30 m"], ["2011", "World Championships", "Daegu, South Korea", "9th", "5.65 m"], ["2005", "World Youth Championships", "Marrakech, Morocco", "6th", "5.05 m"], ["2008", "Olympic Games", "Beijing, China", "10th", "5.45 m"], ["2009", "World Championships", "Berlin, Germany", "22nd (q)", "5.40 m"], ["2014", "World Indoor Championships", "Sopot, Poland", "3rd", "5.80 m"], ["2012", "European Championships", "Helsinki, Finland", "6th", "5.60 m"], ["2013", "European Indoor Championships", "Gothenburg, Sweden", "5th", "5.71 m"], ["2010", "European Championships", "Barcelona, Spain", "10th", "5.60 m"], ["2012", "Olympic Games", "London, United Kingdom", "8th", "5.65 m"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:besides world junior championships 2006, what other competition was held in beijing, china? | Olympic Games | Answer: | 128 |
Table InputTable: [["Name", "Nationality", "From", "To", "Honours", "Comments"], ["RenΓ© Heitmann", "Denmark", "17 July 2010", "27 July 2010", "", "Never coached the team in a match"], ["John 'Tune' Kristiansen", "Denmark", "18 June 2012", "23 June 2012", "", "Caretaker for one league match"], ["Ebbe Skovdahl", "Denmark", "11 October 2003", "6 November 2005", "Team was relegated to second tier", "Originally had contract until summer 2007"], ["Johnny Petersen", "Denmark", "5 May 1998", "14 October 2001", "", "Originally had contract until end of 2001"], ["Anders Theil", "Denmark", "7 November 2005", "7 July 2009", "", "Originally had contract until summer 2011"], ["Christian Andersen", "Denmark", "11 July 2009", "19 June 2010", "Team was relegated to third tier", "Club went bankrupt after the season"], ["Henrik Jensen", "Denmark", "1 July 2012", "Present", "", ""]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:who was the coach before rene heitmann? | Christian Andersen | Answer: | 128 |
Table InputTable: [["Model", "Fuel Type", "mpg (US gallons)", "L/100Β km", "NZ Rating\\n(Stars)"], ["Fiat 500 1.4 POP", "petrol", "37.3", "6.3", "4.5"], ["Fiat 500 1.3 JTD POP", "diesel", "56", "4.2", "5.5"], ["Fiat 500 1.2 POP", "petrol", "46", "5.1", "5"], ["Fiat 500 1.4 SPORT", "petrol", "37.3", "6.3", "4.5"], ["Fiat 500 1.4 LOUNGE 3D", "petrol", "37.3", "6.3", "4.5"], ["Fiat Grande Punto 1.4 DYNAMIC 5 SPEED", "petrol", "38.5", "6.1", "4.5"], ["Fiat Grande Punto 1.9 JTD 5D 6SPEED", "diesel", "42", "5.6", "5"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:name all models with the same mpg as fiat 500 1.4 pop. | Fiat 500 1.4 LOUNGE 3D, Fiat 500 1.4 SPORT, Citroen C4 2.0 SX 5DR 6SP A D, Volkswagen Golf TDI 103KW 4MOTION, Peugeot 207 XS 1.4 5DR 5SPD M P, Saab 9-3 Linear CONVERTIBLE 1.9TID M, Suzuki Swift GLX 1.5 5DR, Suzuki Swift GLXH 1.5 5DR, Suzuki Swift GLXH2 1.5 5DR | Answer: | 128 |
Table InputTable: [["Date introduced", "Class 1 (e.g. Motorbike)", "Class 2 (e.g. Car)", "Class 3 (e.g. Car with trailer)", "Class 4 (e.g. Van)", "Class 5 (e.g. HGV)"], ["1 January 2009", "Β£2.70", "Β£4.70", "Β£8.40", "Β£9.40", "Β£9.40"], ["1 January 2008", "Β£2.50", "Β£4.50", "Β£8.00", "Β£9.00", "Β£9.00"], ["1 March 2012", "Β£3.00", "Β£5.50", "Β£10.00", "Β£11.00", "Β£11.00"], ["1 March 2011", "Β£3.00", "Β£5.30", "Β£9.60", "Β£10.60", "Β£10.60"], ["1 March 2010", "Β£2.70", "Β£5.00", "Β£9.00", "Β£10.00", "Β£10.00"], ["9 December 2003", "Β£1.00", "Β£2.00", "Β£5.00", "Β£5.00", "Β£10.00"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what is the top price for a class 1 toll rate? | Β£3.00 | Answer: | 128 |
Table InputTable: [["Name", "Type", "R.A. (J2000)", "Dec. (J2000)", "Redshift (km/s)", "Apparent Magnitude"], ["NGC 1569", "Sbrst", "04hΒ 30mΒ 49.1s", "+64° 50β²Β 52,6β³", "-104 Β± 4", "11,2"], ["UGCA 86", "Im", "03hΒ 59mΒ 50.5s", "+67° 08β²Β 37β³", "67 Β± 4", "13.5"], ["UGCA 92", "Im", "04hΒ 32mΒ 04.9s", "+63° 36β²Β 49.0β³", "-99 Β± 5", "13.8"], ["IC 342", "SAB(rs)cd", "03hΒ 46mΒ 48.5s", "+68° 05β²Β 46β³", "31 Β± 3", "9.1"], ["Cassiopeia 1", "dIrr", "02hΒ 06mΒ 02.8s", "+68° 59β²Β 59β³", "35", "16.4"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what name is first on the chart? | Camelopardalis A | Answer: | 128 |
Table InputTable: [["Name", "Pennant", "Namesake", "Builder", "Ordered", "Laid down", "Launched", "Commissioned", "Fate"], ["Apollo", "63", "Apollo, God of Light", "HM Dockyard, Devonport", "1 March 1933", "15 August 1933", "9 October 1934", "13 January 1936", "Sold to Royal Australian Navy as HMAS Hobart, 1938\\nBroken up at Osaka, 1962"], ["Amphion", "29", "Amphion of Thebes", "HM Dockyard, Portsmouth", "1 December 1932", "22 June 1933", "27 July 1934", "15 June 1936", "Sold to Royal Australian Navy as HMAS Perth, 1939\\nSunk in torpedo attack, 1 March 1942"], ["Leander", "75", "Leander of Abydos", "HM Dockyard, Devonport", "18 February 1928", "1 August 1928", "13 July 1929", "23 July 1931", "Transferred to Royal New Zealand Navy as HMNZS Leander 1941-1945\\nBroken up at Blyth 1950"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:which ships have a pennant number higher than 50? | Leander, Orion, Achilles, Apollo | Answer: | 128 |
Table InputTable: [["Rank", "Heat", "Name", "Nationality", "Time", "Notes"], ["2", "1", "Hiroyasu Tsuchie", "Japan", "10.64", "Q"], ["", "3", "Sudath Ravindra Kumara", "Sri Lanka", "DQ", ""], ["2", "2", "Yuta Kanno", "Japan", "10.64", "Q"], ["6", "1", "Vissanu Sophanich", "Thailand", "10.87", ""], ["7", "2", "Tang Yui Han", "Singapore", "11.61", "PB"], ["5", "4", "Nguyen Thanh Hai", "Vietnam", "11.16", "PB"], ["7", "4", "Bona Kong", "Cambodia", "11.75", "PB"], ["4", "1", "Chintake De Zoysa", "Sri Lanka", "10.78", "q"], ["6", "4", "Piphop Rasme Prum Keo", "Cambodia", "11.70", "PB"], ["2", "3", "Reanchai Srihawong", "Thailand", "10.72", "Q"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:who is after hiroyasu tuchie? | Khaled Yousef Al-Obaidli | Answer: | 128 |
Table InputTable: [["Season", "Team", "Country", "Division", "Apps", "Goals"], ["2006", "Spartak Nizhny Novgorod", "Russia", "2", "36", "1"], ["2005", "CSKA Moscow", "Russia", "1", "0", "0"], ["2004", "CSKA Moscow", "Russia", "1", "0", "0"], ["2006/07", "Dnipro Dnipropetrovsk", "Ukraine", "1", "12", "0"], ["2009/10", "Dnipro Dnipropetrovsk", "Ukraine", "1", "28", "0"], ["2012/13", "Lokomotiv Moscow", "Russia", "1", "8", "0"], ["2013/14", "Lokomotiv Moscow", "Russia", "1", "14", "1"], ["2011/12", "Dnipro Dnipropetrovsk", "Ukraine", "1", "16", "0"], ["2008/09", "Dnipro Dnipropetrovsk", "Ukraine", "1", "22", "1"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what is the name of the last team on this chart? | Lokomotiv Moscow | Answer: | 128 |
Table InputTable: [["Title", "Year", "Authors", "Publisher", "Pages"], ["The Route to Advanced Communications", "1991", "David Cleevely, Stefan Stanislawski, Ade Ajibulu", "Analysys Publications", "178"], ["ATM Vendor & Operator Strategies", "1993", "David Cleevely, Peter Aknai, Ian Leslie", "Analysis Publications", "180"], ["Global Turf Wars: Re-Inventing the Telecoms Operator for the Age of Global Competition", "1999", "Tim Hills, David Cleevely, Andrea Smith", "Analysis Publications", "218"], ["The Far Reaching Effects of Broadband", "2002", "David Cleevely", "Institution of Engineering & Technology", "415"], ["Rural Telecoms Handbook: Equipment and Manufacturers", "1992", "Tim Hills, David Cleevely", "Analysys Publications", "-"], ["Regulating the Telecoms Market: Competition and Innovation in the Broadband Economy", "2003", "Tim Hills, David Cleevely, Ross Pow", "Analysis Publications", "35"], ["Regional Structure and Telecommunications Demand: A Case Study of Kenya (Ph.D. thesis)", "1982", "D. D. Cleevely", "University of Cambridge", "-"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:who has co-authored a publication with david cleevely more than once? | Tim Hills | Answer: | 128 |
Table InputTable: [["Date", "Opponent", "Site", "Result"], ["September 24", "Millsaps*", "Denny Field β’ Tuscaloosa, AL", "WΒ 54β0"], ["November 13", "Florida", "Cramton Bowl β’ Montgomery, AL", "WΒ 49β0"], ["November 6", "Kentucky", "Rickwood Field β’ Birmingham, AL", "WΒ 14β0"], ["January 1, 1927", "vs.Β Stanford*", "Rose Bowl β’ Pasadena, CA (Rose Bowl)", "TΒ 7β7"], ["October 23", "Sewanee", "Rickwood Field β’ Birmingham, AL", "WΒ 2β0"], ["November 25", "Georgia", "Rickwood Field β’ Birmingham, AL", "WΒ 33β6"], ["October 9", "atΒ Mississippi A&M", "Meridian Fairgrounds β’ Meridian, MS (Rivalry)", "WΒ 26β7"], ["October 2", "atΒ Vanderbilt", "Dudley Field β’ Nashville, TN", "WΒ 19β7"], ["October 16", "atΒ Georgia Tech", "Grant Field β’ Atlanta, GA", "WΒ 21β0"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many wins are listed? | 9 | Answer: | 128 |
Table InputTable: [["Year", "Award", "Category", "Recipient", "Result"], ["2013", "15th Mnet Asian Music Awards", "Best Female Artist", "Herself", "Nominated"], ["2013", "15th Mnet Asian Music Awards", "Artist of the Year", "Herself", "Nominated"], ["2013", "Mnet Pre-Grammy Awards", "Mnet Rising Star", "Herself", "Won"], ["2012", "So-Loved Awards", "Best Female Newcomer", "Herself", "Won"], ["2013", "5th MelOn Music Awards", "Top 10 Artists", "Herself", "Won"], ["2013", "15th Mnet Asian Music Awards", "Best Vocal Performance - Female", "\"U&I\"", "Won"], ["2013", "15th Mnet Asian Music Awards", "BC - UnionPay Song of the year", "\"U&I\"", "Nominated"], ["2012", "4th MelOn Music Awards", "Best New Artist", "Herself", "Won"], ["2014", "Soompi Music Awards", "Best Female Artist", "\"U&I\"", "Won"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many times was ailee only nominated for an award? | 3 | Answer: | 128 |
Table InputTable: [["#", "Title", "Featured guest(s)", "Producer(s)", "Time", "Sample (s)"], ["10", "\"Like That\"", "Ice Cube, Daz Dillinger & CJ Mac", "Daz Dillinger", "4:29", "*\"Just Rhymin' With Biz\" by Big Daddy Kane\\n*\"West Up!\" by WC and the Maad Circle"], ["16", "\"Better Days\"", "Ron Banks", "Barr Nine", "3:53", "*\"It's Gonna Be Alright\" by Crimies"], ["12", "\"Rich Rollin'\"", "", "Dutch", "3:40", ""], ["7", "\"Just Clownin'\"", "", "Battlecat", "3:59", "*\"(Not Just) Knee Deep\" by Funkadelic\\n*\"Too Tight for Light\" by Funkadelic"], ["11", "\"Call It What You Want\"", "", "Crazy Toones", "4:29", "*\"Knucklehead\" by Grover Washington, Jr."], ["5", "\"Can't Hold Back\"", "Ice Cube", "Skooby Doo", "3:34", "*\"Ain't No Half-Steppin'\" by Big Daddy Kane"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many tracks are on the album? | 17 | Answer: | 128 |
Table InputTable: [["Week", "Date", "Opponent", "Result", "Attendance"], ["14", "December 19, 1987", "at Denver Broncos", "L 20β17", "75,053"], ["8", "November 8, 1987", "Pittsburgh Steelers", "L 17β16", "45,249"], ["5", "October 18, 1987", "Denver Broncos", "L 26β17", "20,296"], ["15", "December 27, 1987", "Seattle Seahawks", "W 41β20", "20,370"], ["12", "December 6, 1987", "at Cincinnati Bengals", "L 30β27", "46,489"], ["4", "October 11, 1987", "at Miami Dolphins", "L 42β0", "25,867"], ["13", "December 13, 1987", "Los Angeles Raiders", "W 16β10", "63,834"], ["3", "October 4, 1987", "at Los Angeles Raiders", "L 35β17", "10,708"], ["6", "October 25, 1987", "at San Diego Chargers", "L 42β21", "47,972"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:who did they face that last game of the year? | Seattle Seahawks | Answer: | 128 |
Table InputTable: [["Year", "Premiers", "Score", "Runners Up", "Score"], ["2008", "Cairns Saints", "12.15 (87)", "North Cairns Tigers", "2.9 (21)"], ["2012", "Cairns Saints", "17.6 (108)", "North Cairns Tigers", "11.12 (78)"], ["2010", "North Cairns Tigers", "8.10 (58)", "Port Douglas Crocs", "8.5 (53)"], ["2013", "North Cairns Tigers", "14.14 (98)", "Port Douglas Crocs", "13.6 (84)"], ["2003", "Centrals Trinity Beach Bulldogs", "14.11 (95)", "North Cairns", "6.7 (43)"], ["2007", "Centrals Trinity Beach Bulldogs", "14.16 (100)", "Cairns Saints", "11.2 (68)"], ["2004", "Port Douglas Crocs", "17.13 (115)", "North Cairns Tigers", "8.9 (57)"], ["2005", "Port Douglas Crocs", "19.14 (128)", "Cairns Saints", "4.11 (35)"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:which premier had the least number of points in their score? | North Cairns Tigers | Answer: | 128 |
Table InputTable: [["Description Losses", "1939/40", "1940/41", "1941/42", "1942/43", "1943/44", "1944/45", "Total"], ["Deaths In Prisons & Camps", "69,000", "210,000", "220,000", "266,000", "381,000", "", "1,146,000"], ["Deaths Outside of Prisons & Camps", "", "42,000", "71,000", "142,000", "218,000", "", "473,000"], ["Deaths other countries", "", "", "", "", "", "", "2,000"], ["Murdered in Eastern Regions", "", "", "", "", "", "100,000", "100,000"], ["Direct War Losses", "360,000", "", "", "", "", "183,000", "543,000"], ["Murdered", "75,000", "100,000", "116,000", "133,000", "82,000", "", "506,000"], ["Total", "504,000", "352,000", "407,000", "541,000", "681,000", "270,000", "2,770,000"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what's the number of deaths in prisons & camps that happened in 1941/42? | 220,000 | Answer: | 128 |
Table InputTable: [["Rank", "Diver", "Preliminary\\nPoints", "Preliminary\\nRank", "Final\\nPoints"], ["6", "Elsa TenorioΒ (MEX)", "460.56", "8", "463.56"], ["4", "Li YihuaΒ (CHN)", "517.92", "1", "506.52"], ["22", "Joana FigueiredoΒ (POR)", "374.07", "22", ""], ["5", "Li QiaoxianΒ (CHN)", "466.83", "6", "487.68"], ["17", "Claire IzacardΒ (FRA)", "403.17", "17", ""], ["", "Kelly McCormickΒ (USA)", "516.75", "2", "527.46"], ["11", "Anita RossingΒ (SWE)", "464.58", "7", "424.98"], ["15", "Antonette WilkenΒ (ZIM)", "414.66", "15", ""], ["", "Christina SeufertΒ (USA)", "481.41", "5", "517.62"], ["23", "Angela RibeiroΒ (BRA)", "370.68", "23", ""]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:who was rank 4 li yihua or elsa tenorio? | Li Yihua | Answer: | 128 |
Table InputTable: [["Distribution", "x86", "x86-64", "ia64", "ppc", "ppc64", "sparc32", "sparc64", "arm", "hppa", "mips", "sh", "s390", "s390x", "alpha", "m68k"], ["Distribution", "x86", "x86-64", "ia64", "ppc", "ppc64", "sparc32", "sparc64", "arm", "hppa", "mips", "sh", "s390", "s390x", "alpha", "m68k"], ["Slackware", "Yes", "Yes", "No", "No", "No", "Discontinued\\n?", "No", "Yes", "No", "No", "No", "Discontinued\\n?", "Discontinued\\n?", "Discontinued\\n8.1", "No"], ["Red Hat Linux", "Yes", "No", "Discontinued\\n7.1-7.2", "Test release\\n5.1", "No", "Discontinued\\n4.0-4.2\\n5.1-6.2", "Test release\\n5.1", "No", "No", "Test release\\n5.1", "No", "Discontinued\\n7.2", "Discontinued\\n7.1", "Discontinued\\n2.1-7.1", "Test release\\n5.1"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:the distributor at the top of the list | Arch Linux | Answer: | 128 |
Table InputTable: [["Chord", "Root", "Minor Third", "Perfect Fifth", "Major Seventh"], ["AmM7", "A", "C", "E", "Gβ―"], ["FmM7", "F", "Aβ", "C", "E"], ["CmM7", "C", "Eβ", "G", "B"], ["Cβ―mM7", "Cβ―", "E", "Gβ―", "Bβ― (C)"], ["Gβ―mM7", "Gβ―", "B", "Dβ―", "F (G)"], ["Dβ―mM7", "Dβ―", "Fβ―", "Aβ―", "C (D)"], ["Aβ―mM7", "Aβ―", "Cβ―", "Eβ― (F)", "G (A)"], ["Fβ―mM7", "Fβ―", "A", "Cβ―", "Eβ― (F)"], ["GmM7", "G", "Bβ", "D", "Fβ―"], ["BmM7", "B", "D", "Fβ―", "Aβ―"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many chords are listed? | 17 | Answer: | 128 |
Table InputTable: [["#", "Name", "Took office", "Left office", "Party", "Governor", "Notes"], ["36", "Richard T. James", "January 8, 1945", "January 10, 1948", "Republican", "Ralph F. Gates", ""], ["44", "Robert D. Orr", "January 8, 1973", "January 12, 1981", "Republican", "Otis R. Bowen", ""], ["31", "F. Harold Van Orman", "January 12, 1925", "January 14, 1929", "Republican", "Edward L. Jackson", ""], ["45", "John Mutz", "January 12, 1981", "January 9, 1989", "Republican", "Robert D. Orr", ""], ["38", "John A. Watkins", "January 10, 1949", "January 12, 1953", "Democrat", "Henry F. Schricker", ""], ["50", "Sue Ellspermann", "January 14, 2013", "Incumbent", "Republican", "Mike Pence", ""]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many years has there been a lieutenant governor of indiana? | 198 | Answer: | 128 |
Table InputTable: [["Eps #", "Prod #", "Title", "Summary", "Air Date"], ["12", "13", "Return Of the Mole Man", "The Mole Man is creating earthquakes and causing buildings to sink deep into the Earth. In addition, he and his Moloids kidnap Susan. The Mole Man as usual has been expecting the other three and sends them back to the surface to tell the Army not to get involved. They manage to halt them and seek an alternate entrance in the underworld. Johnny rescues Susan, then they penetrate the laboratory. They all return the buildings to the surface and escape the exploding caves.", "11/25/1967"], ["2", "3", "Diablo", "The Fantastic Four find a ruined castle in the middle of a forest in Transylvania. Ben is summoned by Diablo and unable to resist, opens Diablo's prison, unleashing him and later brainwashing Ben. Diablo tricks the world into thinking he has the power to help them. The world then realises what a fraud Diablo really is. The Fantastic Four seize this opportunity to attack Diabloβs castle. After getting far in the dungeons, the four get captured. Ben escapes, releases the others and they defeat Diablo.", "9/16/1967"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how long ago did danger in the depths air after demon in the deep? | 7 days | Answer: | 128 |
Table InputTable: [["School Name", "Low grade", "High grade", "Students (K-12)", "FTE Teachers", "Student/teacher ratio"], ["Bethany Lutheran School", "PK", "8", "28", "3.6", "7.78"], ["Peace Lutheran School", "PK", "8", "229", "", ""], ["Immanuel Lutheran School", "PK", "8", "82", "5.6", "14.64"], ["Holy Cross Lutheran School", "PK", "8", "135", "7.9", "17.09"], ["Sheridan Road Christian School", "K", "12", "42", "5.9", "7.12"], ["St Pauls Lutheran School", "PK", "8", "155", "9.6", "16.15"], ["Christ Lutheran School", "K", "8", "12", "2", "6"], ["Valley Lutheran High School", "9", "12", "344", "21", "16.38"], ["Grace Christian School", "PK", "12", "117", "13", "9"], ["Community Baptist Christian School", "PK", "12", "120", "9.8", "12.24"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what is the total number of private schools in saginaw that offer classes from kindergarten to high school graduation? | 1 | Answer: | 128 |
Table InputTable: [["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"], ["1", "NetherlandsΒ (NED)", "4", "3", "2", "9"], ["2", "United StatesΒ (USA)", "2", "1", "1", "4"], ["3", "West GermanyΒ (FRG)", "2", "0", "0", "2"], ["4", "NorwayΒ (NOR)", "0", "2", "2", "4"], ["5", "Soviet UnionΒ (URS)", "0", "1", "2", "3"], ["6", "SwedenΒ (SWE)", "0", "1", "1", "2"], ["", "Total", "8", "8", "8", "24"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many medals did the netherlands and united states have combined? | 13 | Answer: | 128 |
Table InputTable: [["Name of place", "Number of counties", "Principal county", "Lower zip code", "Upper zip code"], ["Sides", "1", "Indiana County", "", ""], ["Sidell", "1", "Clarion County", "", ""], ["Shanktown", "1", "Indiana County", "15777", ""], ["Shamburg", "1", "Clarion County", "", ""], ["Schills", "1", "Clarion County", "", ""], ["Sandy Hollow", "1", "Clarion County", "16248", ""], ["Saltsburg", "1", "Indiana County", "15681", ""], ["Shippenville", "1", "Clarion County", "16254", ""], ["Scotch Hill", "1", "Clarion County", "16233", ""], ["Shelocta", "1", "Indiana County", "15774", ""], ["St. Petersburg", "1", "Clarion County", "16054", ""], ["Salem Township", "1", "Clarion County", "", ""], ["St. Charles", "1", "Clarion County", "16242", ""], ["Shannondale", "1", "Clarion County", "16240", ""]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:is sides located in clarion or indiana county? | Indiana County | Answer: | 128 |
Table InputTable: [["Team", "No", "Driver", "Class", "Rounds"], ["Fortec Motorsport", "25", "George Katsinis", "", "All"], ["Fortec Motorsport", "24", "Jack Harvey", "", "All"], ["Fortec Motorsport", "26", "Christof von GrΓΌnigen", "", "All"], ["Josef Kaufmann Racing", "6", "Petri Suvanto", "R", "All"], ["Josef Kaufmann Racing", "4", "Robin Frijns", "", "All"], ["Eifelland Racing", "20", "Marc Coleselli", "R", "All"], ["MΓΌcke Motorsport", "8", "Timmy Hansen", "", "All"], ["MΓΌcke Motorsport", "7", "Maciej Bernacik", "R", "All"], ["Josef Kaufmann Racing", "5", "Hannes van Asseldonk", "R", "All"], ["Eifelland Racing", "19", "CΓ΄me Ledogar", "", "All"], ["Eifelland Racing", "18", "Facundo Regalia", "", "All"], ["EuroInternational", "11", "Daniil Kvyat", "R", "All"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what is the name of the first driver listed on this chart? | Robin Frijns | Answer: | 128 |
Table InputTable: [["City", "County", "Population (2011)", "Population (2002)", "Altitude (m)", "Year status\\ngranted* or\\nfirst attestedβ "], ["PloieΘti", "Prahova", "209,945", "232,527", "150", "1596β "], ["BoldeΘti-ScΔeni", "Prahova", "11,137", "11,505", "", ""], ["Plopeni", "Prahova", "7,718", "10,083", "", "1968*"], ["GΔeΘti", "DΓ’mboviΘa", "13,317", "16,598", "", ""], ["PiteΘti", "ArgeΘ", "155,383", "168,458", "287", "1388β "], ["BudeΘti", "CΔlΔraΘi", "7,725", "9,596", "", "1989*"], ["UrlaΘi", "Prahova", "10,541", "11,858", "", ""], ["BerbeΘti", "VΓ’lcea", "4,836", "5,704", "", "2003*"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what is the number of the population 2011 for the city of ploiesti? | 209,945 | Answer: | 128 |
Table InputTable: [["Year", "Premiers", "Score", "Runners Up", "Score"], ["2008", "Cairns Saints", "12.15 (87)", "North Cairns Tigers", "2.9 (21)"], ["2007", "Centrals Trinity Beach Bulldogs", "14.16 (100)", "Cairns Saints", "11.2 (68)"], ["2006", "Manunda Hawks", "11.11 (77)", "Centrals Trinity Beach Bulldogs", "10.9 (69)"], ["2012", "Cairns Saints", "17.6 (108)", "North Cairns Tigers", "11.12 (78)"], ["2010", "North Cairns Tigers", "8.10 (58)", "Port Douglas Crocs", "8.5 (53)"], ["2003", "Centrals Trinity Beach Bulldogs", "14.11 (95)", "North Cairns", "6.7 (43)"], ["2013", "North Cairns Tigers", "14.14 (98)", "Port Douglas Crocs", "13.6 (84)"], ["2004", "Port Douglas Crocs", "17.13 (115)", "North Cairns Tigers", "8.9 (57)"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many teams under runners up after 2007 had more than 10 points? | 2 | Answer: | 128 |
Table InputTable: [["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"], ["3", "West GermanyΒ (FRG)", "2", "0", "0", "2"], ["5", "Soviet UnionΒ (URS)", "0", "1", "2", "3"], ["4", "NorwayΒ (NOR)", "0", "2", "2", "4"], ["6", "SwedenΒ (SWE)", "0", "1", "1", "2"], ["1", "NetherlandsΒ (NED)", "4", "3", "2", "9"], ["2", "United StatesΒ (USA)", "2", "1", "1", "4"], ["", "Total", "8", "8", "8", "24"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what country had the least amount of bronze medals? | West Germany | Answer: | 128 |
Table InputTable: [["Pos", "No", "Driver", "Constructor", "Laps", "Time/Retired", "Grid", "Points"], ["12", "24", "Paolo Barilla", "Minardi-Ford", "62", "+ 2 Laps", "24", ""], ["9", "8", "Stefano Modena", "Brabham-Judd", "62", "+ 2 Laps", "20", ""], ["13", "26", "Philippe Alliot", "Ligier-Ford", "61", "+ 3 Laps", "22", ""], ["10", "25", "Nicola Larini", "Ligier-Ford", "62", "+ 2 Laps", "21", ""], ["11", "21", "Emanuele Pirro", "Dallara-Ford", "62", "+ 2 Laps", "19", ""], ["7", "10", "Alex Caffi", "Arrows-Ford", "63", "+ 1 Lap", "17", ""], ["DNQ", "7", "David Brabham", "Brabham-Judd", "", "", "", ""], ["2", "5", "Thierry Boutsen", "Williams-Renault", "64", "+ 39.092", "4", "6"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:name the number of drivers that completed 64 laps. | 5 | Answer: | 128 |
Table InputTable: [["Rnd", "Circuit", "GTP Winning Team\\nGTP Winning Drivers", "GTO Winning Team\\nGTO Winning Drivers", "GTU Winning Team\\nGTU Winning Drivers", "Results"], ["2", "Miami", "#04 Group 44", "#47 Dingman Bros. Racing", "#99 All American Racers", "Results"], ["1", "Daytona", "#00 Kreepy Krauly Racing", "#4 Stratagraph Inc.", "#76 Malibu Grand Prix", "Results"], ["14", "Pocono", "#14 Holbert Racing", "#65 English Enterprises", "#87 Performance Motorsports", "Results"], ["4", "Road Atlanta", "#16 Marty Hinze Racing", "#4 Stratagraph Inc.", "#76 Malibu Grand Prix", "Results"], ["2", "Miami", "Doc Bundy\\n Brian Redman", "Walt Bohren", "Chris Cord", "Results"], ["7", "Charlotte", "#56 Blue Thunder Racing", "#4 Stratagraph Inc.", "#99 All American Racers", "Results"], ["9", "Mid-Ohio", "#14 Holbert Racing", "#91 Electrodyne", "#66 Mike Meyer Racing", "Results"], ["15", "Michigan", "#56 Blue Thunder Racing", "#91 Electrodyne", "#84 Dole Racing", "Results"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:which circuit was next after round two? | Sebring | Answer: | 128 |
Table InputTable: [["Rank", "Athlete", "Nationality", "2.15", "2.20", "2.24", "2.27", "Result", "Notes"], ["9.", "Ramsay Carelse", "South Africa", "xo", "xo", "o", "xxx", "2.24", ""], ["1.", "Yaroslav Rybakov", "Russia", "o", "o", "o", "o", "2.27", "q"], ["1.", "Andrey Tereshin", "Russia", "o", "o", "o", "o", "2.27", "q"], ["1.", "Linus ThΓΆrnblad", "Sweden", "o", "o", "o", "o", "2.27", "q"], ["16.", "Roman Fricke", "Germany", "o", "xxx", "", "2.15", "", ""], ["8.", "Robert Wolski", "Poland", "xo", "o", "o", "xxx", "2.24", "q"], ["1.", "Stefan Holm", "Sweden", "o", "o", "o", "o", "2.27", "q"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:who was the next highest qualifier after ramsay carelse? | Tora Harris | Answer: | 128 |
Table InputTable: [["Contestant", "Age", "Height", "Home City", "Rank"], ["Melisa PopaniciΔ", "16", "175Β cm (5Β ft 9 in)", "WΓΆrgl", "2nd Eliminated in Episode 10"], ["Christine Riener", "20", "181Β cm (5Β ft 11.25 in)", "Bludenz", "Eliminated in Episode 4"], ["Nadine Trinker", "21", "183Β cm (6Β ft 0 in)", "Bodensdorf", "Eliminated in Episode 9"], ["Dzejlana \"Lana\" BaltiΔ", "20", "179Β cm (5Β ft 10.5 in)", "Graz (originally from Bosnia)", "1st Eliminated in Episode 10"], ["Sabrina Angelika Rauch β ", "21", "175Β cm (5Β ft 9 in)", "Graz", "Eliminated in Episode 2"], ["Bianca Ebelsberger", "24", "179Β cm (5Β ft 10.5 in)", "Aurach am Hongar", "Eliminated in Episode 9"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:who was the last contestant to be eliminated? | Melisa PopaniciΔ | Answer: | 128 |
Table InputTable: [["Year", "Competition", "Venue", "Position", "Event"], ["1996", "World Junior Championships", "Sydney, Australia", "2nd", "3000 m st."], ["2001", "IAAF Grand Prix Final", "Melbourne, Australia", "4th", "3000 m st."], ["", "Commonwealth Games", "Kuala Lumpur, Malaysia", "3rd", "3000 m st."], ["2005", "World Athletics Final", "Monte Carlo, Monaco", "8th", "3000 m st."], ["2004", "World Athletics Final", "Monte Carlo, Monaco", "4th", "3000 m st."], ["1999", "All-Africa Games", "Johannesburg, South Africa", "1st", "3000 m st."], ["1998", "World Cross Country Championships", "Marrakech, Morocco", "8th", "Short race"], ["", "IAAF Grand Prix Final", "Munich, Germany", "4th", "3000 m st."]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what was the name of the last competition in australia? | IAAF Grand Prix Final | Answer: | 128 |
Table InputTable: [["Pos", "Rider", "Manufacturer", "Time/Retired", "Points"], ["2", "Valentino Rossi", "Aprilia", "+0.180", "20"], ["6", "Ralf Waldmann", "Aprilia", "+7.019", "10"], ["20", "Lucas Oliver Bulto", "Yamaha", "+1:25.758", ""], ["16", "Luca Boscoscuro", "TSR-Honda", "+56.432", ""], ["Ret", "Roberto Rolfo", "Aprilia", "Retirement", ""], ["1", "Loris Capirossi", "Honda", "38:04.730", "25"], ["Ret", "Maurice Bolwerk", "TSR-Honda", "Retirement", ""], ["23", "Arno Visscher", "Aprilia", "+1:40.635", ""], ["19", "Fonsi Nieto", "Yamaha", "+1:25.622", ""], ["17", "Johann Stigefelt", "Yamaha", "+1:07.433", ""], ["8", "Stefano Perugini", "Honda", "+20.891", "8"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what is the difference between valentino rossi and ralf waldmann's time? | 6.839 | Answer: | 128 |
Table InputTable: [["", "Chronological\\nNo.", "Date\\n(New style)", "Water level\\ncm", "Peak hour"], ["32", "76", "29 September 1788", "237", "β"], ["14", "25", "10 September 1736", "261", ""], ["8", "14", "1 November 1726", "270", "β"], ["1", "84", "19 November 1824", "421", "14:00"], ["27", "177", "26 November 1898", "240", "23:30"], ["37", "41", "26 October 1752", "234", "12:00"], ["36", "37", "17 October 1744", "234", "β"], ["23", "45", "29 September 1756", "242", ""], ["24", "136", "20 October 1873", "242", "β"], ["25", "175", "4 November 1897", "242", "12:00"], ["33", "145", "26 November 1874", "237", "4:00"], ["19", "144", "29 October 1874", "252", "4:00"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many entries in the 1800s have a water level above 250? | 4 | Answer: | 128 |
Table InputTable: [["Name", "City", "Hospital beds", "Operating rooms", "Total", "Trauma designation", "Affiliation", "Notes"], ["Hugh Chatham Memorial Hospital", "Elkin", "220", "8", "228", "-", "QHR", "-"], ["Chatham Hospital", "Siler City", "25", "3", "28", "-", "UNC", "-"], ["Vidant Edgecombe Hospital", "Tarboro", "117", "8", "125", "-", "Vidant", "-"], ["Durham Regional Hospital", "Durham", "369", "19", "388", "-", "Duke", "-"], ["Lenoir Memorial Hospital", "Kinston", "261", "12", "273", "-", "-", "-"], ["Martin General Hospital", "Williamston", "49", "3", "52", "-", "-", "-"], ["Grace Hospital", "Morganton", "184", "7", "191", "-", "CHS", "-"], ["Vidant Beaufort Hospital", "Washington", "142", "7", "149", "-", "Vidant", "-"], ["Select Specialty Hospital - Durham", "Durham", "30", "0", "30", "-", "-", "-"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what is the total number of hospital beds at chatham hospital? | 25 | Answer: | 128 |
Table InputTable: [["Date", "Venue", "Opponents", "Score", "Competition"], ["9 August", "Toyota (A)", "Japan", "2β2", "Toyota Cup"], ["8 August", "Toyota (N)", "Brazil", "0β0", "Toyota Cup"], ["20 March", "Fukuoka (A)", "Japan", "2β0", "Sanix Cup"], ["4 October", "Tashkent (N)", "India", "5β2", "AFC U-16 Championship (Group B)"], ["20 March", "Fukuoka (A)", "China PR", "1β0", "Sanix Cup"], ["6 October", "Tashkent (N)", "Indonesia", "9β0", "AFC U-16 Championship (Group B)"], ["8 October", "Tashkent (N)", "Syria", "1β1", "AFC U-16 Championship (Group B)"], ["10 August", "Toyota (N)", "United Arab Emirates", "6β0", "Toyota Cup"], ["12 October", "Tashkent (A)", "Uzbekistan", "3β0", "AFC U-16 Championship (Quarterfinal)"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:are the dates in a consecutive order? | yes | Answer: | 128 |
Table InputTable: [["Year", "Single", "Peak chart\\npositions\\nUS Country", "Peak chart\\npositions\\nCAN Country", "Album"], ["1984", "\"I'm a Country Song\"", "72", "β", "singles only"], ["1983", "\"You've Still Got Me\"", "71", "β", "singles only"], ["1977", "\"I'm Gonna Love You Right Out of This World\"", "21", "38", "singles only"], ["1983", "\"Hold Me\"", "67", "β", "singles only"], ["1972", "\"All Heaven Breaks Loose\"", "35", "β", "single only"], ["1971", "\"Ruby, You're Warm\"", "21", "16", "single only"], ["1976", "\"Mahogany Bridge\"", "84", "β", "singles only"], ["1974", "\"Loving You Has Changed My Life\"", "9", "21", "Hey There Girl"], ["1981", "\"Houston Blue\"", "88", "β", "singles only"], ["1979", "\"You Are My Rainbow\"", "36", "β", "singles only"], ["1968", "\"I'd Be Your Fool Again\"", "69", "β", "A World Called You"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what single did he get the same chart position in the us country as he did in the can country? | "Need You" | Answer: | 128 |
Table InputTable: [["Date", "Site", "Winning team", "Winning team", "Losing team", "Losing team", "Series"], ["September 30, 1989", "Fort Collins", "Air Force", "46", "Colorado State", "21", "AFA 19β8β1"], ["September 29, 1984", "Colorado Springs", "Air Force", "52", "Colorado State", "10", "AFA 14β8β1"], ["September 27, 1986", "Colorado Springs", "Air Force", "24", "Colorado State", "7", "AFA 16β8β1"], ["September 3, 1988", "Fort Collins", "Air Force", "29", "Colorado State", "23", "AFA 18β8β1"], ["September 17, 1998", "Colorado Springs", "Air Force", "30", "Colorado State", "27", "AFA 22β14β1"], ["September 16, 1995", "Colorado Springs", "Colorado State", "27", "Air Force", "20", "AFA 20β13β1"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:who was the next winner after the air force won in september 1989? | Colorado State | Answer: | 128 |
Table InputTable: [["Date", "Competition", "Location", "Country", "Event", "Placing", "Rider", "Nationality"], ["1 November 2008", "2008β09 World Cup", "Manchester", "United Kingdom", "500 m time trial", "1", "Victoria Pendleton", "GBR"], ["1 November 2008", "2008β09 World Cup", "Manchester", "United Kingdom", "Sprint", "1", "Jason Kenny", "GBR"], ["31 October 2008", "2008β09 World Cup", "Manchester", "United Kingdom", "Sprint", "1", "Victoria Pendleton", "GBR"], ["2 November 2008", "5th International Keirin Event", "Manchester", "United Kingdom", "International keirin", "2", "Ross Edgar", "GBR"], ["2 November 2008", "2008β09 World Cup", "Manchester", "United Kingdom", "Team sprint", "1", "Ross Edgar", "GBR"], ["13 February 2009", "2008β09 World Cup", "Copenhagen", "Denmark", "Sprint", "1", "Victoria Pendleton", "GBR"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:when was the first date? | 31 October 2008 | Answer: | 128 |
Table InputTable: [["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"], ["14", "UzbekistanΒ (UZB)", "0", "1", "3", "4"], ["11", "KyrgyzstanΒ (KGZ)", "1", "1", "0", "2"], ["8", "Sri LankaΒ (SRI)", "2", "0", "2", "4"], ["12", "KuwaitΒ (KUW)", "1", "0", "0", "1"], ["4", "KazakhstanΒ (KAZ)", "3", "4", "5", "12"], ["9", "QatarΒ (QAT)", "1", "4", "3", "8"], ["5", "South KoreaΒ (KOR)", "3", "2", "1", "6"], ["3", "Saudi ArabiaΒ (KSA)", "7", "1", "0", "8"], ["10", "ThailandΒ (THA)", "1", "1", "2", "4"], ["15", "IranΒ (IRI)", "0", "1", "0", "1"], ["12", "North KoreaΒ (PRK)", "1", "0", "0", "1"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what is the number of bronze medals won by uzbekistan? | 3 | Answer: | 128 |
Table InputTable: [["Stage", "Date", "Route", "Terrain", "Length", "Winner", "Race leader"], ["15", "17 July", "Nice β Gap", "Stage with mountain(s)", "233Β km (145Β mi)", "Jef DemuysereΒ (BEL)", "Antonin MagneΒ (FRA)"], ["9", "8 July", "Pau β Luchon", "Stage with mountain(s)", "231Β km (144Β mi)", "Antonin MagneΒ (FRA)", "Antonin MagneΒ (FRA)"], ["10", "10 July", "Luchon β Perpignan", "Stage with mountain(s)", "322Β km (200Β mi)", "Rafaele di PacoΒ (ITA)", "Antonin MagneΒ (FRA)"], ["14", "15 July", "Cannes β Nice", "Stage with mountain(s)", "132Β km (82Β mi)", "Eugenio GestriΒ (ITA)", "Antonin MagneΒ (FRA)"], ["20", "22 July", "Belfort β Colmar", "Stage with mountain(s)", "209Β km (130Β mi)", "AndrΓ© LeducqΒ (FRA)", "Antonin MagneΒ (FRA)"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:did each winner win on stage with mountain(s)? | no | Answer: | 128 |
Table InputTable: [["Sl no", "Name of the prabandham", "Starting from", "Ending with", "Number of pasurams", "Sung by"], ["5", "Thiruchchanda Viruththam", "752", "871", "120", "Thirumalisai alvar"], ["22", "Peria Thirumadal", "2674", "2674", "1", "Thirumangai alvar"], ["19", "Peria Thiruvandhadhi", "2585", "2671", "87", "Nammalvar"], ["", "Total number of pasurams", "", "", "3776", ""], ["3", "Nachiar Tirumozhi", "504", "646", "143", "Aandaal"], ["11", "Kurun Thandagam", "2032", "2051", "20", "Thirumangai alvar"], ["17", "Thiruviruththam", "2478", "2577", "100", "Nammalvar"], ["1", "Periazhvar Thirumozhi", "1", "473", "473", "Periyalvar"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what is the last name of the prabandham on the chart? | Thiruvay Mozhi | Answer: | 128 |
Table InputTable: [["Eps #", "Prod #", "Title", "Summary", "Air Date"], ["13", "19", "Rama-Tut", "After coming back from vacation Reed tells Ben an interesting theory on attempting to restore him. They head to Dr. Doomβs deserted castle to use the time machine the doctor left behind. In 2000 B.C the four weaken during a fight and are taken by Pharaoh Rama-Tut, who is a lot more than he would seem at first sight. Susan is to be Rama-Tutβs queen while the other three are put to work with some mind control. Ben turns back to his former self. As he rescues Susan, he is once again the Thing. The four battle Rama-Tut to his sphinx. Finally, they destroy his sphinx and return to their own time.", "12/9/1967"], ["3", "7", "The Way It All Began", "While on a television show, Reed recalls the time he first met Victor von Doom before he became Dr. Doom. He had Ben as his roommate at university. Victor was working on dangerous experiments, especially a test that brought him to the hospital and got him expelled from university. Worse than that, the test altered his face and he swore revenge on Reed having to hide his work from him. Ben and Reed became soldiers in World War II. Ben, Susan, Johnny and Reed all went aboard a space rocket for space exploration. And so the origin of the Fantastic Four began. Dr. Doom confronts the Fantastic Four on the television show and briefs them on his origin. After that Dr. Doom attempts to get his revenge, but fails and escapes only to crash.", "9/23/1967"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:which episode was next after "the way it all began"? | Invasion Of The Super-Skrull | Answer: | 128 |
Table InputTable: [["School", "2007", "2008", "2009", "2010", "2011"], ["Marc and Eva Stern Math and Science School", "718", "792", "788", "788", "809"], ["Santee Education Complex", "", "502", "521", "552", "565"], ["Woodrow Wilson High School", "582", "585", "600", "615", "636"], ["James A. Garfield High School", "553", "597", "593", "632", "705"], ["Francisco Bravo Medical Magnet High School", "807", "818", "815", "820", "832"], ["Thomas Jefferson High School", "457", "516", "514", "546", "546"], ["Abraham Lincoln High School", "594", "609", "588", "616", "643"], ["Theodore Roosevelt High School", "557", "551", "576", "608", ""], ["Oscar De La Hoya Animo Charter High School", "662", "726", "709", "710", "744"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what school had no api for 2011? | Theodore Roosevelt High School | Answer: | 128 |
Table InputTable: [["Language", "2001 census[1]\\n(total population 1,004.59 million)", "1991 censusIndian Census [2]\\n(total population 838.14 million)", "1991 censusIndian Census [2]\\n(total population 838.14 million)", ""], ["Marathi", "71,936,894", "62,481,681", "7.45%", "68.0 M"], ["Telugu", "70,002,856", "65,595,738", "8.30%", "70 M"], ["Kannada", "37,924,011", "32,753,676", "3.91%", "40.3 M"], ["Konkani", "2,489,015", "1,760,607", "0.210%", ""], ["Tamil", "60,793,814", "53,006,368", "6.32%", "66.0 M"], ["Nepali", "23,017,446", "28,061,313", "3.35%", "32.3 M"], ["Bodo", "1,350,478", "0.13%", "1,221,881", "0.146%"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:which had a higher percentage? telugu or marathi? | Telugu | Answer: | 128 |
Table InputTable: [["Date", "Opponent", "Venue", "Result", "Attendance", "Scorers"], ["10 September 2005", "Chelsea", "Stamford Bridge", "0β2", "41,969", ""], ["1 October 2005", "West Ham United", "Stadium of Light", "1β1", "31,212", "Miller"], ["25 September 2005", "Middlesbrough", "Riverside Stadium", "2β0", "29,583", "Miller, Arca"], ["5 November 2005", "Arsenal", "Highbury", "1β3", "38,210", "Stubbs"], ["3 December 2005", "Tottenham Hotspur", "White Hart Lane", "2β3", "36,244", "Whitehead, Le Tallec"], ["20 August 2005", "Liverpool", "Anfield", "0β1", "44,913", ""], ["15 October 2005", "Manchester United", "Stadium of Light", "1β3", "39,085", "Elliott"], ["26 December 2005", "Bolton Wanderers", "Stadium of Light", "0β0", "32,232", ""]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:how many goals did chelsea score on 10 september 2005? | 2 | Answer: | 128 |
Table InputTable: [["Outcome", "No.", "Date", "Championship", "Surface", "Opponent in the final", "Score in the final"], ["Runner-up", "6.", "May 2, 1994", "Atlanta, Georgia, USA", "Clay", "Michael Chang", "7β6(7β4), 6β7(4β7), 0β6"], ["Winner", "5.", "January 15, 1996", "Sydney, Australia", "Hard", "Goran IvaniΕ‘eviΔ", "5β7, 6β3, 6β4"], ["Winner", "8.", "January 18, 1999", "Sydney, Australia", "Hard", "Γlex Corretja", "6β3, 7β6(7β5)"], ["Winner", "6.", "April 20, 1998", "Barcelona, Spain", "Clay", "Alberto Berasategui", "6β2, 1β6, 6β3, 6β2"], ["Runner-up", "12.", "September 12, 1999", "US Open, New York City, USA", "Hard", "Andre Agassi", "4β6, 7β6(7β5), 7β6(7β2), 3β6, 2β6"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:name a match that was in the same month as the one in atlanta, georgia. | Pinehurst, USA | Answer: | 128 |
Table InputTable: [["Pos", "No.", "Driver", "Team", "Laps", "Time/Retired", "Grid", "Laps Led", "Points"], ["13", "18", "Justin Wilson", "Dale Coyne Racing", "85", "+ 53.5768", "2", "28", "17"], ["19", "7", "Danica Patrick", "Andretti Green Racing", "83", "+ 2 Laps", "12", "0", "12"], ["1", "9", "Scott Dixon", "Chip Ganassi Racing", "85", "1:46:05.7985", "3", "51", "52"], ["12", "3", "HΓ©lio Castroneves", "Penske Racing", "85", "+ 53.2362", "5", "0", "18"], ["16", "4", "Dan Wheldon", "Panther Racing", "84", "+ 1 Lap", "17", "0", "14"], ["3", "10", "Dario Franchitti", "Chip Ganassi Racing", "85", "+ 30.0551", "6", "0", "35"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:who was the last driver to actually finish this race? | Danica Patrick | Answer: | 128 |
Table InputTable: [["Week", "Date", "TV Time", "Opponent", "Result", "Attendance"], ["13", "November 29, 1998", "FOX 11:00 am MT", "at Kansas City Chiefs", "L 34β24", "69,613"], ["3", "September 20, 1998", "ESPN 5:15 pm MT", "Philadelphia Eagles", "W 17β3", "39,782"], ["4", "September 27, 1998", "FOX 10:00 am MT", "at St. Louis Rams", "W 20β17", "55,832"], ["17", "December 27, 1998", "CBS 2:05 pm MT", "San Diego Chargers", "W 16β13", "71,670"], ["16", "December 20, 1998", "FOX 2:05 pm MT", "New Orleans Saints", "W 19β17", "51,617"], ["14", "December 6, 1998", "FOX 2:15 pm MT", "New York Giants", "L 23β19", "46,128"], ["1", "September 6, 1998", "FOX 1:05 pm MT", "at Dallas Cowboys", "L 38β10", "63,602"]] | You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to extract the exact table cell value(s) that directly answer the provided question. Follow these guidelines:
- Output Format:
Your response must be a plain text string. If the answer contains multiple values, separate them by a comma followed by a space (for example: Netherlands, Italy).
- Direct Answers Only:
Return ONLY the table cell value(s) that directly answer the question. Do not include headers, column names, or any additional text.
- Aggregation Requirements:
If the question requires an aggregation (e.g., average, sum, count, etc.), return only the aggregated value(s) as a plain text string.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
[["Model", "Production_Years", "Engine", "Displacement", "Power", "Top_Speed"],
["11/18 PS", "1907β1910", "4 inline", "2,799 cc", "13.2 kW (18 PS)", "55 km/h (34 mph)"],
["13/30 PS", "1909β1912", "4 inline", "3,180 cc", "25.7 kW (35 PS)", ""],
["K 5/13 PS", "1911β1920", "4 inline", "1,292 cc", "9.6β10.3 kW (13β14 PS)", "55 km/h (34 mph)"],
["10/28 PS", "1909β1912", "4 inline", "2,612 cc", "22 kW (30 PS)", ""],
["30/70 PS", "1911β1914", "4 inline", "7,853 cc", "51 kW (70 PS)", "115 km/h (71 mph)"],
["35/80 PS", "1911β1914", "4 inline", "9,081 cc", "62.5 kW (85 PS)", ""]]
Question: which typ(s) had the longest construction times?
Answer: K 5/13 PS
Example 2
Table:
[["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"],
[1, "Netherlands", 20, 9, 0, 29],
[2, "Italy", 10, 15, 3, 28],
[3, "Belgium", 1, 2, 6, 9],
[4, "Spain", 1, 1, 13, 15],
[5, "Great Britain", 0, 2, 0, 2],
[6, "Germany", 0, 1, 7, 8],
[7, "Greece", 0, 1, 0, 1],
[7, "Russia", 0, 1, 0, 1],
[9, "Sweden", 0, 0, 2, 2],
[10, "France", 0, 0, 1, 1]]
Question: name the countries that had at least 5 gold medals
Answer: Netherlands, Italy
Question:what was the longest consecutive wins? | 3 | Answer: | 128 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.