context
stringlengths 343
2.1k
| question
stringlengths 2.71k
2.97k
| answer
stringlengths 4
802
| max_new_tokens
int64 883
883
| answer_prefix
stringclasses 1
value |
---|---|---|---|---|
Table 1957 San Francisco 49Ers Season: [["Date", "Visitor", "Score", "Home", "Record", "Attendance"], ["November 17", "San Francisco 49Ers", "31 - 10", "Detroit Lions", "5 - 3 - 0", "56915"], ["November 3", "Detroit Lions", "35 - 31", "San Francisco 49Ers", "5 - 1 - 0", "59702"], ["November 10", "San Francisco 49Ers", "37 - 24", "Los Angeles Rams", "5 - 2 - 0", "102368"], ["November 24", "San Francisco 49Ers", "27 - 21", "Baltimore Colts", "5 - 4 - 0", "50073"], ["October 6", "Los Angeles Rams", "23 - 20", "San Francisco 49Ers", "1 - 1 - 0", "59637"], ["October 20", "San Francisco 49Ers", "24 - 14", "Green Bay Packers", "3 - 1 - 0", "18919"], ["December 1", "San Francisco 49Ers", "27 - 17", "New York Giants", "6 - 4 - 0", "54121"], ["October 13", "San Francisco 49Ers", "21 - 17", "Chicago Bears", "2 - 1 - 0", "45310"], ["October 27", "Chicago Bears", "21 - 17", "San Francisco 49Ers", "4 - 1 - 0", "56693"], ["September 29", "Chicago Cardinals", "20 - 10", "San Francisco 49Ers", "0 - 1 - 0", "35743"], ["December 15", "Green Bay Packers", "27 - 20", "San Francisco 49Ers", "8 - 4 - 0", "59100"], ["December 8", "Baltimore Colts", "17 - 13", "San Francisco 49Ers", "7 - 4 - 0", "59950"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the result of the San Francisco 49Ers' game against the Detroit Lions in 1957. | There are two competitions between the San Francisco 49Ers and the Detroit Lions in 1957. The San Francisco 49Ers faced off against the Detroit Lions on November 3rd. The Lions were able to take a narrow victory, 35-31. The attendance for the game was 59702 spectators. This game ended with an overall record of 5-1-0 for the 49ers. The second game between the two teams was on November 17th, with a much different result. The 49ers managed to win 31-10, bringing their overall record to 5-3-0. The attendance for this game was slightly lower at 56915 spectators. | 883 | Answer: |
Table 1925 Army Cadets Football Team: [["Game", "Date", "Opponent", "Result", "Black Knights Points", "Opponents", "Record"], ["8", "Nov 21", "Ursinus College", "Win", "44", "0", "6 - 2"], ["2", "Oct 10", "Knox College", "Win", "26", "7", "2 - 0"], ["3", "Oct 17", "Notre Dame", "Win", "27", "0", "3 - 0"], ["6", "Nov 7", "Davis & Elkins College", "Win", "14", "6", "5 - 1"], ["1", "Oct 3", "Detroit Mercy", "Win", "31", "6", "1 - 0"], ["4", "Oct 24", "St Louis", "Win", "19", "0", "4 - 0"], ["5", "Oct 31", "Yale", "Loss", "7", "28", "4 - 1"], ["7", "Nov 14", "Columbia", "Loss", "7", "21", "5 - 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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the game in which Army Cadets Football Team achieved the highest score in 1925. | In the 1925 Army Cadets Football season, they achieved their highest score in the 8th game against Ursinus College on November 21. In that match, the Black Knights tallied a whopping 44 points and completely shut out their opponents with a score of 0. | 883 | Answer: |
Table 1959 World Series - Summary: [["Game", "Date", "Score", "Location", "Time", "Attendance"], ["2", "October 2", "Los Angeles Dodgers – 4, Chicago White Sox – 3", "Comiskey Park", "2:21", "47,368"], ["5", "October 6", "Chicago White Sox – 1, Los Angeles Dodgers – 0", "Los Angeles Memorial Coliseum", "2:28", "92,706"], ["6", "October 8", "Los Angeles Dodgers – 9, Chicago White Sox – 3", "Comiskey Park", "2:33", "47,653"], ["3", "October 4", "Chicago White Sox – 1, Los Angeles Dodgers – 3", "Los Angeles Memorial Coliseum", "2:33", "92,394"], ["1", "October 1", "Los Angeles Dodgers – 0, Chicago White Sox – 11", "Comiskey Park", "2:35", "48,013"], ["4", "October 5", "Chicago White Sox – 4, Los Angeles Dodgers – 5", "Los Angeles Memorial Coliseum", "2:30", "92,650"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Which game had the highest and lowest attendance and what could possibly explain this variance? | Game 5 in 1959 World Series, at October 6, have highest attendance with 92,706 people crowd at Los Angeles Memorial Coliseum. But Game 2, at October 2, have lowest attendance with 47,368 people at Comiskey Park. One possible explain for this different in attendance maybe is difference in venue capacities. Los Angeles Memorial Coliseum have much bigger seating capacity than Comiskey Park. Also, the starting excitement and hope for series maybe grow after first game, so more person come to watch next games, especially in bigger stadium. | 883 | Answer: |
Table List of NCAA conferences - Non-football, multi-sport conferences: [["Conference", "Nickname", "Founded", "Members", "Sports", "Headquarters", "Map"], ["Atlantic Sun Conference", "ASUN", "1978", "9", "19", "Macon, Georgia", "-"], ["Metro Atlantic Athletic Conference", "MAAC", "1980", "11", "24", "Edison, New Jersey", "-"], ["Big West Conference", "Big West BWC", "1969", "9", "18", "Irvine, California", "-"], ["Atlantic 10 Conference", "A-10", "1975", "14", "21", "Newport News, Virginia", "-"], ["America East Conference", "America East AmEast", "1979", "9", "19", "Boston, Massachusetts", "-"], ["West Coast Conference", "WCC", "1952", "10", "14", "San Bruno, California", "WCC West Coast Conference Map.PNG"], ["Horizon League", "Horizon", "1979", "10", "19", "Indianapolis, Indiana", "-"], ["Western Athletic Conference", "WAC", "1962", "9", "19", "Englewood, Colorado", "-"], ["Mountain Pacific Sports Federation", "MPSF", "1992", "38", "10", "Woodland, California", "-"], ["Big East Conference", "Big East", "2013", "10", "22", "New York City, New York", "-"], ["Summit League", "The Summit", "1982", "9", "19", "Sioux Falls, South Dakota", "-"], ["Coastal Collegiate Sports Association", "CCSA", "2008", "24", "3", "Macon, Georgia", "-"], ["Missouri Valley Conference", "MVC The Valley", "1907", "10", "17", "St. Louis, Missouri", "-"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How do the headquarters location, number of sports, and number of members vary across the conferences founded in the 1970s? | The headquarter location, number of sports, and number of members have big different in the conferences founded in the 1970s. The America East Conference, which start in 1979, has its headquarter in Boston, Massachusetts, with 9 members and 19 sports in total. The Atlantic Sun Conference, founded in 1978, also has 9 members and 19 sports, but its headquarter is in Macon, Georgia. The Atlantic 10 Conference, which start in 1975, has more members (14 members) and more sports (21 sports) compare to the other two 1970s-founded conferences, and its headquarter is in Newport News, Virginia. In comparison, the Horizon League, founded in 1979 just like the America East Conference, has its headquarter in Indianapolis, Indiana, with 10 members and 19 sports. | 883 | Answer: |
Table Electric Car: [["Vehicle", "Epa Rated All - Electric Range", "Epa Rated Combined Fuel Economy", "Alaska ( Juneau )", "California (San Francisco)", "Mid - Atlantic South (Washington , Dc)", "Us National Average Electric Mix", "Southeast (Atlanta)", "Midwest (Des Moines)", "Rocky Mountains (Denver)"], ["Nissan Leaf", "-", "99 Mpg - E (34 Kw - Hrs / 100 Miles)", "90 G / Mi (56 G / Km)", "120 G / Mi (75 G / Km)", "190 G / Mi (118 G / Km)", "230 G / Mi (143 G / Km)", "260 G / Mi (162 G / Km)", "300 G / Mi (186 G / Km)", "330 G / Mi (205 G / Km)"], ["Chevrolet Volt", "-", "94 Mpg - E (36 Kw - Hrs / 100 Miles)", "170 G / Mi (106 G / Km) (1)", "190 G / Mi (118 G / Km) (1)", "230 G / Mi (143 G / Km) (1)", "260 G / Mi (162 G / Km) (1)", "290 G / Mi (180 G / Km) (1)", "310 G / Mi (193 G / Km) (1)", "330 G / Mi (205 G / Km) 1)"], ["Ford Focus Electric", "-", "105 Mpg - E (32 Kw - Hrs / 100 Miles)", "80 G / Mi (50 G / Km)", "110 G / Mi (68 G / Km)", "170 G / Mi (106 G / Km)", "210 G / Mi (131 G / Km)", "250 G / Mi (155 G / Km)", "280 G / Mi (174 G / Km)", "310 G / Mi (193 G / Km)"], ["Bmw Activee", "-", "102 Mpg - E (33 Kw - Hrs / 100 Miles)", "90 G / Mi (56 G / Km)", "110 G / Mi (68 G / Km)", "180 G / Mi (112 G / Km)", "220 G / Mi (137 G / Km)", "250 G / Mi (155 G / Km)", "290 G / Mi (180 G / Km)", "320 G / Mi (199 G / Km)"], ["Smart Ed", "-", "87 Mpg - E (39 Kw - Hrs / 100 Miles)", "100 G / Mi (62 G / Km)", "130 G / Mi (81 G / Km)", "210 G / Mi (131 G / Km)", "260 G / Mi (162 G / Km)", "300 G / Mi (186 G / Km)", "350 G / Mi (218 G / Km)", "380 G / Mi (236 G / Km)"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What are the electric cars that have the lowest combined fuel economy? Summarize the basic information of these cars | The electric car with the lowest combined fuel economy, according to the table, is the Smart Ed . Smart Ed has an Epa rated combined Fuel Economy of 87 Mpg-E (39 Kw-Hrs/100 Miles). It generates a range of 100 G/Mi (62 G/Km) in Alaska, 130 G/Mi(81 G/Km ) in California, 210 G/ Mi (131 G/ Km) in the Mid-Atlantic South, 260 G/Mi (162G /Km ) in the US National Average Electric Mix, 300 G/Mi (186 G/Km ) in the Southeast , 350 G/Mi (218G / Km) in the Midwest, and 380 G/ Mi (236 G / Km ) in the Rocky Mountains. | 883 | Answer: |
Table List of wind farms in Turkey -: [["Name", "Year", "Capacity (MW)", "Manufacturer", "Location", "Province"], ["Samandağ Wind Farm", "2009", "35", "Nordex", "Samandağ", "Hatay"], ["Soma Wind Farm", "2012", "141", "Enercon", "Soma", "Manisa"], ["Aliağa Wind Farm", "2008", "193", "Nordex Enercon", "Aliağa", "İzmir"], ["Sayalar Wind Farm", "2008", "30", "Enercon", "Sayalar", "Manisa"], ["Çeşme Wind Farm", "2007", "39", "Enercon", "Çeşme", "İzmir"], ["Bozcaada Wind Farm", "2000", "10", "Enercon", "Bozcaada", "Çanakkale"], ["Bahçe Wind Farm", "2009", "135", "GE", "Bahçe", "Osmaniye"], ["İntepe Wind Farm", "2007", "30", "Enercon", "İntepe", "Çanakkale"], ["Dağpazarı Wind Farm", "2012", "39", "Siemens", "Dağpazarı", "Mersin"], ["Çatalca Wind Farm", "2008", "60", "Vestas", "Çatalca", "İstanbul"], ["Çanta Wind Farm", "2014", "47.5", "Nordex", "Çanta, Silivri", "İstanbul"], ["Mut Wind Farm", "2010", "33", "Vestas", "Mut", "Mersin"], ["Şamlı Wind Farm", "2008", "90", "Vestas", "Şamlı", "Balıkesir"], ["Didim Wind Farm", "2009", "31", "Suzlon", "Didim", "Aydın"], ["Bandırma Wind Farm", "2006", "30", "GE", "Bandırma", "Balıkesir"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What provinces are home to the highest and lowest capacity wind farms, based on the data? | From data, province have most capacity wind farm is İzmir, where have Aliağa Wind Farm with 193 MW capacity. Other side, province have least capacity wind farm is Çanakkale, which have Bozcaada Wind Farm only 10 MW capacity. | 883 | Answer: |
Table 2008–09 Stanford Cardinal women's basketball team - Schedule: [["Date", "Location", "Opponent", "Cardinal Points", "Opp. Points", "Record"], ["Mar. 7/09", "Stanford", "Arizona State", "77", "68", "25-4"], ["Dec. 13/08", "Stanford", "Fresno State", "100", "62", "7-1"], ["Nov. 14/08", "Stanford", "Minnesota", "68", "55", "1-0"], ["Nov. 23/08", "Stanford", "Rutgers", "81", "47", "3-1"], ["Feb. 19/09", "Stanford", "Oregon State", "72", "43", "20-4"], ["Jan. 10/09", "Stanford", "Washington State", "102", "53", "12-3"], ["Feb. 1/09", "Stanford", "UCLA", "68", "51", "16-4"], ["Dec. 28/08", "Stanford", "UC Davis", "84", "49", "9-3"], ["Nov. 20/08", "Stanford", "New Mexico", "84", "46", "2-1"], ["Jan. 29/09", "Stanford", "USC", "81", "53", "15-4"], ["Mar. 5/09", "Stanford", "Arizona", "70", "67", "24-4"], ["Nov. 28/08", "Honolulu", "Purdue", "78", "70", "4-1"], ["Feb. 21/09", "Stanford", "Oregon", "68", "49", "21-4"], ["Feb. 14/09", "Stanford", "California", "58", "41", "19-4"], ["Jan. 8/09", "Stanford", "Washington", "112", "35", "11-3"], ["Nov. 29/08", "Honolulu", "Iowa State", "83", "45", "5-1"], ["Jan. 24/09", "Corvallis, OR", "Oregon State", "69", "54", "14-4"], ["Feb. 27/09", "Los Angeles", "UCLA", "69", "58", "22-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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How many games did the Stanford Cardinal women's basketball team lose and which teams were they playing against in these games? | Stanford Cardinal women basketball team lose total 4 game in 2008-09 season. them play and lose to some team. Baylor, score 65 to 81 on November 16, 2008, in Waco, TX. also lose to Duke on December 16, 2008, in Durham, NC, score 52 to 56. another lose on December 21, 2008, against Tennessee in Knoxville, TN, final score 69 to 79. last lose against California on January 18, 2009, in Berkeley, CA, score 54 to 57. | 883 | Answer: |
Table Dr. Rintarō - Episodes: [["No.", "Title", "Directed by", "Original air date", "Ratings (%)"], ["10", "\"一番大切なものとは?人生をかけた最後の選択\"", "Nobuo Mizuta", "17 June 2015", "13.0"], ["9", "\"絶体絶命のスキャンダル!?仕組まれた破滅への道!\"", "Nobuo Mizuta", "10 June 2015", "12.7"], ["3", "\"愛に包まれた夫婦に起きた真夜中のDV事件!?\"", "Jun Aizawa", "29 April 2015", "13.7"], ["8", "\"白い巨塔の陰謀!視力を失った脳外科医の野望と決断\"", "Jun Aizawa", "3 June 2015", "11.0"], ["1", "\"悩める子羊達よ、さぁ! あなたの心を診ましょうか\"", "Nobuo Mizuta", "15 April 2015", "13.9"], ["7", "\"心を閉ざした少年に起きた奇跡!?ボクがママを守る!\"", "Nobuo Mizuta", "27 May 2015", "12.3"], ["6", "\"愛と憎しみの境界線とは?精神科医を襲うストーカー事件!\"", "Jun Aizawa", "20 May 2015", "12.6"], ["4", "\"踊る精神科医と踊れないバレリーナ! セクハラ疑惑は突然に!\"", "Nobuo Mizuta", "6 May 2015", "13.9"], ["2", "\"恋愛は一過性の精神疾患のようなもの、そう僕は思っていた\"", "Nobuo Mizuta", "22 April 2015", "13.2"], ["5", "\"これは恋?精神科医はギャンブル依存少女に賭ける!?\"", "Nobuo Mizuta", "13 May 2015", "10.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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How did viewer ratings fluctuate over time from the first episode on 15th April 2015 to the tenth episode on 17th June 2015? | Viewer rate for Dr. Rintarō changed sometimes from first episode in 15th April 2015 to tenth episode in 17th June 2015. The first episode have strong begin with viewer rate of 13.9%, but second episode have small decrease to 13.2%. By the fifth episode, rate dropped much to 10.8%, making lowest point in series. Then rate started to get better, last three episodes have 11.0% to 13.0%. | 883 | Answer: |
Table List of the largest evangelical church auditoriums - List: [["Auditorium name", "Church", "Senior Pastor", "Year completed", "Capacity", "Location", "Notes"], ["Faith Tabernacle", "Living Faith Church Worldwide", "David Oyedepo", "1999", "50,000", "Lagos, Nigeria", "On January 24, 2008, it was recognized by Guinness Book of World Records as the worlds' largest church auditorium."], ["Glory Dome", "Dunamis International Gospel Centre", "Paul Enenche", "2018", "100,000", "Abuja, Nigeria", "Upon completion, regarded as the largest church auditorium in the world."], ["Faith Dome", "Crenshaw Christian Center", "Frederick K. C. Price", "1989", "10,145", "Crenshaw, Los Angeles, United States", ""], ["Deeper Life Bible Church, National Headquarters", "Deeper Christian Life Ministry", "William Kumuyi", "2018", "30,000", "Lagos, Nigeria", ""], ["International Gospel Centre", "Word of Life Bible Church", "Ayo Oritsejafor", "2000", "35,000", "Warri, Nigeria", ""], ["Yoido Full Gospel Church", "Yoido Full Gospel Church", "Young Hoon Lee (pastor)", "1973", "12,000", "Seoul, South Korea", ""], ["National Temple", "The Apostolic Church Nigeria", "Sampson Igwe", "2011", "40,000", "Ikorodu, Nigeria", ""], ["Lakewood Church Central Campus", "Lakewood Church", "Joel Osteen", "2005", "16,000", "Houston, United States", ""], ["The Hand of God", "Salvation Ministries", "David Ibiyeomie", "2020", "90,000", "Port Harcourt, Nigeria", ""], ["Temple of Solomon (São Paulo)", "Universal Church of the Kingdom of God", "Edir Macedo", "2014", "10,000", "São Paulo, Brazil", ""], ["House of Hope", "Salem Baptist Church of Chicago", "James Meeks", "2005", "10,000", "Chicago, United States", ""], ["Mega Frater", "Fraternidad Cristiana de Guatemala", "Jorge Lopez", "2007", "12,200", "Mixco, Guatemala", ""]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How does the capacity of "Faith Tabernacle" of Living Faith Church Worldwide compare to "Glory Dome" of Dunamis International Gospel Centre and what historical significance does each location hold based on the notes given in the table? | The Faith Tabernacle of Living Faith Church Worldwide has a capacity of 50,000, which is smaller compared to the Glory Dome of Dunamis International Gospel Centre, which holds a capacity of a 100,000. In terms of historical significance, Faith Tabernacle was recognized by the Guinness Book of World Records as the world's largest church auditorium on January 24, 2008. On the other hand, upon its completion in 2018, the Glory Dome became regarded as the largest church auditorium in the world . | 883 | Answer: |
Table Fundraising For The 2008 United States Presidential Election: [["Candidate", "Total Receipts", "Loans Received", "Receipts W / O Loans", "Money Spent", "Cash On Hand", "Total Debt", "Cash On Hand Minus Debt"], ["Dennis Kucinich", "1738916", "0", "1738679", "1785429", "282826", "-", "282826"], ["Hillary Clinton", "27339347", "0", "26776409", "39886410", "37947874", "4987425", "32960449"], ["Joe Biden", "3190122", "1132114", "2055971", "3209364", "1867392", "2073418", "- 206026"], ["Barack Obama", "23526004", "0", "22847568", "40896076", "18626248", "792681", "17833567"], ["John Edwards", "13900622", "8974714", "4834761", "18537625", "7790458", "9067278", "- 1276820"], ["Bill Richardson", "4971095", "1000000", "3898226", "8979217", "1813466", "374164", "1439302"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Who were the candidates who received loans in their fundraising for the 2008 US Presidential Election? Summarize the basic information of these candidates. | The candidates who received loans in their fundraising for the 2008 US Presidential Election were John Edwards, Joe Biden and Bill Richardson.John Edwards raised a total of $13,900,622 with $8,974,714 from loans. He spent a total of $18,537,625 and had $7,790,458 cash on hand but was in debt with a total debt of $9,067,278.Joe Biden raised a total of $3,190,122 with $1,132114 from loans. He spent a total of $3,209.364 and had$1.867.392 cash onhand but was in debt with a 2073418 total debt. Bill Richardson raised a total of$4.971.095 with 1 million from loans. He spent a total of 8.979.217 and had 1.813.466 cash on hand but was in debt with a 374164 total debt. | 883 | Answer: |
Table Pas De Peyrol: [["Year", "Stage", "Category", "Start", "Finish", "Leader At The Summit"], ["1983", "14", "2", "Aurillac", "Issoire", "Lucien Van Impe"], ["1975", "14", "3", "Aurillac", "Puy - De - Dôme", "Lucien Van Impe"], ["1959", "14", "2", "Aurillac", "Clermont - Ferrand", "Louis Bergaud"], ["1985", "15", "2", "Saint - Étienne", "Aurillac", "Eduardo Chozas"], ["1963", "14", "3", "Aurillac", "Saint - Étienne", "Federico Bahamontes"], ["1968", "17", "3", "Aurillac", "Saint - Étienne", "Aurelio Gonzalez"], ["2011", "9", "2", "Issoire", "St Flour", "Thomas Voeckler"], ["2008", "7", "2", "Brioude", "Aurillac", "David De La Fuente"], ["2004", "10", "1", "Limoges", "St Flour", "Richard Virenque"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Who was the leader at the summit of the stage in 1983? Summarize the basic information of that stage. | In 1983, the stage 14 of Pas de Peyrol was a 2 category stage that began in Aurillac and finished in Issoire. The leader at the summit of this stage was Lucien Van Impe. | 883 | Answer: |
Table Liet International - Liet International 2012: [["No.", "Artist", "Song", "Language", "Qualification", "Placing", "Points"], ["02", "Enkore", "\"Muxurik muxu\"", "Basque", "", "8", "41"], ["07", "Yldau [fy]", "\"Fjoer\"", "West Frisian", "Winner Liet 2012", "7", "52"], ["09", "Lleuwen", "\"Ar Gouloù Bev\"", "Breton", "", "1 Jury award", "87"], ["08", "JoNoKognos", "\"Mai mai\"", "Friulian", "Public award SUNS 2012 (2nd place)", "11", "32"], ["01", "Dopu Cena", "\"Trasmetta\"", "Corsican", "Winner Liet Corsica 2012", "2", "86"], ["04", "Brian Ó hEadhra", "\"Fathainn\"", "Scottish Gaelic", "", "5", "64"], ["11", "The Voodoolectric", "\"Slickermuul\"", "Low German", "", "3", "76"], ["03", "Claudia Crabuzza & Claudio Gabriel Sanna", "\"Ara\"", "Catalan (of Alghero)", "Jury award and public award SUNS 2012", "5", "64"], ["05", "Ivan Belosludtsev & 4 Cheber Pios", "\"Tau Tynyd\" (Тау тыныд)", "Udmurt", "", "9", "35"], ["10", "Inger Karoline Gaup [nn]", "\"Oainnát go?\"", "Sámi", "Winner Sámi Grand Prix 2012", "9", "35"], ["06", "Asturiana Mining Company [es]", "\"Si nun conoces Vaḷḷouta\"", "Asturian", "Winner Premiu al Meyor Cantar 2012", "4 Public award", "66"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Who were the artists that rendered their songs in the Basque, West Frisian languages, and what were their respective rankings and points? | Enkore be artist who perform their song "Muxurik muxu" in Basque language, and they rank 8 with 41 point. In West Frisian language, Yldau perform their song "Fjoer" and get position 7, have 52 point. | 883 | Answer: |
Table Allen County Athletic Conference - Former members: [["School", "Location", "Mascot", "Colors", "County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"], ["Huntertown", "Huntertown", "Wildcats", "", "02 Allen", "1956", "", "1968", "none (consolidated into Carroll (FW))"], ["Elmhurst", "Fort Wayne", "Trojans", "", "02 Allen", "1956", "", "1960", "Northeastern Indiana"], ["Homestead", "Fort Wayne", "Spartans", "", "02 Allen", "1971", "none (new school)", "1975", "Northeastern Indiana"], ["Carroll (Fort Wayne)", "Fort Wayne", "Chargers", "", "02 Allen", "1968", "none (new school)", "1989", "Northeast Hoosier"], ["Arcola", "Arcola", "Aces", "", "02 Allen", "1956", "", "1968", "none (consolidated into Carroll (FW))"], ["Hoagland", "Hoagland", "Wildcats", "", "02 Allen", "1956", "", "1968", "none (consolidated into Heritage)"], ["Norwell", "Ossian", "Knights", "", "90 Wells", "1967", "none (new school)", "1989", "Northeast Hoosier"], ["Ossian", "Ossian", "Bears", "", "90 Wells", "1966", "Eastern Wabash Valley", "1967", "none (consolidated into Norwell)"], ["Eastside", "Butler", "Blazers", "", "17 DeKalb", "1968", "Independents (SCC 1967)", "1980", "Northeast Corner"], ["Harlan", "Harlan", "Hawks", "", "02 Allen", "1956", "", "1965", "none (consolidated into Woodlan)"], ["Lafayette Central1", "Nine Mile", "Pirates", "", "02 Allen", "1956", "", "1963", "none (consolidated into Roanoke)"], ["Monroeville", "Monroeville", "Cubs", "", "02 Allen", "1956", "", "1968", "none (consolidated into Heritage)"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How many schools were consolidated into another school after leaving Allen County Athletic Conference, and into which schools were they consolidated? | After leave Allen County Athletic Conference, seven schools were consolidate into other schools. Arcola was consolidate into Carroll (FW), Harlan into Woodlan, Hoagland and Monroeville into Heritage, Huntertown into Carroll (FW), Lafayette Central1 into Roanoke, and Ossian into Norwell. | 883 | Answer: |
Table List of best-selling singles - 15 million copies or more: [["Artist", "Single", "Released", "Sales (in millions)", "Source"], ["Whitney Houston", "\"I Will Always Love You\"", "1992", "20", ""], ["Bryan Adams", "\"(Everything I Do) I Do It for You\"", "1991", "15", ""], ["Mariah Carey", "\"All I Want for Christmas Is You\"", "1994", "16", ""], ["Elton John", "\"Candle in the Wind 1997\" / \"Something About the Way You Look Tonight\"", "1997", "33", ""], ["Celine Dion", "\"My Heart Will Go On\"", "1997", "18", ""], ["Baccara", "\"Yes Sir, I Can Boogie\"", "1977", "18", ""], ["John Travolta and Olivia Newton-John", "\"You're the One That I Want\"", "1978", "15", ""], ["Elvis Presley", "\"It's Now or Never\"", "1960", "20", ""], ["Bill Haley & His Comets", "\"Rock Around the Clock\"", "1954", "25", ""], ["The Ink Spots", "\"If I Didn't Care\"", "1939", "19", ""], ["Mungo Jerry", "\"In the Summertime\"", "1970", "30", ""], ["USA for Africa", "\"We Are the World\"", "1985", "20", ""], ["Bing Crosby", "\"White Christmas\"", "1942", "50", ""], ["Bing Crosby", "\"Silent Night\"", "1935", "30", ""]] |
You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What are the top three singles in terms of sales and which artists do they belong to? | The top three singles in terms of sales are "White Christmas" by Bing Crosby with 50 million copies sold, "Candle in the Wind 1997" / "Something About the Way You Look Tonight" by Elton John with 33 million copies sold, "In the Summertime" by Mungo Jerry with 30 million copies sold and "Silent Night" by Bing Crosby with 30 million copies sold. These remarkable sales figures highlight the enduring popularity of these songs and the artists who created them. It is also worth noting that Bing Crosby appears twice in the top five, showcasing his immense success and impact on the music industry. | 883 | Answer: |
Table List of tallest buildings in Luanda - Projects: [["Name", "Height m / ft", "Floors", "Year", "Status", "Notes"], ["Euro Africa Tower", "110 m (360 ft)", "23", "2013", "Approved", ""], ["World Trade Center Angola - Tower 2", "135 m (443 ft)", "37", "2012", "Under Construction", ""], ["World Trade Center Angola - Tower 1", "155 m (509 ft)", "42", "2012", "Under Construction", ""], ["Baia Building", "100 m (330 ft)", "22", "2013", "Approved", ""], ["Torre De Angola", "325 m (1,066 ft)", "70", "2015", "Approved", ""], ["Major Kanhangulo Street Building", "110 m (360 ft)", "24", "2013", "Under Construction", ""], ["Edifício Rocha Monteiro", "105 m (344 ft)", "24", "2013", "Approved", ""], ["Tórre C I F", "115 m (377 ft)", "25", "2014", "Under Construction", ""]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How many floors does the Euro Africa Tower have and what year was it approved for construction? | The Euro Africa Tower has 23 floors and it was approved for construction in 2013. | 883 | Answer: |
Table Civil Rights Game - Results: [["Year", "Date", "Host City", "Stadium", "Team", "Score", "Team", "Attendance"], ["2007", "March 31", "Memphis, Tennessee", "AutoZone Park", "St. Louis Cardinals", "5–1", "Cleveland Indians", "12,815"], ["2012", "August 18", "Atlanta, Georgia", "Turner Field", "Atlanta Braves", "2–6", "Los Angeles Dodgers", "42,219"], ["2014", "May 30", "Houston, Texas", "Minute Maid Park", "Houston Astros", "2–1", "Baltimore Orioles", "38,482"], ["2013", "August 24", "Chicago, Illinois", "U.S. Cellular Field", "Chicago White Sox", "3–2", "Texas Rangers", "22,079"], ["2009", "June 20", "Cincinnati, Ohio", "Great American Ball Park", "Cincinnati Reds", "8–10", "Chicago White Sox", "42,234"], ["2015", "April 15", "Los Angeles, California", "Dodger Stadium", "Los Angeles Dodgers", "5–2", "Seattle Mariners", "51,287"], ["2010", "May 15", "Cincinnati, Ohio", "Great American Ball Park", "Cincinnati Reds", "4–3", "St. Louis Cardinals", "41,326"], ["2011", "May 15", "Atlanta, Georgia", "Turner Field", "Atlanta Braves", "3–2", "Philadelphia Phillies", "42,117"], ["2008", "March 29", "Memphis, Tennessee", "AutoZone Park", "New York Mets", "3–2", "Chicago White Sox", "7,717"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Which city according to the table has hosted the Civil Rights Game most frequently, and what impact did it have on the number of attendees, if any? | From table, we can see city that host Civil Rights Game most time are Memphis, Tennessee, Cincinnati, Ohio, and Atlanta, Georgia. They all have two games in AutoZone Park, Great American Ball Park, and Turner Field, respectively. The number of people come to see these game have no direct impact with the frequently. | 883 | Answer: |
Table Doug Lewis (Skier): [["Season", "Date", "Location", "Discipline", "Place"], ["1986", "8 Mar 1986", "Aspen , Co , Usa", "Downhill", "8Th"], ["1987", "7 Mar 1987", "Aspen , Co , Usa", "Downhill", "9Th"], ["1986", "17 Jan 1986", "Kitzbühel , Austria", "Downhill", "5Th"], ["1986", "16 Aug 1985", "Las Leñas , Argentina", "Downhill", "2Nd"], ["1985", "15 Dec 1984", "Val Gardena , Italy", "Downhill", "9Th"], ["1984", "11 Mar 1984", "Whistler , Bc , Canada", "Downhill", "8Th"], ["1985", "11 Jan 1985", "Kitzbühel , Austria", "Downhill", "10Th"], ["1987", "28 Feb 1987", "Furano , Japan", "Downhill", "7Th"], ["1985", "1985 World Championships", "1985 World Championships", "1985 World Championships", "1985 World Championships"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What were the places of Doug Lewis in the Downhill Discipline in the season of 1986? | In the season of 1986, Doug Lewis placed 2nd in the Downhill discipline at Las Leñas, Argentina on 16 August 1985, 5th in the Downhill discipline at Kitzbühel, Austria on 17 January 1986, and 8th in the Downhill discipline at Aspen, Co, Usa on 8 March 1986. | 883 | Answer: |
Table Lego Castle - Forestmen (1987–1992): [["Reference", "Name", "Released", "Minifigures", "Notes"], ["6103", "Castle Mini Figures", "1988", "2 Soldiers, 2 Forestmen, Guard, Villager", ""], ["1877", "Crusader's Cart", "1990", "2 Forestmen", ""], ["6054", "Forestmen's Hideout", "1988", "2 Forestmen", ""], ["1680", "Crusader's Cart", "1990", "3 Forestmen", ""], ["6077", "Forestmen's River Fortress", "1989", "5 Forestmen, Guard", ""], ["6066", "Camouflaged Outpost", "1987", "6 Forestmen", ""], ["6071", "Forestmen's Crossing", "1990", "4 Forestmen, Forestwoman", ""], ["1974", "Smuggler's Hayride", "1989", "Robber, Forestmen", ""]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How has the number of minifigures changed across the Lego Castle - Forestmen's releases from 1987 to 1990, and are there any unusual outliers? | In summary, the Lego Castle - Forestmen series featured a varying number of minifigures across its sets, which were released between 1987 and 1990. The 1987 Camouflaged Outpost had the highest number of minifigures at six, while other sets like the Forestmen's Hideout and Forestmen's River Fortress had between two to six minifigures. The 1990 Forestmen's Crossing included a Forestwoman minifigure, adding gender diversity to the series. | 883 | Answer: |
Table 2008 Masters France: [["Seed", "Player", "Marseille (32 Draw)", "Metz (32)", "Lyon (32)", "Paris (48 - Byes)"], ["1", "Paul - Henri Mathieu", "Semi - Finals", "Final", "Round 2", "Round 1"], ["2", "Gilles Simon", "Quarter - Finals", "Round 1", "Semi - Finals", "Round 3"], ["4", "Adrian Mannarino", "Dnq", "Semi - Finals", "Dnq", "Round 1"], ["5", "Marc Gicquel", "Round 1", "Quarter - Finals", "Round 1", "Round 1"], ["3", "Julien Benneteau", "Round 2", "Round 1", "Final", "Dnp"], ["7", "Josselin Ouanna", "Dnp", "Dnp", "Quarter - Finals", "Round 1"], ["6", "Michaãl Llodra", "Round 2", "Round 1", "Round 1", "Dnp"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Who were the quarter-finalists of the 2008 Masters France? Summarize their performance. | The quarter-finalists of the 2008 Masters France were Gilles Simon, Marc Gicquel, Josselin Ouanna, and Michaãl Llodra. Gilles Simon made it to the quarter-finals in Marseille and Metz and the semi-finals in Lyon. Marc Gicquel made it to the quarter-finals in Metz and the round of 1 in Marseille and Lyon. Josselin Ouanna also made it to the quarter-finals, but only in Lyon and Paris. Lastly Michaãl Llodra reached the round of 1 in Marseille and Lyon, but did not compete at Paris. | 883 | Answer: |
Table Gymnastics At The 2008 Summer Olympics - Men 'S Artistic Qualification: [["Position", "Country", "Floor", "Pommel Horse", "Rings", "Vault", "Parallel Bars", "Horizontal Bar", "Team Total"], ["3Rd", "Russia", "60.475", "57.4", "60.625", "64.3", "63.1", "60.325", "366.225"], ["4Th", "South Korea", "61.025", "59.45", "60.225", "63.725", "63.65", "57.6", "365.675"], ["7Th", "France", "59.025", "55.825", "58.975", "64.65", "62.175", "60.55", "361.2"], ["8Th", "Romania", "61.175", "55.9", "59.85", "65.325", "60.05", "57.05", "359.35"], ["1St", "China", "60.925", "61.2", "62.85", "65.325", "63.3", "61.075", "374.675"], ["2Nd", "Japan", "61.675", "58.625", "60.5", "64.125", "63.15", "61.475", "369.55"], ["5Th", "Germany", "61.1", "58.9", "60.0", "64.375", "61.5", "59.8", "365.675"], ["6Th", "United States", "59.9", "57.325", "60.55", "63.85", "62.3", "61.275", "365.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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the countries with the top three positions in the team total. | The countries with the top three positions in the team total were China, Japan, and Russia. China earned a score of 374.675, Japan earned a score of 369.55, and Russia earned a score of 366.225. China had the highest total score with their strongest event being Vault where they scored 65.325 points. Japan was second with their highest scoring event being Floor at 61.675 points. | 883 | Answer: |
Table Indiana High School Athletics Conferences: [["School", "Mascot", "Location", "Enrollment", "Ihsaa Class", "Ihsaa Football Class", "County"], ["Indianapolis North Central", "Panthers", "Indianapolis", "3492.0", "Aaaa", "Aaaaa", "49 Marion"], ["Indianapolis Ben Davis", "Giants", "Indianapolis", "4892.0", "Aaaa", "Aaaaa", "49 Marion"], ["Indianapolis Warren Central", "Warriors", "Indianapolis", "3691.0", "Aaaa", "Aaaaa", "49 Marion"], ["Lawrence North", "Wildcats", "Lawrence", "2457.0", "Aaaa", "Aaaaa", "49 Marion"], ["Terre Haute North", "Patriots", "Terre Haute", "2083.0", "Aaaa", "Aaaaa", "84 Vigo"], ["Terre Haute South", "Braves", "Terre Haute", "1829.0", "Aaaa", "Aaaaa", "84 Vigo"], ["Center Grove", "Trojans", "Greenwood", "2.366", "Aaaa", "Aaaaa", "41 Johnson"], ["Carmel", "Greyhounds", "Carmel", "4443.0", "Aaaa", "Aaaaa", "29 Hamilton"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the basic information of school(s) in the Allen County - Metropolitan Conference that are located in Indianapolis. | The Allen County - Metropolitan Conference in Indiana contains three high schools from Indianapolis: Ben Davis, North Central, and Warren Central. Ben Davis has the highest enrollment of all three with 4,892 students. Warren Central has enrollment at 3,691 and North Central has 3,492. All three are all classified as AAAA for the IHSAA and compete in the IHSAA football class of AAAAA. | 883 | Answer: |
Table 2018–19 FA Women's Cup - Teams: [["Round", "Clubs remaining", "Clubs involved", "Winners from previous round", "Games played", "Goals scored", "Prize money"], ["Second Round Qualifying", "167", "120", "73", "59", "338", "£450"], ["First Round Qualifying", "240", "146", "53", "67", "373", "£375"], ["Fifth Round", "16", "16", "16", "8", "31", "£3,000"], ["Third Round Qualifying", "107", "60", "60", "30", "139", "£600"], ["First Round", "77", "30", "30", "15", "60", "£850"], ["Third Round", "42", "20", "20", "10", "39", "£1,000"], ["Second Round", "62", "40", "15", "20", "81", "£900"], ["Fourth Round", "32", "32", "10", "16", "64", "£2,000"], ["The Final", "2", "2", "2", "", "", "£15,000 (runners-up) £25,000 (winners)"], ["Preliminary Round", "293", "106", "–", "46", "222", "£325"], ["Quarter-Final", "8", "8", "8", "", "", "£4,000"], ["Semi-Final", "4", "4", "4", "", "", "£5,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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How does the prize money change with each successive round in the 2018–19 FA Women's Cup? | The prize money of 2018-19 FA Women's Cup gets more in every round as competition goes on. In Preliminary Round, prize money for clubs is £325, and it becomes £375 in First Round Qualifying, a little more. Prize money keeps growing, gets to £450 in Second Round Qualifying, £600 in Third Round Qualifying, and £850 in First Round. The prize is more big in later rounds, clubs get £900 in Second Round, £1,000 in Third Round, £2,000 in Fourth Round, and £3,000 in Fifth Round. At last, the most prize is for last two teams, the second team gets £15,000 and winner team gets £25,000. | 883 | Answer: |
Table 2007 Rexall Grand Prix Of Edmonton: [["Name", "Team", "Qual 1", "Qual 2", "Best"], ["Bruno Junqueira", "Dale Coyne Racing", "59.127", "58.846", "58.846"], ["Graham Rahal", "N / H / L Racing", "59.112", "58.485", "58.485"], ["Alex Figge (R)", "Pacific Coast Motorsports", "1:00.937", "1:01.996", "1:00.937"], ["Neel Jani (R)", "Pkv Racing", "59.465", "58.762", "58.762"], ["Sãbastien Bourdais", "N / H / L Racing", "58.709", "58.596", "58.596"], ["Katherine Legge", "Dale Coyne Racing", "1:00.222", "1:00.850", "1:00.222"], ["Ryan Dalziel", "Pacific Coast Motorsports", "1:01.055", "59.256", "59.256"], ["Paul Tracy", "Forsythe Racing", "1:01.840", "1:00.107", "1:00.107"], ["Jan Heylen", "Conquest Racing", "1:00.470", "59.561", "59.561"], ["Robert Doornbos (R)", "Minardi Team Usa", "59.941", "59.553", "59.553"], ["Oriol Servia", "Forsythe Racing", "59.582", "59.695", "59.582"], ["Dan Clarke", "Minardi Team Usa", "No Time", "59.503", "59.503"], ["Simon Pagenaud (R)", "Team Australia", "58.974", "58.868", "58.868"], ["Alex Tagliani", "Rsports", "59.483", "59.549", "59.483"], ["Justin Wilson", "Rsports", "59.174", "58.410", "58.410"], ["Will Power", "Team Australia", "59.155", "58.403", "58.403"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the drivers that are part of the N/H/L Racing Team. | The N/H/L Racing Team is comprised of Sãbastien Bourdais and Graham Rahal. Both drivers put in impressive qualifying times in both Qual 1 and Qual 2, with Sãbastien getting the overall best time of 58.596 . Graham Rahal had a best time of 58.485. | 883 | Answer: |
Table List of the busiest airports in Asia - 2015 statistics: [["Rank", "Airport", "Location", "Country", "Code (IATA/ICAO)", "Total passengers", "% Change"], ["7.", "Singapore Singapore Changi Airport", "Changi, East", "Singapore", "SIN/WSSS", "55,448,964", "2.5%"], ["15.", "China Shenzhen Bao'an International Airport", "Bao'an, Shenzhen, Guangdong", "China", "SZX/ZGSZ", "39,721,619", "9.5%"], ["5.", "China Shanghai Pudong International Airport", "Pudong, Shanghai", "China", "PVG/ZSPD", "59,700,000", "17.7%"], ["9.", "Thailand Suvarnabhumi Airport", "Bang Phli, Samut Prakan", "Thailand", "BKK/VTBS", "52,918,785", "14.8%"], ["11.", "Malaysia Kuala Lumpur International Airport", "Sepang, Selangor", "Malaysia", "KUL/WMKK", "48,915,655", "0%"], ["16.", "China Shanghai Hongqiao International Airport", "Changning-Minhang, Shanghai", "China", "SHA/ZSSS", "39,090,699", "3.0%"], ["3.", "Japan Tokyo Haneda Airport", "Ōta, Tokyo", "Japan", "HND/RJTT", "75,300,000", "3.5%"], ["4.", "Hong Kong Hong Kong International Airport", "Chek Lap Kok, Islands", "Hong Kong", "HKG/VHHH", "68,488,000", "8.1%"], ["1.", "China Beijing Capital International Airport", "Chaoyang-Shunyi, Beijing", "China", "PEK/ZBAA", "90,203,000", "4.4%"], ["17.", "Taiwan Taiwan Taoyuan International Airport", "Dayuan, Taoyuan", "Republic of China", "TPE/RCTP", "38,473,333", "7.5%"], ["14.", "India Chhatrapati Shivaji International Airport", "Mumbai, Maharashtra", "India", "BOM/VABB", "40,637,377", "16.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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What are the top five busiest airports in Asia and how many total passengers did they handle in 2015? | In 2015, the top five busiest airports in Asia is China Beijing Capital International Airport, United Arab Emirates Dubai International Airport, Japan Tokyo Haneda Airport, Hong Kong International Airport, and China Shanghai Pudong International Airport. These airports deal with 90,203,000, 78,014,838, 75,300,000, 68,488,000, and 59,700,000 total passengers each. | 883 | Answer: |
Table Leigh Adams - Speedway Grand Prix results: [["Year", "Position", "Points", "Best Finish", "Notes"], ["2008", "6th", "125", "Winner", "Won European and Scandinavian Grand Prix"], ["2006", "5th", "106", "3rd", "Highest placed rider not to win a GP (3rd in Scandinavia)"], ["2003", "4th", "126", "Winner", "Won the Slovenian Grand Prix"], ["2005", "3rd", "107", "2nd", "Second in the European Grand Prix"], ["2001", "5th", "69", "3rd", "Third in the Danish Grand Prix"], ["2002", "4th", "127", "Winner", "Won the Swedish Grand Prix"], ["2007", "2nd", "153", "Winner", "Won Swedish, Scandinavian and Latvian Grand Prix"], ["2004", "4th", "131", "Winner", "Won the Swedish Grand Prix"], ["1996", "15th", "28", "8th", ""], ["1999", "7th", "67", "4th", "Made 4 semi-finals but only reached final once"], ["1997", "10th", "42", "9th", ""], ["2000", "6th", "65", "4th", ""], ["1998", "11th", "51", "5th", ""]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What is the trend in the positions obtained by Leigh Adams in the Speedway Grand Prix from 1996 to 2008? | Leigh Adams show gradual better in his position at Speedway Grand Prix from 1996 to 2008. In early year, he at middle position, like 15th, 10th, and 11th in 1996, 1997, and 1998. But his performance better in early 2000s with position around 4th to 7th. In 2007, Adams at his best position is 2nd with 153 points, win three Grand Prix that year. | 883 | Answer: |
Table List Of Formula One Driver Records: [["Driver", "Front Row Starts", "Pole Positions", "Entries", "Percentage"], ["Lewis Hamilton", "57", "31", "127", "44.81%"], ["Sebastian Vettel", "62", "43", "118", "52.54%"], ["Michael Schumacher", "116", "68", "308", "37.66%"], ["Ayrton Senna", "87", "65", "162", "53.70%"], ["Nigel Mansell", "56", "32", "191", "29.32%"], ["Alain Prost", "86", "33", "202", "42.57%"], ["Jackie Stewart", "42", "17", "100", "42.00%"], ["Juan Manuel Fangio", "48", "29", "52", "92.31%"], ["Damon Hill", "47", "20", "122", "38.52%"], ["Jim Clark", "48", "33", "73", "65.75%"]] |
You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Compare the records of pole positions between Ayrton Senna and Lewis Hamilton. | Ayrton Senna had a total of 65 pole positions in his 162 entries, while Lewis Hamilton has had 31 pole positions in a total of 127 entries throughout his career. This represents a ratio of 53.7% for Senna and 44.81% for Hamilton. Overall, this suggests that Senna was slightly more successful in claiming pole positions than Hamilton, with Senna’s entry-to-pole success rate being slightly higher (8.89%) than Hamiltons'. | 883 | Answer: |
Table 1973 Buffalo Bills Season: [["Game", "Date", "Opponent", "Result", "Bills Points", "Opponents", "Bills First Downs", "Record"], ["3", "Sept 30", "New York Jets", "Win", "9", "7", "15", "2 - 1"], ["1", "Sept 16", "New England Patriots", "Win", "31", "13", "23", "1 - 0"], ["7", "Oct 29", "Kansas City Chiefs", "Win", "23", "14", "21", "5 - 2"], ["11", "Nov 25", "Baltimore Colts", "Win", "24", "17", "16", "6 - 5"], ["13", "Dec 9", "New England Patriots", "Win", "37", "13", "13", "8 - 5"], ["5", "Oct 14", "Baltimore Colts", "Win", "31", "13", "18", "4 - 1"], ["2", "Sept 23", "San Diego Chargers", "Loss", "7", "34", "16", "1 - 1"], ["4", "Oct 7", "Philadelphia Eagles", "Win", "27", "26", "16", "3 - 1"], ["6", "Oct 21", "Miami Dolphins", "Loss", "6", "27", "8", "4 - 2"], ["8", "Nov 4", "New Orleans Saints", "Loss", "0", "13", "10", "5 - 3"], ["9", "Nov 11", "Cincinnati Bengals", "Loss", "13", "16", "10", "5 - 4"], ["10", "Nov 18", "Miami Dolphins", "Loss", "0", "17", "15", "5 - 5"], ["12", "Dec 2", "Atlanta Falcons", "Win", "17", "6", "17", "7 - 5"]] |
You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the game(s) in which Buffalo Bills achieved the highest point. | The Buffalo Bills achieved their highest point in Week 13 of the 1973 regular season against the New England Patriots. They won the game 37-13, and had 13 first downs. This was the eighth win for Buffalo during the season. This matchup with the Patriots saw Buffalo earn a total of 37 points, the peak of the entire 1973 regular season campaign. | 883 | Answer: |
Table Watch (Tv Channel): [["Rank", "Show", "Episode", "Number Of Viewers", "Date"], ["1", "Dynamo : Magician Impossible", "2.01", "1927000", "5 July 2012"], ["3", "Dynamo : Magician Impossible", "2.03", "1793000", "19 July 2012"], ["6", "Dynamo : Magician Impossible", "1.03", "1384000", "21 July 2011"], ["2", "Dynamo : Magician Impossible", "2.02", "1826000", "12 July 2012"], ["5", "Dynamo : Magician Impossible", "1.02", "1391000", "14 July 2011"], ["10", "Dynamo : Magician Impossible", "3.01", "1193000", "11 July 2013"], ["6", "Dynamo : Magician Impossible", "2.04", "1384000", "26 July 2012"], ["4", "Dynamo : Magician Impossible", "1.04", "1441000", "28 July 2011"], ["9", "Alcatraz", "1.08 - The Ames Brothers", "1193000", "1 May 2012"], ["8", "Alcatraz", "1.06 - Paxton Petty", "1229000", "17 April 2012"], ["7", "Alcatraz", "1.01 - Pilot", "1299000", "13 March 2012"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the basic information of the Magician Impossible episode that had the most viewers. | The episode of Dynamo: Magician Impossible that had the most viewers was 2.01 which aired on July 5th, 2012. This episode had 1,927,000 viewers and was the first episode of the second season. | 883 | Answer: |
Table 2007 Belgian Champ Car Grand Prix: [["Name", "Team", "Laps", "Time / Retired", "Grid", "Points"], ["Bruno Junqueira", "Dale Coyne Racing", "71", "+ 13.7 Secs", "4", "27"], ["Sébastien Bourdais", "N / H / L Racing", "71", "1:45:21.997", "1", "33"], ["Alex Figge", "Pacific Coast Motorsports", "70", "+ 1 Lap", "17", "7"], ["Graham Rahal", "N / H / L Racing", "71", "+ 14.5 Secs", "13", "26"], ["Ryan Dalziel", "Pacific Coast Motorsports", "67", "+ 4 Laps", "16", "6"], ["Katherine Legge", "Dale Coyne Racing", "71", "+ 28.8 Secs", "14", "10"], ["Tristan Gommendy", "Pkv Racing", "60", "Mechanical", "15", "5"], ["Paul Tracy", "Forsythe Racing", "71", "+ 24.5 Secs", "7", "11"], ["Neel Jani", "Pkv Racing", "71", "+ 19.1 Secs", "9", "15"], ["Oriol Servià", "Forsythe Racing", "71", "+ 17.2 Secs", "10", "19"], ["Jan Heylen", "Conquest Racing", "71", "+ 1:12.1", "11", "8"], ["Mario Domínguez", "Minardi Team Usa", "47", "Tyre", "12", "4"], ["Robert Doornbos", "Minardi Team Usa", "71", "+ 18.4 Secs", "3", "17"], ["Alex Tagliani", "Rsports", "71", "+ 23.8 Secs", "6", "13"], ["Simon Pagenaud", "Team Australia", "71", "+ 33.2 Secs", "8", "9"], ["Justin Wilson", "Rsports", "71", "+ 16.0 Secs", "5", "21"], ["Will Power", "Team Australia", "71", "+ 15.1 Secs", "2", "24"]] |
You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the drivers who were retired from the race due to mechanical issues. | Tristan Gommendy of the PKV Racing team was the only driver who could not finish the race after 60 laps due to mechanical problems. He had grip position at 15 and collected 5 points. | 883 | Answer: |
Table National Liberation Front (Algeria) - People's National Assembly elections: [["Election date", "Party leader", "Number of votes", "Percentage of votes", "Number of seats", "+/–"], ["1964", "Ahmed Ben Bella", "4,493,416", "87.0%", "196 / 196", ""], ["1962", "Ahmed Ben Bella", "5,267,324", "99.7%", "196 / 196", "196"], ["1997", "Boualem Benhamouda", "1,497,285", "14.3%", "62 / 380", "47"], ["1982", "Chadli Bendjedid", "6,054,740", "100%", "282 / 282", "21"], ["1991", "Chadli Bendjedid", "1,612,947", "23.4%", "15 / 231", "280"], ["2017", "Djamel Ould Abbes", "1,681,321", "25.99%", "164 / 462", "44"], ["2012", "Abdelmalek Sellal", "1,324,363", "17.35%", "208 / 462", "72"], ["1977", "Houari Boumediene", "6,037,537", "75.84%", "261 / 261", "65"], ["1987", "Chadli Bendjedid", "9,910,631", "100%", "295 / 295", "13"], ["2007", "Abdelaziz Belkhadem", "1,315,686", "22.98%", "136 / 386", "63"], ["2002", "Abdelaziz Bouteflika", "2.618.003", "34.3%", "199 / 389", "137"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Who is the party leader that had secured the highest number of votes across all the elections and in which year was the election held? | Chadli Bendjedid secured the highest number of votes across all the elections with 9,910,631 votes. This occurred during the 1987 People's National Assembly elections in Algeria. | 883 | Answer: |
Table Doug Lewis (Skier): [["Season", "Date", "Location", "Discipline", "Place"], ["1987", "7 Mar 1987", "Aspen , Co , Usa", "Downhill", "9Th"], ["1986", "8 Mar 1986", "Aspen , Co , Usa", "Downhill", "8Th"], ["1987", "28 Feb 1987", "Furano , Japan", "Downhill", "7Th"], ["1984", "11 Mar 1984", "Whistler , Bc , Canada", "Downhill", "8Th"], ["1986", "17 Jan 1986", "Kitzbühel , Austria", "Downhill", "5Th"], ["1985", "15 Dec 1984", "Val Gardena , Italy", "Downhill", "9Th"], ["1986", "16 Aug 1985", "Las Leñas , Argentina", "Downhill", "2Nd"], ["1985", "11 Jan 1985", "Kitzbühel , Austria", "Downhill", "10Th"], ["1985", "1985 World Championships", "1985 World Championships", "1985 World Championships", "1985 World Championships"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How many Downhill competitions did Doug Lewis participate in the season of 1987? Summarize the results of those competitions. | Doug Lewis participated in two Downhill competitions during the 1987 season. On February 28th, he placed 7th in Furano, Japan and on March 7th, he finished 9th in Aspen, Co, USA. | 883 | Answer: |
Table Sec - Big East Challenge: [["Date", "Time", "Big East Team", "Sec Team", "Location", "Television", "Attendance", "Winner", "Challenge Leader"], ["Fri , Nov 30", "9:00 Pm", "Depaul", "Auburn", "Auburn Arena Auburn , Al", "Espnu", "5827", "Depaul , 80 - 76", "Big East (6 - 2)"], ["Fri , Nov 30", "8:30 Pm", "6 Syracuse", "Arkansas", "Bud Walton Arena Fayetteville , Ar", "Espn", "19259", "Syracuse , 91 - 82", "Big East (5 - 2)"], ["Sat , Dec 1", "3:00 Pm", "17 Cincinnati", "Alabama", "Fifth Third Arena Cincinnati , Oh", "Espn2", "10155", "Cincinnati , 58 - 56", "Big East (8 - 3)"], ["Thurs , Nov 29", "7:30 Pm", "St John 'S", "South Carolina", "Carnesecca Arena Queens , Ny", "Espnu", "4902", "St John 'S , 89 - 65", "Big East (2 - 0)"], ["Thurs , Nov 29", "9:00 Pm", "Marquette", "7 Florida", "O'Connell Center Gainesville , Fl", "Espn2", "10245", "Florida , 82 - 49", "Big East (2 - 1)"], ["Sat , Dec 1", "2:00 Pm", "Rutgers", "Ole Miss", "Tad Smith Coliseum University , Ms", "Espnu", "4277", "Ole Miss , 80 - 67", "Big East (7 - 3)"], ["Thurs , Nov 29", "7:00 Pm", "Notre Dame", "8 Kentucky", "Edmund P Joyce Center South Bend , In", "Espn2", "9149", "Notre Dame , 64 - 50", "Big East (1 - 0)"], ["Fri , Nov 30", "7:00 Pm", "South Florida", "Georgia", "Usf Sun Dome Tampa , Fl", "Espnu", "5167", "South Florida , 64 - 53", "Big East (4 - 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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What are the games happened at the Fifth Third Arena between Big East and SEC teams? Summarize the basic information of that game. | The game at Fifth Third Arena between Big East and SEC teams happened on Saturday, December 1 at 3:00 pm. The matchup featured 17th ranked Cincinnati from the Big East competing against Alabama from the SEC. It took place in Cincinnati, Oh and was televised by ESPN2. 10155 people were in attendance at the game Seech for the Big East victory..In a close contest, Cincinnati pulled out a 58-56 win to give the Big East an 8-3 lead in the series. | 883 | Answer: |
Table List of cities in India by population - 1 to 25: [["Rank", "City", "Population (2011)", "Population (2001)", "State or union territory", "Ref"], ["23", "Agra", "1,585,704", "1,275,134", "Uttar Pradesh", ""], ["12", "Kanpur", "2,765,348", "2,551,337", "Uttar Pradesh", ""], ["11", "Lucknow", "2,817,105", "2,185,927", "Uttar Pradesh", ""], ["21", "Ghaziabad", "1,648,643", "968,256", "Uttar Pradesh", ""], ["25", "Faridabad", "1,414,050", "1,055,938", "Haryana", ""], ["16", "Bhopal", "1,798,218", "1,437,354", "Madhya Pradesh", ""], ["19", "Patna", "1,684,222", "1,366,444", "Bihar", ""], ["14", "Indore", "1,964,086", "1,474,968", "Madhya Pradesh", ""], ["1", "Mumbai", "12,442,373", "11,978,450", "Maharashtra", ""], ["17", "Visakhapatnam", "1,728,128", "982,904", "Andhra Pradesh", ""], ["8", "Surat", "4,467,797", "2,433,835", "Gujarat", ""], ["9", "Pune", "3,124,458", "2,538,473", "Maharashtra", ""], ["22", "Ludhiana", "1,618,879", "1,398,467", "Punjab", ""], ["2", "Delhi", "11,034,555", "9,879,172", "Delhi", ""], ["15", "Thane", "1,841,488", "1,262,551", "Maharashtra", ""], ["4", "Hyderabad", "6,731,790", "3,637,483", "Telangana", ""], ["20", "Vadodara", "1,670,806", "1,306,227", "Gujarat", ""]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How does the population of Uttar Pradesh cities vary in 2001 and 2011? | The population in Uttar Pradesh cities has been significant increased between 2001 and 2011. In 2001, Lucknow have a population of 2,185,927, and it grow to 2,817,105 in 2011. Same like this, Kanpur also increasing the population from 2,551,337 in 2001 to 2,765,348 in 2011. The Ghaziabad population experience one of the most big growth, it increased from 968,256 in 2001 later 1,648,643 in 2011, while Agra population grow from 1,275,134 in 2001 later 1,585,704 in 2011. | 883 | Answer: |
Table 2018–19 FA Women's Cup - Teams: [["Round", "Clubs remaining", "Clubs involved", "Winners from previous round", "Games played", "Goals scored", "Prize money"], ["Third Round", "42", "20", "20", "10", "39", "£1,000"], ["Second Round", "62", "40", "15", "20", "81", "£900"], ["First Round", "77", "30", "30", "15", "60", "£850"], ["Preliminary Round", "293", "106", "–", "46", "222", "£325"], ["Fifth Round", "16", "16", "16", "8", "31", "£3,000"], ["First Round Qualifying", "240", "146", "53", "67", "373", "£375"], ["Third Round Qualifying", "107", "60", "60", "30", "139", "£600"], ["Fourth Round", "32", "32", "10", "16", "64", "£2,000"], ["Second Round Qualifying", "167", "120", "73", "59", "338", "£450"], ["Quarter-Final", "8", "8", "8", "", "", "£4,000"], ["The Final", "2", "2", "2", "", "", "£15,000 (runners-up) £25,000 (winners)"], ["Semi-Final", "4", "4", "4", "", "", "£5,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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What trends can be observed in the number of goals scored as the rounds progress in the 2018–19 FA Women's Cup? | In analyze the table for the 2018-19 FA's Women Cup, we can see the number of goals scored decrease generally. | 883 | Answer: |
Table List of Ugly Betty episodes - Season 4 (2009–10): [["No. overall", "No. in season", "Title", "Directed by", "Written by", "Original air date", "U.S. viewers (millions)"], ["71", "6", "\"Backseat Betty\"", "John Putch", "Tracy Poust & Jon Kinnally", "November 13, 2009", "4.46"], ["75", "10", "\"The Passion of the Betty\"", "S.J. Clarkson", "David Grubstick & Chris Black", "January 6, 2010", "5.13"], ["69", "4", "\"The Weiner, the Bun, and the Boob\"", "Wendey Stanzler", "Brian Tanen", "October 30, 2009", "4.50"], ["78", "13", "\"Chica and the Man\"", "Victor Nelli, Jr.", "Gail Lerner", "February 3, 2010", "4.34"], ["77", "12", "\"Blackout!\"", "John Putch", "Cara DiPaolo", "January 20, 2010", "4.59"], ["82", "17", "\"Million Dollar Smile\"", "Paul Holahan", "Henry Alonso Myers & Chris Black", "March 24, 2010", "4.56"], ["74", "9", "\"Be-Shure\"", "David Dworetzky", "Gail Lerner", "December 11, 2009", "4.80"], ["80", "15", "\"Fire and Nice\"", "John Terlesky", "Erika Johnson", "March 10, 2010", "4.10"], ["72", "7", "\"Level (7) with Me\"", "John Fortenberry", "Chris Black", "November 27, 2009", "3.39"], ["79", "14", "\"Smokin' Hot\"", "John Scott", "Brian Tanen", "February 10, 2010", "4.68"], ["68", "3", "\"Blue on Blue\"", "Victor Nelli, Jr", "Abraham Higginbotham", "October 23, 2009", "4.55"], ["70", "5", "\"Plus None\"", "Paul Holahan", "Cara DiPaolo", "November 6, 2009", "4.76"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What was the highest and the lowest viewer count in season 4 of Ugly Betty, and which are the respective episodes associated with these counts? | In season 4 for Ugly Betty, the highest viewer number is 5.43 million in episode 20 which name "Hello Goodbye," and the lowest viewer number is 3.33 million in episode 16 that name "All the World's a Stage." | 883 | Answer: |
Table Athletics At The 2008 Summer Olympics - Women 'S 200 Metres: [["Rank", "Lane", "Athlete", "Country", "Time", "React"], ["8", "2", "Aleksandra Fedoriva", "Russia", "23.22", "0.202"], ["5", "4", "Muriel Hurtis - Houairi", "France", "22.71", "0.188"], ["7", "8", "Emily Freeman", "Great Britain", "22.83", "0.201"], ["6", "6", "Roqaya Al - Gassra", "Bahrain", "22.72", "0.259"], ["3", "5", "Sherone Simpson", "Jamaica", "22.5", "0.175"], ["2", "9", "Marshevet Hooker", "United States", "22.5", "0.196"], ["4", "3", "Cydonie Mothersille", "Cayman Islands", "22.61", "0.212"], ["1", "7", "Allyson Felix", "United States", "22.33", "0.181"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Who won the gold medal in the Women's 200 metres at the 2008 Summer Olympics? Summarize the basic information of the winner. | The gold medal in the Women's 200 metres at the 2008 Summer Olympics was won by Allyson Felix of the United States. She finished with a time of 22.33 seconds and a reaction of 0.181, placing her ahead of all other competitors. | 883 | Answer: |
Table List of international cricket centuries at Rose Bowl - One Day International centuries: [["No.", "Score", "Player", "Team", "Balls", "Inns.", "Opposing team", "Date", "Result"], ["6", "103*", "Eoin Morgan (1/2)", "England", "85", "2", "Australia", "22 June 2010", "Won"], ["16", "141", "Jonny Bairstow", "England", "114", "2", "West Indies", "29 September 2017", "Won"], ["12", "143", "Shane Watson", "Australia", "107", "1", "England", "16 September 2013", "Won"], ["1", "105*", "Andrew Flintoff", "England", "91", "1", "Sri Lanka", "4 July 2002", "Won"], ["4", "126*", "Ian Bell (1/2)", "England", "118", "1", "India", "21 August 2007", "Won"], ["7", "107*", "Eoin Morgan (2/2)", "England", "101", "1", "Pakistan", "22 September 2010", "Won"], ["8", "126", "Ian Bell (2/2)", "England", "117", "1", "West Indies", "16 June 2012", "Won"], ["5", "105", "Cameron White", "Australia", "124", "2", "England", "9 September 2009", "Won"], ["2", "101", "Younis Khan", "Pakistan", "109", "1", "England", "5 September 2006", "Won"], ["13", "118", "Kane Williamson", "New Zealand", "113", "2", "England", "14 June 2015", "Won"], ["15", "101", "Ben Stokes", "England", "79", "1", "South Africa", "27 May 2017", "Won"], ["3", "102", "Alastair Cook", "England", "126", "1", "India", "21 August 2007", "Won"], ["10", "189*", "Martin Guptill", "New Zealand", "155", "1", "England", "2 June 2013", "Won"], ["14", "110", "Ross Taylor", "New Zealand", "123", "2", "England", "14 June 2015", "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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Which players scored more than one century at the Rose Bowl, and did these multiple high scores affect their respective teams' results in those matches? | Ian Bell and Eoin Morgan are two player who score more than one century in Rose Bowl. These many high scores have good effect on their team result, because England win all four game when Bell and Morgan have century score. | 883 | Answer: |
Table Royal Canadian Mint Ice Hockey Coins: [["Year", "Theme", "Artist", "Issue Price", "Special Notes"], ["2008", "Toronto Maple Leafs", "N / A", "24.95", "From Toronto Maple Leafs Gift Set"], ["2008", "Toronto Maple Leafs", "N / A", "15.95", "From Coin And Puck Set"], ["2008", "Montreal Canadiens", "N / A", "15.95", "From Coin And Puck Set"], ["2008", "Ottawa Senators", "N / A", "15.95", "From Coin And Puck Set"], ["2008", "Vancouver Canucks", "N / A", "15.95", "From Coin And Puck Set"], ["2008", "Ottawa Senators", "N / A", "24.95", "From Ottawa Senators Gift Set"], ["2008", "Montreal Canadiens", "N / A", "24.95", "From Montreal Canadiens Gift Set"], ["2008", "Edmonton Oilers", "N / A", "15.95", "From Coin And Puck Set"], ["2008", "Vancouver Canucks", "N / A", "24.95", "From Vancouver Canucks Gift Set"], ["2008", "Calgary Flames", "N / A", "15.95", "From Coin And Puck Set"], ["2008", "Edmonton Oilers", "N / A", "24.95", "From Edmonton Oilers Gift Set"], ["2008", "Calgary Flames", "N / A", "24.95", "From Calgary Flames Gift Set"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the basic information of coins from Toronto Maple Leafs Gift Set. | The coins from the Toronto Maple Leafs Gift Set are from the Royal Canadian Mint Ice Hockey coin collection released in 2008. The artist is unknown and the issue price of these coins is $24.95. | 883 | Answer: |
Table List Of Ultras Of Oceania: [["Rank", "Peak", "Country", "Island", "Elevation (M)", "Prominence (M)", "Col (M)"], ["1", "Aoraki / Mount Cook", "New Zealand", "South Island", "3755", "3755", "0"], ["2", "Mount Ruapehu", "New Zealand", "North Island", "2797", "2797", "0"], ["9", "Mount Taylor", "New Zealand", "South Island", "2333", "1636", "698"], ["7", "Single Cone", "New Zealand", "South Island", "2319", "1969", "350"], ["4", "Mount Taranaki / Egmont", "New Zealand", "North Island", "2518", "2308", "210"], ["3", "Mount Aspiring / Tititea", "New Zealand", "South Island", "3033", "2471", "562"], ["8", "Manakau", "New Zealand", "South Island", "2608", "1798", "810"], ["5", "Mount Tutoko", "New Zealand", "South Island", "2723", "2191", "532"], ["6", "Mount Tapuaenuku", "New Zealand", "South Island", "2884", "2021", "863"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Which mountain has the highest col (m)? Summarize the basic information of that mountain. | The mountain with the highest col (m) is Mount Tapuaenuku in New Zealand's South Island, with a col (m) of 863. Mount Tapuaenuku is the 6th highest peak in Oceania and has an elevation (m) of 2884 and prominence (m) of 2021. | 883 | Answer: |
Table List of flag bearers for Belgium at the Olympics -: [["#", "Event year", "Season", "Flag bearer", "Sport"], ["2", "1936", "Winter", "De Spoelberch, EricEric De Spoelberch", "Bobsleigh"], ["32", "2014", "Winter", "Mariën, HannaHanna Mariën", "Bobsleigh"], ["4", "1948", "Winter", "Houben, MaxMax Houben", "Bobsleigh"], ["31", "2012", "Summer", "Hellebaut, TiaTia Hellebaut", "Athletics"], ["14", "1976", "Summer", "Roelants, GastonGaston Roelants", "Athletics"], ["13", "1976", "Winter", "Blanchaer, RobertRobert Blanchaer", "Alpine skiing"], ["1", "1920", "Summer", "Boin, VictorVictor Boin", "Fencing, Swimming and Water polo"], ["28", "2006", "Winter", "Van der Perren, KevinKevin Van der Perren", "Figure skating"], ["33", "2016", "Summer", "Borlée, OliviaOlivia Borlée", "Athletics"], ["15", "1980", "Winter", "Mollin, HenriHenri Mollin", "Alpine skiing"], ["10", "1968", "Summer", "Roelants, GastonGaston Roelants", "Athletics"], ["22", "1994", "Winter", "Pintens, BeaBea Pintens", "Short track speed skating"], ["30", "2010", "Winter", "Van der Perren, KevinKevin Van der Perren", "Figure skating"], ["11", "1972", "Winter", "Blanchaer, RobertRobert Blanchaer", "Alpine skiing"], ["12", "1972", "Summer", "Roelants, GastonGaston Roelants", "Athletics"], ["9", "1964", "Summer", "Roelants, GastonGaston Roelants", "Athletics"], ["24", "1998", "Winter", "Alleblas, ConradConrad Alleblas", "Speed skating"], ["26", "2002", "Winter", "Van Vossel, SimonSimon Van Vossel", "Short track speed skating"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How often have athletes from winter sports been selected as flag bearers compared to athletes from summer sports? | Based on the table above, athletes from winter sports have been selected as flag bearers for Belgium at the Olympics 15 times, while athletes from summer sports have held the flag 19 times. This shows that summer sports athletes have been chosen as flag bearers more frequently compared to those participating in winter sports. However, it is still notable that winter sports athletes have had a significant representation in carrying the flag for Belgium at the Olympics. | 883 | Answer: |
Table List Of Locomotives In China: [["Model", "Build Year", "Top Speed (In Operation) (Km / H)", "Power Output (Kw)", "Total Production"], ["6K", "1986 - 1987", "100", "5100", "85"], ["8 G", "1987 - 1990", "100", "23200", "100"], ["6Y2", "1958-1961", "101", "4740", "25"], ["8K", "1987", "100", "23200", "150"], ["6 G", "1973", "112", "5400", "40"], ["6 G1", "1971", "120", "5100", "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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What are the locomotives produced between 1986 and 1987? Summarize the basic information of these locomotives. | Between 1986 and 1987, two locomotives were produced: the 6K and the 8K. The 6K model had a top speed of 100 km/hr and an output power of 5100 kW, with a total production run of 85 units. On the other hand, the 8K had a top speed of 100 km/hr as well, but its power output was higher at 23200 kW, with a total production run of 150 units. | 883 | Answer: |
Table Mantiqueira Mosaic - Extent: [["Unit", "Level", "Area (ha)", "Created", "State"], ["São Francisco Xavier Environmental Protection Area", "State", "11,559", "2002", "São Paulo"], ["Sapucaí Mirim Environmental Protection Area", "State", "39,800", "1998", "São Paulo"], ["Campos do Jordão Environmental Protection Area", "State", "28,800", "1984", "São Paulo"], ["Fernão Dias Environmental Protection Area", "State", "180,073", "1997", "Minas Gerais"], ["Lorena National Forest", "Federal", "249", "2001", "São Paulo"], ["Mananciais do Rio Paraíba do Sul Environmental Protection Area", "Federal", "336,416", "1982", "São Paulo Minas Gerais Rio de Janeiro"], ["Serra da Mantiqueira Environmental Protection Area", "Federal", "434,108", "1985", "Minas Gerais Rio de Janeiro São Paulo"], ["Serrinha do Alambari Environmental Protection Area", "Municipal", "5,760", "1991", "Rio de Janeiro"], ["Passa Quatro National Forest", "Federal", "350", "1968", "Minas Gerais"], ["Campos do Jordão State Park", "State", "8,341", "1941", "São Paulo"], ["Mananciais de Campos do Jordão State Park", "State", "503", "1993", "São Paulo"], ["Serra do Papagaio State Park", "State", "22,917", "1998", "Minas Gerais"], ["Itatiaia National Park", "Federal", "30,000", "1937", "Rio de Janeiro Minas Gerais"], ["Pedra Selada State Park", "State", "8,036", "2012", "Rio de Janeiro"], ["Rio Pombo Nature Park (formerly Serrinha do Alambari Municipal Park)", "Municipal", "6.7", "2009", "Rio de Janeiro"], ["Cachoeira da Fumaça e Jacuba Natural Park", "Municipal", "363", "2009", "Rio de Janeiro"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Which environmental protection unit was established first and last according to the table, and in which states are they located? | The Itatiaia National Park, made in 1937, is first environment protect place in table and be in Rio de Janeiro and Minas Gerais states. And the Pedra Selada State Park, made in 2012, is last and be in Rio de Janeiro state. | 883 | Answer: |
Table List of tallest buildings in Fresno - Tallest buildings: [["Rank", "Name", "Height feet / m", "Floors", "Year", "Image", "Notes"], ["2", "Fresno Pacific Towers", "219 / 67", "15", "1925", "Historically called the Pacific Southwest Building and the Security Bank Building. Tallest building between Oakland and Los Angeles from 1923 to 1963.", "-"], ["3", "Golden State County Plaza", "216 / 66", "21", "1964", "Historically called the Del Webb Building. Tallest building between Oakland and Los Angeles from 1963 to 1971.", "Golden State County Plaza, Fresno, CA.JPG"], ["1", "Robert E. Coyle United States Courthouse", "225 / 69", "9", "2005", "Tallest building in Fresno. Tallest building completed in the 2000s.", "-"], ["8", "Helm Building", "124 / 38", "10", "1914", "", "Helm Building Fresno CA.JPG"], ["4", "The Grand 1401", "173 / 53", "11", "1923", "Historically called the San Joaquin Light and Power Building, the PG&E Building, and the International Trade Center.", "The Grand 1401, Fresno, CA.JPG"], ["5", "Tower at Convention Center Court", "160 / 49", "11", "2003", "", "Tower at Covention Center.JPG"], ["6", "Mattei Building", "150 / 46", "12", "1921", "Historically called the Guarantee Savings Building.", ""], ["7", "Hotel Californian", "137 / 42", "9", "1923", "", ""], ["9", "Bank of Italy", "124 / 38", "8", "1918", "", "-"], ["10", "Community Regional Medical Center", "121 / 37", "10", "1972", "", ""]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How frequently did the record for the tallest building between Oakland and Los Angeles change hands from the 1920s to 1970s according to the table? Provide an analysis that identifies the buildings involved and the periods during which they held the record. | From 1920s to 1970s, the tallest building between Oakland and Los Angeles changed three times according to table. At first, Fresno Pacific Towers, also called Pacific Southwest Building and Security Bank Building, was the tallest from 1923 to 1963. Then, record went to Golden State County Plaza, also known as Del Webb Building, which hold the title from 1963 to 1971. After that, Community Regional Medical Center become tallest building in 1972, but table does not tell how long it kept the record. | 883 | Answer: |
Table List of ambassadors of Russia to the United States - Ambassadors of the Russian Empire to the United States of America: [["Name", "Photo", "Title", "Date from", "Date until"], ["Alexander Bodisko", "", "", "1837", "1854"], ["George Bakhmetev", "-", "", "1911", "1917"], ["Andrey Yakovlevich Dashkov", "", "", "1808", "1817"], ["Roman Rosen", "-", "", "1905", "1911"], ["Pavel Kridener", "", "", "1827", "1837"], ["Pyotr Ivanovich Poletika", "-", "", "1817", "1822"], ["Alexander Medem", "", "", "1854", "1855"], ["Konstantin Katakazi", "", "", "1869", "1872"], ["Eduard de Stoeckl", "-", "", "1855", "1869"], ["Count Arthur Paul Nicholas Cassini", "-", "", "1898", "1905"], ["Karl von Struve", "", "", "1882", "1892"], ["Fyodor van Tuyll van Serooskerken", "-", "", "1822", "1826"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What was the sequence of ambassadors from Russia to the United States from 1854 to 1905? | The sequence of ambassador from Russia to United States from 1854 to 1905 start with Alexander Medem, he serve from 1854 to 1855. After him, Eduard de Stoeckl hold the position from 1855 to 1869. After de Stoeckl, Konstantin Katakazi be ambassador from 1869 to 1872. At last, Karl von Struve have the title from 1882 to 1892, and Count Arthur Paul Nicholas Cassini serve from 1898 to 1905. | 883 | Answer: |
Table National Assembly of South Africa - History: [["Event", "Date", "ANC", "DP / DA", "NP / NNP", "COPE", "EFF", "IFP", "NFP", "VF / VF+", "UDM", "ACDP", "ID", "Others"], ["2014 election", "7 May 2014", "249", "89", "—", "3", "25", "10", "6", "4", "4", "3", "—", "7"], ["2004 election", "14 April 2004", "279", "50", "7", "—", "—", "28", "—", "4", "9", "7", "7", "9"], ["2009 election", "22 April 2009", "264", "67", "—", "30", "—", "18", "—", "4", "4", "3", "4", "6"], ["1994 election", "27 April 1994", "252", "7", "82", "—", "—", "43", "—", "9", "—", "2", "—", "5"], ["1999 election", "2 June 1999", "266", "38", "28", "—", "—", "34", "—", "3", "14", "6", "—", "11"], ["2007 floor-crossing", "15 September 2007", "297", "47", "—", "—", "—", "23", "—", "4", "6", "4", "4", "15"], ["2003 floor-crossing", "4 April 2003", "275", "46", "20", "—", "—", "31", "—", "3", "4", "7", "1", "13"], ["2005 floor-crossing", "15 September 2005", "293", "47", "—", "—", "—", "23", "—", "4", "6", "4", "5", "18"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Did the introduction of the EFF and NFP in 2014 made a significant impact on the distribution of seats in the National Assembly? | The EFF and NFP bring in 2014 have big effect on National Assembly seat distribution. The EFF gets 25 seats in 2014 election, which makes other political party seat numbers have direct impact. ANC is an example, seat number go down from 264 in 2009 to 249 in 2014. Same way, NFP gets 6 seats in 2014, it also help change seat distribution in assembly among other parties. | 883 | Answer: |
Table List of Scandal episodes - Season 7 (2017–18): [["No. overall", "No. in season", "Title", "Directed by", "Written by", "Original air date", "Prod. code", "U.S. viewers (millions)"], ["107", "1", "\"Watch Me\"", "Jann Turner", "Shonda Rhimes", "October 5, 2017", "701", "5.52"], ["115", "9", "\"Good People\"", "Nzingha Stewart", "Shonda Rhimes, Jess Brownell & Nicholas Nardini", "January 25, 2018", "708", "5.19"], ["112", "6", "\"Vampires and Bloodsuckers\"", "Jann Turner", "Chris Van Dusen & Tia Napolitano", "November 9, 2017", "706", "5.00"], ["124", "18", "\"Over a Cliff\"", "Tom Verica", "Shonda Rhimes", "April 19, 2018", "718", "5.46"], ["110", "4", "\"Lost Girls\"", "Nicole Rubio", "Ameni Rozsa & Austin Guzman", "October 26, 2017", "704", "4.88"], ["121", "15", "\"The Noise\"", "Darby Stanchfield", "Raamla Mohamed & Jeremy Gordon", "March 29, 2018", "715", "3.71"], ["113", "7", "\"Something Borrowed\"", "Sharat Raju", "Mark Fish", "November 16, 2017", "707", "4.97"], ["123", "17", "\"Standing in the Sun\"", "Jann Turner", "Mark Fish & Matt Byrne", "April 12, 2018", "717", "4.15"], ["111", "5", "\"Adventures in Babysitting\"", "Oliver Bokelberg", "Serveriano Canales & Tia Napolitano", "November 2, 2017", "705", "4.89"], ["116", "10", "\"The People v. Olivia Pope\"", "Kerry Washington", "Ameni Rozsa", "February 1, 2018", "710", "5.62"], ["122", "16", "\"People Like Me\"", "Joe Morton", "Chris Van Dusen", "April 5, 2018", "716", "3.83"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What was the viewership trend like for season 7 of Scandal, particularly in relation to any significant increases or decreases? | The viewership trend for season 7 of Scandal appeared to have fluctuations, with a few noticeable increases and decreases. The season began with a relatively high viewership of 5.52 million for the first episode, followed by a steady decline until the fifth episode, which brought in 4.88 million viewers. However, there was a small but noteworthy spike in viewership for episode 9 which garnered 5.19 million viewers. Despite a steady performance following episode 9, viewership dipped significantly in episode 15, which recorded 3.71 million viewers. The final episode marked another substantial increase in viewership as 5.46 million viewers tuned in, suggesting that the viewership trend for this season experienced a few peaks and valleys with no consistent pattern. | 883 | Answer: |
Table Mantiqueira Mosaic - Extent: [["Unit", "Level", "Area (ha)", "Created", "State"], ["São Francisco Xavier Environmental Protection Area", "State", "11,559", "2002", "São Paulo"], ["Sapucaí Mirim Environmental Protection Area", "State", "39,800", "1998", "São Paulo"], ["Campos do Jordão Environmental Protection Area", "State", "28,800", "1984", "São Paulo"], ["Lorena National Forest", "Federal", "249", "2001", "São Paulo"], ["Serra da Mantiqueira Environmental Protection Area", "Federal", "434,108", "1985", "Minas Gerais Rio de Janeiro São Paulo"], ["Mananciais de Campos do Jordão State Park", "State", "503", "1993", "São Paulo"], ["Mananciais do Rio Paraíba do Sul Environmental Protection Area", "Federal", "336,416", "1982", "São Paulo Minas Gerais Rio de Janeiro"], ["Fernão Dias Environmental Protection Area", "State", "180,073", "1997", "Minas Gerais"], ["Campos do Jordão State Park", "State", "8,341", "1941", "São Paulo"], ["Passa Quatro National Forest", "Federal", "350", "1968", "Minas Gerais"], ["Serra do Papagaio State Park", "State", "22,917", "1998", "Minas Gerais"], ["Serrinha do Alambari Environmental Protection Area", "Municipal", "5,760", "1991", "Rio de Janeiro"], ["Cachoeira da Fumaça e Jacuba Natural Park", "Municipal", "363", "2009", "Rio de Janeiro"], ["Itatiaia National Park", "Federal", "30,000", "1937", "Rio de Janeiro Minas Gerais"], ["Rio Pombo Nature Park (formerly Serrinha do Alambari Municipal Park)", "Municipal", "6.7", "2009", "Rio de Janeiro"], ["Pedra Selada State Park", "State", "8,036", "2012", "Rio de Janeiro"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What is the extent in hectares of the largest and smallest protected areas located in São Paulo and what years were these areas created? | none | 883 | Answer: |
Table 1938 Grand Prix Season: [["Name", "Circuit", "Date", "Winning Driver", "Winning Constructor", "Report"], ["Mountain Championship", "Brooklands", "15 October", "Raymond Mays", "Era", "Report"], ["Junior Car Club 200 Mile Race", "Brooklands", "27 August", "Johnny Wakefield", "Era", "Report"], ["Campbell Trophy", "Brooklands", "18 April", "Prince Bira", "Era", "Report"], ["Tripoli Grand Prix", "Mellaha", "15 May", "Hermann Lang", "Mercedes - Benz", "Report"], ["Donington Grand Prix", "Donington Park", "22 October", "Tazio Nuvolari", "Auto Union", "Report"], ["Cork Grand Prix", "Carrigrohane", "23 April", "René Dreyfus", "Delahaye", "Report"], ["Pau Grand Prix", "Pau", "10 April", "René Dreyfus", "Delahaye", "Report"], ["Grand Prix Des Frontières", "Chimay", "5 June", "Maurice Trintignant", "Bugatti", "Report"], ["Gávea Nacional Circuit", "Gávea", "29 May", "Arthur Nascimento Jr", "Alfa Romeo", "Report"], ["Rio De Janeiro Grand Prix", "Gávea", "12 June", "Carlo Maria Pintacuda", "Alfa Romeo", "Report"], ["Coppa Ciano", "Montenero", "7 August", "Hermann Lang", "Mercedes - Benz", "Report"], ["Coppa Acerbo", "Pescara", "15 August", "Rudolf Caracciola", "Mercedes - Benz", "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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the races that were held at the Brooklands Circuit. | The Brooklands Circuit hosted three races in the 1938 Grand Prix season, the Campbell Trophy held on 18 April, the Junior Car Club 200 Mile Race held on 27 August, and the Mountain Championship held on 15 October. Of these three races, Prince Bira won the Campbell Trophy driving an Era, while Johnny Wakefield won the Junior Car Club 200 Mile Race driving an Era. Finally, Raymond Mays won the Mountain Championship in an Era car. | 883 | Answer: |
Table Bikini in popular culture - Various major pageants: [["Founded", "Pageant", "Organizer", "Location", "Bikini allowed", "Bikini regulation", "Bikini controversy"], ["1983", "Miss Teen USA", "Gulf+Western", "Palm Springs, California", "1997", "Contestants are allowed to wear bikinis. Tankinis were provided as an option for the first (and last) time in 2000.", "–"], ["1921", "Miss America", "Miss America Organization", "Atlantic City, New Jersey", "1997", "Contestants are allowed to wear bikinis after a fifty-year ban imposed in 1947.", "1947: Bikinis were outlawed because of Roman Catholic protesters."], ["1952", "Miss USA", "Donald Trump", "New York City", "1997", "Contestants are allowed to wear bikinis after a fifty-year ban imposed in 1947. Tankinis were provided as an option for the first (and last) time in 2000.", "–"], ["1952", "Miss Universe", "Donald Trump", "New York City", "1997", "Contestants are allowed to wear bikinis after a fifty-year ban imposed in 1947.", "1996: Alya Rohali, the first Puteri Indonesia was withdrawn from the competition."], ["1951", "Miss World", "Eric Morley", "London, England", "1952", "Has toned down its swimsuits to more modest designs from the bikinis of its inaugural year.", "1951: The first winner Kiki Håkansson from Sweden was crowned in a bikini. countries with religious traditions threatened to withdraw delegates."], ["2001", "Miss Earth", "Carousel Productions", "Quezon City, Philippines", "2003", "–", "2003: Vida Samadzai from Afghanistan participating in a bikini caused an uproar in her native country."]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What are the differences in bikini regulations between Miss Universe, Miss USA, and Miss Teen USA? | Although there are some similarities among the bikini regulations of Miss Universe, Miss USA, and Miss Teen USA pageants, they also have their differences. Both Miss Universe and Miss USA allowed contestants to wear bikinis after a fifty-year ban imposed in 1947, lifting the ban in 1997. However, Miss Teen USA, which was founded in 1983, permitted contestants to wear bikinis from 1997 onwards as well. One difference between the events is that in 2000, Miss Universe, Miss USA, and Miss Teen USA provided tankinis as an alternative for the contestants for the first and last time, showcasing slight variance in the competition attire. | 883 | Answer: |
Table Constituencies of Mauritius - Constituency No 11: [["Constituency No", "Name of the Constituencies", "Electoral Population", "Ethnic Representants", ""], ["8", "Quartier Militaire and Moka", "41,342", "Mauritian", ""], ["6", "Grand Baie and Poudre d'Or", "48,379", "Mauritian", ""], ["21", "Rodrigues", "26,930", "Mauritian", ""], ["14", "Savanne and Black River", "58,341", "Mauritian", ""], ["1", "Grand River North West and Port Louis West", "40,572", "Mauritian", ""], ["16", "Vacoas and Floreal", "44,053", "Mauritian Mauritian", ""], ["9", "Flacq and Bon Acceuil", "50,883", "Mauritian", ""], ["19", "Stanley and Rose Hill", "38,982", "Mauritian", ""], ["17", "Curepipe and Midlands", "45,346", "Mauritian Mauritian", ""], ["10", "Montagne Blanche and Grand River South East", "47,296", "Mauritian", ""], ["5", "Pamplemousses and Triolet", "56,620", "Mauritian", ""], ["4", "Port Louis North and Montagne Longue", "46,179", "Mauritian", ""], ["7", "Piton and Riviere du Rempart", "40,624", "Mauritian", ""], ["11", "Vieux Grand Port and Rose Belle", "39,432", "Mauritian", ""], ["2", "Port Louis South and Port Louis Central", "24,642", "Mauritian", ""], ["12", "Mahebourg and Plaine Magnien", "36,242", "Mauritian", ""], ["20", "Beau Bassin and Petite Riviere", "42,656", "Mauritian Mauritian", ""], ["18", "Belle Rose and Quatre Bornes", "42,173", "Mauritian Mauritian", ""], ["15", "La Caverne and Phoenix", "53,548", "Mauritian", ""]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What is the connection, if any, between the size of the electoral population and the number of ethnic representatives in the different constituencies? | From table data, seem no relation between electoral population size and count of ethnic representative in different area. All areas in list, no matter their electoral population size, write "Mauritian" as ethnic representative, show same ethnic in all area. This mean ethnic representative count not different by electoral population size in Mauritius areas. | 883 | Answer: |
Table United States national rugby union team - Stadium & Attendance: [["Rank", "Attendance", "Opponent", "Date", "Venue", "Metro area"], ["6", "20,001", "Scotland", "2014-06-08", "BBVA Compass Stadium (MLS)", "Houston, TX"], ["15", "10,241", "Argentina XV", "2016-02-06", "BBVA Compass Stadium (MLS)", "Houston, TX"], ["5", "20,181", "Ireland", "2013-06-08", "BBVA Compass Stadium (MLS)", "Houston, TX"], ["9", "17,214", "Italy", "2012-06-03", "BBVA Compass Stadium (MLS)", "Houston, TX"], ["13", "11,300", "Scotland", "2018-06-16", "BBVA Compass Stadium (MLS)", "Houston, TX"], ["10", "16,000", "South Africa", "2001-12-01", "Robertson Stadium (CFB)", "Houston, TX"], ["11", "14,000", "New Zealand XV", "1980-10-08", "San Diego Stadium (NFL)", "San Diego, CA"], ["12", "13,591", "Chile", "2016-02-20", "Lockhart Stadium (NASL)", "Fort Lauderdale, FL"], ["2", "30,051", "Māori All Blacks", "2018-11-03", "Soldier Field (NFL)", "Chicago, IL"], ["4", "22,000", "Ireland", "2017-06-10", "Red Bull Arena (MLS)", "New York, NY"], ["3", "23,212", "Australia", "2015-09-05", "Soldier Field (NFL)", "Chicago, IL"], ["1", "61,500", "New Zealand", "2014-11-01", "Soldier Field (NFL)", "Chicago, IL"], ["7", "18,700", "Māori All Blacks", "2016-11-04", "Toyota Park (MLS)", "Chicago, IL"], ["14", "11,000", "Japan", "2015-07-24", "Bonney Field (USL)", "Sacramento, CA"], ["8", "18,500", "Māori All Blacks", "2013-11-09", "PPL Park (MLS)", "Philadelphia, PA"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How many times did the United States national rugby union team play at BBVA Compass Stadium in Houston, TX and who were the opponents during those occasions? | The United States national rugby union team have played at BBVA Compass Stadium in Houston, TX five times total. They faced opponents, like Ireland on 2013-06-08, Scotland on 2014-06-08, Italy on 2012-06-03, Chile on 2016-02-20, and Argentina XV on 2016-02-06. | 883 | Answer: |
Table 1964 World Series: [["Game", "Date", "Location", "Time", "Attendance"], ["1", "October 7", "Busch Stadium (I)", "2:42", "30805"], ["7", "October 15", "Busch Stadium (I)", "2:40", "30346"], ["6", "October 14", "Busch Stadium (I)", "2:37", "30805"], ["2", "October 8", "Busch Stadium (I)", "2:29", "30805"], ["5", "October 12", "Yankee Stadium (I)", "2:37", "65633"], ["4", "October 11", "Yankee Stadium (I)", "2:18", "66312"], ["3", "October 10", "Yankee Stadium (I)", "2:16", "67101"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the game(s) that were held in the Busch Stadium (I). | The 1964 World Series featured four games that were held at the Busch Stadium (I). Games 1 and 2 were held on October 7th and 8th and lasted for 2 hours, 42 minutes and 2 hours, 29 minutes respectively. Both games saw 30805 attendees. Game 6 was held on October 14th and lasted for 2 hours, 37 minutes for an attendance of 30805. Finally, Game 7 was the last game to be played in Busch Stadium (I) with an attendance of 30346 and a game time of 2 hours, 40 minutes. | 883 | Answer: |
Table World Series Of Poker Europe: [["Year", "Winner", "Winning Hand", "Prize Money", "Entrants", "Runner - Up", "Losing Hand"], ["2013", "Adrián Mateos", "As Kc", "1000000", "375", "Fabrice Soulier", "9D 8D"], ["2010", "James Bord", "10D 10H", "830401", "346", "Fabrizio Baldassari", "5S 5H"], ["2012", "Phil Hellmuth", "Ah 10D", "1058403", "420", "Sergii Baranov", "As 4C"], ["2011", "Elio Fox", "Ad 10S", "1400000", "593", "Chris Moorman", "Ah 7S"], ["2009", "Barry Shulman", "10S 10C", "801603", "334", "Daniel Negreanu", "4S 4D"], ["2007", "Annette Obrestad", "7H 7S", "1000000", "362", "John Tabatabai", "5S 6D"], ["2008", "John Juanda", "Ks 6C", "868800", "362", "Stanislav Alekhin", "Ac 9S"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the basic information of the runner-up(s) of the 2013 World Series Of Poker Europe. | The runner-up of the 2013 World Series of Poker Europe was Fabrice Soulier. He came in second place out of 375 entrants. He was playing with the hand of 9D 8D and lost to Adrián Mateos' As Kc. | 883 | Answer: |
Table 1958 Big Ten Conference football season - Results and team statistics: [["Conf. Rank", "Team", "Head coach", "AP final", "AP high", "Overall record", "Conf. record", "PPG", "PAG", "MVP"], ["4", "Purdue", "Jack Mollenkopf", "#13", "#8", "6–1–2", "3–1–2", "20.4", "11.3", "Tom Franckhauser"], ["3", "Ohio State", "Woody Hayes", "#8", "#1", "6–1–2", "4–1–2", "20.2", "14.7", "Jim Houston"], ["10", "Michigan State", "Duffy Daugherty", "NR", "NR", "3–5–1", "0–5–1", "13.0", "13.7", "Sam Williams"], ["8", "Michigan", "Bennie Oosterbaan", "NR", "#14", "2–6–1", "1–5–1", "14.7", "23.4", "Bob Ptacek"], ["7", "Northwestern", "Ara Parseghian", "NR", "#4", "5–4", "3–4", "22.1", "16.4", "Ron Burton"], ["5", "Indiana", "Phil Dickens", "NR", "NR", "5–3–1", "3–2–1", "9.0", "15.7", "Mike Rabold"], ["9", "Minnesota", "Murray Warmath", "NR", "NR", "1–8", "1–6", "12.8", "17.4", "Everett Gerths"], ["1", "Iowa", "Forest Evashevski", "#2", "#2", "8–1–1", "5–1", "27.2", "14.6", "Randy Duncan"], ["6", "Illinois", "Ray Eliot", "NR", "NR", "4–5", "4–3", "16.0", "16.7", "Gene Cherney"], ["2", "Wisconsin", "Milt Bruhn", "#7", "#4", "7–1–1", "5–1–1", "22.3", "8.6", "Jon Hobbs Dick Teteak"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What is the correlation between the teams' AP final ranks and their PAG (Points Against Per Game) standings in the 1958 Big Ten Conference football season? | In the 1958 Big Ten Conference football time, it look like two connection between teams' AP final rank and PAG (Points Against Per Game) places. Top four rank teams - Iowa, Wisconsin, Ohio State, and Purdue - all have small PAG scores compare to teams with not so good rankings. This make think strong defense, not let many points scored against them, help them do good during the season. On the other hand, teams with big PAG scores, like Michigan and Minnesota, have low rankings in the meeting. This relationship show that stopping other teams from scoring help teams get better rankings in the 1958 Big Ten Conference football season. | 883 | Answer: |
Table 1934 Masters Tournament: [["Place", "Name", "Country", "Score", "To Par"], ["T3", "Craig Wood", "United States", "71 + 74 + 69 = 214", "- 2"], ["T3", "Ed Dudley", "United States", "74 + 69 + 71 = 214", "- 2"], ["5", "Paul Runyan", "United States", "74 + 71 + 70 = 215", "- 1"], ["2", "Billy Burke", "United States", "72 + 71 + 70 = 213", "- 3"], ["T6", "Willie Macfarlane", "Scotland", "74 + 73 + 70 = 217", "+ 1"], ["T8", "Jimmy Hines", "United States", "70 + 74 + 74 = 218", "+ 2"], ["T8", "Macdonald Smith", "Scotland", "74 + 70 + 74 = 218", "+ 2"], ["T6", "Walter Hagen", "United States", "71 + 76 + 70 = 217", "+ 1"], ["10", "Al Watrous", "United States", "74 + 74 + 71 = 219", "+ 3"], ["1", "Horton Smith", "United States", "70 + 72 + 70 = 212", "- 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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What was the score of the players who tied in 3rd place? | The players who tied for 3rd place at the 1934 Masters Tournament were Craig Wood and Ed Dudley. Both players had a score of 214, 2-under par. Craig Wood shot a 71, 74, and 69 while Ed Dudley had a 74, 69, and 71. | 883 | Answer: |
Table Robin Frijns: [["Season", "Series", "Team", "Races", "Wins", "Poles", "Flaps", "Podiums", "Points", "Position"], ["2010", "Formula Renault 2.0 Nec", "Josef Kaufmann Racing", "3", "1", "0", "1", "2", "70", "14Th"], ["2012", "Formula Renault 3.5 Series", "Fortec Motorsport", "17", "3", "4", "1", "8", "189", "1St"], ["2011", "Eurocup Formula Renault 2.0", "Josef Kaufmann Racing", "14", "5", "1", "0", "9", "245", "1St"], ["2011", "Formula Renault 2.0 Nec", "Josef Kaufmann Racing", "12", "1", "1", "2", "7", "238", "4Th"], ["2010", "Formula Bmw Europe", "Josef Kaufmann Racing", "16", "6", "3", "3", "13", "383", "1St"], ["2009", "Formula Bmw Europe", "Josef Kaufmann Racing", "16", "1", "1", "1", "6", "265", "3Rd"], ["2013", "Gp2 Series", "Hilmer Motorsport", "10", "1", "0", "0", "2", "47", "15Th"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What are Robin Frijns' best performances in the Formula Renault 3.5 Series? Summarize the basic information of these performances. | Robin Frijns had his best performances in the Formula Renault 3.5 Series, competing for Fortec Motorsport in 2012. During this season, he raced a total of 17 times, winning three races and recording four pole positions, resulting in eight podiums and 189 points overall. He managed to win this series, taking home first place at the end of the year. | 883 | Answer: |
Table List of busiest railway stations in North America - List of busiest railway stations by annual passenger and commuter rail volume: [["Rank", "Railway Station", "Annual entries/exits (millions)", "City", "Country", "Main Services", "Number of platforms", "Interchange systems", "Image"], ["3", "Grand Central Terminal", "66.952", "New York City", "United States", "Metro-North Railroad", "44", "New York City Subway", "-"], ["7", "Newark Penn Station", "17.881", "Newark", "United States", "Amtrak, NJ Transit", "6", "Newark Light Rail, PATH", "-"], ["11", "30th Street Station", "12.270", "Philadelphia", "United States", "Amtrak, NJ Transit, SEPTA Regional Rail", "9", "Market–Frankford Line, SEPTA subway–surface trolley lines", "-"], ["5", "Chicago Union Station", "43.948", "Chicago", "United States", "Amtrak, Metra", "30", "Chicago \"L\"", "Union Station 2.JPG"], ["1", "New York Penn Station", "107.416", "New York City", "United States", "Amtrak, Long Island Rail Road, NJ Transit", "11", "New York City Subway, PATH", "-"], ["14", "Montreal Central Station", "10.687", "Montreal", "Canada", "Amtrak, Exo, Via Rail", "7", "Montreal Metro", "-"], ["9", "Hoboken Terminal", "14.950", "Hoboken", "United States", "Metro-North Railroad, NJ Transit", "10", "Hudson–Bergen Light Rail, PATH", "-"], ["2", "Toronto Union Station", "72.410", "Toronto", "Canada", "Amtrak, GO Transit, Union Pearson Express, Via Rail", "12", "Toronto streetcar, Toronto subway", "-"], ["12", "Los Angeles Union Station", "10.999", "Los Angeles", "United States", "Amtrak, Metrolink", "9", "Los Angeles Metro Rail", "-"], ["13", "Millennium Station", "10.764", "Chicago", "United States", "Metra", "6", "Chicago \"L\"", "-"], ["10", "Washington Union Station", "13.665", "Washington, D.C.", "United States", "Amtrak, MARC Train, Virginia Railway Express", "18", "DC Streetcar, Washington Metro", "-"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How do the annual entries/exits compare between the three busiest railway stations in North America and what are the main services provided by these stations? | The three busiest railway stations in North America have significant differences in annual entries/exits. New York Penn Station is the busiest with 107.416 million entries/exits annually, considerably higher than the second busiest, Toronto Union Station, which has 72.410 million entries/exits per year. Grand Central Terminal in New York City ranks third, with 66.952 million entries/exits each year. The main services provided at New York Penn Station include Amtrak, Long Island Rail Road, and NJ Transit. In contrast, Toronto Union Station's primary services consist of Amtrak, GO Transit, Union Pearson Express, and Via Rail, while Grand Central Terminal mainly serves the Metro-North Railroad. | 883 | Answer: |
Table 2008 Nascar Craftsman Truck Series: [["Pos", "Car", "Driver", "Make", "Team"], ["3", "99", "Erik Darnell", "Ford", "Roush Fenway Racing"], ["8", "51", "Kyle Busch", "Toyota", "Billy Ballew Motorsports"], ["10", "5", "Mike Skinner", "Chevrolet", "Mrd Motorsports"], ["2", "33", "Ron Hornaday", "Chevrolet", "Kevin Harvick Incorporated"], ["6", "10", "Brendan Gaughan", "Ford", "Circle Bar Racing"], ["1", "23", "Johnny Benson", "Toyota", "Bill Davis Racing"], ["4", "88", "Matt Crafton", "Chevrolet", "Thorsport Racing"], ["9", "71", "Donny Lia", "Chevrolet", "The Racer 'S Group"], ["5", "13", "Shelby Howard", "Chevrolet", "Thorsport Racing"], ["7", "7", "T J Bell", "Chevrolet", "The Racer 'S Group"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the drivers who raced in the Ford make in the 2008 Nascar Craftsman Truck Series. | In the 2008 Nascar Craftsman Truck Series, Ford had two drivers competing with the make. Erik Darnell, driving the number 99 craft, raced for Roush Fenway Racing. Brendan Gaughan piloted the number 10 truck for Circle Bar Racing. Darnell finished 3rd overall and Gaughan placed 6th. | 883 | Answer: |
Table 1967 - 68 Seattle Supersonics Season: [["Game", "Date", "Team", "Score", "High Points", "Location Attendance", "Record"], ["31", "December 15", "Chicago", "W 122 - 115", "Walt Hazzard (36)", "Chicago Stadium 1686", "9 - 22"], ["28", "December 8", "Chicago", "L 114 - 115", "Walt Hazzard , Bob Rule (21)", "Seattle Center Coliseum 3835", "7 - 21"], ["36", "December 22", "New York", "W 120 - 108", "Al Tucker (31)", "Seattle Center Coliseum 8515", "10 - 26"], ["35", "December 20", "Philadelphia", "L 122 - 160", "Walt Hazzard (20)", "Seattle Center Coliseum 7714", "9 - 26"], ["34", "December 19", "Boston", "L 114 - 118", "Walt Hazzard (37)", "Seattle Center Coliseum 6889", "9 - 25"], ["26", "December 3", "St Louis", "L 109 - 123", "Tom Meschery (23)", "Seattle Center Coliseum 7938", "7 - 19"], ["29", "December 10", "L A Lakers", "W 133 - 123", "Al Tucker (35)", "Seattle Center Coliseum 7006", "8 - 21"], ["42", "December 31", "San Francisco", "L 124 - 126", "Walt Hazzard (26)", "Seattle Center Coliseum 4591", "11 - 31"], ["41", "December 28", "San Diego", "L 125 - 143", "Walt Hazzard (45)", "Seattle Center Coliseum 5889", "11 - 30"], ["38", "December 24", "San Francisco", "L 113 - 127", "Walt Hazzard (20)", "Seattle Center Coliseum 6226", "10 - 28"], ["32", "December 17", "Philadelphia", "L 124 - 139", "Rod Thorn (22)", "Seattle Center Coliseum 11294", "9 - 23"], ["37", "December 23", "San Francisco", "L 124 - 131", "Walt Hazzard (19)", "Oakland - Alameda County Coliseum Arena 3862", "10 - 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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the games that had an attendance of more than 7000. | The Seattle Supersonics' 1967-68 season had 5 out of their 42 games drew in an attendance of more than 7000 people. On December 3rd, they lost 109-123 against the St. Louis team in front of 7938 people. December 10th saw the Supersonics getting the victory against the Los Angeles Lakers, 133-123 with Al Tucker scoring 35 points, in a crowd of 7006. Game 32 on December 17th was a loss against Philadelphia (124-139), but a large 11294 audience watched at the Seattle Center Coliseum. Their December 20th game against Philadelphia also saw 7714 people in attendance and the Supersonics got another big crowd on December 22th with 8515 people watching them defeat the New York Knicks 120-108. | 883 | Answer: |
Table 1958 Big Ten Conference football season - Results and team statistics: [["Conf. Rank", "Team", "Head coach", "AP final", "AP high", "Overall record", "Conf. record", "PPG", "PAG", "MVP"], ["4", "Purdue", "Jack Mollenkopf", "#13", "#8", "6–1–2", "3–1–2", "20.4", "11.3", "Tom Franckhauser"], ["3", "Ohio State", "Woody Hayes", "#8", "#1", "6–1–2", "4–1–2", "20.2", "14.7", "Jim Houston"], ["1", "Iowa", "Forest Evashevski", "#2", "#2", "8–1–1", "5–1", "27.2", "14.6", "Randy Duncan"], ["8", "Michigan", "Bennie Oosterbaan", "NR", "#14", "2–6–1", "1–5–1", "14.7", "23.4", "Bob Ptacek"], ["10", "Michigan State", "Duffy Daugherty", "NR", "NR", "3–5–1", "0–5–1", "13.0", "13.7", "Sam Williams"], ["2", "Wisconsin", "Milt Bruhn", "#7", "#4", "7–1–1", "5–1–1", "22.3", "8.6", "Jon Hobbs Dick Teteak"], ["9", "Minnesota", "Murray Warmath", "NR", "NR", "1–8", "1–6", "12.8", "17.4", "Everett Gerths"], ["7", "Northwestern", "Ara Parseghian", "NR", "#4", "5–4", "3–4", "22.1", "16.4", "Ron Burton"], ["5", "Indiana", "Phil Dickens", "NR", "NR", "5–3–1", "3–2–1", "9.0", "15.7", "Mike Rabold"], ["6", "Illinois", "Ray Eliot", "NR", "NR", "4–5", "4–3", "16.0", "16.7", "Gene Cherney"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Despite having different overall and conference records, Iowa and Wisconsin both ranked 1st and 2nd respectively. What were the deciding factors causing this rank placement in the 1958 Big Ten Conference? | In 1958 Big Ten Conference football season, Iowa and Wisconsin have rank 1st and 2nd. But they have not same overall and conference records. Iowa has more points per game (PPG) average, 27.2 than Wisconsin, which has 22.3. Also, Iowa has a little bit better overall record with 8 wins, 1 loss, and 1 tie. Wisconsin has 7 wins, 1 loss, and 1 tie. Besides, Iowa gets #2 in both AP final and AP high rankings, while Wisconsin highest AP rank is only #4 in the season. High performance and good numbers of Iowa, with better overall record and AP rankings, make them top rank in 1958 Big Ten Conference. | 883 | Answer: |
Table List of cities in Andhra Pradesh by population - Cities statistics: [["S.No.", "Name", "District", "Population (2011)", "Population (2001)"], ["29", "Tadepalligudem", "West Godavari", "104,032", "102,622"], ["20", "Chittoor", "Chittoor", "160,772", "152,654"], ["11", "Anantapur", "Anantapur", "261,004", "218,808"], ["15", "Adoni", "Kurnool", "184,625", "157,305"], ["30", "Chilakaluripet", "Guntur", "101,398", "91,656"], ["17", "Machilipatnam", "Krishna", "169,892", "179,353"], ["8", "Kakinada", "East Godavari", "312,538", "296,329"], ["1", "Visakhapatnam", "Visakhapatnam", "2,035,922", "982,904"], ["32", "Kavali", "Nellore", "90,099", "79,682"], ["31", "Amaravati ‡", "Guntur", "103,000", "—"], ["16", "Madanapalle", "Chittoor", "180,180", "99,967"], ["6", "Rajahmundry", "East Godavari", "341,831", "315,251"], ["27", "Narasaraopet", "Guntur", "117,489", "93,321"], ["19", "Proddatur", "Kadapa", "163,970", "150,309"], ["28", "Tadipatri", "Anantapur", "108,171", "86,843"], ["2", "Vijayawada", "Krishna", "1,021,806", "851,282"], ["21", "Hindupur", "Anantapur", "151,677", "125,074"], ["5", "Kurnool", "Kurnool", "460,330", "269122"], ["10", "Eluru", "West Godavari", "283,020", "190,062"], ["24", "Guntakal", "Anantapur", "126,270", "117,103"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Among all the cities, which city showed the least population increase from 2001 to 2011? | Of all city in Andhra Pradesh, Machilipatnam show least people increase from 2001 to 2011. Population in Machilipatnam go down from 179,353 in 2001 to 169,892 in 2011, show drop in people growing in that time. | 883 | Answer: |
Table OGAE Video Contest - Winners: [["Year", "Country", "Video", "Performer", "Points", "Host city"], ["2017", "Belgium", "\"Mud Blood\"", "Loïc Nottet", "184", "United Kingdom London"], ["2003", "France", "\"Fan\"", "Pascal Obispo", "122", "Turkey Istanbul"], ["2005", "Ukraine", "\"I Will Forget You\"", "Svetlana Loboda", "171", "Portugal Lisbon"], ["2004", "Portugal", "\"Cavaleiro Monge\"", "Mariza", "133", "France Fontainebleau"], ["2010", "Poland", "\"Kim tu jestem\"", "Justyna Steczkowska", "85", "Russia Volgograd"], ["2018", "Czech Republic", "\"Me Gusta\"", "Mikolas Josef", "132", "Belgium"], ["2015", "Germany", "\"Gäa\"", "Oonagh", "122", "France Paris"], ["2011", "France", "\"Lonely Lisa\"", "Mylène Farmer", "96", "Poland Wrocław"], ["2016", "United Kingdom", "\"Hymn For The Weekend\"", "Coldplay", "673", "Germany Lüneburg"], ["2009", "Russia", "\"Karma\"", "Yin-Yang", "142", "Russia Saint Petersburg"], ["2013", "Belgium", "\"Papaoutai\"", "Stromae", "144", "Italy Turin"], ["2014", "France", "\"Tourner dans le vide\"", "Indila", "141", "Belgium Brussels"], ["2012", "Italy", "\"È l'amore che conta\"", "Giorgia", "135", "France Paris"], ["2006", "Italy", "\"Contromano\"", "Nek", "106", "Turkey Izmir"], ["2007", "Russia", "\"LML\"", "Via Gra", "198", "Italy Florence"], ["2008", "Russia", "\"Potselui\"", "Via Gra", "140", "Russia Moscow"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What is the trend in the points awarded to the winning videos over the years from 2003 to 2018? | From 2003 to 2018, the trend in points awarded to the winning videos fluctuates with no clear pattern of consistent increase or decrease. While there are some years that witnessed significantly high scores, such as Russia's "LML" by Via Gra with 198 points in 2007, and United Kingdom's "Hymn For The Weekend" by Coldplay with a staggering 673 points in 2016, these are followed by relatively lower scores in subsequent years. | 883 | Answer: |
Table Dennis Taylor - Ranking finals: [["Outcome", "No.", "Year", "Championship", "Opponent in the final", "Score"], ["Runner-up", "2.", "1985", "Grand Prix", "England Steve Davis", "9–10"], ["Winner", "1.", "1984", "Grand Prix", "Canada Cliff Thorburn", "10–2"], ["Runner-up", "3.", "1987", "Grand Prix (2)", "Scotland Stephen Hendry", "7–10"], ["Runner-up", "1.", "1979", "World Championship", "Wales Terry Griffiths", "16–24"], ["Winner", "2.", "1985", "World Championship", "England Steve Davis", "18–17"], ["Runner-up", "4.", "1990", "Asian Open", "Scotland Stephen Hendry", "3–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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How many times has Dennis Taylor competed in the Grand Prix, and how successful was he? | Dennis Taylor competed in the Grand Prix three times. He won the championship once in 1984, where he defeated Canada's Cliff Thorburn with a score of 10-2. However, he was the runner-up in the 1985 and 1987 Grand Prix events, losing to England's Steve Davis and Scotland's Stephen Hendry respectively. | 883 | Answer: |
Table 2007–08 New York Islanders season - January: [["#", "Date", "Visitor", "Score", "Home", "OT", "Decision", "Attendance", "Record", "Pts"], ["48", "January 21", "Carolina", "3 – 2", "NY Islanders", "OT", "DiPietro", "16,234", "23–19–6", "52"], ["39", "January 3", "Florida", "4 – 3", "NY Islanders", "OT", "DiPietro", "11,428", "20–16–3", "43"], ["45", "January 15", "Montreal", "3 – 1", "NY Islanders", "", "DiPietro", "11,439", "22–18–5", "49"], ["42", "January 8", "NY Islanders", "2 – 3", "Vancouver", "SO", "DiPietro", "18,630", "20–17–5", "45"], ["43", "January 11", "NY Islanders", "5 – 4", "Calgary", "SO", "DiPietro", "19,289", "21–17–5", "47"], ["51", "January 29", "Ottawa", "5 – 2", "NY Islanders", "", "DiPietro", "9,546", "24–21–6", "54"], ["47", "January 19", "Philadelphia", "5 – 3", "NY Islanders", "", "DiPietro", "16,234", "23–19–5", "51"], ["40", "January 5", "NY Islanders", "1 – 2", "Colorado", "OT", "DiPietro", "17,154", "20–16–4", "44"], ["46", "January 16", "NY Islanders", "3 – 1", "New Jersey", "", "DiPietro", "15,975", "23–18–5", "51"], ["41", "January 7", "NY Islanders", "0 – 4", "Edmonton", "", "DiPietro", "16,839", "20–17–4", "44"], ["52", "January 31", "Los Angeles", "3 – 1", "NY Islanders", "", "Dubielewicz", "10,148", "24–22–6", "54"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How many matches had to extend to overtime (OT) or a shootout (SO) to determine the winner in January according to the table? | In January, there total of five matches that go to overtime (OT) or shootout (SO) for find out winner, as table shows. These games happen on January 3, January 5, January 8, January 11 and January 21. | 883 | Answer: |
Table Comparison of Canadian and American economies - Current overview (2018): [["Year", "GDP (in Bil. US-Dollar)", "GDP per capita (in US-Dollar)", "GDP growth (real)", "Inflation rate (in Percent)", "Unemployment (in Percent)", "Budget balance (in % of GDP)", "Government debt (in % of GDP)", "Current account balance (in % of GDP)"], ["2009", "14,418.7", "46,909", "−2.8%", "−0.3%", "9.3%", "−11.2%", "87.0%", "−2.6%"], ["2007", "14,477.6", "47,955", "1.8%", "2.9%", "4.6%", "−0.8%", "64.6%", "−4.9%"], ["2017", "19,390.6", "59,501", "2.3%", "2.1%", "4.4%", "−2.5%", "107.8%", "−2.4%"], ["2008", "14,718.6", "48,302", "−0.3%", "3.8%", "5.8%", "−4.6 %", "73.7%", "−4.6%"], ["1992", "6,539.3", "25,467", "3.6%", "3.0%", "7.5%", "−4.5%", "n/a", "−0.8%"], ["1980", "2,862.5", "12,575", "−0.2%", "13.5%", "7.2%", "−2.6%", "n/a", "0.1%"], ["2016", "18,624.5", "57,559", "1.5%", "1.3%", "4.9%", "−2.2%", "107.2%", "−2.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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How did the inflation rate and unemployment rate shift between 2007 and 2009, and what are the potential reasons behind these variations? | From 2007 to 2009, inflation rate in United States change from 2.9% to -0.3%, at same time unemployment rate go up from 4.6% to 9.3%. This time was global financial crisis, make economy go down a lot. Inflation rate go down because people spend less, and business also make less thing, so less need for goods and services. But unemployment rate go up because many people lose jobs, since company cannot make money in difficult economy or even go bankrupt. | 883 | Answer: |
Table Georg Werthner: [["Year", "Tournament", "Venue", "Result", "Distance"], ["1980", "Olympic Games", "Moscow , Soviet Union", "4Th", "Decathlon"], ["1984", "Olympic Games", "Los Angeles , Usa", "9Th", "Decathlon"], ["1988", "Olympic Games", "Seoul , South Korea", "21St", "Decathlon"], ["1982", "European Championships", "Athens , Greece", "5Th", "Decathlon"], ["1975", "World Student Games", "Rome , Italy", "5Th", "Decathlon"], ["1976", "Olympic Games", "Montreal , Canada", "16Th", "Decathlon"], ["1981", "World Student Games", "Bucharest , Romania", "3Rd", "Decathlon"], ["1983", "World Student Games", "Edmonton , Canada", "3Rd", "Decathlon"], ["1979", "World Student Games", "Mexico City , Mexico", "6Th", "Decathlon"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the basic information of Georg Werthner's participation in the Olympic Games between 1980 and 1988. | Georg Werthner was a decathlete who participated in the Olympic Games from 1980 to 1988. In 1980 he achieved 4th place at the Moscow Olympics, in 1984 he placed 9th at the Los Angeles Olympics, and in 1988 he finished 21st at the Seoul Olympics. | 883 | Answer: |
Table List of tallest buildings in Fresno - Tallest buildings: [["Rank", "Name", "Height feet / m", "Floors", "Year", "Image", "Notes"], ["2", "Fresno Pacific Towers", "219 / 67", "15", "1925", "Historically called the Pacific Southwest Building and the Security Bank Building. Tallest building between Oakland and Los Angeles from 1923 to 1963.", "-"], ["3", "Golden State County Plaza", "216 / 66", "21", "1964", "Historically called the Del Webb Building. Tallest building between Oakland and Los Angeles from 1963 to 1971.", "Golden State County Plaza, Fresno, CA.JPG"], ["1", "Robert E. Coyle United States Courthouse", "225 / 69", "9", "2005", "Tallest building in Fresno. Tallest building completed in the 2000s.", "-"], ["8", "Helm Building", "124 / 38", "10", "1914", "", "Helm Building Fresno CA.JPG"], ["4", "The Grand 1401", "173 / 53", "11", "1923", "Historically called the San Joaquin Light and Power Building, the PG&E Building, and the International Trade Center.", "The Grand 1401, Fresno, CA.JPG"], ["6", "Mattei Building", "150 / 46", "12", "1921", "Historically called the Guarantee Savings Building.", ""], ["5", "Tower at Convention Center Court", "160 / 49", "11", "2003", "", "Tower at Covention Center.JPG"], ["7", "Hotel Californian", "137 / 42", "9", "1923", "", ""], ["9", "Bank of Italy", "124 / 38", "8", "1918", "", "-"], ["10", "Community Regional Medical Center", "121 / 37", "10", "1972", "", ""]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How has the height of the tallest buildings in Fresno evolved over the years? Analyze and compare the buildings' heights over different decades (e.g., 1920s, 1960s, 2000s). | The high of tallest buildings in Fresno change much over years. In 1920s, the Fresno Pacific Towers have 219 feet (67 meters) high, is tallest between Oakland and Los Angeles until 1963. But in 2000s, the Robert E. Coyle United States Courthouse, finish in 2005 with 225 feet (69 meters) high, become tallest building in Fresno, show building high increase over time. | 883 | Answer: |
Table 2007 Houston Dynamo Season: [["Date", "Opponent", "Result", "Game Site", "Attendance"], ["February 21 , 2007", "Puntarenas Fc", "L , 1 - 0", "Estadio Lito Pãrez", "N / A"], ["March 1 , 2007", "Puntarenas Fc", "W , 2 - 0", "Aggie Soccer Stadium", "4286"], ["March 15 , 2007", "Cf Pachuca", "W , 2 - 0", "Robertson Stadium", "13007"], ["Cup Quarterfinals", "Cup Quarterfinals", "Cup Quarterfinals", "Cup Quarterfinals", "Cup Quarterfinals"], ["Cup Semifinals", "Cup Semifinals", "Cup Semifinals", "Cup Semifinals", "Cup Semifinals"], ["April 5 , 2007", "Cf Pachuca", "L , 5 - 2 ( Aet )", "Estadio Hidalgo", "30000"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the basic information of the match between Houston Dynamo and Puntarenas FC. | The match between Houston Dynamo and Puntarenas FC was played in two legs. The first leg was on February 21, 2007 at Estadio Lito Pãrez, where the result was a 1-0 loss for Houston Dynamo. The second leg was held on March 1, 2007 at Aggie Soccer Stadium with an attendance of 4286 people, resulting in a 2-0 victory for Houston Dynamo. | 883 | Answer: |
Table List of cities and towns in Greenland - Towns with a population of more than 1,000: [["Rank", "Population", "Name", "Former Name", "Municipality"], ["9", "1,359", "Uummannaq", "Omenak", "Avannaata"], ["3", "4,563", "Ilulissat", "Jakobshavn", "Avannaata"], ["8", "1,365", "Narsaq", "Nordprøven", "Kujalleq"], ["2", "5,491", "Sisimiut", "Holsteinsborg", "Qeqqata"], ["12", "1,105", "Qasigiannguit", "Christianshåb Christianshaab", "Qeqertalik"], ["5", "3,093", "Qaqortoq", "Julianehåb Julianehaab", "Kujalleq"], ["1", "17,796", "Nuuk", "Godthåb Godthaab Neu-Herrnhut", "Sermersooq"], ["11", "1,236", "Nanortalik", "Nennortalik", "Kujalleq"], ["6", "2,534", "Maniitsoq", "Nye-Sukkertoppen Sukkertoppen", "Qeqqata"], ["7", "2,006", "Tasiilaq", "Ammassalik Angmagssalik", "Sermersooq"], ["10", "1,355", "Paamiut", "Frederikshåb Frederikshaab", "Sermersooq"], ["4", "3,120", "Aasiaat", "Egedesminde", "Qeqertalik"], ["13", "1,067", "Upernavik", "—", "Avannaata"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What is the former name of the town with the smallest population and which municipality does it belong to? | The town having smallest populations is Upernavik, having people of 1,067. It not having a previous name and belonging to the Avannaata municipality. | 883 | Answer: |
Table List of tallest buildings and structures in Newcastle upon Tyne - Tallest buildings and structures: [["Rank", "Name", "Use", "Image", "Height (m)", "Height (ft)", "Floors", "Year", "Notes"], ["12", "Tyne Bridge (shared with Gateshead)", "Bridge", "-", "59", "194", "N/A", "1928", ""], ["6", "St James' Park", "Football Stadium", "-", "64.5", "213", "N/A", "2000", "Largest cantilever structure in Europe"], ["18", "Gateshead Millennium Bridge (shared with Gateshead)", "Bridge", "Millenniumbridge7 640.JPG", "50", "165", "N/A", "2001", ""], ["20", "Newcastle International Airport Control Tower", "Control Tower", "-", "46", "151", "N/A", "2006", ""], ["7", "St Nicholas' Cathedral", "Place of Worship", "-", "62", "203", "N/A", "1448", ""], ["5", "St Mary's Cathedral", "Place of Worship", "-", "68", "222", "N/A", "1844", ""], ["19", "Claremont Tower", "University", "-", "48", "157", "12", "1968", ""], ["8", "All Saints' Church", "Place of Worship", "-", "62", "202", "N/A", "1796", ""], ["1", "Vale House, Jesmond Vale", "Residential", "-", "80", "262", "28", "1968", ""], ["2=", "Shieldfield House", "Residential", "-", "77", "253", "26", "1966", ""], ["17", "Forth Banks", "Mixed", "", "51", "167", "16", "2009", ""], ["9=", "Civic Centre", "Government", "-", "61", "200", "12", "1967", ""], ["2=", "Bewick Court", "Residential", "-", "77", "253", "21", "2002", ""], ["4", "Cruddas Park House", "Mixed", "-", "75", "246", "23", "1969", ""], ["16", "Adelaide House", "Residential", "", "55", "180", "19", "1968", ""]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What can we learn about the heights and the years of establishment of the football stadium and the bridges listed in the 'Tallest buildings and structures in Newcastle upon Tyne'? | From 'Tallest building and structure in Newcastle upon Tyne' table, we can see football stadium, St James' Park, is 6th tallest, it is 64.5 m (213 ft) high and built in 2000. About bridges, Tyne Bridge which is both in Newcastle and Gateshead, is 12th tallest at 59 ms (194 ft) and built in 1928. Also, Gateshead Millennium Bridge, also both in Newcastle and Gateshead, is 18th tallest with 50 m (165 ft) high and built in 2001. | 883 | Answer: |
Table Gymnastics At The 2008 Summer Olympics - Men 'S Artistic Qualification: [["Position", "Country", "Floor", "Pommel Horse", "Rings", "Vault", "Parallel Bars", "Horizontal Bar", "Team Total"], ["7Th", "France", "59.025", "55.825", "58.975", "64.65", "62.175", "60.55", "361.2"], ["3Rd", "Russia", "60.475", "57.4", "60.625", "64.3", "63.1", "60.325", "366.225"], ["4Th", "South Korea", "61.025", "59.45", "60.225", "63.725", "63.65", "57.6", "365.675"], ["8Th", "Romania", "61.175", "55.9", "59.85", "65.325", "60.05", "57.05", "359.35"], ["1St", "China", "60.925", "61.2", "62.85", "65.325", "63.3", "61.075", "374.675"], ["2Nd", "Japan", "61.675", "58.625", "60.5", "64.125", "63.15", "61.475", "369.55"], ["5Th", "Germany", "61.1", "58.9", "60.0", "64.375", "61.5", "59.8", "365.675"], ["6Th", "United States", "59.9", "57.325", "60.55", "63.85", "62.3", "61.275", "365.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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What is the lowest score obtained by any country in the rings event? Summarize the basic information of that country. | The lowest score in the rings event was 58.975, achieved by France. France placed 7th overall with a total score of 361.2. They also received a score of 59.025 on the floor, 55.825 on the pommel horse, 64.65 on the vault, 62.175 on parallel bars and 60.55 on horizontal bar. | 883 | Answer: |
Table Rob Wittman - Electoral history: [["Year", "", "Republican", "Votes", "Pct", "", "Democrat", "Votes", "Pct", "", "3rd Party", "Party", "Votes", "Pct", ""], ["2007", "", "Rob Wittman", "42,772", "61%", "", "Philip Forgit", "26,282", "37%", "", "Lucky Narain", "Independent", "1,253", "2%", ""], ["2008", "", "Rob Wittman", "203,839", "57%", "", "Bill Day", "150,432", "42%", "", "Nathan Larson", "Libertarian", "5,265", "1%", ""], ["2014", "", "Rob Wittman", "131,861", "62.9%", "", "Norm Mosher", "72,059", "34.4%", "", "Gail Parker", "Independent Green", "5,097", "2.4%", ""], ["2012", "", "Rob Wittman", "200,845", "56%", "", "Adam M. Cook", "147,036", "41%", "", "Gail Parker", "Independent Green", "8,308", "2%", ""], ["2016", "", "Rob Wittman", "230,213", "59.8%", "", "Matt Rowe", "140,785", "36.6%", "", "Gail Parker", "Independent Green", "12,866", "3.3%", ""], ["2010", "", "Rob Wittman", "135,564", "64%", "", "Krystal Ball", "73,824", "35%", "", "Gail Parker", "Independent Green", "2,544", "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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Who has been the strongest Democratic contender against Rob Wittman in terms of votes received, and in what year this occurred? | The strong Democrat contender against Rob Wittman in term of vote receive was Bill Day, who receives 150,432 votes. This happening in 2008 election. | 883 | Answer: |
Table List Of Bridges On The National Register Of Historic Places In Rhode Island: [["Name", "Built", "Listed", "Location", "County"], ["Division Street Bridge", "1876", "1983 - 11 - 18", "Pawtucket", "Providence"], ["Main Street Bridge", "1858", "1983 - 11 - 18", "Pawtucket", "Providence"], ["Boston And Providence Railroad Bridge", "1884", "1980 - 11 - 28", "East Providence", "Providence"], ["Arkwright Bridge", "1888", "1978 - 12 - 12", "Cranston , West Warwick", "Kent , Providence"], ["Interlaken Mill Bridge", "Ca1885", "1978 - 12 - 22", "Coventry", "Kent"], ["Mount Hope Bridge", "1927 , 1929", "1976 - 01 - 31", "Bristol , Portsmouth", "Bristol , Newport"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Which bridge(s) span across two counties in Rhode Island? Summarize the basic information of these bridge(s). | The Mount Hope Bridge and the Arkwright Bridge both span across two counties in Rhode Island. The Mount Hope Bridge was built in 1927 and 1929, and was listed on the National Register of Historic Places in 1976. It spans across both Bristol and Portsmouth counties. The Arkwright Bridge was built in 1888, and was listed on the National Register of Historic Places in 1978. It spans across both Kent and Providence counties. | 883 | Answer: |
Table 1983 Karnataka Legislative Assembly election - Results: [["", "Political Party", "Seats Contested", "Seats Won", "Number of Votes", "% of Votes", "Seat change"], ["", "Janata Party", "193", "95", "4,272,318", "33.07%", "36"], ["", "Bharatiya Janata Party", "110", "18", "1,024,892", "7.93%", "18"], ["", "Indian National Congress", "221", "82", "5,221,419", "40.42%", "67"], ["", "Communist Party of India", "7", "3", "161,192", "1.25%", ""], ["", "Communist Party of India (Marxist)", "4", "3", "115,320", "0.89%", "3"], ["", "Independents", "751", "22", "1,998,256", "15.47%", "12"], ["", "Anna Dravida Munnetra Kazhagam", "1", "1", "16,234", "0.13%", "1"], ["", "Total", "1365", "224", "12,919,459", "", ""]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How did the seat change compared to the previous election for the Janata Party, Indian National Congress, and Bharatiya Janata Party? | In 1983 Karnataka Legislative Assembly election, Janata Party get 36 seats change. Indian National Congress get 67 seats change, and Bharatiya Janata Party get 18 seats change in this election. | 883 | Answer: |
Table List of Numbers episodes - Season 6 (2009–10): [["No. overall", "No. in season", "Title", "Directed by", "Written by", "Original air date", "Prod. code", "US viewers (millions)"], ["106", "4", "\"Where Credit's Due\"", "Dennis Smith", "Andy Dettmann", "October 16, 2009", "604", "7.77"], ["110", "8", "\"Ultimatum\"", "Dennis Smith", "Robert David Port", "November 13, 2009", "608", "8.16"], ["105", "3", "\"7 Men Out\"", "Alex Zakrzewski", "Don McGill", "October 9, 2009", "603", "7.34"], ["104", "2", "\"Friendly Fire\"", "Rod Holcomb", "Mark Llewellyn & Robert David Port", "October 2, 2009", "602", "7.85"], ["108", "6", "\"Dreamland\"", "Stephen Gyllenhaal", "Nicolas Falacci & Cheryl Heuton", "October 30, 2009", "606", "7.74"], ["114", "12", "\"Arm in Arms\"", "Gwyneth Horder-Payton", "Andy Dettmann", "January 15, 2010", "612", "9.65"], ["103", "1", "\"Hangman\"", "Ken Sanzel", "Ken Sanzel", "September 25, 2009", "601", "8.10"], ["117", "15", "\"Growin' Up\"", "Rob Morrow", "Robert Port", "March 5, 2010", "615", "8.10"], ["107", "5", "\"Hydra\"", "Ralph Hemecker", "Sean Crouch", "October 23, 2009", "605", "8.05"], ["112", "10", "\"Old Soldiers\"", "Ken Sanzel", "Steve Cohen", "December 4, 2009", "610", "7.38"], ["115", "13", "\"Devil Girl\"", "Stephen Gyllenhaal", "Julie Hébert", "January 29, 2010", "613", "8.70"], ["116", "14", "\"And the Winner Is…\"", "Ralph Hemecker", "Gary Rieck", "February 5, 2010", "614", "9.18"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What was the frequency of episodes produced by Dennis Smith and what were the respective viewer ratings of these episodes? | Dennis Smith directs two episodes in Season 6 of Numbers, exactly episodes 4 and 8. For these episodes respective viewer ratings are 7.77 million and 8.16 million. | 883 | Answer: |
Table 1946 English Greyhound Derby - Final result: [["Position", "Name of Greyhound", "Breeding", "Trap", "SP", "Time", "Trainer"], ["6th", "Shannon Shore", "Well Squared - Second Row", "5", "9-2", "30.52", "Leslie Reynolds (Wembley)"], ["3rd", "Plucky Hero", "Castledown Lad - Lucky Rattle", "6", "6-1", "29.92", "Wilf France (Harringay)"], ["2nd", "Lilac Luck", "Printer - Wilton Sandills", "2", "2-1f", "29.80", "R Jones (Doncaster)"], ["1st", "Mondays News", "Orlucks Best - Monday Next", "3", "5-1", "29.24", "Fred Farey (Private)"], ["4th", "Celtic Chief", "Well Squared - Second Row", "1", "9-2", "29.98", "Stanley Biss (Clapton)"], ["5th", "Dante II", "Well Squared - Olives Idol", "4", "10-1", "30.28", "Wilf France (Harringay)"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What is the correlation between the starting price (SP) of the greyhounds and their finishing positions in the 1946 English Greyhound Derby? | The correlation between the starting price (SP) of the greyhounds and their finishing positions in the 1946 English Greyhound Derby is not very strong. Although the 2nd place finisher, Lilac Luck, had the lowest SP at 2-1f, the 1st place finisher, Mondays News, had a relatively higher SP of 5-1, while the other greyhounds did not follow a consistent pattern regarding their SP and finishing positions. | 883 | Answer: |
Table List of NCAA Division I men's basketball career assists leaders - Assists leaders: [["Player", "Pos.", "Team", "Career start", "Career end", "Games played", "Assists", "Ref."], ["Chaz Williams", "G", "Hofstra / UMass", "2009", "2014", "136", "840", ""], ["Gary Payton*", "G", "Oregon State", "1986", "1990", "120", "939", ""], ["Chris Corchiani", "G", "NC State", "1987", "1991", "124", "1,038", ""], ["Andre LaFleur", "G", "Northeastern", "1983", "1987", "128", "894", ""], ["Jim Les", "G", "Cleveland State / Bradley", "1982", "1986", "118", "884", ""], ["Grayson Marshall", "G", "Clemson", "1984", "1988", "122", "857", ""], ["Chico Fletcher", "G", "Arkansas State", "1996", "2000", "114", "893", ""], ["Brett Comer", "G", "Florida Gulf Coast", "2011", "2015", "137", "845", ""], ["Bobby Hurley", "G", "Duke", "1989", "1993", "140", "1,076", ""], ["Orlando Smart", "G", "San Francisco", "1990", "1994", "116", "902", ""], ["Scott Machado", "G", "Iona", "2008", "2012", "132", "880", ""], ["Frank Smith", "G", "Old Dominion", "1984", "1988", "120", "883", ""], ["Doug Gottlieb", "G", "Notre Dame / Oklahoma State", "1995", "2000", "124", "947", ""], ["D. J. Cooper", "G", "Ohio", "2009", "2013", "143", "934", ""], ["Tony Miller", "G", "Marquette", "1991", "1995", "123", "956", ""], ["Sherman Douglas", "G", "Syracuse", "1985", "1989", "138", "960", ""]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Who are the top three players with the most assists and in which teams did they play? | The top three players most assists in NCAA Division I men's basketball is Bobby Hurley, Chris Corchiani, and Ed Cota. Bobby Hurley, who get 1,076 assists. Chris Corchiani have 1,038 assists while Ed Cota get 1,030 assists. | 883 | Answer: |
Table 1952 Big Ten Conference football season - Results and team statistics: [["Conf. Rank", "Team", "Head coach", "AP final", "AP high", "Overall record", "Conf. record", "PPG", "PAG", "MVP"], ["1 (tie)", "Purdue", "Stu Holcomb", "#18", "#8", "4–3–2", "4–1–1", "20.9", "16.8", "Earl Heninger"], ["1 (tie)", "Wisconsin", "Ivy Williamson", "#11", "#1", "6–3–1", "4–1–1", "22.8", "15.0", "Dave Suminski"], ["7 (tie)", "Northwestern", "Bob Voigts", "NR", "NR", "2-6-1", "2-5", "18.4", "28.0", "Chuck Hren"], ["3", "Ohio State", "Woody Hayes", "#17", "#14", "6–3", "5–2", "21.9", "13.2", "Fred Bruney"], ["4", "Michigan", "Bennie Oosterbaan", "NR", "#12", "5–4", "4–2", "23.0", "14.9", "Ted Topor"], ["5", "Minnesota", "Wes Fesler", "NR", "NR", "4–3–2", "3–1–2", "14.6", "19.0", "Paul Giel"], ["7 (tie)", "Iowa", "Forest Evashevski", "NR", "NR", "2–7", "2–5", "13.4", "24.4", "Bill Fenton"], ["9", "Indiana", "Bernie Crimmins", "NR", "NR", "2–7", "1–5", "15.9", "24.9", "Gene Gedman"], ["6", "Illinois", "Ray Eliot", "NR", "#2", "4–5", "2–5", "21.6", "19.4", "Al Brosky"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Is there a significant variation between the highest rank (AP High) achieved by the teams during the season and their final rank (AP final), and what could this imply about their performance during the season? | There be big different between top rank (AP High) get by some team in season and their final rank (AP final). For example, Illinois have number two top AP high rank but finish no rank in final place, and Wisconsin get number one AP high rank but finish in 11 place. This different show that some team have good start or best play in season but cannot keep same play always, so make their rank down when season finish. | 883 | Answer: |
Table Charlotte Hornets (WFL) - 1974 regular season: [["Week", "Day", "Date", "Opponent", "Result", "Attendance"], ["17", "Wednesday", "October 23, 1974", "Florida Blazers", "L 11–15", "23,613"], ["10", "Friday", "September 6, 1974", "Florida Blazers", "L 15–17", "3,830"], ["15", "Wednesday", "October 9, 1974‡", "Memphis Southmen", "L 23–27", "25,133"], ["4", "Wednesday", "July 31, 1974", "Jacksonville Sharks", "W 24–16", "15,648"], ["7", "Wednesday", "August 21, 1974", "Houston Texans", "W 43–10", "12,042"], ["1", "Thursday", "July 11, 1974", "at Jacksonville Sharks", "L 7–14", "59,112"], ["16", "Wednesday", "October 16, 1974", "Chicago Fire", "W 27–0", "20,333"], ["20", "Wednesday", "November 13, 1974", "at Memphis Southmen", "L 22–28", "13,339"], ["6", "Wednesday", "August 14, 1974", "Portland Storm", "W 38–16", "16,222"], ["11", "Wednesday", "September 11, 1974", "at Portland Storm", "W 34–15", "13,339"], ["9", "Monday", "September 2, 1974", "Philadelphia Bell", "W 24–16", "6,132"], ["8", "Wednesday", "August 28, 1974", "at Houston Texans", "L 11–14", "10,126"], ["2", "Wednesday", "July 17, 1974", "Birmingham Americans", "L 29–32", "17,943"], ["18", "Wednesday", "October 30, 1974", "Southern California Sun", "L 25–34", "19,436"], ["3", "Thursday", "July 25, 1974", "at Philadelphia Bell", "W 17–15", "64,719"], ["14", "Thursday", "October 3, 1974†", "at Chicago Fire", "W 41–30", "22,354"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How many games were lost during the season and how did the attendance figures differ between the highest and lowest attended lost games? | In the 1974 normal season, Charlotte Hornets lose total 10 games. the attendance figures differ between the highest and lowest attended lost games is 55282. | 883 | Answer: |
Table Eurovision Song Contest 1967 - Results: [["Draw", "Country", "Artist", "Song", "Language", "Place", "Points"], ["15", "Yugoslavia", "Lado Leskovar", "\"Vse rože sveta\"", "Slovene", "8", "7"], ["11", "United Kingdom", "Sandie Shaw", "\"Puppet on a String\"", "English", "1", "47"], ["02", "Luxembourg", "Vicky Leandros", "\"L'amour est bleu\"", "French", "4", "17"], ["10", "Belgium", "Louis Neefs", "\"Ik heb zorgen\"", "Dutch", "7", "8"], ["01", "Netherlands", "Thérèse Steinmetz", "\"Ring-dinge-ding\"", "Dutch", "14", "2"], ["13", "Norway", "Kirsti Sparboe", "\"Dukkemann\"", "Norwegian", "14", "2"], ["07", "Sweden", "Östen Warnerbring", "\"Som en dröm\"", "Swedish", "8", "7"], ["17", "Ireland", "Sean Dunphy", "\"If I Could Choose\"", "English", "2", "22"], ["04", "France", "Noëlle Cordier", "\"Il doit faire beau là-bas\"", "French", "3", "20"], ["06", "Switzerland", "Géraldine", "\"Quel cœur vas-tu briser?\"", "French", "17", "0"], ["05", "Portugal", "Eduardo Nascimento", "\"O vento mudou\"", "Portuguese", "12", "3"], ["16", "Italy", "Claudio Villa", "\"Non andare più lontano\"", "Italian", "11", "4"], ["14", "Monaco", "Minouche Barelli", "\"Boum-Badaboum\"", "French", "5", "10"], ["08", "Finland", "Fredi", "\"Varjoon – suojaan\"", "Finnish", "12", "3"], ["09", "Germany", "Inge Brück", "\"Anouschka\"", "German", "8", "7"], ["03", "Austria", "Peter Horton", "\"Warum es hunderttausend Sterne gibt\"", "German", "14", "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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Which songs tied in terms of their placement in the Eurovision Song Contest in 1967, and were the points scored by these songs also similar? | n the Eurovision Song Contest of 1967, a few songs tied in terms of their placement. Thérèse Steinmetz from the Netherlands, Peter Horton from Austria, and Kirsti Sparboe from Norway all tied for the 14th place, with each of them scoring 2 points. Additionally, Östen Warnerbring from Sweden, Inge Brück from Germany, and Lado Leskovar from Yugoslavia all secured the 8th position, with each artist garnering 7 points. Meanwhile, Portugal's Eduardo Nascimento and Finland's Fredi held the 12th spot, both earning 3 points. These songs tied in terms of placement, the points scored by each group of songs are similar. | 883 | Answer: |
Table List of Fifth Gear episodes - Series 27 (2018): [["No. overall", "No. in season", "Title", "Team Test", "Reviews/Drives", "Original air date"], ["255", "8", "\"Episode 8\"", "Volvo V60 (27/40)", "Ford Mustang vs Chevrolet Camaro • Porsche 718 Cayman GTS vs BMW M2 • Second Hand Cars: Pontiac Firebird & Chevrolet Corvette & Ford Mustang GT", "25 October 2018"], ["252", "5", "\"Episode 5\"", "Alpine A110 (27/40)", "Range Rover Sport SVR vs. Bentley Bentayga • Jason investigates the Ultra Low Emission Zone • Second Hand Cars: Volvo XC90 & Land Rover Discovery 3 & Audi Q7", "4 October 2018"], ["248", "1", "\"Episode 1\"", "DS 7 Crossback (21/40)", "Mercedes AMG C63 vs. Alfa Romeo Giulia Quadrifoglio • Jonny tests the new London Taxi LEVC TX • Second Hand Cars: BMW M5 & Mercedes E 55 AMG & Audi RS 6", "6 September 2018"], ["249", "2", "\"Episode 2\"", "Nissan Leaf Tekna 110kw (19/40)", "Alfa Romeo Stelvio vs. Jaguar F-Pace • Jonny at Kia Proving Grounds in Kia Stinger GT • Bentley Continental GT", "13 September 2018"], ["253", "6", "\"Episode 6\"", "Vauxhall Insignia GSi Sport Tourer (18/40)", "Nissan GT-R NISMO vs. Porsche 911 GT3 RS • VW Polo GTI vs.", "11 October 2018"], ["250", "3", "\"Episode 3\"", "Mercedes X250 d (22.5/40)", "Honda Civic Type R vs. Audi S3 Sportback vs.", "20 September 2018"], ["251", "4", "\"Episode 4\"", "Dacia Duster Comfort SCe 115 4x2 (25/40)", "Caravan vs. Campervan (Mercedes-Benz Marco Polo) • Audi S5 Coupe vs.", "27 September 2018"], ["254", "7", "\"Episode 7\"", "Ford Fiesta ST (34.5/40)", "Zenos E10 R vs. Radical SR1 vs.", "18 October 2018"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Which car was given the highest team test score out of all the episodes, and in which episode was this car tested? | The car got highest team test score in series was Ford Fiesta ST with score 34.5 out of 40, and this car tested in Episode 7. | 883 | Answer: |
Table 2003 National Hurling League - Scoring statistics: [["Rank", "Player", "Team", "Tally", "Total"], ["1", "Eoin Kelly", "Tipperary", "6-56", "74"], ["4", "Damien Murray", "Offaly", "8-35", "59"], ["5", "Paul Codd", "Wexford", "3-47", "56"], ["3", "Niall Gilligan", "Clare", "5-45", "60"], ["2", "Henry Shefflin", "Kilkenny", "4-52", "64"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Among the top five scorers in the 2003 National Hurling League, who achieved their score with the lowest tally and how does it compare to their total score? | In the top five scorers of 2003 National Hurling League, Paul Codd from Wexford get his score with lowest tally, which is 3-47. His total score is 56, make him the fifth high scorer in the league. Compare to other players, they have higher tallies and total scores, Eoin Kelly from Tipperary is top with tally 6-56 and total score 74. | 883 | Answer: |
Table Liet International - Liet International 2012: [["No.", "Artist", "Song", "Language", "Qualification", "Placing", "Points"], ["03", "Claudia Crabuzza & Claudio Gabriel Sanna", "\"Ara\"", "Catalan (of Alghero)", "Jury award and public award SUNS 2012", "5", "64"], ["08", "JoNoKognos", "\"Mai mai\"", "Friulian", "Public award SUNS 2012 (2nd place)", "11", "32"], ["01", "Dopu Cena", "\"Trasmetta\"", "Corsican", "Winner Liet Corsica 2012", "2", "86"], ["10", "Inger Karoline Gaup [nn]", "\"Oainnát go?\"", "Sámi", "Winner Sámi Grand Prix 2012", "9", "35"], ["06", "Asturiana Mining Company [es]", "\"Si nun conoces Vaḷḷouta\"", "Asturian", "Winner Premiu al Meyor Cantar 2012", "4 Public award", "66"], ["07", "Yldau [fy]", "\"Fjoer\"", "West Frisian", "Winner Liet 2012", "7", "52"], ["09", "Lleuwen", "\"Ar Gouloù Bev\"", "Breton", "", "1 Jury award", "87"], ["04", "Brian Ó hEadhra", "\"Fathainn\"", "Scottish Gaelic", "", "5", "64"], ["02", "Enkore", "\"Muxurik muxu\"", "Basque", "", "8", "41"], ["11", "The Voodoolectric", "\"Slickermuul\"", "Low German", "", "3", "76"], ["05", "Ivan Belosludtsev & 4 Cheber Pios", "\"Tau Tynyd\" (Тау тыныд)", "Udmurt", "", "9", "35"]] |
You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What qualifications did the artist who presented "Ara" have and how did that impact the artist's placing and point total in the competition? | The artist who show "Ara," Claudia Crabuzza & Claudio Gabriel Sanna, have the qualification for win both the Jury award and public award at SUNS 2012. The artist get 5th place in the Liet International 2012, with total of 64 point. | 883 | Answer: |
Table Supreme Court Of Puerto Rico: [["Name", "Rank", "Years Until Mandatory Retirement", "Appointed By", "Year Appointed"], ["Federico Hernández Denton", "Chief Justice", "0 Year", "Sila María Calderón", "2004"], ["Liana Fiol Matta", "Associate Justice", "2 Years", "Sila María Calderón", "2004"], ["Anabelle Rodríguez", "Associate Justice", "6 Years", "Sila María Calderón", "2004"], ["Rafael Martínez Torres", "Associate Justice", "15 Years", "Luis Fortuño", "2009"], ["Luis Estrella Martínez", "Associate Justice", "27 Years", "Luis Fortuño", "2011"], ["Edgardo Rivera Garcia", "Associate Justice", "11 Years", "Luis Fortuño", "2010"], ["Mildred Pabón Charneco", "Associate Justice", "13 Years", "Luis Fortuño", "2009"], ["Erick Kolthoff Caraballo", "Associate Justice", "17 Years", "Luis Fortuño", "2009"], ["Roberto Feliberti Cintrón", "Associate Justice", "19 Years", "Luis Fortuño", "2011"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the Justices appointed by Sila María Calderón in 2004. | Sila María Calderón appointed three Justices to the Supreme Court of Puerto Rico in 2004. One of the three justices is Federico Hernández Denton, who served as the Chief Justice of the Supreme Court of Puerto Rico; The remaining two judges are Liana Fiol Matta, and Anabelle Rodríguez,each of whom served as Associate Justices. | 883 | Answer: |
Table 2016 IAAF World Indoor Championships – Women's pentathlon - 800 metres: [["Rank", "Name", "Nationality", "Time", "Points", "Notes"], ["6", "Kateřina Cachová", "Czech Republic", "2:19.97", "824", ""], ["9", "Alina Fyodorova", "Ukraine", "2:20.42", "818", ""], ["12", "Celina Leffler", "Germany", "2:24.01", "770", ""], ["7", "Georgia Ellenwood", "Canada", "2:20.18", "821", ""], ["1", "Brianne Theisen-Eaton", "Canada", "2:09.99", "965", "SB"], ["11", "Anastasiya Mokhnyuk", "Ukraine", "2:23.19", "781", ""], ["2", "Barbara Nwaba", "United States", "2:10.07", "964", "SB"], ["10", "Kendell Williams", "United States", "2:22.82", "786", ""], ["3", "Györgyi Zsivoczky-Farkas", "Hungary", "2:18.48", "844", "SB"], ["5", "Salcia Slack", "Jamaica", "2:19.00", "837", ""], ["8", "Morgan Lake", "Great Britain", "2:20.40", "818", ""], ["4", "Makeba Alcide", "Saint Lucia", "2:18.65", "842", "SB"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Who ranked first in the Women's pentathlon 800 metres at the 2016 IAAF World Indoor Championships and what was her timing and corresponding points score? | Brianne Theisen-Eaton from Canada ranked first in the Women's pentathlon 800 metres at the 2016 IAAF World Indoor Championships. Her timing was 2:09.99, and her corresponding points score was 965. | 883 | Answer: |
Table List of international cricket centuries at St George's Park - One Day International centuries: [["No.", "Score", "Player", "Team", "Balls", "Inns.", "Opposing team", "Date", "Result"], ["5", "105", "Graeme Smith", "South Africa", "131", "2", "England", "4 February 2005", "Won"], ["2", "125", "Herschelle Gibbs (1/2)", "South Africa", "146", "1", "West Indies", "20 January 1999", "Won"], ["7", "125", "Herschelle Gibbs (2/2)", "South Africa", "110", "1", "Australia", "13 April 2009", "Won"], ["1", "115*", "Mark Waugh", "Australia", "125", "2", "South Africa", "31 March 1997", "Won"], ["6", "121*", "Jacques Kallis", "South Africa", "133", "2", "West Indies", "27 January 2008", "Won"], ["9", "130*", "David Miller", "South Africa", "133", "1", "West Indies", "25 January 2015", "Lost"], ["10", "115", "Rohit Sharma", "India", "126", "1", "South Africa", "13 February 2018", "Won"], ["4", "112", "Abdul Razzaq", "Pakistan", "120", "1", "South Africa", "11 December 2002", "Won"], ["3", "135", "Saleem Elahi", "Pakistan", "129", "1", "South Africa", "11 December 2002", "Won"], ["8", "102", "Ahmed Shehzad", "Pakistan", "112", "1", "South Africa", "27 November 2013", "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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Who is the only player to score two centuries at St George's Park and what were the details of these performances? | Herschelle Gibbs only player to have two centuries at St George's Park. Gibbs scored 125 run from 146 ball against West Indies in 20 Jan 1999 and scored other 125 run from 110 ball against Australia in 13 April 2009, both performance result in win for South Africa. | 883 | Answer: |
Table List Of Formula One Driver Records: [["Driver", "Front Row Starts", "Pole Positions", "Entries", "Percentage"], ["Michael Schumacher", "116", "68", "308", "37.66%"], ["Sebastian Vettel", "62", "43", "118", "52.54%"], ["Lewis Hamilton", "57", "31", "127", "44.81%"], ["Damon Hill", "47", "20", "122", "38.52%"], ["Jim Clark", "48", "33", "73", "65.75%"], ["Jackie Stewart", "42", "17", "100", "42.00%"], ["Nigel Mansell", "56", "32", "191", "29.32%"], ["Ayrton Senna", "87", "65", "162", "53.70%"], ["Alain Prost", "86", "33", "202", "42.57%"], ["Juan Manuel Fangio", "48", "29", "52", "92.31%"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Who has the highest percentage of Front Row Starts? Summarize the basic information of that driver. | Juan Manuel Fangio has the highest percentage of Front Row Starts of the drivers , at 92.31%. From his 52 entries, he was able to get on the front row of the grid 48 times. The pole positions for him amounted to 29. | 883 | Answer: |
Table Take Me Out (Uk Game Show): [["Unnamed: 0", "Airdate", "No Of Couples", "First Couple", "Second Couple", "Third Couple", "Fourth Couple", "Viewers (Millions)", "Itv1 Weekly Ranking"], ["6", "6 February 2010", "3", "Jonathan And Helen", "Nathan And Shakira", "N / A", "Darren And Josephine", "5.42", "19"], ["1", "2 January 2010", "3", "Jim And Caroline", "N / A", "Rob And Jo - Jo", "Adam And Charlene", "3.87", "22"], ["4", "23 January 2010", "4", "Tom And Cally", "James And Emmaline", "Boyd And Lindsey", "Stefano And Joanne", "4.92", "20"], ["7", "13 February 2010", "3", "Arton And Crystal", "James And Claire - Louise", "N / A", "Sammy And Nat", "4.71", "19"], ["5", "30 January 2010", "3", "Jamie And Kelly", "N / A", "Stefan And Becka", "James And Laura", "4.87", "20"], ["2", "9 January 2010", "3", "Joel (N / A)", "Ibrahim And Maria", "Alan And Lia - Jay", "Oliver And Louisa", "4.72", "29"], ["3", "16 January 2010", "4", "Adam And Nicola", "David And Georgee", "Oliver And June", "Tony And Jamie", "4.74", "18"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the couples who participated in the sixth episode of the show. | The sixth episode of Take Me Out featured three couples - Jonathan and Helen, Nathan and Shakira, and Darren and Josephine. Jonathan and Helen were the first couple to appear, followed by Nathan and Shakira. Finally, Darren and Josephine rounded out the trio of couples. The episode was watched by 5.42 million viewers and ranked 19th in ITV1's weekly list of most-watched program. | 883 | Answer: |
Table 1972 Buffalo Bills Season: [["Week", "Date", "Opponent", "Stadium", "Result", "Record", "Streak", "Attendance"], ["12", "Dec 3", "Baltimore Colts", "Memorial Stadium", "L 35 - 7", "3 - 9", "L2", "55390"], ["7", "Oct 29", "Pittsburgh Steelers", "War Memorial Stadium", "L 38 - 21", "2 - 5", "L3", "45882"], ["4", "Oct 8", "New England Patriots", "War Memorial Stadium", "W 38 - 14", "2 - 2", "W1", "41749"], ["1", "Sept 17", "New York Jets", "War Memorial Stadium", "L 41 - 24", "0 - 1", "L1", "46206"], ["10", "Nov 19", "New England Patriots", "Schaefer Stadium", "W 27 - 24", "3 - 7", "W1", "60999"], ["2", "Sept 24", "San Francisco 49Ers", "War Memorial Stadium", "W 27 - 20", "1 - 1", "W1", "45845"], ["9", "Nov 12", "New York Jets", "Shea Stadium", "L 41 - 3", "2 - 7", "L5", "62853"], ["13", "Dec 10", "Detroit Lions", "War Memorial Stadium", "T 21 - 21", "3 - 9 - 1", "T1", "41583"], ["3", "Oct 1", "Baltimore Colts", "War Memorial Stadium", "L 17 - 0", "1 - 2", "L1", "46206"], ["11", "Nov 26", "Cleveland Browns", "Cleveland Stadium", "L 27 - 10", "3 - 8", "L1", "70104"], ["8", "Nov 5", "Miami Dolphins", "War Memorial Stadium", "L 30 - 16", "2 - 6", "L4", "46206"], ["6", "Oct 22", "Miami Dolphins", "Miami Orange Bowl", "L 24 - 23", "2 - 4", "L2", "80010"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What was the highest attendance in any of the Buffalo Bills games during the 1972 season? Summarize the basic information of that game. | The highest attendance in any of the Buffalo Bills’ games during the 1972 season was 80,010 at their Week 6 game against the Miami Dolphins at the Miami Orange Bowl. The Bills had an overall record of 2-4 leading up to that game, riding a two-game losing streak. Unfortunately, the Bills came up just short in this game and lost by just one point with a final score of 24-23. Despite the loss, 80,010 fans still showed up to support their team during this tense matchup against a division rival. | 883 | Answer: |
Table Demographics of the Supreme Court of the United States - Catholic justices: [["Name", "State", "Birth", "Death", "Year appointed", "Left office", "Appointed by", "Reason for termination"], ["Antonin Scalia", "New Jersey", "1936", "2016", "1986", "2016", "Reagan", "death"], ["Samuel Alito", "New Jersey", "1950", "living", "2006", "incumbent", "G. W. Bush", "—"], ["William J. Brennan, Jr.", "New Jersey", "1906", "1997", "1956", "1990", "Eisenhower", "death"], ["Sonia Sotomayor", "New York", "1954", "living", "2009", "incumbent", "Obama", "—"], ["Brett Kavanaugh", "Washington, D.C.", "1965", "living", "2018", "incumbent", "Trump", "—"], ["Clarence Thomas", "Georgia", "1948", "living", "1991", "incumbent", "G. H. W. Bush", "—"], ["Edward Douglass White", "Louisiana", "1845", "1921", "1894", "1921", "Cleveland (associate) Taft (chief)", "death"], ["Anthony Kennedy", "California", "1936", "living", "1988", "2018", "Reagan", "retirement"], ["John Roberts", "Maryland", "1955", "living", "2005", "incumbent", "G. W. Bush", "—"], ["Frank Murphy", "Michigan", "1890", "1949", "1940", "1949", "F. Roosevelt", "death"], ["Pierce Butler", "Minnesota", "1866", "1939", "1923", "1939", "Harding", "death"], ["Sherman Minton", "Indiana", "1890", "1965", "1949", "1956", "Truman", "death"], ["Roger B. Taney", "Maryland", "1777", "1864", "1836", "1864", "Jackson", "death"], ["Joseph McKenna", "California", "1843", "1926", "1898", "1925", "McKinley", "retirement"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How many justices from New Jersey retired and how many of them passed away while in office? | 0 justices from New Jersey retired and 2 passed away while in office. | 883 | Answer: |
Table Bulgaria In The Eurovision Song Contest 2009: [["Draw", "Artist", "Song", "Televote / Sms", "Place"], ["8", "Mariana Popova", "Crazy", "8.45%", "3"], ["1", "Stefan Ilchev", "Get Up", "2.95%", "7"], ["9", "Jura Tone Feat Lady B", "Chance To Love You", "2.03%", "10"], ["4", "Danny Milev", "Nyama Vreme", "2.39%", "9"], ["7", "Sahara", "Don'T Kiss For The Money", "3.20%", "6"], ["10", "Stefan Dobrev", "Everlasting", "1.16%", "11"], ["3", "Poli Genova", "One Lifetime Is Not Enough", "11.74%", "2"], ["11", "Krassimir Avramov", "Illusion", "55.52%", "1"], ["5", "Ivelina", "Ready For Love", "2.53%", "8"], ["12", "Nora", "It 'S Not Right", "5.75%", "4"], ["6", "Grafa", "Vrag", "3.91%", "5"], ["2", "Moto", "Razstoyaniya", "0.37%", "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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the artist(s) and song(s) that placed between 5th and 8th in the Eurovision Song Contest 2009. | In the Eurovision Song Contest 2009, Bulgaria's Ivelina was fifth place with her song, "Ready For Love," scoring 2.53% in the televote and SMS rankings. Sixth place was occupied by Grafa and his song, "Vrag," which scored 3.91%. Seventh place went to Sahara with her song, "Don't Kiss For The Money," with a score of 3.20%. Lastly, Mariana Popova came in eighth and sang "Crazy," giving her a 8.45% score. | 883 | Answer: |
Table 1946 English Greyhound Derby - Final result: [["Position", "Name of Greyhound", "Breeding", "Trap", "SP", "Time", "Trainer"], ["6th", "Shannon Shore", "Well Squared - Second Row", "5", "9-2", "30.52", "Leslie Reynolds (Wembley)"], ["3rd", "Plucky Hero", "Castledown Lad - Lucky Rattle", "6", "6-1", "29.92", "Wilf France (Harringay)"], ["1st", "Mondays News", "Orlucks Best - Monday Next", "3", "5-1", "29.24", "Fred Farey (Private)"], ["5th", "Dante II", "Well Squared - Olives Idol", "4", "10-1", "30.28", "Wilf France (Harringay)"], ["2nd", "Lilac Luck", "Printer - Wilton Sandills", "2", "2-1f", "29.80", "R Jones (Doncaster)"], ["4th", "Celtic Chief", "Well Squared - Second Row", "1", "9-2", "29.98", "Stanley Biss (Clapton)"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How does the time taken by each greyhound to finish the race compare, and does it bear any relation to the trap they started from? | The time taken by each greyhound to finish the race varies, with the fastest time being 29.24 seconds achieved by Mondays News and the slowest time being 30.52 seconds completed by Shannon Shore. There doesn't seem to be a strong correlation between the time taken to finish and the trap they started from, as the greyhounds from different traps have varying times. For instance, the greyhound Lilac Luck from Trap 2 finished second with a time of 29.80 while Celtic Chief from Trap 1 came in fourth with 29.98 seconds. | 883 | Answer: |
Table 2010 in DREAM - Events list: [["#", "Event Title", "Date", "Arena", "Location", "Attendees", "Broadcast"], ["17", "Dream 15", "Jul 10, 2010", "Saitama Super Arena", "Saitama, Saitama, Japan", "13,028", "Tokyo Broadcasting System; HDNet"], ["15", "Dream 13", "March 22, 2010", "Yokohama Arena", "Yokohama, Kanagawa, Japan", "13,712", "Tokyo Broadcasting System; HDNet"], ["16", "Dream 14", "May 29, 2010", "Saitama Super Arena", "Saitama, Saitama, Japan", "12,712", "Tokyo Broadcasting System; HDNet"], ["18", "Dream 16", "September 25, 2010", "Nippon Gaishi Hall", "Nagoya, Aichi, Japan", "9,304", "Tokyo Broadcasting System; HDNet"], ["19", "Dynamite!! 2010", "December 31, 2010", "Saitama Super Arena", "Saitama, Saitama, Japan", "26,729", "Tokyo Broadcasting System; HDNet"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Which broadcasting systems aired the DREAM events throughout 2010? | In 2010, DREAM events have two broadcast systems play. Both Tokyo Broadcasting System (TBS) and HDNet cover events in whole year. | 883 | Answer: |
Table South London Derby: [["Unnamed: 0", "Played", "Charlton Wins", "Drawn", "Millwall Wins", "Charlton Goals", "Millwall Goals"], ["Kent Fa Challenge Cup Finals", "18", "9", "5", "4", "36", "31"], ["London Challenge Cup", "1", "1", "0", "0", "1", "0"], ["Anglo - Italian Cup", "2", "1", "1", "0", "4", "3"], ["The Football League", "67", "11", "23", "33", "62", "111"], ["Football League Jubilee Fund", "2", "1", "1", "0", "2", "1"], ["London Pfa Charity Fund", "5", "2", "1", "2", "7", "5"], ["Sub - Total", "69", "12", "24", "33", "66", "114"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: In which match did Charlton perform best, and why? | Charlton performed best in the Kent FA Challenge Cup Finals, winning nine of the eighteen matches played. This is likely because they were able to outscore Millwall 36-31 in these matches, and also won more than half (nine out of eighteen) of the games. | 883 | Answer: |
Table 4 × 100 metres relay at the World Championships in Athletics - Women: [["Time", "Nation", "Athletes", "Year", "Round", "Date"], ["42.59", "West Germany (FRG)", "Silke Gladisch-Möller, Marita Koch, Ingrid Auerswald-Lange, Marlies Oelsner-Göhr", "1983", "Heats", "10 August"], ["43.06", "Great Britain (GBR)", "Joan Baptiste, Kathy Smallwood-Cook, Beverley Callender, Shirley Thomas", "1983", "Heats", "10 August"], ["41.76", "West Germany (FRG)", "Silke Gladisch-Möller, Marita Koch, Ingrid Auerswald-Lange, Marlies Oelsner-Göhr", "1983", "Final", "10 August"], ["41.47", "United States (USA)", "Chryste Gaines, Marion Jones, Inger Miller, Gail Devers", "1997", "Final", "9 August"], ["41.49", "Russia (RUS)", "Olga Bogoslovskaya, Galina Malchugina, Natalya Voronova, Irina Privalova", "1993", "Final", "22 August"], ["41.49", "United States (USA)", "Michelle Finn, Gwen Torrence, Wendy Vereen, Gail Devers", "1993", "Final", "22 August"], ["41.58", "United States (USA)", "Alice Brown, Diane Williams, Florence Griffith Joyner, Pam Marshall", "1987", "Final", "6 September"], ["41.29", "Jamaica (JAM)", "Carrie Russell, Kerron Stewart, Schillonie Calvert, Shelly-Ann Fraser-Pryce", "2013", "Final", "18 August"], ["41.07", "Jamaica (JAM)", "Veronica Campbell-Brown, Natasha Morrison, Elaine Thompson, Shelly-Ann Fraser-Pryce", "2015", "Final", "29 August"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: What could be inferred about the performance improvement trend in the 4 x 100 metres relay races at the World Championships in Athletics for women based on the timings recorded over the years? | Based on the timings recorded over the years, it can be inferred that there has been a consistent improvement in the performance of women athletes in the 4 x 100 metres relay races at the World Championships in Athletics. The initial decrease in time from 43.06 seconds in 1983 to 41.58 seconds in 1987 shows a significant improvement in just four years. This trend of improvement continues over the years, with a notable tie between Russia and the United States in 1993, both achieving a time of 41.49 seconds. Most recently, in 2015, the Jamaican team established a record time of 41.07 seconds. | 883 | Answer: |
Table List of international cricket centuries at Warner Park - One Day International centuries: [["No.", "Score", "Player", "Team", "Balls", "Inns.", "Opposing team", "Date", "Result"], ["2", "113", "Ricky Ponting", "Australia", "93", "1", "Scotland", "14 March 2007", "Won"], ["7", "124", "Darren Bravo", "West Indies", "127", "1", "Bangladesh", "25 August 2014", "Won"], ["9", "109", "David Warner", "Australia", "120", "1", "South Africa", "11 June 2016", "Won"], ["11", "103", "Tamim Iqbal", "Bangladesh", "124", "1", "West Indies", "28 July 2018", "Won"], ["8", "169", "Denesh Ramdin", "West Indies", "121", "1", "Bangladesh", "25 August 2014", "Won"], ["4", "123", "Brad Hodge", "Australia", "89", "1", "Netherlands", "18 March 2007", "Won"], ["6", "110", "Ross Taylor", "New Zealand", "115", "2", "West Indies", "14 July 2012", "Lost"], ["10", "110*", "Hashim Amla", "South Africa", "99", "1", "West Indies", "15 June 2016", "Won"], ["1", "115*", "Ramnaresh Sarwan", "West Indies", "119", "2", "India", "23 May 2006", "Won"], ["3", "128*", "Jacques Kallis", "South Africa", "109", "1", "Netherlands", "16 March 2007", "Won"], ["5", "101", "Matthew Hayden", "Australia", "68", "1", "South Africa", "24 March 2007", "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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Who scored the highest run in the One Day International centuries at Warner Park and what was the result of the match? | Denesh Ramdin get highest run in the One Day International centurys at Warer Park with making 169 runs. West Indies win over Bangladesh in match on 25 August 2014. | 883 | Answer: |
Table 2011 National Hockey League All-Star Game - Voting: [["#", "Name", "Pos.", "Team", "Votes"], ["58", "Kris Letang", "D", "Pittsburgh Penguins", "477,960"], ["29", "Marc-Andre Fleury", "G", "Pittsburgh Penguins", "426,305"], ["87", "Sidney Crosby", "C", "Pittsburgh Penguins", "635,509"], ["71", "Evgeni Malkin", "C", "Pittsburgh Penguins", "376,887"], ["19", "Jonathan Toews", "C", "Chicago Blackhawks", "407,676"], ["2", "Duncan Keith", "D", "Chicago Blackhawks", "382,162"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Which player received the most votes and what position and team do they belong to? | Sidney Crosby received the most votes in the 2011 National Hockey League All-Star Game, with a total of 635,509 votes. He plays the position of Center (C) for the Pittsburgh Penguins team. | 883 | Answer: |
Table 1986 - 87 North West Counties Football League: [["Position", "Team", "Played", "Drawn", "Lost", "Goals For", "Goals Against", "Goal Difference", "Points 1"], ["9", "Skelmersdale United", "34", "10", "11", "52", "53", "1", "36"], ["3", "Ashton United", "34", "6", "9", "73", "45", "+ 28", "44"], ["17", "Atherton Laburnum Rovers", "34", "5", "21", "32", "61", "29", "21"], ["5", "Colwyn Bay", "34", "9", "8", "61", "43", "+ 18", "43"], ["8", "Colne Dynamoes", "34", "8", "12", "57", "44", "+ 13", "36"], ["7", "Chadderton", "34", "9", "11", "52", "47", "+ 5", "37"], ["18", "Salford", "34", "8", "25", "17", "89", "72", "10"], ["13", "Lancaster City", "34", "7", "15", "55", "53", "+ 2", "31"], ["4", "Wren Rovers", "34", "8", "8", "65", "39", "+ 26", "44"], ["10", "Ellesmere Port & Neston", "34", "5", "14", "68", "54", "+ 14", "35"], ["2", "Warrington Town", "34", "13", "5", "48", "34", "+ 14", "45"], ["11", "Formby", "34", "7", "14", "54", "55", "1", "33"], ["6", "Darwen", "34", "8", "11", "45", "47", "2", "38"], ["1", "Droylsden", "34", "8", "6", "79", "42", "+ 37", "48"], ["16", "Oldham Town", "34", "9", "18", "38", "57", "19", "23"], ["15", "Great Harwood Town", "34", "8", "17", "36", "59", "23", "24 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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: Summarize the teams that were placed between 3rd and 5th position. | The teams that were placed between 3rd and 5th position in the 1986-87 North West Counties Football League were Ashton United, Wren Rovers, and Colwyn Bay. Ashton United had 34 games played, 6 draws, 9 losses, 73 goals for, 45 goals against, and a goal difference of 28 points. Wren Rovers had 34 games played, 8 draws, 8 losses, 65 goals for, 39 goals against and a goal difference of 26 points. Lastly Colwyn Bay had 34 games played, 9 draws ,8 losses , 61 goals for ,43 goals against and a goal difference of 18 points. | 883 | Answer: |
Table Batman: [["Issue", "Published", "Estimated no. of units sold", "Sales chart position", "Ref."], ["#35", "October 2014", "118,860", "6", ""], ["#36", "November 2014", "115,183", "3", ""], ["#40", "April 2015", "131,128", "4", ""], ["#38", "January 2015", "110,232", "2", ""], ["#37", "December 2014", "113,255", "1", ""], ["#39", "February 2015", "118,106", "5", ""]] |
You are a question-answering model specialized in tabular data.
I will provide you with a table in a list-of-lists format (where the first row is the header) and a single natural language question.
Your task is to return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: How have the sales numbers changed over time from October 2014 to April 2015 and what trend can be observed? | From October 2014 to April 2015, the sell of Batman: Endgame has change but general is going up. The series begin with 118,860 units sold in October 2014, go down to 115,183 in November, and more drop to 113,255 units in December before little up to 110,232 units in January 2015. After this short down, sales go up again in February with 118,106 units sold, and reach the series' top of 131,128 units in April 2015. All in all, the trend we see show a slow increase in sales, with a more high sales chart position for the comic book series. | 883 | Answer: |
Table UK Independence Party - House of Commons: [["Election year", "# of total votes", "% of overall vote", "# of seats won", "Outcome"], ["2015", "3,881,099", "12.6%", "1 / 650", "Opposition"], ["2005", "603,298", "2.2%", "0 / 646", "No seats"], ["1997", "105,722", "0.3%", "0 / 650", "No seats"], ["2001", "390,563", "1.5%", "0 / 650", "No seats"], ["2010", "919,546", "3.1%", "0 / 650", "No seats"], ["2017", "593,852", "1.8%", "0 / 650", "No seats"]] |
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 return the summary that directly answer the provided question.
Follow these guidelines:
- Output Format:
Your response must be a plain text string.
- Direct Answers Only:
Return ONLY the text that directly respondes to the question. Do not include headers, column names, or any additional text.
- No Explanations:
Do NOT provide any explanations, reasoning, or repeat these instructions in your answer.
Examples:
Example 1
Table:
Table 1962 Vfl Season:
[['Home Team', 'Home Team Score', 'Away Team', 'Away Team Score', 'Venue', 'Crowd', 'Date'],
['Geelong', '7.10 (52)', 'St Kilda', '6.12 (48)', 'Kardinia Park', '23295', '30 June 1962'],
['Footscray', '12.10 (82)', 'North Melbourne', '8.17 (65)', 'Western Oval', '20579', '30 June 1962'],
['Collingwood', '14.16 (100)', 'Richmond', '13.10 (88)', 'Victoria Park', '25479', '30 June 1962'],
['South Melbourne', '7.8 (50)', 'Hawthorn', '12.14 (86)', 'Lake Oval', '10150', '30 June 1962'],
['Melbourne', '7.13 (55)', 'Essendon', '10.13 (73)', 'Mcg', '86275', '30 June 1962'],
['Fitzroy', '6.15 (51)', 'Carlton', '7.10 (52)', 'Brunswick Street Oval', '20340', '30 June 1962']]
Question: Summarize the basic information of the game(s) played by Hawthorn in the 1962 Vfl Season.
Answer: On 30 June 1962, Hawthorn faced South Melbourne in the Lake Oval with a crowd of 10150. The game was won by Hawthorn with an impressive score of 12.14 (86) to 7.8 (50)
Example 2
Table:
Table Three Rivers Conference (Indiana) - Former members:
[["School", "Location", "Mascot", "Colors", "# / County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined"],
["Caston", "Fulton", "Comets", "", "25 Fulton", "1971", "Independents (new school 1964)", "1978", "Midwest"],
["Culver Community", "Culver", "Cavaliers", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1976", "Independents (NSC 1977)"],
["Triton", "Bourbon", "Trojans", "", "50 Marshall", "1971", "Independents (MCC 1966)", "1980", "Northern State"],
["Eastern (Greentown)", "Greentown", "Comets", "", "34 Howard", "1980", "Mid-Indiana", "1987", "Mid-Indiana"],
["Oak Hill", "Converse", "Golden Eagles", "", "27 Grant", "1980", "Mid-Indiana", "2006", "Central Indiana"]]
Question: Which school left the Three Rivers Conference earliest and which conference did they join afterwards?
Answer: Culver Community left Three Rivers Conference earliest in 1976. After that, they join Independents (NSC 1977) conference.
Question: In what year did the UK Independence Party secure a seat in the House of Commons, and what were the total votes and overall vote percentage during that year? | In 2015, UK Independence Party get one seat in House of Commons. That year, party get 3,881,099 total vote, is 12.6% of all vote. | 883 | Answer: |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.