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: [["Rank", "Name", "Nationality", "Time"], ["8", "Edith Arraspide", "Argentina", "5:13.95"], ["", "Joanne Malar", "Canada", "4:43.64"], ["7", "Carolyn Adel", "Suriname", "5:13.24"], ["5", "Fabíola Molina", "Brazil", "5:03.43"], ["", "Jenny Kurth", "United States", "4:57.24"], ["", "Alison Fealey", "United States", "4:48.31"], ["4", "Sonia Fonseca", "Puerto Rico", "5:03.15"], ["6", "Isabel Rojas", "Colombia", "5:11.58"]] | 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:from which country did the last place swimmer come? | Argentina | Answer: | 128 |
Table InputTable: [["Week", "Date", "TV Time", "Opponent", "Result", "Attendance"], ["2", "September 13, 1998", "FOX 1:15 pm MT", "at Seattle Seahawks", "L 33–14", "57,678"], ["1", "September 6, 1998", "FOX 1:05 pm MT", "at Dallas Cowboys", "L 38–10", "63,602"], ["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"], ["15", "December 13, 1998", "FOX 11:00 am MT", "at Philadelphia Eagles", "W 20–17", "62,176"], ["5", "October 4, 1998", "CBS 1:05 pm MT", "Oakland Raiders", "L 23–20", "53,240"], ["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:who was the first game against? | Dallas Cowboys | Answer: | 128 |
Table InputTable: [["#", "Stadium", "Capacity", "City", "Region", "Home Team", "Opened"], ["4", "Parc des Princes", "48,712", "Paris", "Île-de-France", "Paris Saint-Germain FC", "1897"], ["27", "Stade Sébastien Charléty", "20,000", "Paris", "Île-de-France", "Paris FC", "1938"], ["1", "Stade de France", "81,338", "Paris", "Île-de-France", "France national football team", "1998"], ["22", "Stade Michel d'Ornano", "21,500", "Caen", "Lower Normandy", "Stade Malherbe Caen", "1993"], ["7", "Stade de la Beaujoire", "38,285", "Nantes", "Pays de la Loire", "FC Nantes Atlantique", "1984"], ["10", "Stadium Municipal", "35,575", "Toulouse", "Midi-Pyrénées", "Toulouse FC", "1937"], ["14", "Stade de la Meinau", "29,230", "Strasbourg", "Alsace", "RC Strasbourg", "1914"]] | 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 capacity of the stadiums in paris? | 150050 | Answer: | 128 |
Table InputTable: [["No.", "Date", "Tournament", "Winning score", "Margin of\\nvictory", "Runner(s)-up"], ["3", "25 Apr 2004", "Tsuruya Open", "−9 (64-73-69-69=275)", "2 strokes", "Keiichiro Fukabori, Scott Laycock,\\n Tatsuya Mitsuhashi, Taichi Teshima,\\n Shinichi Yokota"], ["11", "15 Apr 2012", "Token Homemate Cup", "−15 (68-69-70-62=269)", "2 strokes", "Ryuichi Oda"], ["9", "26 Sep 2010", "Asia-Pacific Panasonic Open\\n(co-sanctioned by the Asian Tour)", "−6 (71-70-66=207)", "1 stroke", "Ryuichi Oda"], ["6", "22 Apr 2007", "Tsuruya Open", "−16 (67-65-68-68=268)", "2 strokes", "Masahiro Kuramoto, Hirofumi Miyase,\\n Takuya Taniguchi"], ["5", "23 Apr 2006", "Tsuruya Open", "−11 (70-68-66-69=273)", "2 strokes", "Mamo Osanai"]] | 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 tournament had the least winning score? | Asia-Pacific Panasonic Open (co-sanctioned by the Asian Tour) | Answer: | 128 |
Table InputTable: [["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"], ["5", "Switzerland (SUI)", "0", "2", "1", "3"], ["7", "Great Britain (GBR)", "0", "0", "1", "1"], ["3", "Germany (EUA)", "1", "0", "1", "2"], ["2", "Italy (ITA)", "1", "1", "1", "3"], ["1", "Australia (AUS)", "2", "1", "0", "3"], ["4", "Soviet Union (URS)", "1", "0", "0", "1"], ["7", "France (FRA)", "0", "0", "1", "1"], ["6", "United States (USA)", "0", "1", "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:which country won a silver but didn't win a gold or bronze? | United States (USA) | Answer: | 128 |
Table InputTable: [["Match no.", "Match Type", "Team Europe", "Score", "Team USA", "Progressive Total"], ["30", "Baker", "Team Europe", "202 - 203", "Team USA", "15 - 15"], ["31", "Singles", "Tore Torgersen", "202 - 264", "Chris Barnes", "15 - 16"], ["32", "Singles", "Osku Palermaa", "196 - 235", "Tommy Jones", "15 - 17"], ["26", "Singles", "Osku Palermaa", "217 - 244", "Tommy Jones", "14 - 12"], ["28", "Singles", "Tore Torgersen", "206 - 275", "Doug Kent", "15 - 13"], ["29", "Singles", "Tomas Leandersson", "176 - 258", "Bill Hoffman", "15 - 14"], ["25", "Singles", "Mika Koivuniemi", "217 - 279", "Chris Barnes", "14 - 11"], ["27", "Singles", "Paul Moor", "210 - 199", "Tim Mack", "15 - 12"]] | 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 total number of matches did team usa win after match no. 27? | 5 | Answer: | 128 |
Table InputTable: [["Fence", "Name", "Jockey", "Age", "Handicap (st-lb)", "Starting price", "Fate"], ["22", "Kapeno", "David Dick", "8", "11-6", "100/8", "Fell"], ["26", "Rondetto", "Jeff King", "9", "11-6", "100/8", "Fell"], ["06", "Nedsmar", "John Hudson", "11", "10-13", "100/1", "Fell"], ["18", "Leedsy", "George Robinson", "7", "10-13", "18/1", "Fell"], ["24", "Pontin-Go", "Johnny Lehane", "13", "10-13", "50/1", "Fell"], ["09", "Groomsman", "Beltrán Osorio", "10", "10-13", "100/1", "Fell"], ["01", "Ayala", "Stan Mellor", "11", "10-13", "50/1", "Fell"], ["?", "Black Spot", "J Gamble", "8", "10-13", "100/1", "Fell"]] | 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 jockeys whose fate was falling? | 15 | Answer: | 128 |
Table InputTable: [["#", "Episode", "Air date", "Rating", "Share", "18-49 (Rating/Share)", "Viewers (m)", "Rank (night)", "Rank (timeslot)", "Rank (overall)"], ["3", "\"Blind Dates and Bleeding Hearts\"", "October 26, 2007", "6.1", "11", "1.9/6", "8.90", "#1", "#1", "#41"], ["7", "\"The Past Comes Back to Haunt You\"", "November 16, 2007", "6.2", "11", "1.7/5", "8.94", "#4", "#1", "#41"], ["2", "\"Train In Vain\"", "October 19, 2007", "6.5", "12", "2.0/6", "9.69", "#2", "#1", "#37"], ["6", "\"Play Through the Pain\"", "November 15, 2007", "6.1", "10", "3.3/9", "8.93", "#8", "#3", "#45"], ["13", "\"Never Tell\"", "May 13, 2008", "5.8", "10", "2.1/6", "8.46", "", "#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 episode had the least number of viewers? | "FBI Guy" | Answer: | 128 |
Table InputTable: [["School", "2007", "2008", "2009", "2010", "2011"], ["Oscar De La Hoya Animo Charter High School", "662", "726", "709", "710", "744"], ["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"], ["Thomas Jefferson High School", "457", "516", "514", "546", "546"], ["Marc and Eva Stern Math and Science School", "718", "792", "788", "788", "809"], ["Woodrow Wilson High School", "582", "585", "600", "615", "636"], ["Abraham Lincoln High School", "594", "609", "588", "616", "643"], ["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 average index of the oscar de la hoya amino charter school? | 710.2 | Answer: | 128 |
Table InputTable: [["Year", "Class", "No", "Tyres", "Car", "Team", "Co-Drivers", "Laps", "Pos.", "Class\\nPos."], ["1978", "S\\n+2.0", "10", "", "Mirage M9\\nRenault 2.0L Turbo V6", "Grand Touring Cars Inc.", "Vern Schuppan\\n Sam Posey", "293", "10th", "5th"], ["1993", "GT", "71", "D", "Venturi 500LM\\nRenault PRV 3.0 L Turbo V6", "Jacadi Racing", "Michel Maisonneuve\\n Christophe Dechavanne", "210", "DNF", "DNF"], ["1994", "GT2", "49", "P", "Porsche 911 Carrera RSR\\nPorsche 3.8 L Flat-6", "Larbre Compétition", "Jacques Alméras\\n Jean-Marie Alméras", "94", "DNF", "DNF"], ["1972", "S\\n3.0", "22", "", "Ligier JS2\\nMaserati 3.0L V6", "Automobiles Ligier", "Pierre Maublanc", "195", "DNF", "DNF"]] | 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 laps total are listed? | 2061 | Answer: | 128 |
Table InputTable: [["#", "Weekend End Date", "Film", "Box Office"], ["17", "April 26, 1998", "U.S. Marshals", "£780,012"], ["15", "April 12, 1998", "Titanic", "£1,373,363"], ["7", "February 15, 1998", "Titanic", "£3,849,120"], ["9", "March 1, 1998", "Titanic", "£3,403,199"], ["11", "March 15, 1998", "Titanic", "£2,469,191"], ["14", "April 5, 1998", "Titanic", "£1,504,551"], ["16", "April 19, 1998", "Titanic", "£981,940"], ["12", "March 22, 1998", "Titanic", "£1,953,082"], ["13", "March 29, 1998", "Titanic", "£2,223,046"], ["8", "February 22, 1998", "Titanic", "£3,657,613"]] | 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:was titanic or u.s. marshals the number one film in week number 17? | U.S. Marshals | Answer: | 128 |
Table InputTable: [["Wrestler:", "Reigns:", "Date:", "Place:", "Notes:"], ["Lanny Poffo", "1", "May 10, 1978", "San Francisco, California", "Defeated Joe Banek to become the first champion"], ["Randy Savage", "1", "March 13, 1979", "Halifax, Nova Scotia", ""], ["Randy Savage", "2", "1981", "Unknown", ""], ["Randy Savage", "3", "1982", "Unknown", ""], ["Paul Christy", "1", "November 13, 1983", "Springfield, Illinois", ""], ["Lanny Poffo", "3", "1981", "Unknown", ""], ["Lanny Poffo", "2", "July 21, 1979", "Lexington, Kentucky", ""], ["Lanny Poffo", "4", "January 1, 1984", "Springfield, Illinois", ""]] | 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 reigning champion? | Lanny Poffo | Answer: | 128 |
Table InputTable: [["Week", "Date", "TV Time", "Opponent", "Result", "Attendance"], ["11", "November 15, 1998", "FOX 2:15 pm MT", "Dallas Cowboys", "L 35–28", "71,670"], ["1", "September 6, 1998", "FOX 1:05 pm MT", "at Dallas Cowboys", "L 38–10", "63,602"], ["13", "November 29, 1998", "FOX 11:00 am MT", "at Kansas City Chiefs", "L 34–24", "69,613"], ["4", "September 27, 1998", "FOX 10:00 am MT", "at St. Louis Rams", "W 20–17", "55,832"], ["15", "December 13, 1998", "FOX 11:00 am MT", "at Philadelphia Eagles", "W 20–17", "62,176"], ["9", "November 1, 1998", "FOX 11:00 am MT", "at Detroit Lions", "W 17–15", "66,087"], ["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:who did the cardinals play after dallas cowboys in november 15, 1998? | at Washington Redskins | Answer: | 128 |
Table InputTable: [["Year", "Title", "Rol", "Format", "Related Links"], ["2008", "Me Mueves 1° Temporada", "Arturo", "Serie", "https://www.youtube.com/watch?v=lj2Q6rrOK1k"], ["2009", "Me Mueves 2° Temporada", "Arturo", "Serie", "https://www.youtube.com/watch?v=fNE5WHZ_tt8&feature=related"], ["1997–2001", "Bizbirije", "Differentes personajes en \"No es Justo\" y \"Ponte Bizbo\"", "Capsulas", "https://www.youtube.com/watch?v=M7YCuvFbFJ0"], ["2006–2008", "Skimo", "Fito", "Serie", "https://www.youtube.com/watch?v=w_6cn3BajE0&feature=related"], ["2005", "Cuentos De Pelos", "", "Serie", ""], ["2010", "Niñas mal (telenovela)", "Piti", "Telenovela", "http://www.novelamtv.com/"], ["2004", "El Divan De Valentina", "Dj", "Serie", ""]] | 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:nameeach of the formats in the table. | Telenovela, Serie, Short Film, Feature Film, Capsulas | Answer: | 128 |
Table InputTable: [["No. in\\nseason", "No. in\\nseries", "Title", "Canadian airdate", "US airdate", "Production code"], ["18", "335", "\"Better Man\"", "February 4, 2014", "February 4, 2014", "1318"], ["30", "347", "\"Sparks Will Fly\" Part Two", "April 22, 2014", "April 22, 2014", "1330"], ["13", "330", "\"Who Do You Think You Are\"", "October 31, 2013", "October 31, 2013", "1313"], ["29", "346", "\"Sparks Will Fly\" Part One", "April 15, 2014", "April 15, 2014", "1329"], ["39", "356", "\"Thunderstruck\" Part One", "July 29, 2014", "July 29, 2014", "1339"], ["4", "321", "\"My Own Worst Enemy\"", "July 25, 2013", "July 25, 2013", "1304"], ["19", "336", "\"Dig Me Out\"", "February 11, 2014", "February 11, 2014", "1319"]] | 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 canadian airdate directly after "better man"? | "Dig Me Out" | Answer: | 128 |
Table InputTable: [["Pick #", "Player", "Position", "Nationality", "NHL team", "College/junior/club team"], ["157", "Petri Skriko", "Right Wing", "Finland", "Vancouver Canucks", "Saipa (Finland)"], ["149", "Rick Zombo", "Defence", "United States", "Detroit Red Wings", "Austin Mavericks (USHL)"], ["162", "Dale DeGray", "Defence", "Canada", "Calgary Flames", "Oshawa Generals (OMJHL)"], ["155", "Mike Sturgeon", "Defence", "Canada", "Edmonton Oilers", "Kelowna Buckaroos (BCJHL)"], ["154", "Mitch Lamoureux", "Centre", "Canada", "Pittsburgh Penguins", "Oshawa Generals (OMJHL)"], ["163", "Steve Taylor", "Left Wing", "United States", "Philadelphia Flyers", "Providence College (ECAC)"], ["161", "Armel Parisee", "Defence", "Canada", "Boston Bruins", "Chicoutimi Saguenéens (QMJHL)"]] | 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 after petri skriko? | Andre Cote | 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"], ["Johnny Petersen", "Denmark", "5 May 1998", "14 October 2001", "", "Originally had contract until end of 2001"], ["Ebbe Skovdahl", "Denmark", "11 October 2003", "6 November 2005", "Team was relegated to second tier", "Originally had contract until summer 2007"], ["Anders Theil", "Denmark", "7 November 2005", "7 July 2009", "", "Originally had contract until summer 2011"], ["Ole Mørk", "Denmark", "15 October 2001", "10 October 2003", "Won promotion to first tier", "Originally had contract until end of 2004"], ["Christian Andersen", "Denmark", "11 July 2009", "19 June 2010", "Team was relegated to third tier", "Club went bankrupt after the season"]] | 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 rené heitmann the head coach of boldklubben frem? | 10 days | Answer: | 128 |
Table InputTable: [["Date", "Opponent#", "Rank#", "Site", "TV", "Result", "Attendance"], ["October 24", "Minnesota", "#6", "Kinnick Stadium • Iowa City, IA (Floyd of Rosedale)", "ABC", "L 10-12", "60,000"], ["September 12", "#7 Nebraska*", "", "Kinnick Stadium • Iowa City, IA", "", "W 10-7", "60,160"], ["November 7", "Purdue", "", "Kinnick Stadium • Iowa City, IA", "", "W 33-7", "60,114"], ["November 21", "Michigan State", "#19", "Kinnick Stadium • Iowa City, IA", "", "W 36-7", "60,103"], ["October 10", "Indiana", "#15", "Kinnick Stadium • Iowa City, IA", "", "W 42-28", "60,000"], ["January 1", "vs. #12 Washington*", "#13", "Rose Bowl • Pasadena, CA (Rose Bowl)", "NBC", "L 0-28", "105,611"]] | 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 opponent before minnesota? | Michigan | Answer: | 128 |
Table InputTable: [["Season", "Team", "Country", "Division", "Apps", "Goals"], ["2007/08", "Dnipro Dnipropetrovsk", "Ukraine", "1", "24", "0"], ["2008/09", "Dnipro Dnipropetrovsk", "Ukraine", "1", "22", "1"], ["2006/07", "Dnipro Dnipropetrovsk", "Ukraine", "1", "12", "0"], ["2010/11", "Dnipro Dnipropetrovsk", "Ukraine", "1", "23", "0"], ["2009/10", "Dnipro Dnipropetrovsk", "Ukraine", "1", "28", "0"], ["2012/13", "Dnipro Dnipropetrovsk", "Ukraine", "1", "10", "1"], ["2011/12", "Dnipro Dnipropetrovsk", "Ukraine", "1", "16", "0"], ["2006", "Spartak Nizhny Novgorod", "Russia", "2", "36", "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 are the number of times dnipro dnipropetrovsk is listed as a team on this chart? | 7 | Answer: | 128 |
Table InputTable: [["Place", "Shooter", "5 pts", "4 pts", "3 pts", "2 pts", "1 pts", "0 pts", "Total", "Rank"], ["3", "Dennis Fenton", "1", "2", "5", "2", "-", "-", "32", "16"], ["4", "John O'Leary", "1", "2", "6", "-", "-", "1", "31", "19"], ["4", "John Faunthorpe", "-", "5", "4", "-", "-", "1", "32", "16"], ["6", "László Szomjas", "-", "1", "5", "1", "-", "3", "21", "25"], ["1", "Harald Natvig", "2", "4", "4", "-", "-", "-", "38", "8"], ["4", "Alexander Rogers", "1", "2", "5", "2", "-", "-", "32", "16"], ["6", "Elemér Takács", "1", "2", "3", "-", "1", "3", "23", "23"], ["3", "John Boles", "3", "5", "2", "-", "-", "-", "41", "3"]] | 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 members were on each team? | 4 | Answer: | 128 |
Table InputTable: [["Year", "Song", "Album", "Position", "Chart"], ["1989", "\"Sunshine\"", "24/7", "23", "Billboard Hot 100"], ["1991", "\"Gentle\"", "Swingin'", "31", "Billboard Hot 100"], ["1989", "\"I Like It\"", "24/7", "7", "Billboard Hot 100"], ["1993", "\"Ooh Child\"", "The Way I Am", "27", "Billboard Hot 100"], ["1987", "\"Summergirls\"", "24/7", "50", "Billboard Hot 100"], ["1990", "\"Romeo\"", "Swingin'", "6", "Billboard Hot 100"], ["1989", "\"24/7\"", "24/7", "42", "Billboard Hot 100"], ["1990", "\"Never 2 Much of U\"", "24/7", "61", "Billboard Hot 100"], ["1993", "\"Endlessly\"", "The Way I Am", "--", "Billboard Hot 100"], ["1989", "\"I Like It\"", "24/7", "3", "Hot Dance Club Play"]] | 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:i "gentle" above or below "sunshine" on the charts? | below | Answer: | 128 |
Table InputTable: [["Name", "Country", "Town", "Height\\nmetres / ft", "Structural type", "Held record", "Notes"], ["Ostankino Tower", "Russia", "Moscow", "540 / 1,772", "Tower", "1967–1976", ""], ["Eiffel Tower", "France", "Paris", "300.6 / 986", "Tower", "1889–1930", "Currently stands at a height of 324 metres (1,063 ft)."], ["Burj Khalifa", "United Arab Emirates", "Dubai", "829.8 / 2,722", "Skyscraper", "2007–present", "Topped-out on 17 January 2009"], ["CN Tower", "Canada", "Toronto", "553 / 1,815", "Tower", "1976–2007", ""], ["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)."], ["Lincoln Cathedral", "England", "Lincoln", "159.7 / 524", "Church", "1311–1549", "Spire collapsed in 1549; today, stands at a height of 83 metres (272 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:which country was the first to reach new heights with a tower? | France | Answer: | 128 |
Table InputTable: [["#", "Title", "Time", "Lyrics", "Music", "Producer(s)", "Performer(s)"], ["12", "\"Red Mist\"", "3:54", "Boondox", "Mike E. Clark", "Boondox", "Boondox\\nBlaze Ya Dead Homie\\nTwiztid"], ["8", "\"Rollin Hard\"", "4:07", "Boondox", "Mike E. Clark", "Boondox", "Boondox"], ["3", "\"Out Here\"", "3:18", "Boondox", "Mike E. Clark\\nTino Grosse", "Boondox", "Boondox"], ["7", "\"They Pray with Snakes\"", "3:56", "Boondox", "Kuma", "Boondox", "Boondox"], ["9", "\"The Harvest\"", "3:53", "Boondox\\nAMB", "Kuma", "Boondox\\nAMB", "Boondox\\nAxe Murder Boyz"], ["4", "\"It Ain't A Thang\"", "3:45", "Boondox", "Mike E. Clark", "Boondox", "Boondox"]] | 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 song plays before "red mist"? | Lake of Fire | Answer: | 128 |
Table InputTable: [["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"], ["11", "Kyrgyzstan (KGZ)", "1", "1", "0", "2"], ["8", "Sri Lanka (SRI)", "2", "0", "2", "4"], ["5", "South Korea (KOR)", "3", "2", "1", "6"], ["12", "Kuwait (KUW)", "1", "0", "0", "1"], ["9", "Qatar (QAT)", "1", "4", "3", "8"], ["3", "Saudi Arabia (KSA)", "7", "1", "0", "8"], ["1", "China (CHN)", "14", "14", "13", "41"], ["14", "Uzbekistan (UZB)", "0", "1", "3", "4"], ["10", "Thailand (THA)", "1", "1", "2", "4"], ["12", "North Korea (PRK)", "1", "0", "0", "1"], ["6", "Japan (JPN)", "2", "13", "8", "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:how many countries received at least 1 bronze medal? | 10 | Answer: | 128 |
Table InputTable: [["Value", "Diameter", "Composition", "1975–1979\\nObverse", "1975–1979\\nReverse", "1981-\\nObverse", "1981-\\nReverse"], ["10 seniti", "24 mm", "Cupronickel", "King", "Grazing cattle", "King", "Bananas on tree"], ["50 seniti", "32–33 mm", "Cupronickel", "King", "Fishes around a vortex", "King", "Tomatoes"], ["20 seniti", "29 mm", "Cupronickel", "King", "Bees and hive", "King", "Yams"], ["2 seniti", "21 mm", "Bronze", "Marrows", "PLANNED FAMILIES FOOD FOR ALL, six people holding hands", "Taro", "PLANNED FAMILIES FOOD FOR ALL, six people holding hands"], ["1 seniti", "18 mm", "Bronze", "Maize", "Pig", "Maize", "Vanilla"], ["5 seniti", "19 mm", "Cupronickel", "Chicken with chicks", "Bananas", "Chicken with chicks", "Coconuts"]] | 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:adding all coins with "king" on the obverse will total how many seniti? | 80 seniti | Answer: | 128 |
Table InputTable: [["Year", "Team Record\\nW", "Team Record\\nL", "Playoffs"], ["2009", "5", "5", "Did Not Make Playoffs"], ["2005", "3", "5", "Did Not Make Playoffs"], ["2010", "5", "5", "Did Not Make Playoffs"], ["2003", "8", "1", "2nd Qualifier, Region 2"], ["2004", "7", "2", "2nd Qualifier, Region 2"], ["2001", "7", "2", "3rd Qualifier, Region 2"], ["2002", "8", "1", "2nd Qualifier, Region 2"], ["2008", "7", "4", "2nd Qualifier, Region 2"], ["2007", "13", "1", "1st Qualifier, Region 2"], ["2006", "5", "4", "4th Qualifier, Region 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:how many years did they make the playoffs? | 7 | Answer: | 128 |
Table InputTable: [["Outcome", "No.", "Date", "Tournament", "Surface", "Opponent", "Score"], ["Runner-up", "1.", "25 October 2009", "Kremlin Cup, Russia", "Hard (i)", "Mikhail Youzhny", "7–6(7–5), 0–6, 4–6"], ["Winner", "2.", "23 October 2011", "Kremlin Cup, Russia", "Hard (i)", "Viktor Troicki", "6–4, 6–2"], ["Runner-up", "4.", "18 June 2011", "Aegon International, United Kingdom", "Grass", "Andreas Seppi", "6–7(5–7), 6–3, 3–5 ret."], ["Runner-up", "5.", "30 October 2011", "St. Petersburg Open, Russia", "Hard (i)", "Marin Čilić", "3–6, 6–3, 2–6"], ["Runner-up", "2.", "19 June 2010", "UNICEF Open, Netherlands", "Grass", "Sergiy Stakhovsky", "3–6, 0–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:how many championship games occurred in russia? | 3 | Answer: | 128 |
Table InputTable: [["State\\n(linked to\\nsummaries below)", "Incumbent\\nSenator", "Incumbent\\nParty", "Incumbent\\nElectoral\\nhistory", "Most recent election results", "2018 intent", "Candidates"], ["North Dakota", "Heidi Heitkamp", "Democratic", "Heidi Heitkamp (D) 50.2%\\nRick Berg (R) 49.3%", "2012", "[Data unknown/missing. You can help!]", "[Data unknown/missing. You can help!]"], ["Tennessee", "Bob Corker", "Republican", "Bob Corker (R) 64.9%\\nMark E. Clayton (D) 30.4%\\nMartin Pleasant (G) 1.7%", "2006\\n2012", "[Data unknown/missing. You can help!]", "[Data unknown/missing. You can help!]"], ["Ohio", "Sherrod Brown", "Democratic", "Sherrod Brown (D) 50.7%\\nJosh Mandel (R) 44.7%\\nScott A. Rupert (I) 4.6%", "2006\\n2012", "[Data unknown/missing. You can help!]", "[Data unknown/missing. You can help!]"]] | 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 there more male or female senators? | male | Answer: | 128 |
Table InputTable: [["Year", "Winners", "Runners-up", "Third", "Fourth"], ["1989", "Real Zaragoza", "Club de Fútbol Atlante", "Aragon", "-"], ["2001", "Real Zaragoza", "FC Twente", "-", "-"], ["1988", "Club Atlético Peñarol", "Real Zaragoza", "-", "-"], ["1995", "Real Zaragoza", "Club Nacional de Football", "-", "-"], ["2005", "Real Zaragoza", "Real Madrid Club de Fútbol", "-", "-"], ["1992", "Real Zaragoza", "Fútbol Club Barcelona", "-", "-"], ["2008", "Getafe Club de Fútbol", "Real Zaragoza", "-", "-"], ["1977", "PFC CSKA Sofia", "Real Zaragoza", "FK Radnički Niš", "RCD Espanyol"], ["1981", "Real Zaragoza", "Nottingham Forest Football Club", "Tisza Volán SC", "Club Atlético Osasuna"], ["2009", "Società Sportiva Lazio", "Real Zaragoza", "-", "-"]] | 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 first year real zaragoza won? | 1974 | Answer: | 128 |
Table InputTable: [["Season", "Episodes", "Season Premiere", "Season Finale"], ["5", "40", "October 12, 2009", "June 14, 2010"], ["3", "44", "October 15, 2007", "June 2, 2008"], ["4", "48", "October 13, 2008", "May 11, 2009"], ["2", "52", "October 7, 2006", "July 16, 2007"], ["7", "8", "October 29, 2013", "December 17, 2013"], ["6", "20", "September 6, 2010", "December 6, 2010"], ["1", "20", "March 4, 2006", "May 13, 2006"]] | 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 seasons had less than 40 episodes? | 3 | Answer: | 128 |
Table InputTable: [["Rank", "Island", "Area\\n(km²)", "Area\\n(sq mi)", "Country/Countries/Region"], ["230", "Austra", "88", "34", "Norway"], ["213", "Santa Maria Island", "97", "37", "Portugal"], ["273", "Graciosa Island", "62", "24", "Portugal"], ["288", "Inner-Vikna (inner island of Vikna archipelago)", "55", "21", "Norway"], ["256", "Storlandet (Finnish: Iso-Nauvo) (Nagu/Nauvo main island)", "72", "29", "Finland"], ["226", "Öja (island)", "90", "35", "Finland"], ["295", "San Pietro Island", "51", "20", "Italy"], ["243", "Ytre Vikna (outer island of Vikna archipelago)", "83", "32", "Norway"], ["283", "Kivimaa (in Gustavs/Kustavi)", "57", "22", "Finland"], ["258", "Ålön (in Pargas/Parainen)", "70", "27", "Finland"]] | 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 island is next in rank after austra? | Holsnøy | Answer: | 128 |
Table InputTable: [["Outcome", "No.", "Date", "Championship", "Surface", "Opponent in the final", "Score in the final"], ["Winner", "1.", "May 17, 1993", "Coral Springs, Florida, USA", "Clay", "David Wheaton", "6–3, 6–4"], ["Runner-up", "6.", "May 2, 1994", "Atlanta, Georgia, USA", "Clay", "Michael Chang", "7–6(7–4), 6–7(4–7), 0–6"], ["Runner-up", "7.", "May 9, 1994", "Pinehurst, USA", "Clay", "Jared Palmer", "4–6, 6–7(5–7)"], ["Winner", "8.", "January 18, 1999", "Sydney, Australia", "Hard", "Àlex Corretja", "6–3, 7–6(7–5)"], ["Winner", "3.", "June 13, 1994", "London (Queen's Club), UK", "Grass", "Pete Sampras", "7–6(7–4), 7–6(7–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:who was the next opponent after david wheaton? | Amos Mansdorf | Answer: | 128 |
Table InputTable: [["Outcome", "No.", "Date", "Tournament", "Surface", "Opponent", "Score"], ["Winner", "11.", "14 April 2013", "Grand Prix Hassan II, Casablanca, Morocco", "Clay", "Kevin Anderson", "7–6(8–6), 4–6, 6–3"], ["Winner", "2.", "2 May 2004", "Torneo Godó, Barcelona, Spain", "Clay", "Gastón Gaudio", "6–3, 4–6, 6–2, 3–6, 6–3"], ["Winner", "3.", "21 May 2006", "Hamburg Masters, Hamburg, Germany", "Clay", "Radek Štěpánek", "6–1, 6–3, 6–3"], ["Winner", "12.", "28 July 2013", "ATP Vegeta Croatia Open Umag, Umag, Croatia", "Clay", "Fabio Fognini", "6–0, 6–3"], ["Runner-up", "7.", "15 June 2008", "Orange Warsaw Open, Warsaw, Poland", "Clay", "Nikolay Davydenko", "3–6, 3–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:who is the next opponent after winner number 8? | Juan Monaco | Answer: | 128 |
Table InputTable: [["Series", "Years", "Volumes", "Writer", "Editor", "Remarks"], ["Ikar", "1995–1997", "2", "Pierre Makyo", "Glénat", ""], ["Shelena", "2005", "1", "Jéromine Pasteur", "Casterman", ""], ["Jacques Le Gall", "1984–1985", "2", "Jean-Michel Charlier", "Dupuis", "A collaboration with MiTacq"], ["Daddy", "1991-92", "2", "Loup Durand", "Cl. Lefrancq", ""], ["Ivan Zourine", "1979", "2", "Jacques Stoquart", "Magic-Strip", ""], ["Les zingari", "2004–2005", "2", "Yvan Delporte", "Hibou", ""], ["L'Iliade", "1982", "1", "Jacques Stoquart", "Glénat", "Adapted from the Ilias by Homer"], ["Harricana", "1992", "1", "Jean-Claude de la Royère", "Claude Lefrancq", "Drawn by Denis Mérezette, Follet did the page lay-out"]] | 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 editor for ikar? | Glénat | Answer: | 128 |
Table InputTable: [["Number", "Name", "Service", "From", "To"], ["(Acting)", "Maj Gen Winston P. Wilson", "USAF", "June 1, 1959", "July 19, 1959"], ["13", "MG Kenneth F. Cramer", "USA", "September 30, 1947", "September 4, 1950"], ["15", "MG Edgar C. Erickson", "USA", "June 22, 1953", "May 31, 1959"], ["16", "MG Donald W. McGowan", "USA", "July 20, 1959", "August 30, 1963"], ["12", "MG Butler B. Miltonberger", "USA", "February 1, 1946", "September 29, 1947"], ["(Acting)", "COL Ernest R. Redmond", "USA", "June 29, 1929", "September 30, 1929"], ["3", "MG Albert L. Mills", "USA", "September 1, 1912", "September 18, 1916"], ["(Acting)", "COL John F. Williams", "USA", "January 17, 1936", "January 30, 1936"]] | 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 only (acting) chief listed in 1959 | Maj Gen Winston P. Wilson | Answer: | 128 |
Table InputTable: [["Tablet", "Genealogy", "Narrative", "Colophon"], ["10", "Descendants of Esau 36:2 - 5", "36:6 - 8", "\"This is the account of Esau.\" 36:9"], ["5", "Descendants of Shem, Ham, and Japeth 10:1 - 32", "11:1 - 9", "\"This is the account of Shem.\" 11:10"], ["9", "Abraham to Isaac 25:19", "25:20 to 35:29", "\"This is the account of Esau.\" 36:1 (eldest son)"], ["4", "Noah to Shem, Ham, and Japeth 6:9 - 10", "6:11 to 9:29", "\"This is the account of Shem, Ham, and Japheth, Noah's sons.\" 10:1"], ["7", "Terah to Abraham 11:27", "11:28 to 25:11", "\"This is the account of Abraham's son Ishmael.\" 25:12 (eldest son)"], ["3", "Adam to Noah 5:1 - 32", "6:1 - 8", "\"This is the account of Noah.\" 6: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:tablets 9 and 10 are each accounted by who? | Esau | Answer: | 128 |
Table InputTable: [["Year", "Award", "Category", "Recipient", "Result"], ["2012", "Soompi Gayo Awards", "Top 50 Songs (#3)", "\"Heaven\"", "Won"], ["2012", "So-Loved Awards", "Best Female Newcomer", "Herself", "Won"], ["2012", "Cyworld Digital Music Awards", "Rookie & Song of the Month (February)", "\"Heaven\"", "Won"], ["2014", "Soompi Music Awards", "Best Female Artist", "\"U&I\"", "Won"], ["2013", "15th Mnet Asian Music Awards", "BC - UnionPay Song of the year", "\"U&I\"", "Nominated"], ["2013", "15th Mnet Asian Music Awards", "Best Vocal Performance - Female", "\"U&I\"", "Won"], ["2014", "28th Golden Disk Awards", "Digital Bonsang", "\"U&I\"", "Won"], ["2013", "15th Mnet Asian Music Awards", "Best Female Artist", "Herself", "Nominated"], ["2012", "Asia Song Festival", "New Artist Award", "Herself", "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:what is the number of times the word "best" appears in the category column? | 7 | Answer: | 128 |
Table InputTable: [["Year", "Competition", "Venue", "Position", "Event"], ["2003", "World Athletics Final", "Monaco", "6th", "100 m hurdles"], ["1997", "World Indoor Championships", "Paris, France", "5th", "60 m hurdles"], ["1999", "World Indoor Championships", "Maebashi, Japan", "6th", "60 m hurdles"], ["2000", "Olympic Games", "Sydney, Australia", "3rd", "100 m hurdles"], ["2003", "World Indoor Championships", "Birmingham, England", "3rd", "60 m hurdles"], ["2000", "Grand Prix Final", "Doha, Qatar", "4th", "100 m hurdles"], ["1997", "USA Outdoor Championships", "Indianapolis, United States", "1st", "100 m hurdles"], ["2004", "Olympic Games", "Athens, Greece", "3rd", "100 m hurdles"], ["2002", "Grand Prix Final", "Paris, France", "7th", "100 m hurdles"], ["1998", "USA Indoor Championships", "", "1st", "60 m hurdles"]] | 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 other competition did melissa morrison-howard place 6th besides world athletics final? | World Indoor Championships | Answer: | 128 |
Table InputTable: [["Location", "Reactor type", "Status", "Net\\nCapacity\\n(MWe)", "Gross\\nCapacity\\n(MWe)"], ["Chernobyl-2", "RBMK-1000", "shut down in 1991", "925", "1,000"], ["Chernobyl-1", "RBMK-1000", "shut down in 1996", "740", "800"], ["Chernobyl-3", "RBMK-1000", "shut down in 2000", "925", "1,000"], ["Chernobyl-4", "RBMK-1000", "destroyed in the 1986 accident", "925", "1,000"], ["Chernobyl-6", "RBMK-1000", "construction cancelled in 1988", "950", "1,000"], ["Chernobyl-5", "RBMK-1000", "construction cancelled in 1988", "950", "1,000"], ["Leningrad-2", "RBMK-1000", "operational until 2021", "925", "1,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 difference in net capacity between chernobyl - 1 and chernobyl - 2? | 185 | Answer: | 128 |
Table InputTable: [["Rank", "City", "Passengers", "Ranking", "Airline"], ["1", "Quintana Roo, Cancún", "132,046", "", "Aeroméxico Connect, Interjet, Volaris"], ["3", "Guerrero, Acapulco", "56,069", "", "Aeroméxico Connect, Interjet"], ["8", "Baja California, Tijuana", "14,906", "", "Interjet"], ["7", "Guerrero, Ixtapa/Zihuatanejo", "35,507", "", "Interjet"], ["2", "Nuevo León, Monterrey", "106,513", "", "Aeroméxico Connect, Interjet"], ["6", "Baja California Sur, Los Cabos", "37,526", "1", "Interjet"], ["4", "Jalisco, Guadalajara", "52,584", "", "Aeroméxico Connect, Volaris"], ["5", "Jalisco, Puerto Vallarta", "43,419", "1", "Interjet"], ["10", "Tamaulipas, Tampico", "3,619", "1", "VivaAerobus"]] | 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 passengers flew to quintana roo, cancun? | 132,046 | Answer: | 128 |
Table InputTable: [["Rank", "Name", "Nationality", "Time", "Notes", "Points"], ["4", "Mario Scapini", "Italy", "1:47.20", "PB", "9"], ["12", "Milan Kocourek", "Czech Republic", "1:59.28", "", "1"], ["2", "Jeff Lastennet", "France", "1:46.70", "", "11"], ["11", "António Rodrigues", "Portugal", "1:50.45", "", "2"], ["10", "Antonio Manuel Reina", "Spain", "1:48.56", "", "3"], ["1", "Adam Kszczot", "Poland", "1:46.50", "", "12"], ["3", "Gareth Warburton", "Great Britain", "1:46.95", "SB", "10"], ["8", "Robin Schembera", "Germany", "1:47.79", "", "5"], ["9", "Ivan Tukhtachev", "Russia", "1:48.27", "SB", "4"], ["5", "Anis Ananenka", "Belarus", "1:47.29", "", "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:which country's athlete finished higher: france or italy? | France | Answer: | 128 |
Table InputTable: [["Pos", "No", "Driver", "Team", "Laps", "Time/Retired", "Grid", "Points"], ["13", "19", "Joël Camathias", "Dale Coyne Racing", "85", "+ 2 Laps", "18", "0"], ["14", "33", "Alex Tagliani", "Rocketsports Racing", "85", "+ 2 Laps", "14", "0"], ["2", "1", "Bruno Junqueira", "Newman/Haas Racing", "87", "+0.8 secs", "2", "17"], ["11", "27", "Bryan Herta", "PK Racing", "86", "+ 1 Lap", "12", "2"], ["15", "4", "Roberto Moreno", "Herdez Competition", "85", "+ 2 Laps", "9", "0"], ["9", "7", "Tiago Monteiro", "Fittipaldi-Dingman Racing", "86", "+ 1 Lap", "15", "4"], ["16", "11", "Geoff Boss", "Dale Coyne Racing", "83", "Mechanical", "19", "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 teams completed 87 laps? | 8 | Answer: | 128 |
Table InputTable: [["Series", "Name", "Age", "Hometown", "Occupation", "Status"], ["UBB", "Nikki Grahame", "28", "London", "Participated in BB7", "2nd - Runner-up"], ["BB8", "Amanda Marchant", "18", "Stoke-on-Trent", "Student", "2nd - Runner-up"], ["BBP", "Jade Goody", "23", "London", "Participated in BB3", "Not competing"], ["BB2", "Helen Adams", "22", "South Wales", "Hairdresser", "2nd - Runner-up"], ["BBP", "Nick Bateman", "37", "Kent", "Participated in BB1", "Not competing"], ["BBP", "Narinder Kaur", "23", "Leicester", "Participated in BB2", "Not competing"], ["BB13", "Adam Kelly", "27", "Dudley", "Unemployed", "2nd - Runner-up"], ["BBP", "Mel (Melanie) Hill", "30", "London", "Participated in BB1", "Not competing"]] | 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 contestants participated in season two? | 11 | Answer: | 128 |
Table InputTable: [["Film", "Film", "Date"], ["Kodachrome 40 film", "Sound Movie film, S-8, Type A", "1974–1998"], ["Kodachrome 40 film", "Movie film, 16 mm, Type A", "1974–2006"], ["Kodachrome 40 film", "Movie film, 8 mm, Type A", "1974–1992"], ["Kodachrome 25 film", "Movie film, 8 mm, daylight", "1974–1992"], ["Kodachrome-X film", "110 format", "1972–1974"], ["Kodachrome 25 film", "Movie film, 16 mm, daylight", "1974–2002"], ["Kodachrome 40 film", "Movie film, S-8, Type A", "1974–2005"], ["Kodachrome Professional film (sheets)", "daylight (ASA 8) and Type B (ASA 10)", "1938–1951"], ["Kodachrome-X film", "35 mm (ASA 64)", "1962–1974"], ["Kodachrome-X film", "126 format", "1963–1974"]] | 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:if you wanted to make a sound movie which film would you chose to use? | Kodachrome 40 film | Answer: | 128 |
Table InputTable: [["Round", "Date", "Circuit", "Winning driver (TA2)", "Winning vehicle (TA2)", "Winning driver (TA1)", "Winning vehicle (TA1)"], ["5", "July 8", "Watkins Glen‡", "Hal Shaw, Jr.\\n Monte Shelton", "Porsche 935", "Brian Fuerstenau\\n Bob Tullius", "Jaguar XJS"], ["7", "August 19", "Mosport", "Greg Pickett", "Chevrolet Corvette", "Bob Tullius", "Jaguar XJS"], ["1", "May 21", "Sears Point", "Greg Pickett", "Chevrolet Corvette", "Gene Bothello", "Chevrolet Corvette"], ["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"], ["9", "October 8", "Laguna Seca", "Greg Pickett", "Chevrolet Corvette", "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:what is the date listed for the last round? | November 5 | Answer: | 128 |
Table InputTable: [["Team", "Chassis", "Engine", "Tires", "No", "Drivers"], ["All American Racing", "Reynard 98i\\nEagle 987", "Toyota", "Goodyear", "98", "P. J. Jones\\n Vincenzo Sospiri"], ["Newman-Haas Racing", "Swift 009.c", "Ford XB", "Goodyear", "6", "Michael Andretti"], ["Newman-Haas Racing", "Swift 009.c", "Ford XB", "Goodyear", "11", "Christian Fittipaldi\\n Roberto Moreno"], ["All American Racing", "Reynard 98i\\nEagle 987", "Toyota", "Goodyear", "36", "Alex Barron"], ["Arciero-Wells Racing", "Reynard 98i", "Toyota", "Firestone", "24", "Hiro Matsushita\\n Robby Gordon"], ["Payton/Coyne Racing", "Reynard 98i", "Ford XB", "Firestone", "19", "Michel Jourdain, Jr."], ["Chip Ganassi Racing", "Reynard 98i", "Honda", "Firestone", "1", "Alex Zanardi"]] | 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 u.s. drivers raced? | 11 | Answer: | 128 |
Table InputTable: [["School", "2007", "2008", "2009", "2010", "2011"], ["James A. Garfield High School", "553", "597", "593", "632", "705"], ["Thomas Jefferson High School", "457", "516", "514", "546", "546"], ["Abraham Lincoln High School", "594", "609", "588", "616", "643"], ["Marc and Eva Stern Math and Science School", "718", "792", "788", "788", "809"], ["Oscar De La Hoya Animo Charter High School", "662", "726", "709", "710", "744"], ["Theodore Roosevelt High School", "557", "551", "576", "608", ""], ["Woodrow Wilson High School", "582", "585", "600", "615", "636"], ["Francisco Bravo Medical Magnet High School", "807", "818", "815", "820", "832"], ["Santee Education Complex", "", "502", "521", "552", "565"]] | 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 difference between james a. garfield high school's 2007 score and its 2011 score? | 152 | Answer: | 128 |
Table InputTable: [["State\\n(linked to\\nsummaries below)", "Incumbent\\nSenator", "Incumbent\\nParty", "Incumbent\\nElectoral\\nhistory", "Most recent election results", "2018 intent", "Candidates"], ["Tennessee", "Bob Corker", "Republican", "Bob Corker (R) 64.9%\\nMark E. Clayton (D) 30.4%\\nMartin Pleasant (G) 1.7%", "2006\\n2012", "[Data unknown/missing. You can help!]", "[Data unknown/missing. You can help!]"], ["Florida", "Bill Nelson", "Democratic", "Bill Nelson (D) 55.2%\\nConnie Mack IV (R) 42.2%", "2000\\n2006\\n2012", "[Data unknown/missing. You can help!]", "[Data unknown/missing. You can help!]"], ["California", "Dianne Feinstein", "Democratic", "Dianne Feinstein (D) 62.5%\\nElizabeth Emken (R) 37.5%", "1992 (special)\\n1994\\n2000\\n2006\\n2012", "Running", "[Data unknown/missing. You can help!]"]] | 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 senators have at least two consecutive terms? | 20 | 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"], ["13 February 2009", "2008–09 World Cup", "Copenhagen", "Denmark", "Sprint", "1", "Victoria Pendleton", "GBR"], ["2 November 2008", "2008–09 World Cup", "Manchester", "United Kingdom", "Keirin", "1", "Victoria Pendleton", "GBR"], ["31 October 2008", "2008–09 World Cup", "Manchester", "United Kingdom", "Keirin", "2", "Jason Kenny", "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:what is the last date on the list? | 1 November 2009 | Answer: | 128 |
Table InputTable: [["Goal", "Date", "Venue", "Opponent", "Score", "Result", "Competition"], ["6", "2012-2-29", "Tsirion Stadium, Limassol, Cyprus", "Canada", "1-1", "1-3", "Friendly match"], ["7", "2012-2-29", "Tsirion Stadium, Limassol, Cyprus", "Canada", "1-2", "1-3", "Friendly match"], ["1", "2008-5-28", "Sheriff Stadium, Tiraspol, Moldova", "Moldova", "0-1", "2–2", "Friendly match"], ["3", "2011-6-4", "Petrovsky Stadium, Saint Petersburg, Russia", "Russia", "0-1", "3–1", "Euro 2012 Q"], ["2", "2010-10-12", "Hanrapetakan Stadium, Yerevan, Armenia", "Andorra", "4–0", "4–0", "Euro 2012 Q"], ["5", "2011-10-7", "Hanrapetakan Stadium, Yerevan, Armenia", "Macedonia", "1-0", "4-1", "Euro 2012 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:against which international team did marcos pizzelli score the most goals? | Andorra | Answer: | 128 |
Table InputTable: [["Name", "Route number(s)", "Length (mi)", "Location", "Notes"], ["Henry E. Bodurtha Highway", "", "5.0", "Agawam", "Freeway comprises the eastern 5 miles (8.0 km) of Route 57, connecting Route 187 to U.S. Route 5 and I-91."], ["Grand Army of the Republic Highway", "*", "117.46", "Seekonk to Provincetown", "The cross-country U.S. Route 6 is designated Grand Army of the Republic Highway over its entire length, which spans 3,205 miles (5,158 km)."], ["Yankee Division Highway\\n(Circumferential Highway)", "*", "64.74", "Braintree to Gloucester", "The Yankee Division Highway consists of the Route 128 beltway before it was truncated to its southern terminus in Canton, and continues to span its entire length. It stretches from I-93's Exit 7 in Braintree to Route 128's northern terminus at Route 127A in Gloucester.\\n- I-95 runs along the highway between Exits 12 and 45 (concurrent with 128).\\n- I-93 runs along the highway between Exits 1 and 7.\\n- U.S. Route 1 runs along the highway between I-95 Exit 15B and I-93 Exit 7."]] | 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 is henry e. bodurtha highway? | 5.0 | Answer: | 128 |
Table InputTable: [["Season", "Tier", "Division", "Place"], ["1989/90", "4", "3ª", "1st"], ["1997/98", "4", "3ª", "1st"], ["1998/99", "4", "3ª", "6th"], ["1988/89", "4", "3ª", "3rd"], ["1994/95", "3", "2ªB", "9th"], ["1991/92", "3", "2ªB", "12th"], ["1996/97", "4", "3ª", "2nd"], ["1990/91", "3", "2ªB", "6th"], ["1993/94", "3", "2ªB", "15th"], ["1995/96", "3", "2ªB", "19th"], ["1992/93", "3", "2ªB", "4th"]] | 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 did palencia place first? | 2 | Answer: | 128 |
Table InputTable: [["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"], ["2", "Japan (JPN)", "46", "56", "77", "179"], ["6", "North Korea (PRK)", "6", "10", "20", "36"], ["1", "China (CHN)", "127", "63", "33", "223"], ["3", "South Korea (KOR)", "32", "48", "65", "145"], ["9", "Guam (GUM)", "0", "0", "1", "1"], ["Total", "Total", "237", "230", "254", "721"], ["8", "Mongolia (MGL)", "1", "1", "6", "8"], ["7", "Hong Kong (HKG)", "2", "2", "9", "13"], ["4", "Chinese Taipei (TPE)", "12", "34", "26", "72"], ["5", "Macau (MAC)", "11", "16", "17", "44"]] | 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 nations earned zero silver medals? | 1 | Answer: | 128 |
Table InputTable: [["Outcome", "No.", "Date", "Tournament", "Surface", "Partner", "Opponents", "Score"], ["Winner", "5.", "12 November 2012", "Zawada, Poland", "Carpet (i)", "Karolína Plíšková", "Kristina Barrois\\n Sandra Klemenschits", "6–3, 6–1"], ["Winner", "6.", "28 October 2013", "Barnstaple, United Kingdom", "Hard (i)", "Naomi Broady", "Raluca Olaru\\n Tamira Paszek", "6–3, 3–6, [10–5]"], ["Winner", "3.", "23 January 2012", "Andrézieux-Bouthéon, France", "Hard (i)", "Karolína Plíšková", "Julie Coin\\n Eva Hrdinová", "6–4, 4–6, [10–5]"], ["Winner", "2.", "7 August 2011", "Vancouver, Canada", "Hard", "Karolína Plíšková", "Jamie Hampton\\n N. Lertcheewakarn", "5–7, 6–2, 6–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 is the total number of winners? | 6 | Answer: | 128 |
Table InputTable: [["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"], ["9", "Uruguay", "0", "0", "1", "1"], ["1", "Brazil", "7", "5", "3", "15"], ["5", "Argentina", "1", "2", "5", "8"], ["9", "Netherlands Antilles", "0", "0", "1", "1"], ["7", "Ecuador", "0", "2", "2", "4"], ["9", "Panama", "0", "0", "1", "1"], ["2", "Venezuela", "3", "2", "8", "13"], ["8", "Guyana", "0", "1", "0", "1"], ["4", "Chile", "2", "0", "2", "4"], ["6", "Peru", "1", "1", "2", "4"], ["3", "Colombia", "2", "3", "4", "9"], ["9", "Aruba", "0", "0", "1", "1"], ["Total", "Total", "16", "16", "30", "62"]] | 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 country won one silver medal but no bronze medals? | Guyana | Answer: | 128 |
Table InputTable: [["Year", "Award", "Category", "Recipient", "Result"], ["2012", "So-Loved Awards", "Best Female Newcomer", "Herself", "Won"], ["2012", "14th Mnet Asian Music Awards", "Best New Female Artist", "Herself", "Won"], ["2012", "4th MelOn Music Awards", "Best New Artist", "Herself", "Won"], ["2012", "Asia Song Festival", "New Artist Award", "Herself", "Won"], ["2013", "Mnet Pre-Grammy Awards", "Mnet Rising Star", "Herself", "Won"], ["2013", "15th Mnet Asian Music Awards", "Best Female Artist", "Herself", "Nominated"], ["2013", "15th Mnet Asian Music Awards", "Artist of the Year", "Herself", "Nominated"], ["2013", "5th MelOn Music Awards", "Top 10 Artists", "Herself", "Won"], ["2013", "15th Mnet Asian Music Awards", "Best Vocal Performance - Female", "\"U&I\"", "Won"], ["2012", "Cyworld Digital Music Awards", "Rookie & Song of the Month (February)", "\"Heaven\"", "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 awards did ailee win in 2012? | 6 | Answer: | 128 |
Table InputTable: [["Country", "Amphibians", "Birds", "Mammals", "Reptile", "Total terrestrial vertebrates", "Vascular plants", "Biodiversity"], ["Costa Rica", "183", "838", "232", "258", "1511", "12119", "13630"], ["Guatemala", "133", "684", "193", "236", "1246", "8681", "9927"], ["Belize", "46", "544", "147", "140", "877", "2894", "3771"], ["Nicaragua", "61", "632", "181", "178", "1052", "7590", "8642"], ["Panama", "182", "904", "241", "242", "1569", "9915", "11484"], ["El Salvador", "30", "434", "137", "106", "707", "2911", "3618"], ["Honduras", "101", "699", "201", "213", "1214", "5680", "6894"]] | 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 country would be best to visit for someone who likes birds? | Panama | Answer: | 128 |
Table InputTable: [["Rank", "Nation", "Gold", "Silver", "Bronze", "Total"], ["1", "Soviet Union", "*7*", "3", "6", "16"], ["9", "Germany", "1", "0", "1", "2"], ["2", "Austria", "4", "3", "4", "11"], ["4", "Switzerland", "3", "2", "1", "6"], ["7", "Norway", "2", "1", "1", "4"], ["8", "Italy", "1", "2", "0", "3"], ["3", "Finland", "3", "3", "1", "7"], ["5", "Sweden", "2", "4", "4", "10"], ["6", "United States", "2", "3", "2", "7"], ["10", "Canada", "0", "1", "2", "3"]] | 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 nation came in first with the most medals combined? | Soviet Union | Answer: | 128 |
Table InputTable: [["Year", "Total\\npassengers", "Passenger\\nChange", "Domestic", "International\\n(total)", "International\\n(non-CIS)", "CIS", "Aircraft\\nLandings", "Cargo\\n(tonnes)"], ["2004", "1 553 628", "+16,3%", "972 287", "581 341", "429 049", "152 292", "11 816", "20 457"], ["2012", "3 783 069", "+12.7%", "1 934 016", "1 849 053", "1 448 765", "439 668", "21 728", "25 866"], ["2003", "1 335 757", "+12,9%", "879 665", "456 092", "297 421", "158 671", "10 092", "18 054"], ["2006", "1 764 948", "+12,7%", "1 128 489", "636 459", "488 954", "147 505", "13 289", "15 519"], ["2008", "2 529 395", "+7,8%", "1 523 102", "1 006 293", "815 124", "191 169", "16 407", "17 142"]] | 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 in which there were fewer than one million domestic passengers? | 2004 | Answer: | 128 |
Table InputTable: [["Town name", "County", "Established", "Disestablished", "Current Status", "Remarks"], ["Tontzville", "Miami County", "1866", "1874", "Nothing remains of the townsite.", ""], ["Thurman", "Chase County", "1874", "1944", "Little remains of the townsite.", ""], ["Salem", "Jewell County", "1871", "", "Nothing remains of the townsite.", ""], ["Burntwood City", "Rawlins County", "1860s", "", "Nothing remains of the townsite.", ""], ["Minneola", "Franklin County", "1854", "1860s", "Nothing remains of the town.", "Was the territorial capitol briefly in 1858. Not to be confused with Minneola in Clark County."], ["Williamsport", "Shawnee County", "1857", "", "Nothing remains of the townsite.", ""], ["Franklin", "Douglas County", "1853 (early stage stop)", "Post office closed 1867", "Nothing remains of the town except two small neglected cemeteries and Franklin Road off of K-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:how many total ghost towns are there in franklin county? | 3 | Answer: | 128 |
Table InputTable: [["Name", "Type", "R.A. (J2000)", "Dec. (J2000)", "Redshift (km/s)", "Apparent Magnitude"], ["UGCA 86", "Im", "03h 59m 50.5s", "+67° 08′ 37″", "67 ± 4", "13.5"], ["Camelopardalis A", "Irr", "04h 26m 16.3s", "+72° 48′ 21″", "-46 ± 1", "14.8"], ["Camelopardalis B", "Irr", "04h 53m 07.1s", "+67° 05′ 57″", "77", "16.1"], ["UGCA 92", "Im", "04h 32m 04.9s", "+63° 36′ 49.0″", "-99 ± 5", "13.8"], ["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 is the total of names? | 10 | Answer: | 128 |
Table InputTable: [["Description Losses", "1939/40", "1940/41", "1941/42", "1942/43", "1943/44", "1944/45", "Total"], ["Direct War Losses", "360,000", "", "", "", "", "183,000", "543,000"], ["Total", "504,000", "352,000", "407,000", "541,000", "681,000", "270,000", "2,770,000"], ["Deaths other countries", "", "", "", "", "", "", "2,000"], ["Murdered", "75,000", "100,000", "116,000", "133,000", "82,000", "", "506,000"], ["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"], ["Murdered in Eastern Regions", "", "", "", "", "", "100,000", "100,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 last description of losses on this chart? | Deaths other countries | Answer: | 128 |
Table InputTable: [["Boat", "Time", "Crew", "Nation", "Date", "Meet", "Location"], ["LM2x\\nLightweight double sculls", "6:10.02", "Mads Rasmussen\\nRasmus Quist", "Denmark", "2007", "", "Amsterdam, Netherlands"], ["LM4x\\nLightweight quad sculls", "5:45.18", "Francesco Esposito\\nMassimo Lana\\nMichelangelo Crispi\\nMassimo Guglielmi", "Italy", "1992", "", "Montreal, Canada"], ["LM2-\\nLightweight coxless pairs", "6:26.21", "Tony O'Connor\\nNeville Maxwell", "Ireland", "1994", "", "Paris, France"], ["LM1x\\nLightweight single sculls", "6:46.93", "Jeremie Azou", "France", "2011", "", "Amsterdam, Netherlands"], ["M2x\\nDouble sculls", "6:03.25", "Adrien Hardy\\nJean-Baptiste Macquet", "France", "2006", "", "Poznań, Poland"]] | 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 fastest rowing time in the world for a lm2x lightweight double scull boat? | 6:10.02 | Answer: | 128 |
Table InputTable: [["Year", "Competition", "Venue", "Position", "Event", "Notes"], ["1987", "World Championships", "Rome, Italy", "13th", "Marathon", "2:17:45"], ["1990", "European Championships", "Split, FR Yugoslavia", "4th", "Marathon", "2:17:45"], ["1992", "Olympic Games", "Barcelona, Spain", "5th", "Marathon", "2:14:15"], ["1993", "World Championships", "Stuttgart, Germany", "—", "Marathon", "DNF"], ["1986", "Venice Marathon", "Venice, Italy", "1st", "Marathon", "2:18:44"], ["1987", "Venice Marathon", "Venice, Italy", "1st", "Marathon", "2:10:01"], ["1991", "World Championships", "Tokyo, Japan", "6th", "Marathon", "2:15:58"], ["1996", "Olympic Games", "Atlanta, United States", "20th", "Marathon", "2:17:27"]] | 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 did salvatore bettiol finish at least in the top five position? | 4 | Answer: | 128 |
Table InputTable: [["County", "Brown", "Votes", "Nixon", "Votes", "Wyckoff", "Votes"], ["Lassen", "62.50%", "3,500", "35.14%", "1,968", "2.36%", "132"], ["Kings", "59.03%", "9,141", "39.48%", "6,113", "1.49%", "231"], ["Sutter", "41.19%", "4,816", "57.59%", "6,734", "1.21%", "142"], ["Placer", "59.98%", "13,592", "38.29%", "8,677", "1.72%", "390"], ["San Francisco", "62.19%", "180,298", "36.96%", "107,165", "0.85%", "2,455"], ["Siskiyou", "59.98%", "7,718", "38.41%", "4,942", "1.62%", "208"], ["Imperial", "44.14%", "8,241", "55.01%", "10,271", "0.85%", "158"]] | 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 which country did wyckoff receive the least votes? | Alpine | Answer: | 128 |
Table InputTable: [["Date", "Site", "Winning team", "Winning team", "Losing team", "Losing team", "Series"], ["October 31, 2002", "Colorado Springs", "Colorado State", "31", "Air Force", "12", "AFA 23–17–1"], ["September 3, 1994", "Colorado Springs", "Colorado State", "34", "Air Force", "21", "AFA 20–12–1"], ["October 16, 1982", "Colorado Springs", "Colorado State", "21", "Air Force", "11", "AFA 12–8–1"], ["October 17, 1992", "Colorado Springs", "Colorado State", "32", "Air Force", "28", "AFA 20–10–1"], ["September 26, 1987", "Fort Collins", "Air Force", "27", "Colorado State", "19", "AFA 17–8–1"], ["September 30, 1989", "Fort Collins", "Air Force", "46", "Colorado State", "21", "AFA 19–8–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 largest margin of victory for colorado state in the trophy era? | 58-13 | Answer: | 128 |
Table InputTable: [["Designation", "Keel Laid", "Launched", "Commissioned", "Fate"], ["PE-5", "28 May 1918", "28 September 1918", "19 November 1918", "Sold 11 June 1930"], ["PE-4", "21 May 1918", "15 September 1918", "14 November 1918", "Sold 11 June 1930"], ["PE-3", "16 May 1918", "11 September 1918", "11 November 1918", "Sold 11 June 1930"], ["PE-1", "7 May 1918", "11 July 1918", "27 October 1918", "Sold 11 June 1930"], ["PE-2", "10 May 1918", "19 August 1918", "11 July 1918", "Sold 11 June 1930"], ["PE-8", "10 June 1918", "11 November 1918", "31 October 1919", "Sold 1 April 1931"], ["PE-25", "17 September 1918", "19 February 1919", "30 June 1919", "Capsized in Delaware Bay squall 11 June 1920"]] | 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 keels were laid n the month of may 1918? | 5 | Answer: | 128 |
Table InputTable: [["Year", "Award", "Nominated work", "Category", "Result"], ["2008", "Britain's Best", "Leona Lewis", "Music Award", "Won"], ["2007", "Cosmopolitan Ultimate Woman of the Year", "Leona Lewis", "Newcomer of the Year", "Won"], ["2008", "Glamour Woman Of The Year Awards", "Leona Lewis", "UK Solo Artist", "Won"], ["2008", "Capital Awards", "Leona Lewis", "Favourite UK Female Artist", "Won"], ["2009", "BEFFTA Awards", "Leona Lewis", "Best Female Act", "Won"], ["2008", "NewNowNext Awards", "Leona Lewis", "The Kylie Award: Next International Crossover", "Won"], ["2009", "Cosmopolitan Awards", "Leona Lewis", "Ultimate Music Star", "Won"], ["2008", "Billboard 2008 Year End Award", "Leona Lewis", "Best New Artist", "Won"], ["2008", "PETA", "Leona Lewis", "Person Of The Year", "Won"], ["2009", "NAACP Image Awards", "Leona Lewis", "Outstanding New Artist", "Nominated"]] | 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 first award leona lewis won? | Cosmopolitan Ultimate Woman of the Year | Answer: | 128 |
Table InputTable: [["Week", "Date", "Opponent", "Results\\nFinal score", "Results\\nTeam record", "Venue", "Attendance"], ["6", "October 23", "at Chicago Bears", "L 13–10", "2–4", "Soldier Field", "55,701"], ["1", "September 18", "Washington Redskins", "L 24–21", "0–1", "Metropolitan Stadium", "47,900"], ["12", "December 3", "Chicago Bears", "W 23–10", "7–5", "Metropolitan Stadium", "49,784"], ["11", "November 26", "at Pittsburgh Steelers", "L 23–10", "6–5", "Three Rivers Stadium", "50,348"], ["9", "November 12", "Detroit Lions", "W 16–14", "5–4", "Metropolitan Stadium", "49,784"], ["7", "October 29", "at Green Bay Packers", "W 27–13", "3–4", "Lambeau Field", "56,263"], ["4", "October 8", "St. Louis Cardinals", "L 19–17", "1–3", "Metropolitan Stadium", "49,687"]] | 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 date was the only game played on soldier field? | October 23 | Answer: | 128 |
Table InputTable: [["Hand", "Auto", "Wind", "Athlete", "Nationality", "Birthdate", "Location", "Date"], ["", "10.90", "", "Thaddeus Bell", "United States", "28.11.1942", "Raleigh", "01.05.1988"], ["", "10.26", "2.3", "Troy Douglas", "Netherlands", "30.11.1962", "Utrecht", "10.07.2004"], ["", "10.84", "1.8", "Erik Oostweegel", "Netherlands", "29.04.1960", "Tilburg", "10.06.2000"], ["", "10.93", "0.6", "Gilles Echevin", "France", "01.09.1948", "Grenoble", "07.05.1989"], ["", "10.95", "", "George McNeill", "United Kingdom", "19.02.1947", "Melbourne", "31.11.1987"], ["", "10.29", "1.9", "Troy Douglas", "Netherlands", "30.11.1962", "Leiden", "07.06.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:according to the chart, who was the last one born? | Troy Douglas | Answer: | 128 |
Table InputTable: [["Rank", "Country", "Box Office", "Year", "Box office\\nfrom national films"], ["1", "Canada/United States", "$10.8 billion", "2012", "–"], ["10", "Australia", "$1.2 billion", "2012", "4.1% (2011)"], ["4", "United Kingdom", "$1.7 billion", "2012", "36.1% (2011)"], ["-", "World", "$34.7 billion", "2012", "–"], ["7", "India", "$1.4 billion", "2012", "–"], ["8", "Germany", "$1.3 billion", "2012", "–"], ["12", "Brazil", "$0.72 billion", "2013", "17% (2013)"], ["2", "China", "$3.6 billion", "2013", "59% (2013)"], ["9", "Russia", "$1.2 billion", "2012", "–"], ["5", "France", "$1.7 billion", "2012", "33.3% (2013)"], ["3", "Japan", "$1.88 billion", "2013", "61% (2013)"]] | 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:canada, the united states, and australia accounted for how much box office revenue in 2012? | $12 billion | Answer: | 128 |
Table InputTable: [["Year", "Division", "League", "Reg. Season", "Playoffs", "National Cup"], ["1945/46", "N/A", "ASL", "1st", "Champion (no playoff)", "?"], ["1939/40", "N/A", "ASL", "2nd(t)", "No playoff", "Co-champion"], ["1935/36", "N/A", "ASL", "2nd", "No playoff", "?"], ["1947/48", "N/A", "ASL", "4th", "No playoff", "?"], ["1946/47", "N/A", "ASL", "4th", "No playoff", "?"], ["1941/42", "N/A", "ASL", "5th", "No playoff", "?"], ["1944/45", "N/A", "ASL", "4th", "No playoff", "?"], ["1942/43", "N/A", "ASL", "5th", "No playoff", "?"], ["1934/35", "N/A", "ASL", "6th", "No playoff", "?"], ["1943/44", "N/A", "ASL", "3rd", "No playoff", "?"]] | 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 teams top finish in the regular season? | 1st | Answer: | 128 |
Table InputTable: [["Year", "Car", "Start", "Qual", "Rank", "Finish", "Laps", "Led", "Retired"], ["1928", "8", "4", "117.031", "4", "10", "200", "33", "Running"], ["1939", "62", "27", "121.749", "24", "11", "200", "0", "Running"], ["1927", "27", "27", "107.765", "22", "3", "200", "0", "Running"], ["1929", "23", "11", "112.146", "15", "17", "91", "0", "Supercharger"], ["1933", "34", "12", "113.578", "15", "7", "200", "0", "Running"], ["1937", "38", "7", "118.788", "16", "8", "200", "0", "Running"], ["1934", "8", "7", "113.733", "13", "17", "94", "0", "Rod"], ["1931", "37", "19", "111.725", "6", "18", "167", "0", "Crash T4"]] | 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 tony gulotta's highest finishing rank in his indy 500 career? | 3 | Answer: | 128 |
Table InputTable: [["Heat", "Rank", "Name", "Result", "Notes"], ["1", "15", "Kate Anderson (AUS)", "15:36.16 q", ""], ["1", "16", "Yelena Kopytova (RUS)", "15:37.19", "PB"], ["1", "2", "Paula Radcliffe (GBR)", "15:27.25 Q", ""], ["2", "10", "Lydia Cheromei (KEN)", "15:32.00 Q", ""], ["2", "3", "Fernanda Ribeiro (POR)", "15:27.30 Q", ""], ["2", "18", "Stela Olteanu (ROU)", "15:40.86", ""], ["1", "9", "Libbie Hickman (USA)", "15:30.56 q", "SB"], ["1", "19", "Adriana Fernandez (MEX)", "15:41.55", ""], ["1", "26", "Zohra Ouaziz (MAR)", "15:58.84", ""], ["1", "1", "Gabriela Szabo (ROU)", "15:26.62 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 got 15th place? | Kate Anderson | Answer: | 128 |
Table InputTable: [["Contestant", "Original\\nTribe", "First\\nSwitch", "Second\\nSwitch", "Merged\\nTribe", "Finish", "Ghost\\nIsland", "Total\\nVotes"], ["Milena Vitanović\\n21, Paraćin", "Ga 'dang", "", "", "", "4th Voted Out\\nDay 13", "4th Eliminated\\nDay 18", "8"], ["Branka Čudanov\\n28, Kikinda", "Ga 'dang", "", "", "", "2nd Voted Out\\nDay 7", "1st Eliminated\\nDay 9", "10"], ["Njegoš Arnautović\\n21, Bijeljina, Republika Srpska", "Manobo", "Ga 'dang", "Ga 'dang", "Diwata", "Eliminated in Challenge\\n7th Jury Member\\nDay 53", "Locator of\\nHidden Immunity Idol\\n(Successful)\\nDay 40", "1"], ["Luka Rajačić\\n21, Belgrade", "Ga 'dang", "Manobo", "Manobo", "", "9th Voted Out\\nDay 31", "10th Eliminated\\nDay 32", "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:who was the last contestant voted out? | Srđan Dinčić | Answer: | 128 |
Table InputTable: [["Rank", "Player", "Nation", "Club", "Goals"], ["2", "Matthew Delicâte", "ENG", "Richmond Kickers", "10"], ["1", "Jhonny Arteaga", "COL", "FC New York", "13"], ["3", "José Angulo", "USA", "Harrisburg City Islanders", "9"], ["9", "Chris Banks", "USA", "Wilmington Hammerheads", "7"], ["9", "George Davis IV", "USA", "Dayton Dutch Lions", "7"], ["3", "Luke Mulholland", "ENG", "Wilmington Hammerheads", "9"], ["6", "Andriy Budnyy", "UKR", "Wilmington Hammerheads", "8"], ["6", "Andrew Welker", "USA", "Harrisburg City Islanders", "8"], ["9", "Sainey Touray", "GAM", "Harrisburg City Islanders", "7"], ["9", "Sallieu Bundu", "SLE", "Charlotte Eagles", "7"], ["3", "Maxwell Griffin", "USA", "Orlando City", "9"], ["6", "Jamie Watson", "USA", "Orlando City", "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:which players came in last? | Chris Banks, Sallieu Bundu, George Davis IV, Sainey Touray | Answer: | 128 |
Table InputTable: [["District", "Representative", "Party", "Home Town, County", "Term of Service"], ["1st District", "Charles R. Blasdel", "Republican", "East Liverpool, Columbiana", ""], ["76th District", "Michael E. Gilb", "Republican", "Findlay, Hancock", ""], ["4th District", "John R. Willamowski", "Republican", "Lima, Allen", ""], ["25th District", "Daniel Stewart", "Democratic", "Columbus, Franklin", ""], ["27th District", "Joyce Beatty", "Democratic", "Columbus, Franklin", ""], ["23rd District", "Larry Wolpert", "Republican", "Hilliard, Franklin", ""], ["54th District", "Courtney E. Combs", "Republican", "Hamilton, Butler", ""], ["24th District", "Geoffrey C. Smith", "Republican", "Columbus, Franklin", ""], ["45th District", "Robert J. Otterman", "Democratic", "Akron, Summit", ""], ["21st District", "Linda Reidelbach", "Republican", "Columbus, Franklin", ""]] | 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 representative from the first district? | Charles R. Blasdel | Answer: | 128 |
Table InputTable: [["Year", "Network", "Race caller", "Color commentator", "Reporters", "Trophy Presentation"], ["1959", "CBS", "Fred Capossela", "Bryan Field and Chris Schenkel", "", "Chris Schenkel"], ["1958", "CBS", "Fred Capossela", "Bryan Field", "", ""], ["1957", "CBS", "Fred Capossela", "Bryan Field", "", ""], ["1956", "CBS", "Fred Capossela", "Bryan Field", "", ""], ["1955", "CBS", "Fred Capossela", "Phil Sutterfield and Win Elliot", "", ""], ["1954", "CBS", "Bryan Field", "Mel Allen", "", "Bill Corum"], ["1953", "CBS", "Bryan Field", "Mel Allen", "Phil Sutterfield", "Phil Sutterfield"], ["1952", "CBS", "Bryan Field", "Sam Renick", "", ""]] | 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 was fred capossela the race caller? | 5 | Answer: | 128 |
Table InputTable: [["Season", "Tier", "Division", "Place"], ["1991/92", "3", "2ªB", "12th"], ["1996/97", "4", "3ª", "2nd"], ["1995/96", "3", "2ªB", "19th"], ["1992/93", "3", "2ªB", "4th"], ["1990/91", "3", "2ªB", "6th"], ["1993/94", "3", "2ªB", "15th"], ["1988/89", "4", "3ª", "3rd"], ["1994/95", "3", "2ªB", "9th"], ["1998/99", "4", "3ª", "6th"], ["1989/90", "4", "3ª", "1st"], ["1997/98", "4", "3ª", "1st"]] | 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 divisions for 2ab? | 6 | Answer: | 128 |
Table InputTable: [["Year", "Total\\npassengers", "Passenger\\nChange", "Domestic", "International\\n(total)", "International\\n(non-CIS)", "CIS", "Aircraft\\nLandings", "Cargo\\n(tonnes)"], ["2007", "2 345 097", "+32,9%", "1 486 888", "858 209", "683 092", "175 117", "16 767", "16 965"], ["2004", "1 553 628", "+16,3%", "972 287", "581 341", "429 049", "152 292", "11 816", "20 457"], ["2001", "1 028 295", "+10,5%", "733 022", "295 273", "186 861", "108 412", "9 062", "22 178"], ["2003", "1 335 757", "+12,9%", "879 665", "456 092", "297 421", "158 671", "10 092", "18 054"], ["2008", "2 529 395", "+7,8%", "1 523 102", "1 006 293", "815 124", "191 169", "16 407", "17 142"]] | 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 year with the most passengers before 2007 | 2006 | Answer: | 128 |
Table InputTable: [["Year", "Title", "Role", "Notes"], ["2006–2007", "Family Guy", "Esther", "Voice\\n3 episodes"], ["2004–2006", "Strong Medicine", "Dr. Kayla Thorton", "37 episodes"], ["1994–1999", "Sister, Sister", "Tamera Campbell", "119 episodes"], ["1999", "Detention", "Orangejella LaBelle", "13 episodes"], ["1991", "Flesh'n Blood", "Penelope", "1 episode"], ["1992", "True Colors", "Lorae", "1 episode"], ["1995–1996", "The Adventures of Hyperman", "Emma C. Squared", "8 episodes"], ["1997", "Smart Guy", "Roxanne", "1 episode"], ["2000", "How I Loved a Macho Boy", "Jamal Santos", "3 episodes"], ["2009", "Roommates", "Hope", "13 episodes"], ["1998", "Blues Clues", "Herself", "1 episode"], ["2011", "Things We Do for Love", "Lourdes", "5 episodes"]] | 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 title held the most episodes? | Sister, Sister | Answer: | 128 |
Table InputTable: [["Year", "Film", "Role", "Language", "Notes"], ["2013", "Bahaddoor", "Anjali", "Kannada", "Filming"], ["2013", "Kaddipudi", "Uma", "Kannada", ""], ["2013", "Dilwala", "Preethi", "Kannada", ""], ["2014", "Endendigu", "", "", "Filming"], ["2009", "Olave Jeevana Lekkachaara", "Rukmini", "Kannada", "Innovative Film Award for Best Actress"], ["2012", "Alemari", "Neeli", "Kannada", ""], ["2012", "Drama", "Nandini", "Kannada", ""], ["2012", "18th Cross", "Punya", "Kannada", ""], ["2012", "Sagar", "Kajal", "Kannada", ""], ["2009", "Love Guru", "Kushi", "Kannada", "Filmfare Award for Best Actress - Kannada"], ["2008", "Moggina Manasu", "Chanchala", "Kannada", "Filmfare Award for Best Actress - Kannada\\nKarnataka State Film Award for Best Actress"]] | 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 movies were made between 2009 and 2013? | 14 | 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"], ["6", "9", "Prisoners Of Planet X", "A UFO has been sighted. The pilot abducts the Fantastic Four from the Science Center and is setting course for Planet X. There, their dictator Kurrgo requests the Fantastic Four save their planet from another planet knocked off its orbit. Reed manages to formulate a working plan to save the population. While the plan is in process, Kurrgo has other ideas. However, Reed tricks Kurrgo and leaves him on the exploding planet while the micro-sized population and the Fantastic Four get away to safety.", "10/14/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 many total episodes aired in 1967? | 16 | Answer: | 128 |
Table InputTable: [["Month", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", "Year"], ["Average low °C (°F)", "−17\\n(1)", "−18\\n(0)", "−19\\n(−2)", "−12\\n(10)", "−3\\n(27)", "2\\n(36)", "5\\n(41)", "4\\n(39)", "−1\\n(30)", "−7\\n(19)", "−11\\n(12)", "−14\\n(7)", "−7.6\\n(18.3)"], ["Average high °C (°F)", "−10\\n(14)", "−11\\n(12)", "−12\\n(10)", "−5\\n(23)", "3\\n(37)", "8\\n(46)", "11\\n(52)", "10\\n(50)", "5\\n(41)", "−1\\n(30)", "−5\\n(23)", "−8\\n(18)", "−1.3\\n(29.7)"]] | 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 months have an average low below 1 degree celsius? | 9 | Answer: | 128 |
Table InputTable: [["Date", "Opponent", "Venue", "Result", "Attendance", "Scorers"], ["19 November 2005", "Aston Villa", "Stadium of Light", "1–3", "39,707", "Whitehead (pen)"], ["29 October 2005", "Portsmouth", "Stadium of Light", "1–4", "34,926", "Whitehead (pen)"], ["7 May 2006", "Aston Villa", "Villa Park", "1–2", "33,820", "D. Collins"], ["3 December 2005", "Tottenham Hotspur", "White Hart Lane", "2–3", "36,244", "Whitehead, Le Tallec"], ["1 October 2005", "West Ham United", "Stadium of Light", "1–1", "31,212", "Miller"], ["22 April 2006", "Portsmouth", "Fratton Park", "1–2", "20,078", "Miller"], ["5 November 2005", "Arsenal", "Highbury", "1–3", "38,210", "Stubbs"]] | 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 more times did miller score than whitehead? | 0 | Answer: | 128 |
Table InputTable: [["Year", "Model", "Denomination", "Metal composition", "Dimensions"], ["1998", "80th anniversary of declaration of Independence, 1918–1998", "100 krooni", ".925 silver", "25 grams (0.88 oz)38 millimetres (1.5 in)"], ["1998", "80th anniversary of declaration of Independence, 1918–1998", "10 krooni", ".925 silver", "25 grams (0.88 oz)38 millimetres (1.5 in)"], ["2004", "The Flag of Estonia – 2004", "10 krooni", ".925 silver", "25 grams (0.88 oz)38 millimetres (1.5 in)"], ["1992", "Re-establishment of kroon, 28 August 1992", "100 krooni", ".900 silver", "23 grams (0.81 oz)36 millimetres (1.4 in)"], ["1992", "Barcelona Olympics", "10 krooni", ".925 silver", "25 grams (0.88 oz)38 millimetres (1.5 in)"], ["1992", "Re-establishment of Krooni currency", "10 krooni", ".925 silver", "25 grams (0.88 oz)38 millimetres (1.5 in)"]] | 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 metal composition has the least dimension? | .900 silver | Answer: | 128 |
Table InputTable: [["Rank", "Mountain Peak", "Nation", "Province", "Elevation", "Prominence", "Isolation"], ["4", "Cerro las Minas PB", "Honduras", "Lempira", "2849 m\\n9,347 ft", "2069 m\\n6,788 ft", "130 km\\n81 mi"], ["14", "Montaña San Ildefonso PB", "Honduras", "Cortés", "2242 m\\n7,356 ft", "1702 m\\n5,584 ft", "68 km\\n42 mi"], ["13", "Pico Bonito PB", "Honduras", "Atlántida", "2450 m\\n8,038 ft", "1710 m\\n5,610 ft", "152 km\\n95 mi"], ["3", "Montaña de Santa Bárbara PB", "Honduras", "Santa Bárbara", "2744 m\\n9,003 ft", "2084 m\\n6,837 ft", "74 km\\n46 mi"], ["8", "Montañas Peña Blanca High Point PB", "Guatemala", "Huehuetenango", "3518 m\\n11,542 ft", "1858 m\\n6,096 ft", "42 km\\n26 mi"]] | 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 are the total number of mountain peaks listed on this chart that are located in honduras? | 5 | Answer: | 128 |
Table InputTable: [["Location", "Reactor type", "Status", "Net\\nCapacity\\n(MWe)", "Gross\\nCapacity\\n(MWe)"], ["Ignalina-3", "RBMK-1500", "construction cancelled in 1988", "1,380", "1,500"], ["Kostroma-2", "RBMK-1500", "construction cancelled in 1980s", "1,380", "1,500"], ["Kostroma-1", "RBMK-1500", "construction cancelled in 1980s", "1,380", "1,500"], ["Kursk-6", "RBMK-1000", "construction cancelled in 1993", "925", "1,000"], ["Smolensk-4", "RBMK-1000", "construction cancelled in 1993", "925", "1,000"], ["Ignalina-4", "RBMK-1500", "plan cancelled in 1988", "1,380", "1,500"], ["Chernobyl-6", "RBMK-1000", "construction cancelled in 1988", "950", "1,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:the construction of how many locations was cancelled in 1988? | 3 | Answer: | 128 |
Table InputTable: [["Event", "Class", "Gold", "Silver", "Bronze"], ["Super-G", "LW6/8\\ndetails", "Rolf Heinzmann\\nSwitzerland (SUI)", "Lionel Brun\\nFrance (FRA)", "Wolfgang Moosbrugger\\nAustria (AUT)"], ["Giant slalom", "LW6/8\\ndetails", "Rolf Heinzmann\\nSwitzerland (SUI)", "Lionel Brun\\nFrance (FRA)", "Frank Pfortmueller\\nGermany (GER)"], ["Slalom", "LW6/8\\ndetails", "Wolfgang Moosbrugger\\nAustria (AUT)", "Rolf Heinzmann\\nSwitzerland (SUI)", "Lionel Brun\\nFrance (FRA)"], ["Slalom", "LW3,5/7,9\\ndetails", "Gerd Schoenfelder\\nGermany (GER)", "Arno Hirschbuehl\\nAustria (AUT)", "Alexei Moshkine\\nRussia (RUS)"]] | 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 medals won by germany? | 14 | Answer: | 128 |
Table InputTable: [["Date", "Opponent", "Score", "Result", "Location"], ["March 7, 1964", "Michigan State", "13–4", "Win", "Coliseum, Ann Arbor, MI"], ["March 6, 1964", "Michigan State", "9–4", "Win", "East Lansing, MI"], ["Feb. 15, 1964", "Michigan State", "7–2", "Win", "Coliseum, Ann Arbor, MI"], ["March 12, 1964", "Michigan Tech", "4–3", "Win", "Coliseum, Ann Arbor, MI"], ["March 13, 1964", "Michigan Tech", "5–5", "Tie", "Coliseum, Ann Arbor, MI"], ["Feb. 14, 1964", "Michigan State", "2–0", "Win", "East Lansing, MI"], ["Jan. 24, 1964", "Michigan Tech", "6–2", "Win", "Coliseum, Ann Arbor, MI"], ["Jan. 25, 1964", "Michigan Tech", "5–3", "Win", "Coliseum, Ann Arbor, MI"]] | 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 game in the ncaa tournament did the wolverines win by a larger margin? | March 21, 1964, Denver | Answer: | 128 |
Table InputTable: [["Name of place", "Number of counties", "Principal county", "Lower zip code", "Upper zip code"], ["Sadsbury Township", "1", "Crawford County", "", ""], ["Sadsbury Township", "1", "Chester County", "", ""], ["Sadsbury Township", "1", "Lancaster County", "", ""], ["Sadsburyville", "1", "Chester County", "19369", ""], ["Sadsbury Meeting House", "1", "Lancaster County", "", ""], ["Shamokin Township", "1", "Northumberland County", "", ""], ["Sharon Township", "1", "Potter County", "", ""], ["Shrewsbury Township", "1", "York County", "", ""], ["Salisbury Township", "1", "Lehigh County", "", ""], ["Sheshequin Township", "1", "Bradford County", "", ""], ["Scott Township", "1", "Lawrence County", "", ""], ["Salisbury Township", "1", "Lancaster County", "", ""], ["Scott Township", "1", "Wayne County", "", ""], ["Scott Township", "1", "Lackawanna County", "", ""]] | 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 is sadsbury township listed? | 3 | Answer: | 128 |
Table InputTable: [["Period", "Live births per year", "Deaths per year", "Natural change per year", "CBR1", "CDR1", "NC1", "TFR1", "IMR1"], ["1975-1980", "18 000", "8 000", "10 000", "45.8", "19.6", "26.2", "6.67", "133.2"], ["1980-1985", "20 000", "8 000", "12 000", "42.7", "17.1", "25.6", "6.39", "117.1"], ["1970-1975", "16 000", "7 000", "8 000", "47.0", "22.0", "25.1", "6.67", "149.3"], ["1960-1965", "12 000", "6 000", "6 000", "48.5", "25.7", "22.8", "6.67", "174.1"], ["1965-1970", "13 000", "7 000", "7 000", "47.8", "24.1", "23.8", "6.67", "163.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 deaths occurred per year on average in 1975-1980? | 8000 | Answer: | 128 |
Table InputTable: [["Year", "Model", "Denomination", "Metal composition", "Dimensions"], ["1992", "Re-establishment of Krooni currency", "10 krooni", ".925 silver", "25 grams (0.88 oz)38 millimetres (1.5 in)"], ["1998", "80th anniversary of declaration of Independence, 1918–1998", "100 krooni", ".925 silver", "25 grams (0.88 oz)38 millimetres (1.5 in)"], ["1998", "80th anniversary of declaration of Independence, 1918–1998", "10 krooni", ".925 silver", "25 grams (0.88 oz)38 millimetres (1.5 in)"], ["1992", "Re-establishment of kroon, 28 August 1992", "100 krooni", ".900 silver", "23 grams (0.81 oz)36 millimetres (1.4 in)"], ["2004", "The Flag of Estonia – 2004", "10 krooni", ".925 silver", "25 grams (0.88 oz)38 millimetres (1.5 in)"]] | 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 rwhat year coin was smaller than the rest | 1992 | Answer: | 128 |
Table InputTable: [["Rank", "Player", "County", "Tally", "Total", "Opposition"], ["9", "Francis Forde", "Galway", "1–5", "8", "New York"], ["1", "Francis Forde", "Galway", "2–8", "14", "Roscommon"], ["6", "Seán McLoughlin", "Westmeath", "1–6", "9", "Carlow"], ["9", "John Troy", "Offaly", "2–2", "8", "Laois"], ["3", "Gary Kirby", "Limerick", "0–10", "10", "Tipperary"], ["9", "John Byrne", "Carlow", "2–2", "8", "Westmeath"], ["6", "David Martin", "Meath", "1–6", "9", "Offaly"], ["6", "Gary Kirby", "Limerick", "0–9", "9", "Antrim"], ["9", "Paul Flynn", "Waterford", "1–5", "8", "Tipperary"], ["3", "Kevin Broderick", "Galway", "3–1", "10", "New York"]] | 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 player ranked immediately after francis forde? | Niall English | Answer: | 128 |
Table InputTable: [["Year", "Chassis", "Engine", "Start", "Finish", "Team"], ["2009", "Dallara", "Honda", "1", "1", "Team Penske"], ["2006", "Dallara", "Honda", "2", "25", "Team Penske"], ["2008", "Dallara", "Honda", "4", "4", "Team Penske"], ["2011", "Dallara", "Honda", "16", "17", "Team Penske"], ["2007", "Dallara", "Honda", "1", "3", "Team Penske"], ["2010", "Dallara", "Honda", "1", "9", "Team Penske"], ["2005", "Dallara", "Toyota", "5", "9", "Team Penske"], ["2013", "Dallara", "Chevrolet", "8", "6", "Team Penske"], ["2012", "Dallara", "Chevrolet", "6", "10", "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:when was the last year team penske finished first? | 2009 | Answer: | 128 |
Table InputTable: [["Year", "Competition", "Venue", "Position", "Event", "Notes"], ["2006", "Commonwealth Games", "Melbourne, Australia", "7th", "Shot put", "18.44 m"], ["2004", "African Championships", "Brazzaville, Republic of the Congo", "2nd", "Discus throw", "63.50 m"], ["2006", "Commonwealth Games", "Melbourne, Australia", "4th", "Discus throw", "60.99 m"], ["2008", "African Championships", "Addis Ababa, Ethiopia", "2nd", "Discus throw", "56.98 m"], ["2000", "World Junior Championships", "Santiago, Chile", "1st", "Discus throw", "59.51 m"], ["2007", "All-Africa Games", "Algiers, Algeria", "3rd", "Discus throw", "57.79 m"], ["2003", "All-Africa Games", "Abuja, Nigeria", "2nd", "Discus throw", "62.86 m"], ["2003", "All-Africa Games", "Abuja, Nigeria", "5th", "Shot put", "17.76 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:how long did the competitions go on? | 8 years | Answer: | 128 |
Table InputTable: [["Year", "Title", "Genre", "Publisher", "Notes"], ["1909", "The ShortStop", "Baseball", "A. C. McClurg", ""], ["1920", "The Redheaded Outfield and other Baseball Stories", "Baseball", "Harper & Brothers", ""], ["1911", "The Young Pitcher", "Baseball", "Harper & Brothers", ""], ["1938", "Raiders of Spanish Peaks", "Western", "Whitman Publishing", ""], ["1937", "West of the Pecos", "Western", "Whitman Publishing", ""], ["1909", "The Last Trail", "Western", "Outing Publishing", "Sequel to Spirit of the Border"], ["1908", "The Last of the Plainsmen", "Western", "Outing Publishing", "Inspired by Charles \"Buffalo\" Jones"], ["1935", "The Trail Driver", "Western", "Whitman Publishing", ""], ["1994", "George Washington, Frontiersman", "Historical", "Forge Books", ""], ["1975", "Zane Grey's Greatest Indian Stories", "Western", "Dorchester Publishing", "Includes original ending to The Vanishing American (1925)"]] | 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 was a baseball book published after, "the shortstop" was published? | 1911 | Answer: | 128 |
Table InputTable: [["No. in\\nseason", "No. in\\nseries", "Title", "Canadian airdate", "US airdate", "Production code"], ["23–24", "340–341", "\"Unbelievable\"", "March 11, 2014", "March 11, 2014", "1323 & 1324"], ["29", "346", "\"Sparks Will Fly\" Part One", "April 15, 2014", "April 15, 2014", "1329"], ["12", "329", "\"Everything You've Done Wrong\"", "October 24, 2013", "October 24, 2013", "1312"], ["22", "339", "\"Basket Case\"", "March 4, 2014", "March 4, 2014", "1322"], ["13", "330", "\"Who Do You Think You Are\"", "October 31, 2013", "October 31, 2013", "1313"], ["14", "331", "\"Barely Breathing\"", "November 7, 2013", "November 7, 2013", "1314"], ["8", "325", "\"Young Forever\"", "August 22, 2013", "August 22, 2013", "1308"]] | 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 episodes aired in season 13? | 40 | Answer: | 128 |
Table InputTable: [["Round", "Round", "Race", "Date", "Pole Position", "Fastest Lap", "Winning Club", "Winning Team", "Report"], ["5", "R1", "Vallelunga", "November 2", "Liverpool F.C.", "Beijing Guoan", "Beijing Guoan", "Zakspeed", "Report"], ["6", "R2", "Jerez", "November 23", "", "Beijing Guoan", "Borussia Dortmund", "Zakspeed", "Report"], ["3", "R2", "Zolder", "October 5", "", "Atlético Madrid", "Beijing Guoan", "Zakspeed", "Report"], ["3", "R1", "Zolder", "October 5", "Borussia Dortmund", "Liverpool F.C.", "Liverpool F.C.", "Hitech Junior Team", "Report"], ["6", "R1", "Jerez", "November 23", "Liverpool F.C.", "R.S.C. Anderlecht", "A.C. Milan", "Scuderia Playteam", "Report"], ["4", "R2", "Estoril", "October 19", "", "Borussia Dortmund", "Al Ain", "Azerti Motorsport", "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 times was zakspeed the winning team? | 4 | Answer: | 128 |
Table InputTable: [["Season", "Conference", "Head Coach", "Total Wins", "Total Losses", "Total Ties", "Conference Wins", "Conference Losses", "Conference Ties", "Conference Standing", "Postseason Result"], ["2001", "Southern", "Ellis Johnson", "3", "7", "0", "2", "6", "0", "7", "—"], ["1992", "Southern", "Charlie Taaffe", "11", "2", "0", "6", "1", "0", "1", "Quarterfinals"], ["2002", "Southern", "Ellis Johnson", "3", "9", "—", "1", "7", "—", "9", "—"], ["2003", "Southern", "Ellis Johnson", "6", "6", "—", "4", "4", "—", "4", "—"], ["1988", "Southern", "Charlie Taaffe", "8", "4", "0", "5", "2", "0", "3", "First Round"], ["1950", "Southern", "J. Quinn Decker", "4", "6", "0", "2", "3", "0", "11", "—"]] | 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 became head coach after ellis johnson? | John Zernhelt | Answer: | 128 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.