topic stringlengths 3 96 | wiki stringlengths 33 127 | url stringlengths 101 106 | action stringclasses 7
values | sent stringlengths 34 223 | annotation stringlengths 74 227 | logic stringlengths 207 5.45k | logic_str stringlengths 37 493 | interpret stringlengths 43 471 | num_func stringclasses 15
values | nid stringclasses 13
values | g_ids stringlengths 70 455 | g_ids_features stringlengths 98 670 | g_adj stringlengths 79 515 | table_header stringlengths 40 458 | table_cont large_stringlengths 135 4.41k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
amstel gold race | https://en.wikipedia.org/wiki/Amstel_Gold_Race | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-1749567-2.html.csv | comparative | in the amstel gold race there are 4 more kilometers in keutenberg than in fromberg . | {'row_1': '15', 'row_2': '14', 'col': '3', 'col_other': '2', 'relation': 'diff', 'record_mentioned': 'no', 'diff_result': {'diff_value': '4', 'bigger': 'row1'}} | {'func': 'eq', 'args': [{'func': 'diff', 'args': [{'func': 'num_hop', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'name', 'keutenberg'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose name record fuzzily matches to keutenberg .', 'tostr': 'filter_eq { all_rows ; name ; keutenberg }'}, 'kilomete... | eq { diff { hop { filter_eq { all_rows ; name ; keutenberg } ; kilometer } ; hop { filter_eq { all_rows ; name ; fromberg } ; kilometer } } ; 4 } = true | select the rows whose name record fuzzily matches to keutenberg . take the kilometer record of this row . select the rows whose name record fuzzily matches to fromberg . take the kilometer record of this row . the first record is 4 larger than the second record . | 6 | 6 | {'eq_5': 5, 'result_6': 6, 'diff_4': 4, 'num_hop_2': 2, 'filter_str_eq_0': 0, 'all_rows_7': 7, 'name_8': 8, 'keutenberg_9': 9, 'kilometer_10': 10, 'num_hop_3': 3, 'filter_str_eq_1': 1, 'all_rows_11': 11, 'name_12': 12, 'fromberg_13': 13, 'kilometer_14': 14, '4_15': 15} | {'eq_5': 'eq', 'result_6': 'true', 'diff_4': 'diff', 'num_hop_2': 'num_hop', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_7': 'all_rows', 'name_8': 'name', 'keutenberg_9': 'keutenberg', 'kilometer_10': 'kilometer', 'num_hop_3': 'num_hop', 'filter_str_eq_1': 'filter_str_eq', 'all_rows_11': 'all_rows', 'name_12': 'name'... | {'eq_5': [6], 'result_6': [], 'diff_4': [5], 'num_hop_2': [4], 'filter_str_eq_0': [2], 'all_rows_7': [0], 'name_8': [0], 'keutenberg_9': [0], 'kilometer_10': [2], 'num_hop_3': [4], 'filter_str_eq_1': [3], 'all_rows_11': [1], 'name_12': [1], 'fromberg_13': [1], 'kilometer_14': [3], '4_15': [5]} | ['number', 'name', 'kilometer', 'location', 'length ( in m )', 'average climb ( % )'] | [['17', 'plettenbergweg', '159', 'eys', '1000', '42'], ['18', 'eyserweg', '160', 'eys', '2200', '43'], ['19', 'hulsberg', '165', 'simpelveld', '1000', '77'], ['20', 'vrakelberg', '171', 'voerendaal', '700', '79'], ['21', 'sibbergrubbe', '179', 'valkenburg', '2100', '41'], ['22', 'cauberg', '184', 'valkenburg', '1200', ... |
2010 - 11 slovak superliga | https://en.wikipedia.org/wiki/2010%E2%80%9311_Slovak_Superliga | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-27683516-3.html.csv | comparative | karol marko departed as manager before ivan vrabec departed . | {'row_1': '5', 'row_2': '7', 'col': '4', 'col_other': '2', 'relation': 'less', 'record_mentioned': 'no', 'diff_result': None} | {'func': 'less', 'args': [{'func': 'str_hop', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'outgoing manager', 'karol marko'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose outgoing manager record fuzzily matches to karol marko .', 'tostr': 'filter_eq { all_rows ; outgoing manager ; karol marko... | less { hop { filter_eq { all_rows ; outgoing manager ; karol marko } ; date of vacancy } ; hop { filter_eq { all_rows ; outgoing manager ; ivan vrabec } ; date of vacancy } } = true | select the rows whose outgoing manager record fuzzily matches to karol marko . take the date of vacancy record of this row . select the rows whose outgoing manager record fuzzily matches to ivan vrabec . take the date of vacancy record of this row . the first record is less than the second record . | 5 | 5 | {'less_4': 4, 'result_5': 5, 'str_hop_2': 2, 'filter_str_eq_0': 0, 'all_rows_6': 6, 'outgoing manager_7': 7, 'karol marko_8': 8, 'date of vacancy_9': 9, 'str_hop_3': 3, 'filter_str_eq_1': 1, 'all_rows_10': 10, 'outgoing manager_11': 11, 'ivan vrabec_12': 12, 'date of vacancy_13': 13} | {'less_4': 'less', 'result_5': 'true', 'str_hop_2': 'str_hop', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_6': 'all_rows', 'outgoing manager_7': 'outgoing manager', 'karol marko_8': 'karol marko', 'date of vacancy_9': 'date of vacancy', 'str_hop_3': 'str_hop', 'filter_str_eq_1': 'filter_str_eq', 'all_rows_10': 'all_r... | {'less_4': [5], 'result_5': [], 'str_hop_2': [4], 'filter_str_eq_0': [2], 'all_rows_6': [0], 'outgoing manager_7': [0], 'karol marko_8': [0], 'date of vacancy_9': [2], 'str_hop_3': [4], 'filter_str_eq_1': [3], 'all_rows_10': [1], 'outgoing manager_11': [1], 'ivan vrabec_12': [1], 'date of vacancy_13': [3]} | ['team', 'outgoing manager', 'manner of departure', 'date of vacancy', 'table', 'incoming manager', 'date of appointment'] | [['tatran prešov', 'roman pivarník', 'sacked', '22 august 2010', 'pre - season', 'ladislav pecko', '23 august 2010'], ['mfk košice', 'žarko djurović', 'mutual agreement', '28 september 2010', 'pre - season', 'štefan tarkovič', '28 september 2010'], ['mfk ružomberok', 'ladislav jurkemik', 'mutual agreement', '10 october... |
kumar sanu | https://en.wikipedia.org/wiki/Kumar_Sanu | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1368369-1.html.csv | comparative | kurmar sanu 's song ek ladki ko dekha was from one year after the song yeh kaali kaali aankhen . | {'row_1': '5', 'row_2': '4', 'col': '1', 'col_other': '2', 'relation': 'greater', 'record_mentioned': 'no', 'diff_result': None} | {'func': 'greater', 'args': [{'func': 'num_hop', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'song', 'ek ladki ko dekha'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose song record fuzzily matches to ek ladki ko dekha .', 'tostr': 'filter_eq { all_rows ; song ; ek ladki ko dekha }'}, 'year'], ... | greater { hop { filter_eq { all_rows ; song ; ek ladki ko dekha } ; year } ; hop { filter_eq { all_rows ; song ; yeh kaali kaali aankhen } ; year } } = true | select the rows whose song record fuzzily matches to ek ladki ko dekha . take the year record of this row . select the rows whose song record fuzzily matches to yeh kaali kaali aankhen . take the year record of this row . the first record is greater than the second record . | 5 | 5 | {'greater_4': 4, 'result_5': 5, 'num_hop_2': 2, 'filter_str_eq_0': 0, 'all_rows_6': 6, 'song_7': 7, 'ek ladki ko dekha_8': 8, 'year_9': 9, 'num_hop_3': 3, 'filter_str_eq_1': 1, 'all_rows_10': 10, 'song_11': 11, 'yeh kaali kaali aankhen_12': 12, 'year_13': 13} | {'greater_4': 'greater', 'result_5': 'true', 'num_hop_2': 'num_hop', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_6': 'all_rows', 'song_7': 'song', 'ek ladki ko dekha_8': 'ek ladki ko dekha', 'year_9': 'year', 'num_hop_3': 'num_hop', 'filter_str_eq_1': 'filter_str_eq', 'all_rows_10': 'all_rows', 'song_11': 'song', 'ye... | {'greater_4': [5], 'result_5': [], 'num_hop_2': [4], 'filter_str_eq_0': [2], 'all_rows_6': [0], 'song_7': [0], 'ek ladki ko dekha_8': [0], 'year_9': [2], 'num_hop_3': [4], 'filter_str_eq_1': [3], 'all_rows_10': [1], 'song_11': [1], 'yeh kaali kaali aankhen_12': [1], 'year_13': [3]} | ['year', 'song', 'film', 'music director ( s )', 'lyricist'] | [['1991', 'ab tere bin', 'aashiqui', 'nadeem - shravan', 'sameer'], ['1992', 'mera dil bhi kitna pagal hai', 'saajan', 'nadeem - shravan', 'sameer'], ['1993', 'sochenge tumhe pyaar', 'deewana', 'nadeem - shravan', 'sameer'], ['1994', 'yeh kaali kaali aankhen', 'baazigar', 'anu malik', 'rani malik'], ['1995', 'ek ladki ... |
1926 in brazilian football | https://en.wikipedia.org/wiki/1926_in_Brazilian_football | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-15385631-2.html.csv | count | in 1926 in brazilian football , when a team scored over 10 points , there were 2 teams that had 2 draws . | {'scope': 'subset', 'criterion': 'equal', 'value': '2', 'result': '2', 'col': '5', 'subset': {'col': '3', 'criterion': 'greater_than', 'value': '10'}} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_eq', 'args': [{'func': 'filter_greater', 'args': ['all_rows', 'points', '10'], 'result': None, 'ind': 0, 'tostr': 'filter_greater { all_rows ; points ; 10 }', 'tointer': 'select the rows whose points record is greater than 10 .'}, 'drawn', '2'], 'resul... | eq { count { filter_eq { filter_greater { all_rows ; points ; 10 } ; drawn ; 2 } } ; 2 } = true | select the rows whose points record is greater than 10 . among these rows , select the rows whose drawn record is equal to 2 . the number of such rows is 2 . | 4 | 4 | {'eq_3': 3, 'result_4': 4, 'count_2': 2, 'filter_eq_1': 1, 'filter_greater_0': 0, 'all_rows_5': 5, 'points_6': 6, '10_7': 7, 'drawn_8': 8, '2_9': 9, '2_10': 10} | {'eq_3': 'eq', 'result_4': 'true', 'count_2': 'count', 'filter_eq_1': 'filter_eq', 'filter_greater_0': 'filter_greater', 'all_rows_5': 'all_rows', 'points_6': 'points', '10_7': '10', 'drawn_8': 'drawn', '2_9': '2', '2_10': '2'} | {'eq_3': [4], 'result_4': [], 'count_2': [3], 'filter_eq_1': [2], 'filter_greater_0': [1], 'all_rows_5': [0], 'points_6': [0], '10_7': [0], 'drawn_8': [1], '2_9': [1], '2_10': [3]} | ['position', 'team', 'points', 'played', 'drawn', 'lost', 'against', 'difference'] | [['1', 'paulistano', '24', '14', '2', '1', '14', '41'], ['2', 'germnia', '18', '14', '2', '4', '28', '10'], ['3', 'independência', '17', '14', '3', '4', '30', '7'], ['4', 'antártica', '17', '14', '5', '3', '19', '6'], ['5', 'aa palmeiras', '15', '14', '3', '5', '24', '4'], ['6', 'atlético santista', '11', '14', '1', '8... |
united states senate election in arizona , 2004 | https://en.wikipedia.org/wiki/United_States_Senate_election_in_Arizona%2C_2004 | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-19681738-1.html.csv | aggregation | mccain received an average of 73.54 % of the votes in all arizona counties in 2004 . | {'scope': 'all', 'col': '7', 'type': 'average', 'result': '73.54', 'subset': None} | {'func': 'round_eq', 'args': [{'func': 'avg', 'args': ['all_rows', 'mccain %'], 'result': '73.54', 'ind': 0, 'tostr': 'avg { all_rows ; mccain % }'}, '73.54'], 'result': True, 'ind': 1, 'tostr': 'round_eq { avg { all_rows ; mccain % } ; 73.54 } = true', 'tointer': 'the average of the mccain % record of all rows is 73.5... | round_eq { avg { all_rows ; mccain % } ; 73.54 } = true | the average of the mccain % record of all rows is 73.54 . | 2 | 2 | {'eq_1': 1, 'result_2': 2, 'avg_0': 0, 'all_rows_3': 3, 'mccain %_4': 4, '73.54_5': 5} | {'eq_1': 'eq', 'result_2': 'true', 'avg_0': 'avg', 'all_rows_3': 'all_rows', 'mccain %_4': 'mccain %', '73.54_5': '73.54'} | {'eq_1': [2], 'result_2': [], 'avg_0': [1], 'all_rows_3': [0], 'mccain %_4': [0], '73.54_5': [1]} | ['county', 'starky', 'starky %', 'hancock', 'hancock %', 'mccain', 'mccain %', 'total'] | [['apache', '9588', '40.95 %', '905', '3.86 %', '12923', '55.19 %', '23416'], ['cochise', '9555', '21.80 %', '1394', '3.18 %', '32879', '75.02 %', '43828'], ['coconino', '13520', '26.58 %', '1504', '2.96 %', '35849', '70.47 %', '50873'], ['gila', '4291', '20.96 %', '632', '3.09 %', '15551', '75.95 %', '20474'], ['graha... |
1987 toronto blue jays season | https://en.wikipedia.org/wiki/1987_Toronto_Blue_Jays_season | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-12207430-2.html.csv | aggregation | the average attendance for the 1987 toronto blue jays games was 22526 . | {'scope': 'all', 'col': '5', 'type': 'average', 'result': '22526', 'subset': None} | {'func': 'round_eq', 'args': [{'func': 'avg', 'args': ['all_rows', 'attendance'], 'result': '22526', 'ind': 0, 'tostr': 'avg { all_rows ; attendance }'}, '22526'], 'result': True, 'ind': 1, 'tostr': 'round_eq { avg { all_rows ; attendance } ; 22526 } = true', 'tointer': 'the average of the attendance record of all rows... | round_eq { avg { all_rows ; attendance } ; 22526 } = true | the average of the attendance record of all rows is 22526 . | 2 | 2 | {'eq_1': 1, 'result_2': 2, 'avg_0': 0, 'all_rows_3': 3, 'attendance_4': 4, '22526_5': 5} | {'eq_1': 'eq', 'result_2': 'true', 'avg_0': 'avg', 'all_rows_3': 'all_rows', 'attendance_4': 'attendance', '22526_5': '22526'} | {'eq_1': [2], 'result_2': [], 'avg_0': [1], 'all_rows_3': [0], 'attendance_4': [0], '22526_5': [1]} | ['date', 'opponent', 'score', 'loss', 'attendance', 'record'] | [['april 6', 'indians', '7 - 3', 'candiotti ( 0 - 1 )', '40404', '1 - 0'], ['april 8', 'indians', '5 - 1', 'swindell ( 0 - 1 )', '20388', '2 - 0'], ['april 9', 'indians', '14 - 3', 'johnson ( 0 - 1 )', '21088', '2 - 1'], ['april 10', 'red sox', '3 - 0', 'stieb ( 0 - 1 )', '33679', '2 - 2'], ['april 11', 'red sox', '11 ... |
hey venus ! | https://en.wikipedia.org/wiki/Hey_Venus%21 | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-10647532-1.html.csv | majority | on most of the occasions , hey venus ! was released by rough trade records . | {'scope': 'all', 'col': '3', 'most_or_all': 'most', 'criterion': 'equal', 'value': 'rough trade records', 'subset': None} | {'func': 'most_str_eq', 'args': ['all_rows', 'label', 'rough trade records'], 'result': True, 'ind': 0, 'tointer': 'for the label records of all rows , most of them fuzzily match to rough trade records .', 'tostr': 'most_eq { all_rows ; label ; rough trade records } = true'} | most_eq { all_rows ; label ; rough trade records } = true | for the label records of all rows , most of them fuzzily match to rough trade records . | 1 | 1 | {'most_str_eq_0': 0, 'result_1': 1, 'all_rows_2': 2, 'label_3': 3, 'rough trade records_4': 4} | {'most_str_eq_0': 'most_str_eq', 'result_1': 'true', 'all_rows_2': 'all_rows', 'label_3': 'label', 'rough trade records_4': 'rough trade records'} | {'most_str_eq_0': [1], 'result_1': [], 'all_rows_2': [0], 'label_3': [0], 'rough trade records_4': [0]} | ['region', 'date', 'label', 'format', 'catalogue'] | [['united kingdom', '27 august 2007', 'rough trade records', 'vinyl record', 'rtradlp 346'], ['united kingdom', '27 august 2007', 'rough trade records', 'compact disc', 'rtradcd 346'], ['united kingdom', '27 august 2007', 'rough trade records', 'download', '-'], ['united states', '28 august 2007', 'rough trade america'... |
wru division two east | https://en.wikipedia.org/wiki/WRU_Division_Two_East | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-12807904-3.html.csv | ordinal | the treorchy rfc club recorded the 2nd highest number of wins in the wru division two east league . | {'row': '3', 'col': '3', 'order': '2', 'col_other': '1', 'max_or_min': 'max_to_min', 'value_mentioned': 'no', 'scope': 'all', 'subset': None} | {'func': 'str_eq', 'args': [{'func': 'str_hop', 'args': [{'func': 'nth_argmax', 'args': ['all_rows', 'won', '2'], 'result': None, 'ind': 0, 'tostr': 'nth_argmax { all_rows ; won ; 2 }'}, 'club'], 'result': 'treorchy rfc', 'ind': 1, 'tostr': 'hop { nth_argmax { all_rows ; won ; 2 } ; club }'}, 'treorchy rfc'], 'result':... | eq { hop { nth_argmax { all_rows ; won ; 2 } ; club } ; treorchy rfc } = true | select the row whose won record of all rows is 2nd maximum . the club record of this row is treorchy rfc . | 3 | 3 | {'str_eq_2': 2, 'result_3': 3, 'str_hop_1': 1, 'nth_argmax_0': 0, 'all_rows_4': 4, 'won_5': 5, '2_6': 6, 'club_7': 7, 'treorchy rfc_8': 8} | {'str_eq_2': 'str_eq', 'result_3': 'true', 'str_hop_1': 'str_hop', 'nth_argmax_0': 'nth_argmax', 'all_rows_4': 'all_rows', 'won_5': 'won', '2_6': '2', 'club_7': 'club', 'treorchy rfc_8': 'treorchy rfc'} | {'str_eq_2': [3], 'result_3': [], 'str_hop_1': [2], 'nth_argmax_0': [1], 'all_rows_4': [0], 'won_5': [0], '2_6': [0], 'club_7': [1], 'treorchy rfc_8': [2]} | ['club', 'played', 'won', 'drawn', 'lost', 'points for', 'points against', 'tries for', 'tries against', 'try bonus', 'losing bonus', 'points'] | [['club', 'played', 'won', 'drawn', 'lost', 'points for', 'points against', 'tries for', 'tries against', 'try bonus', 'losing bonus', 'points'], ['gilfach goch rfc', '22', '16', '1', '5', '560', '343', '65', '37', '7', '3', '76'], ['treorchy rfc', '22', '15', '0', '7', '636', '382', '79', '44', '10', '2', '72'], ['rhy... |
southwestern conference ( illinois ) | https://en.wikipedia.org/wiki/Southwestern_Conference_%28Illinois%29 | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-27653955-1.html.csv | aggregation | the average enrollment across all schools in the southwestern conference in illinois is about 2282 . | {'scope': 'all', 'col': '5', 'type': 'average', 'result': '2282', 'subset': None} | {'func': 'round_eq', 'args': [{'func': 'avg', 'args': ['all_rows', 'enrollment'], 'result': '2282', 'ind': 0, 'tostr': 'avg { all_rows ; enrollment }'}, '2282'], 'result': True, 'ind': 1, 'tostr': 'round_eq { avg { all_rows ; enrollment } ; 2282 } = true', 'tointer': 'the average of the enrollment record of all rows is... | round_eq { avg { all_rows ; enrollment } ; 2282 } = true | the average of the enrollment record of all rows is 2282 . | 2 | 2 | {'eq_1': 1, 'result_2': 2, 'avg_0': 0, 'all_rows_3': 3, 'enrollment_4': 4, '2282_5': 5} | {'eq_1': 'eq', 'result_2': 'true', 'avg_0': 'avg', 'all_rows_3': 'all_rows', 'enrollment_4': 'enrollment', '2282_5': '2282'} | {'eq_1': [2], 'result_2': [], 'avg_0': [1], 'all_rows_3': [0], 'enrollment_4': [0], '2282_5': [1]} | ['school', 'location', 'mascot', 'colors', 'enrollment', 'ihsa classes 2 / 3 / 4', 'ihsa music class', 'ihsa football class', 'ihsa cheerleading class'] | [['alton high school', 'alton , il', 'redbirds', 'red , gray', '2135', 'aa / 3a / 4a', 'aa', '7a', 'large squad'], ['belleville east high school', 'belleville , il', 'lancers', 'columbia blue , navy blue', '2600', 'aa / 3a / 4a', 'aa', '8a', 'large squad'], ['belleville west high school', 'belleville , il', 'maroons', ... |
2008 thailand national games | https://en.wikipedia.org/wiki/2008_Thailand_National_Games | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-14892957-1.html.csv | ordinal | chonburi received the 2nd highest total medal count in the 2008 thailand national games . | {'row': '2', 'col': '6', 'order': '2', 'col_other': '2', 'max_or_min': 'max_to_min', 'value_mentioned': 'no', 'scope': 'all', 'subset': None} | {'func': 'str_eq', 'args': [{'func': 'str_hop', 'args': [{'func': 'nth_argmax', 'args': ['all_rows', 'total', '2'], 'result': None, 'ind': 0, 'tostr': 'nth_argmax { all_rows ; total ; 2 }'}, 'province'], 'result': 'chonburi', 'ind': 1, 'tostr': 'hop { nth_argmax { all_rows ; total ; 2 } ; province }'}, 'chonburi'], 're... | eq { hop { nth_argmax { all_rows ; total ; 2 } ; province } ; chonburi } = true | select the row whose total record of all rows is 2nd maximum . the province record of this row is chonburi . | 3 | 3 | {'str_eq_2': 2, 'result_3': 3, 'str_hop_1': 1, 'nth_argmax_0': 0, 'all_rows_4': 4, 'total_5': 5, '2_6': 6, 'province_7': 7, 'chonburi_8': 8} | {'str_eq_2': 'str_eq', 'result_3': 'true', 'str_hop_1': 'str_hop', 'nth_argmax_0': 'nth_argmax', 'all_rows_4': 'all_rows', 'total_5': 'total', '2_6': '2', 'province_7': 'province', 'chonburi_8': 'chonburi'} | {'str_eq_2': [3], 'result_3': [], 'str_hop_1': [2], 'nth_argmax_0': [1], 'all_rows_4': [0], 'total_5': [0], '2_6': [0], 'province_7': [1], 'chonburi_8': [2]} | ['rank', 'province', 'gold', 'silver', 'bronze', 'total'] | [['1', 'bangkok', '125', '90', '76', '291'], ['2', 'chonburi', '44', '34', '48', '126'], ['3', 'chiang mai', '37', '34', '41', '112'], ['4', 'phitsanulok', '24', '15', '31', '70'], ['5', 'suphan buri', '21', '27', '24', '72'], ['6', 'nakhon ratchasima', '21', '21', '31', '73'], ['7', 'nakhon si thammarat', '11', '10', ... |
billy casper | https://en.wikipedia.org/wiki/Billy_Casper | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1544891-3.html.csv | majority | for the tournaments that billy casper participated in , all of them were in the 1980s . | {'scope': 'all', 'col': '1', 'most_or_all': 'all', 'criterion': 'fuzzily_match', 'value': '198', 'subset': None} | {'func': 'all_str_eq', 'args': ['all_rows', 'date', '198'], 'result': True, 'ind': 0, 'tointer': 'for the date records of all rows , all of them fuzzily match to 198 .', 'tostr': 'all_eq { all_rows ; date ; 198 } = true'} | all_eq { all_rows ; date ; 198 } = true | for the date records of all rows , all of them fuzzily match to 198 . | 1 | 1 | {'all_str_eq_0': 0, 'result_1': 1, 'all_rows_2': 2, 'date_3': 3, '198_4': 4} | {'all_str_eq_0': 'all_str_eq', 'result_1': 'true', 'all_rows_2': 'all_rows', 'date_3': 'date', '198_4': '198'} | {'all_str_eq_0': [1], 'result_1': [], 'all_rows_2': [0], 'date_3': [0], '198_4': [0]} | ['date', 'tournament', 'winning score', 'margin of victory', 'runner ( s ) - up'] | [['aug 28 , 1982', 'shootout at jeremy ranch', '- 9 ( 74 + 71 + 69 + 65 = 279 )', '1 stroke', 'miller barber , don january'], ['sep 19 , 1982', 'merrill lynch / golf digest commemorative pro - am', '- 10 ( 68 + 7 + 68 = 206 )', 'playoff', 'bob toski'], ['jul 25 , 1983', 'us senior open', '+ 4 ( 73 + 73 + 69 + 73 = 288 ... |
1969 italian grand prix | https://en.wikipedia.org/wiki/1969_Italian_Grand_Prix | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1122409-1.html.csv | count | five driver finished with 68 laps in the 1969 italian grand prix . | {'scope': 'all', 'criterion': 'equal', 'value': '68', 'result': '5', 'col': '3', 'subset': None} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_eq', 'args': ['all_rows', 'laps', '68'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose laps record is equal to 68 .', 'tostr': 'filter_eq { all_rows ; laps ; 68 }'}], 'result': '5', 'ind': 1, 'tostr': 'count { filter_eq { all_rows ; laps ... | eq { count { filter_eq { all_rows ; laps ; 68 } } ; 5 } = true | select the rows whose laps record is equal to 68 . the number of such rows is 5 . | 3 | 3 | {'eq_2': 2, 'result_3': 3, 'count_1': 1, 'filter_eq_0': 0, 'all_rows_4': 4, 'laps_5': 5, '68_6': 6, '5_7': 7} | {'eq_2': 'eq', 'result_3': 'true', 'count_1': 'count', 'filter_eq_0': 'filter_eq', 'all_rows_4': 'all_rows', 'laps_5': 'laps', '68_6': '68', '5_7': '5'} | {'eq_2': [3], 'result_3': [], 'count_1': [2], 'filter_eq_0': [1], 'all_rows_4': [0], 'laps_5': [0], '68_6': [0], '5_7': [2]} | ['driver', 'constructor', 'laps', 'time / retired', 'grid'] | [['jackie stewart', 'matra - ford', '68', '1:39:11.26', '3'], ['jochen rindt', 'lotus - ford', '68', '+ 0.08', '1'], ['jean - pierre beltoise', 'matra - ford', '68', '+ 0.17', '6'], ['bruce mclaren', 'mclaren - ford', '68', '+ 0.19', '5'], ['piers courage', 'brabham - ford', '68', '+ 33.44', '4'], ['pedro rodrã\xadguez... |
2008 issf world cup final ( rifle and pistol ) | https://en.wikipedia.org/wiki/2008_ISSF_World_Cup_Final_%28rifle_and_pistol%29 | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-18191407-15.html.csv | majority | the majority of the shooters had a prone score under 200 . | {'scope': 'all', 'col': '2', 'most_or_all': 'most', 'criterion': 'less_than', 'value': '200', 'subset': None} | {'func': 'most_less', 'args': ['all_rows', 'prone', '200'], 'result': True, 'ind': 0, 'tointer': 'for the prone records of all rows , most of them are less than 200 .', 'tostr': 'most_less { all_rows ; prone ; 200 } = true'} | most_less { all_rows ; prone ; 200 } = true | for the prone records of all rows , most of them are less than 200 . | 1 | 1 | {'most_less_0': 0, 'result_1': 1, 'all_rows_2': 2, 'prone_3': 3, '200_4': 4} | {'most_less_0': 'most_less', 'result_1': 'true', 'all_rows_2': 'all_rows', 'prone_3': 'prone', '200_4': '200'} | {'most_less_0': [1], 'result_1': [], 'all_rows_2': [0], 'prone_3': [0], '200_4': [0]} | ['shooter', 'prone', 'stand', 'kneel', 'qual'] | [['sonja pfeilschifter ( ger )', '199', '195', '196', '590'], ['olga dovgun ( kaz )', '200', '196', '193', '589'], ['lioubov galkina ( rus )', '199', '193', '194', '586'], ['yin wen ( chn )', '197', '195', '194', '586'], ['jamie beyerle ( usa )', '198', '188', '194', '580'], ['snježana pejčić ( cro )', '197', '193', '1... |
1932 vfl season | https://en.wikipedia.org/wiki/1932_VFL_season | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-10790099-8.html.csv | count | in round eight of the 1932 vfl season , the home team scored over 10 points twice when the crowd had less than 10000 people in it . | {'scope': 'subset', 'criterion': 'greater_than', 'value': '10', 'result': '2', 'col': '2', 'subset': {'col': '6', 'criterion': 'less_than', 'value': '10000'}} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_greater', 'args': [{'func': 'filter_less', 'args': ['all_rows', 'crowd', '10000'], 'result': None, 'ind': 0, 'tostr': 'filter_less { all_rows ; crowd ; 10000 }', 'tointer': 'select the rows whose crowd record is less than 10000 .'}, 'home team score', ... | eq { count { filter_greater { filter_less { all_rows ; crowd ; 10000 } ; home team score ; 10 } } ; 2 } = true | select the rows whose crowd record is less than 10000 . among these rows , select the rows whose home team score record is greater than 10 . the number of such rows is 2 . | 4 | 4 | {'eq_3': 3, 'result_4': 4, 'count_2': 2, 'filter_greater_1': 1, 'filter_less_0': 0, 'all_rows_5': 5, 'crowd_6': 6, '10000_7': 7, 'home team score_8': 8, '10_9': 9, '2_10': 10} | {'eq_3': 'eq', 'result_4': 'true', 'count_2': 'count', 'filter_greater_1': 'filter_greater', 'filter_less_0': 'filter_less', 'all_rows_5': 'all_rows', 'crowd_6': 'crowd', '10000_7': '10000', 'home team score_8': 'home team score', '10_9': '10', '2_10': '2'} | {'eq_3': [4], 'result_4': [], 'count_2': [3], 'filter_greater_1': [2], 'filter_less_0': [1], 'all_rows_5': [0], 'crowd_6': [0], '10000_7': [0], 'home team score_8': [1], '10_9': [1], '2_10': [3]} | ['home team', 'home team score', 'away team', 'away team score', 'venue', 'crowd', 'date'] | [['richmond', '8.7 ( 55 )', 'south melbourne', '8.9 ( 57 )', 'punt road oval', '35000', '25 june 1932'], ['footscray', '10.7 ( 67 )', 'melbourne', '3.9 ( 27 )', 'western oval', '10000', '25 june 1932'], ['fitzroy', '13.15 ( 93 )', 'hawthorn', '9.9 ( 63 )', 'brunswick street oval', '7500', '25 june 1932'], ['geelong', '... |
luster , norway | https://en.wikipedia.org/wiki/Luster%2C_Norway | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-178398-1.html.csv | superlative | the earliest church in luster to have been built was urnes stavkyrkje . | {'scope': 'all', 'col_superlative': '4', 'row_superlative': '4', 'value_mentioned': 'no', 'max_or_min': 'min', 'other_col': '3', 'subset': None} | {'func': 'str_eq', 'args': [{'func': 'str_hop', 'args': [{'func': 'argmin', 'args': ['all_rows', 'year built'], 'result': None, 'ind': 0, 'tostr': 'argmin { all_rows ; year built }'}, 'church name'], 'result': 'urnes stavkyrkje', 'ind': 1, 'tostr': 'hop { argmin { all_rows ; year built } ; church name }'}, 'urnes stavk... | eq { hop { argmin { all_rows ; year built } ; church name } ; urnes stavkyrkje } = true | select the row whose year built record of all rows is minimum . the church name record of this row is urnes stavkyrkje . | 3 | 3 | {'str_eq_2': 2, 'result_3': 3, 'str_hop_1': 1, 'argmin_0': 0, 'all_rows_4': 4, 'year built_5': 5, 'church name_6': 6, 'urnes stavkyrkje_7': 7} | {'str_eq_2': 'str_eq', 'result_3': 'true', 'str_hop_1': 'str_hop', 'argmin_0': 'argmin', 'all_rows_4': 'all_rows', 'year built_5': 'year built', 'church name_6': 'church name', 'urnes stavkyrkje_7': 'urnes stavkyrkje'} | {'str_eq_2': [3], 'result_3': [], 'str_hop_1': [2], 'argmin_0': [1], 'all_rows_4': [0], 'year built_5': [0], 'church name_6': [1], 'urnes stavkyrkje_7': [2]} | ['parish ( prestegjeld )', 'sub - parish ( sogn )', 'church name', 'year built', 'location of the church'] | [['hafslo parish', 'hafslo', 'hafslo kyrkje', '1878', 'hafslo'], ['hafslo parish', 'hafslo', 'veitastrond kapell', '1928', 'veitastrond'], ['hafslo parish', 'solvorn', 'solvorn kyrkje', '1883', 'solvorn'], ['hafslo parish', 'solvorn', 'urnes stavkyrkje', '1130', 'urnes'], ['jostedal parish', 'fet og joranger', 'fet kyr... |
miss usa 1989 | https://en.wikipedia.org/wiki/Miss_USA_1989 | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-16268026-3.html.csv | count | two states scored a total of 8.432 in the swimsuit portion of the miss usa 1989 pageant . | {'scope': 'all', 'criterion': 'fuzzily_match', 'value': '8.432', 'result': '2', 'col': '4', 'subset': None} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'swimsuit', '8.432'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose swimsuit record fuzzily matches to 8.432 .', 'tostr': 'filter_eq { all_rows ; swimsuit ; 8.432 }'}], 'result': '2', 'ind': 1, 'tostr': 'coun... | eq { count { filter_eq { all_rows ; swimsuit ; 8.432 } } ; 2 } = true | select the rows whose swimsuit record fuzzily matches to 8.432 . the number of such rows is 2 . | 3 | 3 | {'eq_2': 2, 'result_3': 3, 'count_1': 1, 'filter_str_eq_0': 0, 'all_rows_4': 4, 'swimsuit_5': 5, '8.432_6': 6, '2_7': 7} | {'eq_2': 'eq', 'result_3': 'true', 'count_1': 'count', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_4': 'all_rows', 'swimsuit_5': 'swimsuit', '8.432_6': '8.432', '2_7': '2'} | {'eq_2': [3], 'result_3': [], 'count_1': [2], 'filter_str_eq_0': [1], 'all_rows_4': [0], 'swimsuit_5': [0], '8.432_6': [0], '2_7': [2]} | ['state', 'preliminary average', 'interview', 'swimsuit', 'evening gown', 'semifinal average'] | [['new jersey', '8.510 ( 7 )', '8.626 ( 5 )', '8.712 ( 6 )', '9.165 ( 3 )', '8.834 ( 3 )'], ['colorado', '8.388 ( 10 )', '8.638 ( 4 )', '8.432 ( 9 )', '8.786 ( 5 )', '8.618 ( 7 )'], ['louisiana', '8.829 ( 2 )', '8.600 ( 6 )', '8.820 ( 4 )', '8.710 ( 7 )', '8.710 ( 5 )'], ['oklahoma', '8.662 ( 3 )', '8.880 ( 2 )', '8.76... |
sidecarcross world championship | https://en.wikipedia.org/wiki/Sidecarcross_World_Championship | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-16729457-16.html.csv | superlative | daniãl willemsen / sven verbrugge 1 scored the highest number of points in the sidecarcross world championship . | {'scope': 'all', 'col_superlative': '5', 'row_superlative': '1', 'value_mentioned': 'no', 'max_or_min': 'max', 'other_col': '2', 'subset': None} | {'func': 'str_eq', 'args': [{'func': 'str_hop', 'args': [{'func': 'argmax', 'args': ['all_rows', 'points'], 'result': None, 'ind': 0, 'tostr': 'argmax { all_rows ; points }'}, 'driver / passenger'], 'result': 'daniãl willemsen / sven verbrugge 1', 'ind': 1, 'tostr': 'hop { argmax { all_rows ; points } ; driver / passen... | eq { hop { argmax { all_rows ; points } ; driver / passenger } ; daniãl willemsen / sven verbrugge 1 } = true | select the row whose points record of all rows is maximum . the driver / passenger record of this row is daniãl willemsen / sven verbrugge 1 . | 3 | 3 | {'str_eq_2': 2, 'result_3': 3, 'str_hop_1': 1, 'argmax_0': 0, 'all_rows_4': 4, 'points_5': 5, 'driver / passenger_6': 6, 'daniãl willemsen / sven verbrugge 1_7': 7} | {'str_eq_2': 'str_eq', 'result_3': 'true', 'str_hop_1': 'str_hop', 'argmax_0': 'argmax', 'all_rows_4': 'all_rows', 'points_5': 'points', 'driver / passenger_6': 'driver / passenger', 'daniãl willemsen / sven verbrugge 1_7': 'daniãl willemsen / sven verbrugge 1'} | {'str_eq_2': [3], 'result_3': [], 'str_hop_1': [2], 'argmax_0': [1], 'all_rows_4': [0], 'points_5': [0], 'driver / passenger_6': [1], 'daniãl willemsen / sven verbrugge 1_7': [2]} | ['position', 'driver / passenger', 'equipment', 'bike no', 'points'] | [['1', 'daniãl willemsen / sven verbrugge 1', 'zabel - wsp', '1', '487'], ['2', 'janis daiders / lauris daiders', 'zabel - vmc', '8', '478'], ['3', 'jan hendrickx / tim smeuninx', 'zabel - vmc', '3', '405'], ['4', 'maris rupeiks / kaspars stupelis 2', 'zabel - wsp', '5', '349'], ['5', 'etienne bax / ben van den bogaart... |
1970 vfl season | https://en.wikipedia.org/wiki/1970_VFL_season | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1164217-13.html.csv | count | in the 1970 vfl season , among the games where home team scored above 12.00 , two of them had attendance below 20,000 . | {'scope': 'subset', 'criterion': 'less_than', 'value': '20000', 'result': '2', 'col': '6', 'subset': {'col': '2', 'criterion': 'greater_than', 'value': '12'}} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_less', 'args': [{'func': 'filter_greater', 'args': ['all_rows', 'home team score', '12'], 'result': None, 'ind': 0, 'tostr': 'filter_greater { all_rows ; home team score ; 12 }', 'tointer': 'select the rows whose home team score record is greater than ... | eq { count { filter_less { filter_greater { all_rows ; home team score ; 12 } ; crowd ; 20000 } } ; 2 } = true | select the rows whose home team score record is greater than 12 . among these rows , select the rows whose crowd record is less than 20000 . the number of such rows is 2 . | 4 | 4 | {'eq_3': 3, 'result_4': 4, 'count_2': 2, 'filter_less_1': 1, 'filter_greater_0': 0, 'all_rows_5': 5, 'home team score_6': 6, '12_7': 7, 'crowd_8': 8, '20000_9': 9, '2_10': 10} | {'eq_3': 'eq', 'result_4': 'true', 'count_2': 'count', 'filter_less_1': 'filter_less', 'filter_greater_0': 'filter_greater', 'all_rows_5': 'all_rows', 'home team score_6': 'home team score', '12_7': '12', 'crowd_8': 'crowd', '20000_9': '20000', '2_10': '2'} | {'eq_3': [4], 'result_4': [], 'count_2': [3], 'filter_less_1': [2], 'filter_greater_0': [1], 'all_rows_5': [0], 'home team score_6': [0], '12_7': [0], 'crowd_8': [1], '20000_9': [1], '2_10': [3]} | ['home team', 'home team score', 'away team', 'away team score', 'venue', 'crowd', 'date'] | [['hawthorn', '16.17 ( 113 )', 'melbourne', '11.8 ( 74 )', 'glenferrie oval', '13196', '27 june 1970'], ['carlton', '12.21 ( 93 )', 'geelong', '11.14 ( 80 )', 'princes park', '25519', '27 june 1970'], ['south melbourne', '16.9 ( 105 )', 'north melbourne', '14.12 ( 96 )', 'lake oval', '12407', '27 june 1970'], ['st kild... |
spicy horse | https://en.wikipedia.org/wiki/Spicy_Horse | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-17089493-1.html.csv | count | there are three games released specifically for the ipad . | {'scope': 'all', 'criterion': 'fuzzily_match', 'value': 'ipad', 'result': '3', 'col': '3', 'subset': None} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'platforms', 'ipad'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose platforms record fuzzily matches to ipad .', 'tostr': 'filter_eq { all_rows ; platforms ; ipad }'}], 'result': '3', 'ind': 1, 'tostr': 'coun... | eq { count { filter_eq { all_rows ; platforms ; ipad } } ; 3 } = true | select the rows whose platforms record fuzzily matches to ipad . the number of such rows is 3 . | 3 | 3 | {'eq_2': 2, 'result_3': 3, 'count_1': 1, 'filter_str_eq_0': 0, 'all_rows_4': 4, 'platforms_5': 5, 'ipad_6': 6, '3_7': 7} | {'eq_2': 'eq', 'result_3': 'true', 'count_1': 'count', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_4': 'all_rows', 'platforms_5': 'platforms', 'ipad_6': 'ipad', '3_7': '3'} | {'eq_2': [3], 'result_3': [], 'count_1': [2], 'filter_str_eq_0': [1], 'all_rows_4': [0], 'platforms_5': [0], 'ipad_6': [0], '3_7': [2]} | ['title', 'year', 'platforms', 'developer', 'notes'] | [["american mcgee 's grimm", '2008', 'pc', 'spicy horse', 'episodic mcgee takes on various grimm tales'], ['dexiq', '2009', 'ipad , iphone , ipod', 'spicy pony', 'puzzle game'], ['american mcgee presents akaneiro', '2010', 'ipad', 'spicy pony', 'little red riding hood in japan'], ["american mcgee 's crooked house", '20... |
list of star wars : the clone wars episodes | https://en.wikipedia.org/wiki/List_of_Star_Wars%3A_The_Clone_Wars_episodes | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-19229713-6.html.csv | ordinal | for the star wars : the clone wars episodes , the one with the 2nd highest number of viewers was the one titled " sabotage . " . | {'row': '17', 'col': '8', 'order': '2', 'col_other': '3', 'max_or_min': 'max_to_min', 'value_mentioned': 'no', 'scope': 'all', 'subset': None} | {'func': 'str_eq', 'args': [{'func': 'str_hop', 'args': [{'func': 'nth_argmax', 'args': ['all_rows', 'us viewers ( million )', '2'], 'result': None, 'ind': 0, 'tostr': 'nth_argmax { all_rows ; us viewers ( million ) ; 2 }'}, 'title'], 'result': 'sabotage', 'ind': 1, 'tostr': 'hop { nth_argmax { all_rows ; us viewers ( ... | eq { hop { nth_argmax { all_rows ; us viewers ( million ) ; 2 } ; title } ; sabotage } = true | select the row whose us viewers ( million ) record of all rows is 2nd maximum . the title record of this row is sabotage . | 3 | 3 | {'str_eq_2': 2, 'result_3': 3, 'str_hop_1': 1, 'nth_argmax_0': 0, 'all_rows_4': 4, 'us viewers (million)_5': 5, '2_6': 6, 'title_7': 7, 'sabotage_8': 8} | {'str_eq_2': 'str_eq', 'result_3': 'true', 'str_hop_1': 'str_hop', 'nth_argmax_0': 'nth_argmax', 'all_rows_4': 'all_rows', 'us viewers (million)_5': 'us viewers ( million )', '2_6': '2', 'title_7': 'title', 'sabotage_8': 'sabotage'} | {'str_eq_2': [3], 'result_3': [], 'str_hop_1': [2], 'nth_argmax_0': [1], 'all_rows_4': [0], 'us viewers (million)_5': [0], '2_6': [0], 'title_7': [1], 'sabotage_8': [2]} | ['no', '-', 'title', 'directed by', 'written by', 'original air date', 'production code', 'us viewers ( million )'] | [['89', '1', 'revival', 'steward lee', 'chris collins', 'september 29 , 2012', '4.26', '1.94'], ['90', '2', 'a war on two fronts', 'dave filoni', 'chris collins', 'october 6 , 2012', '4.15', '1.71'], ['91', '3', 'front runners', 'steward lee', 'chris collins', 'october 13 , 2012', '4.16', '1.75'], ['92', '4', 'the soft... |
kingco athletic conference | https://en.wikipedia.org/wiki/Kingco_Athletic_Conference | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-13759592-1.html.csv | comparative | ballard high school has a lower total enrollment than newport high school . | {'row_1': '1', 'row_2': '7', 'col': '5', 'col_other': '1', 'relation': 'less', 'record_mentioned': 'no', 'diff_result': None} | {'func': 'less', 'args': [{'func': 'num_hop', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'high school', 'ballard'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose high school record fuzzily matches to ballard .', 'tostr': 'filter_eq { all_rows ; high school ; ballard }'}, 'enrollment'], 'resul... | less { hop { filter_eq { all_rows ; high school ; ballard } ; enrollment } ; hop { filter_eq { all_rows ; high school ; newport } ; enrollment } } = true | select the rows whose high school record fuzzily matches to ballard . take the enrollment record of this row . select the rows whose high school record fuzzily matches to newport . take the enrollment record of this row . the first record is less than the second record . | 5 | 5 | {'less_4': 4, 'result_5': 5, 'num_hop_2': 2, 'filter_str_eq_0': 0, 'all_rows_6': 6, 'high school_7': 7, 'ballard_8': 8, 'enrollment_9': 9, 'num_hop_3': 3, 'filter_str_eq_1': 1, 'all_rows_10': 10, 'high school_11': 11, 'newport_12': 12, 'enrollment_13': 13} | {'less_4': 'less', 'result_5': 'true', 'num_hop_2': 'num_hop', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_6': 'all_rows', 'high school_7': 'high school', 'ballard_8': 'ballard', 'enrollment_9': 'enrollment', 'num_hop_3': 'num_hop', 'filter_str_eq_1': 'filter_str_eq', 'all_rows_10': 'all_rows', 'high school_11': 'hig... | {'less_4': [5], 'result_5': [], 'num_hop_2': [4], 'filter_str_eq_0': [2], 'all_rows_6': [0], 'high school_7': [0], 'ballard_8': [0], 'enrollment_9': [2], 'num_hop_3': [4], 'filter_str_eq_1': [3], 'all_rows_10': [1], 'high school_11': [1], 'newport_12': [1], 'enrollment_13': [3]} | ['high school', 'location', 'founded', 'affiliation', 'enrollment', 'nickname', 'division'] | [['ballard', 'seattle', '1903', 'public ( seattle ps )', '1649', 's beaver', 'crown'], ['bothell', 'bothell', '1959', 'public ( northshore sd )', '1800', 's cougar', 'crown'], ['eastlake', 'sammamish', '1993', 'public ( lake washington sd )', '1329', 'wolves', 'crest'], ['garfield', 'seattle', '1920', 'public ( seattle... |
2010 - 11 danish 1st division | https://en.wikipedia.org/wiki/2010%E2%80%9311_Danish_1st_Division | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-27782699-3.html.csv | majority | most of the managers left a vacancy in the year 2010 . | {'scope': 'all', 'col': '4', 'most_or_all': 'most', 'criterion': 'fuzzily_match', 'value': '2010', 'subset': None} | {'func': 'most_str_eq', 'args': ['all_rows', 'date of vacancy', '2010'], 'result': True, 'ind': 0, 'tointer': 'for the date of vacancy records of all rows , most of them fuzzily match to 2010 .', 'tostr': 'most_eq { all_rows ; date of vacancy ; 2010 } = true'} | most_eq { all_rows ; date of vacancy ; 2010 } = true | for the date of vacancy records of all rows , most of them fuzzily match to 2010 . | 1 | 1 | {'most_str_eq_0': 0, 'result_1': 1, 'all_rows_2': 2, 'date of vacancy_3': 3, '2010_4': 4} | {'most_str_eq_0': 'most_str_eq', 'result_1': 'true', 'all_rows_2': 'all_rows', 'date of vacancy_3': 'date of vacancy', '2010_4': '2010'} | {'most_str_eq_0': [1], 'result_1': [], 'all_rows_2': [0], 'date of vacancy_3': [0], '2010_4': [0]} | ['team', 'outgoing manager', 'manner of departure', 'date of vacancy', 'replaced by', 'date of appointment', 'position in table'] | [['aarhus gf', 'erik rasmussen', 'sacked', '20 may 2010', 'peter sørensen', '1 july 2010', 'pre - season'], ['næstved bk', 'kim poulsen', 'mutual consent', '30 june 2010', 'brian flies', '1 july 2010', 'pre - season'], ['fc roskilde', 'martin jungsgaard', 'end of contract', '30 june 2010', 'carsten broe', '1 july 2010'... |
belgium women 's national rugby union team | https://en.wikipedia.org/wiki/Belgium_women%27s_national_rugby_union_team | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-13095097-1.html.csv | count | there were five years when the belgium women 's national rugby union team lost one game . | {'scope': 'all', 'criterion': 'equal', 'value': '1', 'result': '5', 'col': '4', 'subset': None} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_eq', 'args': ['all_rows', 'lost', '1'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose lost record is equal to 1 .', 'tostr': 'filter_eq { all_rows ; lost ; 1 }'}], 'result': '5', 'ind': 1, 'tostr': 'count { filter_eq { all_rows ; lost ; 1... | eq { count { filter_eq { all_rows ; lost ; 1 } } ; 5 } = true | select the rows whose lost record is equal to 1 . the number of such rows is 5 . | 3 | 3 | {'eq_2': 2, 'result_3': 3, 'count_1': 1, 'filter_eq_0': 0, 'all_rows_4': 4, 'lost_5': 5, '1_6': 6, '5_7': 7} | {'eq_2': 'eq', 'result_3': 'true', 'count_1': 'count', 'filter_eq_0': 'filter_eq', 'all_rows_4': 'all_rows', 'lost_5': 'lost', '1_6': '1', '5_7': '5'} | {'eq_2': [3], 'result_3': [], 'count_1': [2], 'filter_eq_0': [1], 'all_rows_4': [0], 'lost_5': [0], '1_6': [0], '5_7': [2]} | ['first game', 'played', 'drawn', 'lost', 'percentage'] | [['1988', '1', '0', '1', '0.00 %'], ['2001', '4', '1', '3', '12.50 %'], ['2006', '1', '0', '1', '0.00 %'], ['2007', '1', '0', '0', '100.00 %'], ['2000', '7', '0', '7', '0.00 %'], ['2006', '1', '0', '0', '100.00 %'], ['2007', '2', '0', '0', '100.00 %'], ['2006', '3', '0', '3', '0.00 %'], ['2009', '1', '0', '1', '0.00 %'... |
list of serbian submissions for the academy award for best foreign language film | https://en.wikipedia.org/wiki/List_of_Serbian_submissions_for_the_Academy_Award_for_Best_Foreign_Language_Film | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-22265716-1.html.csv | comparative | in terms of serbian submissions for the academy award for best foreign language film , vukovar poste restante was submitted one year before underground . | {'row_1': '1', 'row_2': '2', 'col': '1', 'col_other': '2', 'relation': 'less', 'record_mentioned': 'yes', 'diff_result': None} | {'func': 'and', 'args': [{'func': 'less', 'args': [{'func': 'str_hop', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'film title used in nomination', 'vukovar poste restante'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose film title used in nomination record fuzzily matches to vukovar poste res... | and { less { hop { filter_eq { all_rows ; film title used in nomination ; vukovar poste restante } ; year ( ceremony ) } ; hop { filter_eq { all_rows ; film title used in nomination ; underground } ; year ( ceremony ) } } ; and { eq { hop { filter_eq { all_rows ; film title used in nomination ; vukovar poste restante }... | select the rows whose film title used in nomination record fuzzily matches to vukovar poste restante . take the year ( ceremony ) record of this row . select the rows whose film title used in nomination record fuzzily matches to underground . take the year ( ceremony ) record of this row . the first record is less than... | 13 | 9 | {'and_8': 8, 'result_9': 9, 'less_4': 4, 'str_hop_2': 2, 'filter_str_eq_0': 0, 'all_rows_10': 10, 'film title used in nomination_11': 11, 'vukovar poste restante_12': 12, 'year (ceremony)_13': 13, 'str_hop_3': 3, 'filter_str_eq_1': 1, 'all_rows_14': 14, 'film title used in nomination_15': 15, 'underground_16': 16, 'yea... | {'and_8': 'and', 'result_9': 'true', 'less_4': 'less', 'str_hop_2': 'str_hop', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_10': 'all_rows', 'film title used in nomination_11': 'film title used in nomination', 'vukovar poste restante_12': 'vukovar poste restante', 'year (ceremony)_13': 'year ( ceremony )', 'str_hop_3'... | {'and_8': [9], 'result_9': [], 'less_4': [8], 'str_hop_2': [4, 5], 'filter_str_eq_0': [2], 'all_rows_10': [0], 'film title used in nomination_11': [0], 'vukovar poste restante_12': [0], 'year (ceremony)_13': [2], 'str_hop_3': [4, 6], 'filter_str_eq_1': [3], 'all_rows_14': [1], 'film title used in nomination_15': [1], '... | ['year ( ceremony )', 'film title used in nomination', 'original title', 'director', 'result'] | [['1994 ( 67th )', 'vukovar poste restante', 'вуковар , једна прича', 'boro drašković', 'not nominated'], ['1995 ( 68th )', 'underground', 'подземље', 'emir kusturica', 'not nominated'], ['1996 ( 69th )', 'pretty village , pretty flame', 'лепа села лепо горе', 'srđan dragojević', 'not nominated'], ['1997 ( 70th )', 'th... |
north yorkshire | https://en.wikipedia.org/wiki/North_Yorkshire | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-143759-3.html.csv | ordinal | in north yorkshire , ripon has the highest population among those of civil parish definition . | {'scope': 'subset', 'row': '4', 'col': '3', 'order': '1', 'col_other': '2', 'max_or_min': 'max_to_min', 'value_mentioned': 'no', 'subset': {'col': '6', 'criterion': 'equal', 'value': 'civil parish'}} | {'func': 'str_eq', 'args': [{'func': 'str_hop', 'args': [{'func': 'nth_argmax', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'definition', 'civil parish'], 'result': None, 'ind': 0, 'tostr': 'filter_eq { all_rows ; definition ; civil parish }', 'tointer': 'select the rows whose definition record fuzzily matc... | eq { hop { nth_argmax { filter_eq { all_rows ; definition ; civil parish } ; population ; 1 } ; town } ; ripon } = true | select the rows whose definition record fuzzily matches to civil parish . select the row whose population record of these rows is 1st maximum . the town record of this row is ripon . | 4 | 4 | {'str_eq_3': 3, 'result_4': 4, 'str_hop_2': 2, 'nth_argmax_1': 1, 'filter_str_eq_0': 0, 'all_rows_5': 5, 'definition_6': 6, 'civil parish_7': 7, 'population_8': 8, '1_9': 9, 'town_10': 10, 'ripon_11': 11} | {'str_eq_3': 'str_eq', 'result_4': 'true', 'str_hop_2': 'str_hop', 'nth_argmax_1': 'nth_argmax', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_5': 'all_rows', 'definition_6': 'definition', 'civil parish_7': 'civil parish', 'population_8': 'population', '1_9': '1', 'town_10': 'town', 'ripon_11': 'ripon'} | {'str_eq_3': [4], 'result_4': [], 'str_hop_2': [3], 'nth_argmax_1': [2], 'filter_str_eq_0': [1], 'all_rows_5': [0], 'definition_6': [0], 'civil parish_7': [0], 'population_8': [1], '1_9': [1], 'town_10': [2], 'ripon_11': [3]} | ['rank', 'town', 'population', 'year', 'borough', 'definition'] | [['1', 'harrogate', '71594', '2001', 'harrogate', 'town'], ['2', 'scarborough', '50135', '2001', 'scarborough', 'town'], ['3', 'acomb', '22215', '2001', 'york', 'town'], ['4', 'ripon', '15922', '2001', 'harrogate', 'civil parish'], ['5', 'northallerton', '15741', '2001', 'hambleton', 'civil parish'], ['6', 'knaresborou... |
ranked list of cuban provinces | https://en.wikipedia.org/wiki/Ranked_list_of_Cuban_provinces | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1154469-1.html.csv | comparative | santiago de cuba has a higher population density than pinar del río . | {'row_1': '14', 'row_2': '12', 'col': '7', 'col_other': '1', 'relation': 'greater', 'record_mentioned': 'no', 'diff_result': None} | {'func': 'greater', 'args': [{'func': 'num_hop', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'province', 'santiago de cuba'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose province record fuzzily matches to santiago de cuba .', 'tostr': 'filter_eq { all_rows ; province ; santiago de cuba }'}, ... | greater { hop { filter_eq { all_rows ; province ; santiago de cuba } ; density } ; hop { filter_eq { all_rows ; province ; pinar del río } ; density } } = true | select the rows whose province record fuzzily matches to santiago de cuba . take the density record of this row . select the rows whose province record fuzzily matches to pinar del río . take the density record of this row . the first record is greater than the second record . | 5 | 5 | {'greater_4': 4, 'result_5': 5, 'num_hop_2': 2, 'filter_str_eq_0': 0, 'all_rows_6': 6, 'province_7': 7, 'santiago de cuba_8': 8, 'density_9': 9, 'num_hop_3': 3, 'filter_str_eq_1': 1, 'all_rows_10': 10, 'province_11': 11, 'pinar del río_12': 12, 'density_13': 13} | {'greater_4': 'greater', 'result_5': 'true', 'num_hop_2': 'num_hop', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_6': 'all_rows', 'province_7': 'province', 'santiago de cuba_8': 'santiago de cuba', 'density_9': 'density', 'num_hop_3': 'num_hop', 'filter_str_eq_1': 'filter_str_eq', 'all_rows_10': 'all_rows', 'province_... | {'greater_4': [5], 'result_5': [], 'num_hop_2': [4], 'filter_str_eq_0': [2], 'all_rows_6': [0], 'province_7': [0], 'santiago de cuba_8': [0], 'density_9': [2], 'num_hop_3': [4], 'filter_str_eq_1': [3], 'all_rows_10': [1], 'province_11': [1], 'pinar del río_12': [1], 'density_13': [3]} | ['province', 'capital', 'population ( 2005 )', 'population ( % )', 'area ( km square )', 'area ( % )', 'density'] | [['camagüey', 'camagüey', '784178', '7.02', '14134', '13.2', '50.22'], ['ciego de ávila', 'ciego de ávila', '411766', '3.68', '5962', '5.6', '60.70'], ['cienfuegos', 'cienfuegos', '395183', '3.54', '4149', '3.9', '94.54'], ['ciudad de la habana', 'havana', '2201610', '19.70', '740', '0.7', '3053.49'], ['granma', 'bayam... |
1977 dallas cowboys season | https://en.wikipedia.org/wiki/1977_Dallas_Cowboys_season | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-15847691-2.html.csv | aggregation | the average number of first downs for all games during the 1977 dallas cowboys season is 19.42 . | {'scope': 'all', 'col': '8', 'type': 'average', 'result': '19.42', 'subset': None} | {'func': 'round_eq', 'args': [{'func': 'avg', 'args': ['all_rows', 'first downs'], 'result': '19.42', 'ind': 0, 'tostr': 'avg { all_rows ; first downs }'}, '19.42'], 'result': True, 'ind': 1, 'tostr': 'round_eq { avg { all_rows ; first downs } ; 19.42 } = true', 'tointer': 'the average of the first downs record of all ... | round_eq { avg { all_rows ; first downs } ; 19.42 } = true | the average of the first downs record of all rows is 19.42 . | 2 | 2 | {'eq_1': 1, 'result_2': 2, 'avg_0': 0, 'all_rows_3': 3, 'first downs_4': 4, '19.42_5': 5} | {'eq_1': 'eq', 'result_2': 'true', 'avg_0': 'avg', 'all_rows_3': 'all_rows', 'first downs_4': 'first downs', '19.42_5': '19.42'} | {'eq_1': [2], 'result_2': [], 'avg_0': [1], 'all_rows_3': [0], 'first downs_4': [0], '19.42_5': [1]} | ['week', 'date', 'result', 'record', 'opponent', 'points for', 'points against', 'first downs', 'attendance'] | [['1', 'september 18', 'win', '1 - 0', 'minnesota vikings', '16', '10', '16', '47678'], ['2', 'september 25', 'win', '2 - 0', 'new york giants', '41', '21', '25', '64215'], ['3', 'october 2', 'win', '3 - 0', 'tampa bay buccaneers', '23', '7', '23', '55316'], ['4', 'october 9', 'win', '4 - 0', 'st louis cardinals', '30'... |
list of tallest buildings in albuquerque | https://en.wikipedia.org/wiki/List_of_tallest_buildings_in_Albuquerque | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-12982226-3.html.csv | majority | all buildings in gold avenue sw have a height of 180 ft or more in the list of tallest buildings in albuquerque . | {'scope': 'subset', 'col': '4', 'most_or_all': 'all', 'criterion': 'greater_than_eq', 'value': '180', 'subset': {'col': '2', 'criterion': 'fuzzily_match', 'value': 'gold avenue sw'}} | {'func': 'all_greater_eq', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'street address', 'gold avenue sw'], 'result': None, 'ind': 0, 'tostr': 'filter_eq { all_rows ; street address ; gold avenue sw }', 'tointer': 'select the rows whose street address record fuzzily matches to gold avenue sw .'}, 'height ft... | all_greater_eq { filter_eq { all_rows ; street address ; gold avenue sw } ; height ft / m ; 180 } = true | select the rows whose street address record fuzzily matches to gold avenue sw . for the height ft / m records of these rows , all of them are greater than or equal to 180 . | 2 | 2 | {'all_greater_eq_1': 1, 'result_2': 2, 'filter_str_eq_0': 0, 'all_rows_3': 3, 'street address_4': 4, 'gold avenue sw_5': 5, 'height ft / m_6': 6, '180_7': 7} | {'all_greater_eq_1': 'all_greater_eq', 'result_2': 'true', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_3': 'all_rows', 'street address_4': 'street address', 'gold avenue sw_5': 'gold avenue sw', 'height ft / m_6': 'height ft / m', '180_7': '180'} | {'all_greater_eq_1': [2], 'result_2': [], 'filter_str_eq_0': [1], 'all_rows_3': [0], 'street address_4': [0], 'gold avenue sw_5': [0], 'height ft / m_6': [1], '180_7': [1]} | ['name', 'street address', 'years as tallest', 'height ft / m', 'floors'] | [['first national bank building', '217 - 233 central avenue nw', '1922 - 1954', '141 / 43', '9'], ['simms building', '400 gold avenue sw', '1954 - 1961', '180 / 55', '13'], ['gold building', '320 gold avenue sw', '1961 - 1963', '203 / 62', '14'], ['bank of the west tower', '5301 central avenue ne', '1963 - 1966', '213 ... |
alto de l'angliru | https://en.wikipedia.org/wiki/Alto_de_L%27Angliru | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1756060-2.html.csv | superlative | roberto heras is the fastest person to have ever ascended alto de l'angliru . | {'scope': 'all', 'col_superlative': '3', 'row_superlative': '1', 'value_mentioned': 'no', 'max_or_min': 'min', 'other_col': '5', 'subset': None} | {'func': 'str_eq', 'args': [{'func': 'str_hop', 'args': [{'func': 'argmin', 'args': ['all_rows', 'ascent time'], 'result': None, 'ind': 0, 'tostr': 'argmin { all_rows ; ascent time }'}, 'rider'], 'result': 'roberto heras ( esp )', 'ind': 1, 'tostr': 'hop { argmin { all_rows ; ascent time } ; rider }'}, 'roberto heras (... | eq { hop { argmin { all_rows ; ascent time } ; rider } ; roberto heras ( esp ) } = true | select the row whose ascent time record of all rows is minimum . the rider record of this row is roberto heras ( esp ) . | 3 | 3 | {'str_eq_2': 2, 'result_3': 3, 'str_hop_1': 1, 'argmin_0': 0, 'all_rows_4': 4, 'ascent time_5': 5, 'rider_6': 6, 'roberto heras ( esp )_7': 7} | {'str_eq_2': 'str_eq', 'result_3': 'true', 'str_hop_1': 'str_hop', 'argmin_0': 'argmin', 'all_rows_4': 'all_rows', 'ascent time_5': 'ascent time', 'rider_6': 'rider', 'roberto heras ( esp )_7': 'roberto heras ( esp )'} | {'str_eq_2': [3], 'result_3': [], 'str_hop_1': [2], 'argmin_0': [1], 'all_rows_4': [0], 'ascent time_5': [0], 'rider_6': [1], 'roberto heras ( esp )_7': [2]} | ['rank', 'year', 'ascent time', 'speed', 'rider'] | [['1', '2000', '41:55', '18.32 km / h', 'roberto heras ( esp )'], ['2', '2013', '43:07', '17.81 km / h', 'chris horner ( usa )'], ['3', '2008', '43:12', '17.78 km / h', 'alberto contador ( esp )'], ['4', '2000', '43:24', '17.70 km / h', 'pavel tonkov ( rus )'], ['5', '2000', '43:24', '17.70 km / h', 'roberto laiseka ( ... |
the bachelorette | https://en.wikipedia.org/wiki/The_Bachelorette | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-174953-1.html.csv | unique | season 3 was the only season that did not have a winner . | {'scope': 'all', 'row': '3', 'col': '5', 'col_other': '1', 'criterion': 'equal', 'value': 'none', 'subset': None} | {'func': 'and', 'args': [{'func': 'only', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'winner', 'none'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose winner record fuzzily matches to none .', 'tostr': 'filter_eq { all_rows ; winner ; none }'}], 'result': True, 'ind': 1, 'tostr': 'only { filte... | and { only { filter_eq { all_rows ; winner ; none } } ; eq { hop { filter_eq { all_rows ; winner ; none } ; season } ; 3 } } = true | select the rows whose winner record fuzzily matches to none . there is only one such row in the table . the season record of this unqiue row is 3 . | 6 | 5 | {'and_4': 4, 'result_5': 5, 'only_1': 1, 'filter_str_eq_0': 0, 'all_rows_6': 6, 'winner_7': 7, 'none_8': 8, 'eq_3': 3, 'num_hop_2': 2, 'season_9': 9, '3_10': 10} | {'and_4': 'and', 'result_5': 'true', 'only_1': 'only', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_6': 'all_rows', 'winner_7': 'winner', 'none_8': 'none', 'eq_3': 'eq', 'num_hop_2': 'num_hop', 'season_9': 'season', '3_10': '3'} | {'and_4': [5], 'result_5': [], 'only_1': [4], 'filter_str_eq_0': [1, 2], 'all_rows_6': [0], 'winner_7': [0], 'none_8': [0], 'eq_3': [4], 'num_hop_2': [3], 'season_9': [2], '3_10': [3]} | ['season', 'premiered', 'bachelorette', 'profile', 'winner', 'runner ( s ) - up', 'proposal'] | [['1', 'january 8 , 2003', 'trista rehn', 'physical therapist', 'ryan sutter', 'charlie maher', 'yes'], ['2', 'january 14 , 2004', 'meredith phillips', 'makeup artist', 'ian mckee', 'matthew hickl', 'yes'], ['3', 'january 10 , 2005', 'jennifer schefft', 'publicist', 'none', 'jerry ferris and john paul merritt', 'no'], ... |
1982 all - ireland senior hurling championship | https://en.wikipedia.org/wiki/1982_All-Ireland_Senior_Hurling_Championship | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-10577744-2.html.csv | count | two of the players were from kilkenny county . | {'scope': 'all', 'criterion': 'equal', 'value': 'kilkenny', 'result': '2', 'col': '3', 'subset': None} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'county', 'kilkenny'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose county record fuzzily matches to kilkenny .', 'tostr': 'filter_eq { all_rows ; county ; kilkenny }'}], 'result': '2', 'ind': 1, 'tostr': 'c... | eq { count { filter_eq { all_rows ; county ; kilkenny } } ; 2 } = true | select the rows whose county record fuzzily matches to kilkenny . the number of such rows is 2 . | 3 | 3 | {'eq_2': 2, 'result_3': 3, 'count_1': 1, 'filter_str_eq_0': 0, 'all_rows_4': 4, 'county_5': 5, 'kilkenny_6': 6, '2_7': 7} | {'eq_2': 'eq', 'result_3': 'true', 'count_1': 'count', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_4': 'all_rows', 'county_5': 'county', 'kilkenny_6': 'kilkenny', '2_7': '2'} | {'eq_2': [3], 'result_3': [], 'count_1': [2], 'filter_str_eq_0': [1], 'all_rows_4': [0], 'county_5': [0], 'kilkenny_6': [0], '2_7': [2]} | ['rank', 'player', 'county', 'tally', 'total', 'matches', 'average'] | [['1', 'pádraig horan', 'offaly', '5 - 17', '32', '4', '8.00'], ['2', 'billy fitzpatrick', 'kilkenny', '2 - 24', '30', '4', '7.50'], ['3', "tony o ' sullivan", 'cork', '0 - 28', '28', '4', '7.00'], ['4', 'p j molloy', 'galway', '3 - 11', '20', '2', '10.00'], ['5', 'christy heffernan', 'kilkenny', '3 - 9', '18', '4', '4... |
zambia national under - 20 football team | https://en.wikipedia.org/wiki/Zambia_national_under-20_football_team | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-18177477-1.html.csv | ordinal | of the tournaments the zambia national under - 20 football team played in , the latest at woodlands stadium ndola was on 29 june 2008 . | {'scope': 'subset', 'row': '3', 'col': '1', 'order': '1', 'col_other': '3', 'max_or_min': 'max_to_min', 'value_mentioned': 'yes', 'subset': {'col': '3', 'criterion': 'equal', 'value': 'woodlands stadium ndola'}} | {'func': 'eq', 'args': [{'func': 'nth_max', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'location', 'woodlands stadium ndola'], 'result': None, 'ind': 0, 'tostr': 'filter_eq { all_rows ; location ; woodlands stadium ndola }', 'tointer': 'select the rows whose location record fuzzily matches to woodlands sta... | eq { nth_max { filter_eq { all_rows ; location ; woodlands stadium ndola } ; date ; 1 } ; 29 june 2008 } = true | select the rows whose location record fuzzily matches to woodlands stadium ndola . the 1st maximum date record of these rows is 29 june 2008 . | 3 | 3 | {'eq_2': 2, 'result_3': 3, 'nth_max_1': 1, 'filter_str_eq_0': 0, 'all_rows_4': 4, 'location_5': 5, 'woodlands stadium ndola_6': 6, 'date_7': 7, '1_8': 8, '29 june 2008_9': 9} | {'eq_2': 'eq', 'result_3': 'true', 'nth_max_1': 'nth_max', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_4': 'all_rows', 'location_5': 'location', 'woodlands stadium ndola_6': 'woodlands stadium ndola', 'date_7': 'date', '1_8': '1', '29 june 2008_9': '29 june 2008'} | {'eq_2': [3], 'result_3': [], 'nth_max_1': [2], 'filter_str_eq_0': [1], 'all_rows_4': [0], 'location_5': [0], 'woodlands stadium ndola_6': [0], 'date_7': [1], '1_8': [1], '29 june 2008_9': [2]} | ['date', 'tournament', 'location', 'home team', 'away team'] | [['28 may 2008', 'international friendly', 'king abdul aziz makkah', 'saudi arabia', 'zambia'], ['27 june 2008', '2009 african youth championship ( qualifiers )', 'woodlands stadium ndola', 'zambia', 'zambia'], ['29 june 2008', '2009 african youth championship ( qualifiers )', 'woodlands stadium ndola', 'zambia', 'maur... |
estonia in the eurovision song contest 2002 | https://en.wikipedia.org/wiki/Estonia_in_the_Eurovision_Song_Contest_2002 | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-12676284-1.html.csv | unique | for estonians in the eurovision song contest in 2002 , the only artist with over 80 votes is sahlene . | {'scope': 'all', 'row': '9', 'col': '4', 'col_other': '2', 'criterion': 'greater_than', 'value': '80', 'subset': None} | {'func': 'and', 'args': [{'func': 'only', 'args': [{'func': 'filter_greater', 'args': ['all_rows', 'votes', '80'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose votes record is greater than 80 .', 'tostr': 'filter_greater { all_rows ; votes ; 80 }'}], 'result': True, 'ind': 1, 'tostr': 'only { filter_grea... | and { only { filter_greater { all_rows ; votes ; 80 } } ; eq { hop { filter_greater { all_rows ; votes ; 80 } ; artist } ; sahlene } } = true | select the rows whose votes record is greater than 80 . there is only one such row in the table . the artist record of this unqiue row is sahlene . | 6 | 5 | {'and_4': 4, 'result_5': 5, 'only_1': 1, 'filter_greater_0': 0, 'all_rows_6': 6, 'votes_7': 7, '80_8': 8, 'str_eq_3': 3, 'str_hop_2': 2, 'artist_9': 9, 'sahlene_10': 10} | {'and_4': 'and', 'result_5': 'true', 'only_1': 'only', 'filter_greater_0': 'filter_greater', 'all_rows_6': 'all_rows', 'votes_7': 'votes', '80_8': '80', 'str_eq_3': 'str_eq', 'str_hop_2': 'str_hop', 'artist_9': 'artist', 'sahlene_10': 'sahlene'} | {'and_4': [5], 'result_5': [], 'only_1': [4], 'filter_greater_0': [1, 2], 'all_rows_6': [0], 'votes_7': [0], '80_8': [0], 'str_eq_3': [4], 'str_hop_2': [3], 'artist_9': [2], 'sahlene_10': [3]} | ['draw', 'artist', 'song', 'votes', 'place'] | [['1', 'jaanika vilipo', "i 'm falling", '49', '5'], ['2', 'yvetta kadakas & ivo linna', 'computer love', '14', '10'], ['3', 'maarja kivi', 'a dream', '38', '7'], ['4', 'lea liitmaa & jaagup kreem', 'what if i fell', '31', '9'], ['5', 'gerli padar', 'need a little nothing', '60', '3'], ['6', 'hatuna & riina riistop', '... |
wru division two west | https://en.wikipedia.org/wiki/WRU_Division_Two_West | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-12828723-4.html.csv | aggregation | all clubs in the wru division two west had an average try bonus of 5 . | {'scope': 'all', 'col': '9', 'type': 'average', 'result': '5', 'subset': None} | {'func': 'round_eq', 'args': [{'func': 'avg', 'args': ['all_rows', 'try bonus'], 'result': '5', 'ind': 0, 'tostr': 'avg { all_rows ; try bonus }'}, '5'], 'result': True, 'ind': 1, 'tostr': 'round_eq { avg { all_rows ; try bonus } ; 5 } = true', 'tointer': 'the average of the try bonus record of all rows is 5 .'} | round_eq { avg { all_rows ; try bonus } ; 5 } = true | the average of the try bonus record of all rows is 5 . | 2 | 2 | {'eq_1': 1, 'result_2': 2, 'avg_0': 0, 'all_rows_3': 3, 'try bonus_4': 4, '5_5': 5} | {'eq_1': 'eq', 'result_2': 'true', 'avg_0': 'avg', 'all_rows_3': 'all_rows', 'try bonus_4': 'try bonus', '5_5': '5'} | {'eq_1': [2], 'result_2': [], 'avg_0': [1], 'all_rows_3': [0], 'try bonus_4': [0], '5_5': [1]} | ['club', 'played', 'drawn', 'lost', 'points for', 'points against', 'tries for', 'tries against', 'try bonus', 'losing bonus', 'points'] | [['club', 'played', 'drawn', 'lost', 'points for', 'points against', 'tries for', 'tries against', 'try bonus', 'losing bonus', 'points'], ['bridgend athletic rfc', '22', '0', '6', '523', '303', '68', '31', '10', '4', '78'], ['builth wells rfc', '22', '0', '5', '473', '305', '57', '29', '7', '2', '77'], ['kidwelly rfc'... |
portugal in the eurovision song contest 1996 | https://en.wikipedia.org/wiki/Portugal_in_the_Eurovision_Song_Contest_1996 | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-18994360-1.html.csv | aggregation | the average number of points received by portuguese singers in the 1996 eurovision song contest was 58.1 . | {'scope': 'all', 'col': '4', 'type': 'average', 'result': '58', 'subset': None} | {'func': 'round_eq', 'args': [{'func': 'avg', 'args': ['all_rows', 'points'], 'result': '58', 'ind': 0, 'tostr': 'avg { all_rows ; points }'}, '58'], 'result': True, 'ind': 1, 'tostr': 'round_eq { avg { all_rows ; points } ; 58 } = true', 'tointer': 'the average of the points record of all rows is 58 .'} | round_eq { avg { all_rows ; points } ; 58 } = true | the average of the points record of all rows is 58 . | 2 | 2 | {'eq_1': 1, 'result_2': 2, 'avg_0': 0, 'all_rows_3': 3, 'points_4': 4, '58_5': 5} | {'eq_1': 'eq', 'result_2': 'true', 'avg_0': 'avg', 'all_rows_3': 'all_rows', 'points_4': 'points', '58_5': '58'} | {'eq_1': [2], 'result_2': [], 'avg_0': [1], 'all_rows_3': [0], 'points_4': [0], '58_5': [1]} | ['draw', 'singer', 'song', 'points', 'place'] | [['1', 'vnia maroti', 'start stop', '33', '10'], ['2', 'tó leal', 'eu mesmo', '42', '8'], ['3', 'patricia antunes', 'canto em português', '91', '2'], ['4', 'barbara reis', 'a minha ilha', '43', '7'], ['5', 'elaisa', 'ai a noite', '49', '6'], ['6', 'somseis', 'a canção da paz', '76', '3'], ['7', 'cristina castro pereira... |
list of dr. floyd episodes | https://en.wikipedia.org/wiki/List_of_Dr._Floyd_episodes | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-10621888-3.html.csv | count | for dr. floyd episodes , there are three episodes with a run time of over 6:00 . | {'scope': 'all', 'criterion': 'greater_than', 'value': '6:00', 'result': '3', 'col': '4', 'subset': None} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_greater', 'args': ['all_rows', 'run time', '6:00'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose run time record is greater than 6:00 .', 'tostr': 'filter_greater { all_rows ; run time ; 6:00 }'}], 'result': '3', 'ind': 1, 'tostr': 'coun... | eq { count { filter_greater { all_rows ; run time ; 6:00 } } ; 3 } = true | select the rows whose run time record is greater than 6:00 . the number of such rows is 3 . | 3 | 3 | {'eq_2': 2, 'result_3': 3, 'count_1': 1, 'filter_greater_0': 0, 'all_rows_4': 4, 'run time_5': 5, '6:00_6': 6, '3_7': 7} | {'eq_2': 'eq', 'result_3': 'true', 'count_1': 'count', 'filter_greater_0': 'filter_greater', 'all_rows_4': 'all_rows', 'run time_5': 'run time', '6:00_6': '6:00', '3_7': '3'} | {'eq_2': [3], 'result_3': [], 'count_1': [2], 'filter_greater_0': [1], 'all_rows_4': [0], 'run time_5': [0], '6:00_6': [0], '3_7': [2]} | ['episode number', 'title', 'podcast date', 'run time', 'historical references'] | [['301', 'home sweet home !', 'august 1 , 2005', '6:07', 'none'], ['302', 'the adventures of lewis & clark !', 'august 8 , 2005', '4:16', 'meriwether lewis & william clark'], ['303', 'call of the wild !', 'august 14 , 2005', '4:49', 'meriwether lewis & william clark'], ['304', 'the greatest show on earth !', 'august 21... |
toppserien | https://en.wikipedia.org/wiki/Toppserien | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-2522473-1.html.csv | comparative | of the current toppserien teams , the sandviken team has been in the league longer than the kolbotn team . | {'row_1': '9', 'row_2': '5', 'col': '4', 'col_other': '1', 'relation': 'greater', 'record_mentioned': 'no', 'diff_result': None} | {'func': 'greater', 'args': [{'func': 'num_hop', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'team', 'sandviken'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose team record fuzzily matches to sandviken .', 'tostr': 'filter_eq { all_rows ; team ; sandviken }'}, 'in toppserien since'], 'result':... | greater { hop { filter_eq { all_rows ; team ; sandviken } ; in toppserien since } ; hop { filter_eq { all_rows ; team ; kolbotn } ; in toppserien since } } = true | select the rows whose team record fuzzily matches to sandviken . take the in toppserien since record of this row . select the rows whose team record fuzzily matches to kolbotn . take the in toppserien since record of this row . the first record is greater than the second record . | 5 | 5 | {'greater_4': 4, 'result_5': 5, 'num_hop_2': 2, 'filter_str_eq_0': 0, 'all_rows_6': 6, 'team_7': 7, 'sandviken_8': 8, 'in toppserien since_9': 9, 'num_hop_3': 3, 'filter_str_eq_1': 1, 'all_rows_10': 10, 'team_11': 11, 'kolbotn_12': 12, 'in toppserien since_13': 13} | {'greater_4': 'greater', 'result_5': 'true', 'num_hop_2': 'num_hop', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_6': 'all_rows', 'team_7': 'team', 'sandviken_8': 'sandviken', 'in toppserien since_9': 'in toppserien since', 'num_hop_3': 'num_hop', 'filter_str_eq_1': 'filter_str_eq', 'all_rows_10': 'all_rows', 'team_11... | {'greater_4': [5], 'result_5': [], 'num_hop_2': [4], 'filter_str_eq_0': [2], 'all_rows_6': [0], 'team_7': [0], 'sandviken_8': [0], 'in toppserien since_9': [2], 'num_hop_3': [4], 'filter_str_eq_1': [3], 'all_rows_10': [1], 'team_11': [1], 'kolbotn_12': [1], 'in toppserien since_13': [3]} | ['team', 'home city', 'home ground', 'in toppserien since', 'first appearance', 'seasons'] | [['amazon grimstad', 'grimstad', 'jj ugland stadion', '2006', '2006', '8'], ['arna - bjørnar', 'ytre arna ( bergen )', 'arna idrettspark', '2006', '1997', '16'], ['avaldsnes', 'avaldsnes', 'avaldsnes idrettssenter', '2013', '2013', '1'], ['klepp', 'kleppe ( stavanger )', 'klepp stadion', '1987', '1987', '27'], ['kolbot... |
list of chicago blackhawks statistics and records | https://en.wikipedia.org/wiki/List_of_Chicago_Blackhawks_statistics_and_records | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-16366700-2.html.csv | comparative | out of the chicago blackhawks ' players , stan mikita played in more regular season games than dennis hull . | {'row_1': '2', 'row_2': '5', 'col': '3', 'col_other': '1', 'relation': 'greater', 'record_mentioned': 'no', 'diff_result': None} | {'func': 'greater', 'args': [{'func': 'num_hop', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'name', 'stan mikita'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose name record fuzzily matches to stan mikita .', 'tostr': 'filter_eq { all_rows ; name ; stan mikita }'}, 'regular season'], 'result'... | greater { hop { filter_eq { all_rows ; name ; stan mikita } ; regular season } ; hop { filter_eq { all_rows ; name ; dennis hull } ; regular season } } = true | select the rows whose name record fuzzily matches to stan mikita . take the regular season record of this row . select the rows whose name record fuzzily matches to dennis hull . take the regular season record of this row . the first record is greater than the second record . | 5 | 5 | {'greater_4': 4, 'result_5': 5, 'num_hop_2': 2, 'filter_str_eq_0': 0, 'all_rows_6': 6, 'name_7': 7, 'stan mikita_8': 8, 'regular season_9': 9, 'num_hop_3': 3, 'filter_str_eq_1': 1, 'all_rows_10': 10, 'name_11': 11, 'dennis hull_12': 12, 'regular season_13': 13} | {'greater_4': 'greater', 'result_5': 'true', 'num_hop_2': 'num_hop', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_6': 'all_rows', 'name_7': 'name', 'stan mikita_8': 'stan mikita', 'regular season_9': 'regular season', 'num_hop_3': 'num_hop', 'filter_str_eq_1': 'filter_str_eq', 'all_rows_10': 'all_rows', 'name_11': 'na... | {'greater_4': [5], 'result_5': [], 'num_hop_2': [4], 'filter_str_eq_0': [2], 'all_rows_6': [0], 'name_7': [0], 'stan mikita_8': [0], 'regular season_9': [2], 'num_hop_3': [4], 'filter_str_eq_1': [3], 'all_rows_10': [1], 'name_11': [1], 'dennis hull_12': [1], 'regular season_13': [3]} | ['name', 'years', 'regular season', 'playoffs', 'total'] | [['bobby hull', '1957 - 1972', '604', '62', '666'], ['stan mikita', '1959 - 1979', '541', '59', '600'], ['steve larmer', '1981 - 1993', '406', '45', '451'], ['denis savard', '1980 - 1990 1995 - 1997', '377', '61', '438'], ['dennis hull', '1964 - 1977', '298', '33', '331'], ['jeremy roenick', '1988 - 1996', '267', '35',... |
kjetil andré aamodt | https://en.wikipedia.org/wiki/Kjetil_Andr%C3%A9_Aamodt | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1302729-1.html.csv | ordinal | kjetil andré aamodt 's 2nd lowest position in slalom was in the same year when he was 3rd overall . | {'scope': 'all', 'row': '14', 'col': '3', 'order': '2', 'col_other': '2', 'max_or_min': 'max_to_min', 'value_mentioned': 'no', 'subset': None} | {'func': 'str_eq', 'args': [{'func': 'str_hop', 'args': [{'func': 'nth_argmax', 'args': ['all_rows', 'slalom', '2'], 'result': None, 'ind': 0, 'tostr': 'nth_argmax { all_rows ; slalom ; 2 }'}, 'overall'], 'result': '3', 'ind': 1, 'tostr': 'hop { nth_argmax { all_rows ; slalom ; 2 } ; overall }'}, '3'], 'result': True, ... | eq { hop { nth_argmax { all_rows ; slalom ; 2 } ; overall } ; 3 } = true | select the row whose slalom record of all rows is 2nd maximum . the overall record of this row is 3 . | 3 | 3 | {'str_eq_2': 2, 'result_3': 3, 'str_hop_1': 1, 'nth_argmax_0': 0, 'all_rows_4': 4, 'slalom_5': 5, '2_6': 6, 'overall_7': 7, '3_8': 8} | {'str_eq_2': 'str_eq', 'result_3': 'true', 'str_hop_1': 'str_hop', 'nth_argmax_0': 'nth_argmax', 'all_rows_4': 'all_rows', 'slalom_5': 'slalom', '2_6': '2', 'overall_7': 'overall', '3_8': '3'} | {'str_eq_2': [3], 'result_3': [], 'str_hop_1': [2], 'nth_argmax_0': [1], 'all_rows_4': [0], 'slalom_5': [0], '2_6': [0], 'overall_7': [1], '3_8': [2]} | ['season', 'overall', 'slalom', 'giant slalom', 'super g', 'downhill', 'combined'] | [['1990', '39', '-', '14', '19', '-', '-'], ['1991', '17', '20', '10', '8', '-', '-'], ['1992', '13', '26', '11', '5', '-', '17'], ['1993', '2', '5', '1', '1', '28', '3'], ['1994', '1', '9', '2', '4', '10', '1'], ['1995', '5', '14', '4', '19', '13', '4'], ['1996', '10', '18', '14', '8', '44', '7'], ['1997', '2', '6', '... |
trevor taylor | https://en.wikipedia.org/wiki/Trevor_Taylor | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1226576-1.html.csv | count | trevor taylor raced for team lotus four times between 1961 and 1963 . | {'scope': 'all', 'criterion': 'equal', 'value': 'team lotus', 'result': '4', 'col': '2', 'subset': None} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'entrant', 'team lotus'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose entrant record fuzzily matches to team lotus .', 'tostr': 'filter_eq { all_rows ; entrant ; team lotus }'}], 'result': '4', 'ind': 1, 't... | eq { count { filter_eq { all_rows ; entrant ; team lotus } } ; 4 } = true | select the rows whose entrant record fuzzily matches to team lotus . the number of such rows is 4 . | 3 | 3 | {'eq_2': 2, 'result_3': 3, 'count_1': 1, 'filter_str_eq_0': 0, 'all_rows_4': 4, 'entrant_5': 5, 'team lotus_6': 6, '4_7': 7} | {'eq_2': 'eq', 'result_3': 'true', 'count_1': 'count', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_4': 'all_rows', 'entrant_5': 'entrant', 'team lotus_6': 'team lotus', '4_7': '4'} | {'eq_2': [3], 'result_3': [], 'count_1': [2], 'filter_str_eq_0': [1], 'all_rows_4': [0], 'entrant_5': [0], 'team lotus_6': [0], '4_7': [2]} | ['year', 'entrant', 'chassis', 'engine', 'points'] | [['1959', 'ace garage ( rotherham )', 'cooper t51', 'climax straight - 4', '0'], ['1961', 'team lotus', 'lotus 18', 'climax straight - 4', '0'], ['1962', 'team lotus', 'lotus 24', 'climax v8', '6'], ['1962', 'team lotus', 'lotus 25', 'climax v8', '6'], ['1963', 'team lotus', 'lotus 25', 'climax v8', '1'], ['1964', 'bri... |
2009 atp world tour masters 1000 | https://en.wikipedia.org/wiki/2009_ATP_World_Tour_Masters_1000 | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-17057363-1.html.csv | majority | the majority of 2009 atp world tour masters 1000 tournaments are played on a hard court surface . | {'scope': 'all', 'col': '6', 'most_or_all': 'most', 'criterion': 'equal', 'value': 'hard', 'subset': None} | {'func': 'most_str_eq', 'args': ['all_rows', 'court surface', 'hard'], 'result': True, 'ind': 0, 'tointer': 'for the court surface records of all rows , most of them fuzzily match to hard .', 'tostr': 'most_eq { all_rows ; court surface ; hard } = true'} | most_eq { all_rows ; court surface ; hard } = true | for the court surface records of all rows , most of them fuzzily match to hard . | 1 | 1 | {'most_str_eq_0': 0, 'result_1': 1, 'all_rows_2': 2, 'court surface_3': 3, 'hard_4': 4} | {'most_str_eq_0': 'most_str_eq', 'result_1': 'true', 'all_rows_2': 'all_rows', 'court surface_3': 'court surface', 'hard_4': 'hard'} | {'most_str_eq_0': [1], 'result_1': [], 'all_rows_2': [0], 'court surface_3': [0], 'hard_4': [0]} | ['tournament', 'country', 'location', 'current venue', 'began', 'court surface'] | [['indian wells masters', 'united states', 'indian wells', 'indian wells tennis garden', '1987', 'hard'], ['miami masters', 'united states', 'miami', 'tennis center at crandon park', '1987', 'hard'], ['monte carlo masters', 'monaco', 'roquebrune - cap - martin , france', 'monte carlo country club', '1897', 'clay'], ['r... |
2008 in hip hop music | https://en.wikipedia.org/wiki/2008_in_hip_hop_music | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-16444986-2.html.csv | ordinal | artist ti had the second highest amount of 1st week sales in 2008 hip hop music . | {'row': '2', 'col': '4', 'order': '2', 'col_other': '2', 'max_or_min': 'max_to_min', 'value_mentioned': 'no', 'scope': 'all', 'subset': None} | {'func': 'str_eq', 'args': [{'func': 'str_hop', 'args': [{'func': 'nth_argmax', 'args': ['all_rows', '1st week sales', '2'], 'result': None, 'ind': 0, 'tostr': 'nth_argmax { all_rows ; 1st week sales ; 2 }'}, 'artist'], 'result': 'ti', 'ind': 1, 'tostr': 'hop { nth_argmax { all_rows ; 1st week sales ; 2 } ; artist }'},... | eq { hop { nth_argmax { all_rows ; 1st week sales ; 2 } ; artist } ; ti } = true | select the row whose 1st week sales record of all rows is 2nd maximum . the artist record of this row is ti . | 3 | 3 | {'str_eq_2': 2, 'result_3': 3, 'str_hop_1': 1, 'nth_argmax_0': 0, 'all_rows_4': 4, '1st week sales_5': 5, '2_6': 6, 'artist_7': 7, 'ti_8': 8} | {'str_eq_2': 'str_eq', 'result_3': 'true', 'str_hop_1': 'str_hop', 'nth_argmax_0': 'nth_argmax', 'all_rows_4': 'all_rows', '1st week sales_5': '1st week sales', '2_6': '2', 'artist_7': 'artist', 'ti_8': 'ti'} | {'str_eq_2': [3], 'result_3': [], 'str_hop_1': [2], 'nth_argmax_0': [1], 'all_rows_4': [0], '1st week sales_5': [0], '2_6': [0], 'artist_7': [1], 'ti_8': [2]} | ['number', 'artist', 'album', '1st week sales', '1st week position'] | [['1', 'lil wayne', 'tha carter iii', '1006000', '1'], ['2', 'ti', 'paper trail', '568000', '1'], ['3', 'kanye west', '808s and heartbreak', '450000', '1'], ['4', 'young jeezy', 'the recession', '260000', '1'], ['5', 'the game', 'lax', '240000', '2'], ['6', 'plies', 'definition of real', '215000', '2'], ['7', 'ludacris... |
shaun murphy ( snooker player ) | https://en.wikipedia.org/wiki/Shaun_Murphy_%28snooker_player%29 | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1795208-5.html.csv | unique | the only time mark selby was a competitor was in the uk championship . | {'scope': 'all', 'row': '8', 'col': '4', 'col_other': '3', 'criterion': 'equal', 'value': 'mark selby', 'subset': None} | {'func': 'and', 'args': [{'func': 'only', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'opponent in the final', 'mark selby'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose opponent in the final record fuzzily matches to mark selby .', 'tostr': 'filter_eq { all_rows ; opponent in the final ; ma... | and { only { filter_eq { all_rows ; opponent in the final ; mark selby } } ; eq { hop { filter_eq { all_rows ; opponent in the final ; mark selby } ; championship } ; uk championship } } = true | select the rows whose opponent in the final record fuzzily matches to mark selby . there is only one such row in the table . the championship record of this unqiue row is uk championship . | 6 | 5 | {'and_4': 4, 'result_5': 5, 'only_1': 1, 'filter_str_eq_0': 0, 'all_rows_6': 6, 'opponent in the final_7': 7, 'mark selby_8': 8, 'str_eq_3': 3, 'str_hop_2': 2, 'championship_9': 9, 'uk championship_10': 10} | {'and_4': 'and', 'result_5': 'true', 'only_1': 'only', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_6': 'all_rows', 'opponent in the final_7': 'opponent in the final', 'mark selby_8': 'mark selby', 'str_eq_3': 'str_eq', 'str_hop_2': 'str_hop', 'championship_9': 'championship', 'uk championship_10': 'uk championship'} | {'and_4': [5], 'result_5': [], 'only_1': [4], 'filter_str_eq_0': [1, 2], 'all_rows_6': [0], 'opponent in the final_7': [0], 'mark selby_8': [0], 'str_eq_3': [4], 'str_hop_2': [3], 'championship_9': [2], 'uk championship_10': [3]} | ['outcome', 'year', 'championship', 'opponent in the final', 'score'] | [['winner', '2005', 'world snooker championship', 'matthew stevens', '18 - 16'], ['runner - up', '2006', 'welsh open', 'stephen lee', '4 - 9'], ['winner', '2007', 'malta cup', 'ryan day', '9 - 4'], ['runner - up', '2008', 'china open', 'stephen maguire', '9 - 10'], ['winner', '2008', 'uk championship', 'marco fu', '10 ... |
charmed ( season 3 ) | https://en.wikipedia.org/wiki/Charmed_%28season_3%29 | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-21165255-1.html.csv | ordinal | sin francisco had the second lowest number of viewers during season 3 of charmed . | {'row': '18', 'col': '8', 'order': '2', 'col_other': '3', 'max_or_min': 'min_to_max', 'value_mentioned': 'no', 'scope': 'all', 'subset': None} | {'func': 'str_eq', 'args': [{'func': 'str_hop', 'args': [{'func': 'nth_argmin', 'args': ['all_rows', 'us viewers ( millions )', '2'], 'result': None, 'ind': 0, 'tostr': 'nth_argmin { all_rows ; us viewers ( millions ) ; 2 }'}, 'title'], 'result': 'sin francisco', 'ind': 1, 'tostr': 'hop { nth_argmin { all_rows ; us vie... | eq { hop { nth_argmin { all_rows ; us viewers ( millions ) ; 2 } ; title } ; sin francisco } = true | select the row whose us viewers ( millions ) record of all rows is 2nd minimum . the title record of this row is sin francisco . | 3 | 3 | {'str_eq_2': 2, 'result_3': 3, 'str_hop_1': 1, 'nth_argmin_0': 0, 'all_rows_4': 4, 'us viewers (millions)_5': 5, '2_6': 6, 'title_7': 7, 'sin francisco_8': 8} | {'str_eq_2': 'str_eq', 'result_3': 'true', 'str_hop_1': 'str_hop', 'nth_argmin_0': 'nth_argmin', 'all_rows_4': 'all_rows', 'us viewers (millions)_5': 'us viewers ( millions )', '2_6': '2', 'title_7': 'title', 'sin francisco_8': 'sin francisco'} | {'str_eq_2': [3], 'result_3': [], 'str_hop_1': [2], 'nth_argmin_0': [1], 'all_rows_4': [0], 'us viewers (millions)_5': [0], '2_6': [0], 'title_7': [1], 'sin francisco_8': [2]} | ['no in series', 'no in season', 'title', 'directed by', 'written by', 'original air date', 'production code', 'us viewers ( millions )'] | [['45', '1', "the honeymoon 's over", 'jim conway', 'brad kern', 'october 5 , 2000', '4300045', '7.7'], ['46', '2', 'magic hour', 'john behring', 'zack estrin & chris levinson', 'october 12 , 2000', '4300046', '5.1'], ['47', '3', 'once upon a time', 'joel j feigenbaum', 'krista vernoff', 'october 19 , 2000', '4300047',... |
european parliament election , 1989 ( ireland ) | https://en.wikipedia.org/wiki/European_Parliament_election%2C_1989_%28Ireland%29 | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-13564557-2.html.csv | aggregation | in the 1989 european parliament election , the constituencies of ireland had an average of 13 candidates . | {'scope': 'all', 'col': '8', 'type': 'average', 'result': '13', 'subset': None} | {'func': 'round_eq', 'args': [{'func': 'avg', 'args': ['all_rows', 'candidates'], 'result': '13', 'ind': 0, 'tostr': 'avg { all_rows ; candidates }'}, '13'], 'result': True, 'ind': 1, 'tostr': 'round_eq { avg { all_rows ; candidates } ; 13 } = true', 'tointer': 'the average of the candidates record of all rows is 13 .'... | round_eq { avg { all_rows ; candidates } ; 13 } = true | the average of the candidates record of all rows is 13 . | 2 | 2 | {'eq_1': 1, 'result_2': 2, 'avg_0': 0, 'all_rows_3': 3, 'candidates_4': 4, '13_5': 5} | {'eq_1': 'eq', 'result_2': 'true', 'avg_0': 'avg', 'all_rows_3': 'all_rows', 'candidates_4': 'candidates', '13_5': '13'} | {'eq_1': [2], 'result_2': [], 'avg_0': [1], 'all_rows_3': [0], 'candidates_4': [0], '13_5': [1]} | ['constituency', 'electorate', 'turnout', 'spoilt', 'valid poll', 'quota', 'seats', 'candidates'] | [['connachtulster', '464661', '322664 ( 69.4 % )', '10362 ( 3.2 % )', '312302', '78076', '3', '13'], ['dublin', '711416', '455539 ( 64.0 % )', '7137 ( 1.5 % )', '448402', '89681', '4', '11'], ['leinster', '571694', '391697 ( 68.5 % )', '14106 ( 3.6 % )', '377591', '94398', '3', '15'], ['munster', '703913', '505219 ( 71... |
list of formula one driver records | https://en.wikipedia.org/wiki/List_of_Formula_One_driver_records | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-13599687-60.html.csv | majority | most of the drivers earned less than 70 % of the possible points . | {'scope': 'all', 'col': '5', 'most_or_all': 'most', 'criterion': 'less_than', 'value': '70', 'subset': None} | {'func': 'most_less', 'args': ['all_rows', 'percentage of possible points', '70'], 'result': True, 'ind': 0, 'tointer': 'for the percentage of possible points records of all rows , most of them are less than 70 .', 'tostr': 'most_less { all_rows ; percentage of possible points ; 70 } = true'} | most_less { all_rows ; percentage of possible points ; 70 } = true | for the percentage of possible points records of all rows , most of them are less than 70 . | 1 | 1 | {'most_less_0': 0, 'result_1': 1, 'all_rows_2': 2, 'percentage of possible points_3': 3, '70_4': 4} | {'most_less_0': 'most_less', 'result_1': 'true', 'all_rows_2': 'all_rows', 'percentage of possible points_3': 'percentage of possible points', '70_4': '70'} | {'most_less_0': [1], 'result_1': [], 'all_rows_2': [0], 'percentage of possible points_3': [0], '70_4': [0]} | ['driver', 'points', 'season', 'races', 'percentage of possible points'] | [['michael schumacher', '148', '2004', '18', '82.22 %'], ['michael schumacher', '144', '2002', '17', '84.71 %'], ['fernando alonso', '134', '2006', '18', '74.44 %'], ['fernando alonso', '133', '2005', '19', '70.00 %'], ['michael schumacher', '123', '2001', '17', '72.36 %'], ['michael schumacher', '121', '2006', '18', '... |
united states house of representatives elections , 1800 | https://en.wikipedia.org/wiki/United_States_House_of_Representatives_elections%2C_1800 | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-2668401-17.html.csv | count | eight virginia incumbents in the 1800 united states house of representatives elections were re-elected . | {'scope': 'all', 'criterion': 'equal', 'value': 're - elected', 'result': '8', 'col': '5', 'subset': None} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'result', 're - elected'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose result record fuzzily matches to re - elected .', 'tostr': 'filter_eq { all_rows ; result ; re - elected }'}], 'result': '8', 'ind': 1,... | eq { count { filter_eq { all_rows ; result ; re - elected } } ; 8 } = true | select the rows whose result record fuzzily matches to re - elected . the number of such rows is 8 . | 3 | 3 | {'eq_2': 2, 'result_3': 3, 'count_1': 1, 'filter_str_eq_0': 0, 'all_rows_4': 4, 'result_5': 5, 're - elected_6': 6, '8_7': 7} | {'eq_2': 'eq', 'result_3': 'true', 'count_1': 'count', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_4': 'all_rows', 'result_5': 'result', 're - elected_6': 're - elected', '8_7': '8'} | {'eq_2': [3], 'result_3': [], 'count_1': [2], 'filter_str_eq_0': [1], 'all_rows_4': [0], 'result_5': [0], 're - elected_6': [0], '8_7': [2]} | ['district', 'incumbent', 'party', 'first elected', 'result', 'candidates'] | [['virginia 2', 'david holmes', 'democratic - republican', '1797', 're - elected', 'david holmes ( dr ) alexander sinclair ( f )'], ['virginia 4', 'abram trigg', 'democratic - republican', '1797', 're - elected', 'abram trigg ( dr )'], ['virginia 5', 'john j trigg', 'democratic - republican', '1797', 're - elected', 'j... |
zdeněk zikán | https://en.wikipedia.org/wiki/Zden%C4%9Bk_Zik%C3%A1n | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-15813318-1.html.csv | superlative | zdeněk zikán achieved his highest score on 15 june 1958 . | {'scope': 'all', 'col_superlative': '3', 'row_superlative': '3', 'value_mentioned': 'no', 'max_or_min': 'max', 'other_col': '1', 'subset': None} | {'func': 'str_eq', 'args': [{'func': 'str_hop', 'args': [{'func': 'argmax', 'args': ['all_rows', 'score'], 'result': None, 'ind': 0, 'tostr': 'argmax { all_rows ; score }'}, 'date'], 'result': '15 june 1958', 'ind': 1, 'tostr': 'hop { argmax { all_rows ; score } ; date }'}, '15 june 1958'], 'result': True, 'ind': 2, 't... | eq { hop { argmax { all_rows ; score } ; date } ; 15 june 1958 } = true | select the row whose score record of all rows is maximum . the date record of this row is 15 june 1958 . | 3 | 3 | {'str_eq_2': 2, 'result_3': 3, 'str_hop_1': 1, 'argmax_0': 0, 'all_rows_4': 4, 'score_5': 5, 'date_6': 6, '15 june 1958_7': 7} | {'str_eq_2': 'str_eq', 'result_3': 'true', 'str_hop_1': 'str_hop', 'argmax_0': 'argmax', 'all_rows_4': 'all_rows', 'score_5': 'score', 'date_6': 'date', '15 june 1958_7': '15 june 1958'} | {'str_eq_2': [3], 'result_3': [], 'str_hop_1': [2], 'argmax_0': [1], 'all_rows_4': [0], 'score_5': [0], 'date_6': [1], '15 june 1958_7': [2]} | ['date', 'venue', 'score', 'result', 'competition'] | [['2 april 1958', 'strahov stadium , prague , czechoslovakia', '3 - 2', 'win', 'friendly'], ['11 june 1958', 'olympiastadion , helsingborg , sweden', '2 - 2', 'draw', '1958 world cup'], ['15 june 1958', 'olympiastadion , helsingborg , sweden', '6 - 1', 'win', '1958 world cup'], ['17 june 1958', 'malmö stadion , malmö ,... |
vitantonio liuzzi | https://en.wikipedia.org/wiki/Vitantonio_Liuzzi | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1393912-3.html.csv | superlative | force india f1 team had the highest points among the others in vitantonio liuzzi . | {'scope': 'all', 'col_superlative': '5', 'row_superlative': '5', 'value_mentioned': 'no', 'max_or_min': 'max', 'other_col': '2', 'subset': None} | {'func': 'str_eq', 'args': [{'func': 'str_hop', 'args': [{'func': 'argmax', 'args': ['all_rows', 'points'], 'result': None, 'ind': 0, 'tostr': 'argmax { all_rows ; points }'}, 'entrant'], 'result': 'force india f1 team', 'ind': 1, 'tostr': 'hop { argmax { all_rows ; points } ; entrant }'}, 'force india f1 team'], 'resu... | eq { hop { argmax { all_rows ; points } ; entrant } ; force india f1 team } = true | select the row whose points record of all rows is maximum . the entrant record of this row is force india f1 team . | 3 | 3 | {'str_eq_2': 2, 'result_3': 3, 'str_hop_1': 1, 'argmax_0': 0, 'all_rows_4': 4, 'points_5': 5, 'entrant_6': 6, 'force india f1 team_7': 7} | {'str_eq_2': 'str_eq', 'result_3': 'true', 'str_hop_1': 'str_hop', 'argmax_0': 'argmax', 'all_rows_4': 'all_rows', 'points_5': 'points', 'entrant_6': 'entrant', 'force india f1 team_7': 'force india f1 team'} | {'str_eq_2': [3], 'result_3': [], 'str_hop_1': [2], 'argmax_0': [1], 'all_rows_4': [0], 'points_5': [0], 'entrant_6': [1], 'force india f1 team_7': [2]} | ['year', 'entrant', 'chassis', 'engine', 'points'] | [['2005', 'red bull racing', 'red bull rb1', 'cosworth tj2005 3.0 v10', '1'], ['2006', 'scuderia toro rosso', 'toro rosso str1', 'cosworth tj2006 3.0 v10 14 series', '1'], ['2007', 'scuderia toro rosso', 'toro rosso str2', 'ferrari 056 2.4 v8', '3'], ['2009', 'force india f1 team', 'force india vjm02', 'mercedes fo 108... |
1954 vfl season | https://en.wikipedia.org/wiki/1954_VFL_season | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-10773616-6.html.csv | count | there were 6 game venues used during the 1954 vfl season . | {'scope': 'all', 'criterion': 'all', 'value': 'n/a', 'result': '6', 'col': '5', 'subset': None} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_all', 'args': ['all_rows', 'venue'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose venue record is arbitrary .', 'tostr': 'filter_all { all_rows ; venue }'}], 'result': '6', 'ind': 1, 'tostr': 'count { filter_all { all_rows ; venue } }', ... | eq { count { filter_all { all_rows ; venue } } ; 6 } = true | select the rows whose venue record is arbitrary . the number of such rows is 6 . | 3 | 3 | {'eq_2': 2, 'result_3': 3, 'count_1': 1, 'filter_all_0': 0, 'all_rows_4': 4, 'venue_5': 5, '6_6': 6} | {'eq_2': 'eq', 'result_3': 'true', 'count_1': 'count', 'filter_all_0': 'filter_all', 'all_rows_4': 'all_rows', 'venue_5': 'venue', '6_6': '6'} | {'eq_2': [3], 'result_3': [], 'count_1': [2], 'filter_all_0': [1], 'all_rows_4': [0], 'venue_5': [0], '6_6': [2]} | ['home team', 'home team score', 'away team', 'away team score', 'venue', 'crowd', 'date'] | [['north melbourne', '8.14 ( 62 )', 'south melbourne', '12.13 ( 85 )', 'arden street oval', '15000', '22 may 1954'], ['st kilda', '14.15 ( 99 )', 'melbourne', '12.6 ( 78 )', 'junction oval', '16000', '22 may 1954'], ['richmond', '10.12 ( 72 )', 'hawthorn', '11.12 ( 78 )', 'punt road oval', '23000', '22 may 1954'], ['fo... |
geothermal power in new zealand | https://en.wikipedia.org/wiki/Geothermal_power_in_New_Zealand | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-15908826-1.html.csv | aggregation | the total capacity of the geothermal power stations in new zealand listed is 815.6 mw . | {'scope': 'all', 'col': '4', 'type': 'sum', 'result': '815.6', 'subset': None} | {'func': 'round_eq', 'args': [{'func': 'sum', 'args': ['all_rows', 'capacity ( mw )'], 'result': '815.6', 'ind': 0, 'tostr': 'sum { all_rows ; capacity ( mw ) }'}, '815.6'], 'result': True, 'ind': 1, 'tostr': 'round_eq { sum { all_rows ; capacity ( mw ) } ; 815.6 } = true', 'tointer': 'the sum of the capacity ( mw ) re... | round_eq { sum { all_rows ; capacity ( mw ) } ; 815.6 } = true | the sum of the capacity ( mw ) record of all rows is 815.6 . | 2 | 2 | {'eq_1': 1, 'result_2': 2, 'sum_0': 0, 'all_rows_3': 3, 'capacity (mw)_4': 4, '815.6_5': 5} | {'eq_1': 'eq', 'result_2': 'true', 'sum_0': 'sum', 'all_rows_3': 'all_rows', 'capacity (mw)_4': 'capacity ( mw )', '815.6_5': '815.6'} | {'eq_1': [2], 'result_2': [], 'sum_0': [1], 'all_rows_3': [0], 'capacity (mw)_4': [0], '815.6_5': [1]} | ['name', 'location', 'field', 'capacity ( mw )', 'annual generation ( average gwh )', 'commissioned'] | [['kawerau ( bope )', 'kawerau , bay of plenty', 'kawerau', '6.3', '35', '1989 , 1993'], ['kawerau ( ka24 )', 'kawerau , bay of plenty', 'kawerau', '8.3', '70', '2008'], ['kawerau ( mrp )', 'kawerau , bay of plenty', 'kawerau', '100', '800', '2008'], ['mokai', 'northwest of taupo', 'mokai', '112', '900', '2000'], ['nga... |
list of intel core i7 microprocessors | https://en.wikipedia.org/wiki/List_of_Intel_Core_i7_microprocessors | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-18823880-10.html.csv | ordinal | the core i7 - 820qm model microprocessor has the third highest release price . | {'row': '3', 'col': '16', 'order': '3', 'col_other': '1', 'max_or_min': 'max_to_min', 'value_mentioned': 'no', 'scope': 'all', 'subset': None} | {'func': 'str_eq', 'args': [{'func': 'str_hop', 'args': [{'func': 'nth_argmax', 'args': ['all_rows', 'release price ( usd )', '3'], 'result': None, 'ind': 0, 'tostr': 'nth_argmax { all_rows ; release price ( usd ) ; 3 }'}, 'model number'], 'result': 'core i7 - 820qm', 'ind': 1, 'tostr': 'hop { nth_argmax { all_rows ; r... | eq { hop { nth_argmax { all_rows ; release price ( usd ) ; 3 } ; model number } ; core i7 - 820qm } = true | select the row whose release price ( usd ) record of all rows is 3rd maximum . the model number record of this row is core i7 - 820qm . | 3 | 3 | {'str_eq_2': 2, 'result_3': 3, 'str_hop_1': 1, 'nth_argmax_0': 0, 'all_rows_4': 4, 'release price ( usd )_5': 5, '3_6': 6, 'model number_7': 7, 'core i7 - 820qm_8': 8} | {'str_eq_2': 'str_eq', 'result_3': 'true', 'str_hop_1': 'str_hop', 'nth_argmax_0': 'nth_argmax', 'all_rows_4': 'all_rows', 'release price ( usd )_5': 'release price ( usd )', '3_6': '3', 'model number_7': 'model number', 'core i7 - 820qm_8': 'core i7 - 820qm'} | {'str_eq_2': [3], 'result_3': [], 'str_hop_1': [2], 'nth_argmax_0': [1], 'all_rows_4': [0], 'release price ( usd )_5': [0], '3_6': [0], 'model number_7': [1], 'core i7 - 820qm_8': [2]} | ['model number', 'sspec number', 'frequency', 'turbo', 'cores', 'l2 cache', 'l3 cache', 'i / o bus', 'mult', 'memory', 'voltage', 'tdp', 'socket', 'release date', 'part number ( s )', 'release price ( usd )'] | [['core i7 - 720qm', 'slbly ( b1 )', '1.6 ghz', '1 / 1 / 6 / 9', '4', '4 256 kb', '6 mb', 'dmi', '12', '2 ddr3 - 1333', '0.65 - 1.4 v', '45 w', 'socketg1', 'september 2009', 'by80607002907ahbx80607i7720qm', '364'], ['core i7 - 740qm', 'slbqg ( b1 )', '1.73 ghz', '1 / 1 / 6 / 9', '4', '4 256 kb', '6 mb', 'dmi', '13', '2... |
federal government college ikot ekpene | https://en.wikipedia.org/wiki/Federal_Government_College_Ikot_Ekpene | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-11464746-1.html.csv | comparative | house gongola was founded later than house benue in the federal government college ikot ekpene . | {'row_1': '2', 'row_2': '1', 'col': '4', 'col_other': '1', 'relation': 'greater', 'record_mentioned': 'no', 'diff_result': None} | {'func': 'greater', 'args': [{'func': 'num_hop', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'house name', 'gongola'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose house name record fuzzily matches to gongola .', 'tostr': 'filter_eq { all_rows ; house name ; gongola }'}, 'founded'], 'result':... | greater { hop { filter_eq { all_rows ; house name ; gongola } ; founded } ; hop { filter_eq { all_rows ; house name ; benue } ; founded } } = true | select the rows whose house name record fuzzily matches to gongola . take the founded record of this row . select the rows whose house name record fuzzily matches to benue . take the founded record of this row . the first record is greater than the second record . | 5 | 5 | {'greater_4': 4, 'result_5': 5, 'num_hop_2': 2, 'filter_str_eq_0': 0, 'all_rows_6': 6, 'house name_7': 7, 'gongola_8': 8, 'founded_9': 9, 'num_hop_3': 3, 'filter_str_eq_1': 1, 'all_rows_10': 10, 'house name_11': 11, 'benue_12': 12, 'founded_13': 13} | {'greater_4': 'greater', 'result_5': 'true', 'num_hop_2': 'num_hop', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_6': 'all_rows', 'house name_7': 'house name', 'gongola_8': 'gongola', 'founded_9': 'founded', 'num_hop_3': 'num_hop', 'filter_str_eq_1': 'filter_str_eq', 'all_rows_10': 'all_rows', 'house name_11': 'house ... | {'greater_4': [5], 'result_5': [], 'num_hop_2': [4], 'filter_str_eq_0': [2], 'all_rows_6': [0], 'house name_7': [0], 'gongola_8': [0], 'founded_9': [2], 'num_hop_3': [4], 'filter_str_eq_1': [3], 'all_rows_10': [1], 'house name_11': [1], 'benue_12': [1], 'founded_13': [3]} | ['house name', 'composition', 'named after', 'founded', 'colours'] | [['benue', 'coed', 'river benue', '1973', 'yellow'], ['gongola', 'coed', 'gongola river', '1980', 'purple'], ['niger', 'coed', 'river niger', '1973', 'green'], ['rima', 'coed', 'rima river', '1980', 'brown'], ['ogun', 'coed', 'ogun river', '1980', 'blue']] |
1985 u.s. open ( golf ) | https://en.wikipedia.org/wiki/1985_U.S._Open_%28golf%29 | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-17231246-4.html.csv | majority | most of the players in the 1985 u.s. open golf tournament were representing the united states . | {'scope': 'all', 'col': '3', 'most_or_all': 'most', 'criterion': 'equal', 'value': 'united states', 'subset': None} | {'func': 'most_str_eq', 'args': ['all_rows', 'country', 'united states'], 'result': True, 'ind': 0, 'tointer': 'for the country records of all rows , most of them fuzzily match to united states .', 'tostr': 'most_eq { all_rows ; country ; united states } = true'} | most_eq { all_rows ; country ; united states } = true | for the country records of all rows , most of them fuzzily match to united states . | 1 | 1 | {'most_str_eq_0': 0, 'result_1': 1, 'all_rows_2': 2, 'country_3': 3, 'united states_4': 4} | {'most_str_eq_0': 'most_str_eq', 'result_1': 'true', 'all_rows_2': 'all_rows', 'country_3': 'country', 'united states_4': 'united states'} | {'most_str_eq_0': [1], 'result_1': [], 'all_rows_2': [0], 'country_3': [0], 'united states_4': [0]} | ['place', 'player', 'country', 'score', 'to par'] | [['1', 'tze - chung chen', 'taiwan', '65', '- 5'], ['2', 'fred couples', 'united states', '66', '- 4'], ['t3', 'andy bean', 'united states', '69', '- 1'], ['t3', 'rick fehr', 'united states', '69', '- 1'], ['t3', 'jay haas', 'united states', '69', '- 1'], ['t3', 'tom kite', 'united states', '69', '- 1'], ['t3', 'mike r... |
list of childrens hospital episodes | https://en.wikipedia.org/wiki/List_of_Childrens_Hospital_episodes | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-28081876-4.html.csv | majority | all of the childrens hospital episodes had original air dates in the year 2010 . | {'scope': 'all', 'col': '6', 'most_or_all': 'all', 'criterion': 'fuzzily_match', 'value': '2010', 'subset': None} | {'func': 'all_str_eq', 'args': ['all_rows', 'original air date', '2010'], 'result': True, 'ind': 0, 'tointer': 'for the original air date records of all rows , all of them fuzzily match to 2010 .', 'tostr': 'all_eq { all_rows ; original air date ; 2010 } = true'} | all_eq { all_rows ; original air date ; 2010 } = true | for the original air date records of all rows , all of them fuzzily match to 2010 . | 1 | 1 | {'all_str_eq_0': 0, 'result_1': 1, 'all_rows_2': 2, 'original air date_3': 3, '2010_4': 4} | {'all_str_eq_0': 'all_str_eq', 'result_1': 'true', 'all_rows_2': 'all_rows', 'original air date_3': 'original air date', '2010_4': '2010'} | {'all_str_eq_0': [1], 'result_1': [], 'all_rows_2': [0], 'original air date_3': [0], '2010_4': [0]} | ['series no', 'season no', 'title', 'directed by', 'written by', 'original air date', 'production code'] | [['6', '1', 'i see her face everywhere', 'matt shakman', 'rob corddry', 'august 22 , 2010', '201'], ['7', '2', 'no one can replace her', 'matt shakman', 'rob corddry', 'august 29 , 2010', '202'], ['8', '3', 'i am not afraid of any ghost', 'bryan gordon', 'rob huebel', 'september 5 , 2010', '203'], ['9', '4', 'give a pa... |
emerich dembrovschi | https://en.wikipedia.org/wiki/Emerich_Dembrovschi | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-11732849-1.html.csv | unique | the only international goal emerich dembrovschi scored outside of europe was on 10 june 1970 in mexico . | {'scope': 'all', 'row': '3', 'col': '2', 'col_other': '1', 'criterion': 'equal', 'value': 'estadio jalisco , guadalajara , mexico', 'subset': None} | {'func': 'and', 'args': [{'func': 'only', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'venue', 'estadio jalisco , guadalajara , mexico'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose venue record fuzzily matches to estadio jalisco , guadalajara , mexico .', 'tostr': 'filter_eq { all_rows ; ve... | and { only { filter_eq { all_rows ; venue ; estadio jalisco , guadalajara , mexico } } ; eq { hop { filter_eq { all_rows ; venue ; estadio jalisco , guadalajara , mexico } ; date } ; 10 june 1970 } } = true | select the rows whose venue record fuzzily matches to estadio jalisco , guadalajara , mexico . there is only one such row in the table . the date record of this unqiue row is 10 june 1970 . | 6 | 5 | {'and_4': 4, 'result_5': 5, 'only_1': 1, 'filter_str_eq_0': 0, 'all_rows_6': 6, 'venue_7': 7, 'estadio jalisco , guadalajara , mexico_8': 8, 'str_eq_3': 3, 'str_hop_2': 2, 'date_9': 9, '10 june 1970_10': 10} | {'and_4': 'and', 'result_5': 'true', 'only_1': 'only', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_6': 'all_rows', 'venue_7': 'venue', 'estadio jalisco , guadalajara , mexico_8': 'estadio jalisco , guadalajara , mexico', 'str_eq_3': 'str_eq', 'str_hop_2': 'str_hop', 'date_9': 'date', '10 june 1970_10': '10 june 1970'... | {'and_4': [5], 'result_5': [], 'only_1': [4], 'filter_str_eq_0': [1, 2], 'all_rows_6': [0], 'venue_7': [0], 'estadio jalisco , guadalajara , mexico_8': [0], 'str_eq_3': [4], 'str_hop_2': [3], 'date_9': [2], '10 june 1970_10': [3]} | ['date', 'venue', 'score', 'result', 'competition'] | [['3 september 1969', 'jna stadium , belgrade , yugoslavia', '0 - 1', '1 - 1', 'friendly'], ['16 november 1969', '23 august stadium , bucharest , romania', '1 - 0', '1 - 1', '1970 fifa world cup qualification'], ['10 june 1970', 'estadio jalisco , guadalajara , mexico', '3 - 2', '3 - 2', '1970 fifa world cup'], ['21 ap... |
giorgio zampori | https://en.wikipedia.org/wiki/Giorgio_Zampori | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-11138928-1.html.csv | majority | the majority of giorgio zampori 's positions were first place positions . | {'scope': 'all', 'col': '4', 'most_or_all': 'most', 'criterion': 'equal', 'value': '1st', 'subset': None} | {'func': 'most_str_eq', 'args': ['all_rows', 'position', '1st'], 'result': True, 'ind': 0, 'tointer': 'for the position records of all rows , most of them fuzzily match to 1st .', 'tostr': 'most_eq { all_rows ; position ; 1st } = true'} | most_eq { all_rows ; position ; 1st } = true | for the position records of all rows , most of them fuzzily match to 1st . | 1 | 1 | {'most_str_eq_0': 0, 'result_1': 1, 'all_rows_2': 2, 'position_3': 3, '1st_4': 4} | {'most_str_eq_0': 'most_str_eq', 'result_1': 'true', 'all_rows_2': 'all_rows', 'position_3': 'position', '1st_4': '1st'} | {'most_str_eq_0': [1], 'result_1': [], 'all_rows_2': [0], 'position_3': [0], '1st_4': [0]} | ['year', 'competition', 'venue', 'position', 'event'] | [['1909', 'world championships', 'turin', '3rd', 'rings'], ['1909', 'world championships', 'turin', '3rd', 'team all - round'], ['1911', 'world championships', 'luxembourg', '1st', 'parallel bars'], ['1911', 'world championships', 'luxembourg', '2nd', 'pommel horse'], ['1913', 'world championships', 'paris', '1st', 'pa... |
turkish airlines | https://en.wikipedia.org/wiki/Turkish_Airlines | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-167925-2.html.csv | aggregation | there has been a combined total of 899 fatalities in turkish airlines flight crashes . | {'scope': 'all', 'col': '6', 'type': 'sum', 'result': '899', 'subset': None} | {'func': 'round_eq', 'args': [{'func': 'sum', 'args': ['all_rows', 'fatalities'], 'result': '899', 'ind': 0, 'tostr': 'sum { all_rows ; fatalities }'}, '899'], 'result': True, 'ind': 1, 'tostr': 'round_eq { sum { all_rows ; fatalities } ; 899 } = true', 'tointer': 'the sum of the fatalities record of all rows is 899 .'... | round_eq { sum { all_rows ; fatalities } ; 899 } = true | the sum of the fatalities record of all rows is 899 . | 2 | 2 | {'eq_1': 1, 'result_2': 2, 'sum_0': 0, 'all_rows_3': 3, 'fatalities_4': 4, '899_5': 5} | {'eq_1': 'eq', 'result_2': 'true', 'sum_0': 'sum', 'all_rows_3': 'all_rows', 'fatalities_4': 'fatalities', '899_5': '899'} | {'eq_1': [2], 'result_2': [], 'sum_0': [1], 'all_rows_3': [0], 'fatalities_4': [0], '899_5': [1]} | ['date', 'flight', 'aircraft', 'registration', 'location', 'fatalities'] | [['17 february 1959', 'n / a', 'vickers viscount type 793', 'tc - sev', 'london', '14'], ['23 september 1961', '100', 'fokker f27 - 100', 'tc - tay', 'ankara', '28'], ['8 march 1962', 'n / a', 'fairchild f - 27', 'tc - kop', 'adana', '11'], ['3 february 1964', 'n / a', 'douglas c - 47', 'tc - eti', 'ankara', '3'], ['2 ... |
athletics at the 1998 central american and caribbean games | https://en.wikipedia.org/wiki/Athletics_at_the_1998_Central_American_and_Caribbean_Games | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-10535131-3.html.csv | comparative | guatemala won one more silver medal than el salvador in athletics at the 1998 central american and caribbean games . | {'row_1': '13', 'row_2': '14', 'col': '4', 'col_other': '2', 'relation': 'diff', 'record_mentioned': 'no', 'diff_result': {'diff_value': '1', 'bigger': 'row1'}} | {'func': 'eq', 'args': [{'func': 'diff', 'args': [{'func': 'num_hop', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'nation', 'guatemala'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose nation record fuzzily matches to guatemala .', 'tostr': 'filter_eq { all_rows ; nation ; guatemala }'}, 'silve... | eq { diff { hop { filter_eq { all_rows ; nation ; guatemala } ; silver } ; hop { filter_eq { all_rows ; nation ; el salvador } ; silver } } ; 1 } = true | select the rows whose nation record fuzzily matches to guatemala . take the silver record of this row . select the rows whose nation record fuzzily matches to el salvador . take the silver record of this row . the first record is 1 larger than the second record . | 6 | 6 | {'eq_5': 5, 'result_6': 6, 'diff_4': 4, 'num_hop_2': 2, 'filter_str_eq_0': 0, 'all_rows_7': 7, 'nation_8': 8, 'guatemala_9': 9, 'silver_10': 10, 'num_hop_3': 3, 'filter_str_eq_1': 1, 'all_rows_11': 11, 'nation_12': 12, 'el salvador_13': 13, 'silver_14': 14, '1_15': 15} | {'eq_5': 'eq', 'result_6': 'true', 'diff_4': 'diff', 'num_hop_2': 'num_hop', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_7': 'all_rows', 'nation_8': 'nation', 'guatemala_9': 'guatemala', 'silver_10': 'silver', 'num_hop_3': 'num_hop', 'filter_str_eq_1': 'filter_str_eq', 'all_rows_11': 'all_rows', 'nation_12': 'nation'... | {'eq_5': [6], 'result_6': [], 'diff_4': [5], 'num_hop_2': [4], 'filter_str_eq_0': [2], 'all_rows_7': [0], 'nation_8': [0], 'guatemala_9': [0], 'silver_10': [2], 'num_hop_3': [4], 'filter_str_eq_1': [3], 'all_rows_11': [1], 'nation_12': [1], 'el salvador_13': [1], 'silver_14': [3], '1_15': [5]} | ['rank', 'nation', 'gold', 'silver', 'bronze', 'total'] | [['1', 'cuba', '19', '13', '12', '44'], ['2', 'mexico', '12', '9', '7', '28'], ['3', 'jamaica', '6', '9', '7', '22'], ['4', 'venezuela', '2', '4', '5', '11'], ['5', 'bahamas', '2', '2', '3', '7'], ['6', 'barbados', '1', '1', '1', '3'], ['7', 'dominican republic', '1', '0', '1', '2'], ['7', 'puerto rico', '1', '0', '1',... |
2007 - 08 sacramento kings season | https://en.wikipedia.org/wiki/2007%E2%80%9308_Sacramento_Kings_season | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-11965631-4.html.csv | aggregation | the average attendance for the 07-08 sacramento kings season was around 15000 . | {'scope': 'all', 'col': '6', 'type': 'average', 'result': '15000', 'subset': None} | {'func': 'round_eq', 'args': [{'func': 'avg', 'args': ['all_rows', 'attendance'], 'result': '15000', 'ind': 0, 'tostr': 'avg { all_rows ; attendance }'}, '15000'], 'result': True, 'ind': 1, 'tostr': 'round_eq { avg { all_rows ; attendance } ; 15000 } = true', 'tointer': 'the average of the attendance record of all rows... | round_eq { avg { all_rows ; attendance } ; 15000 } = true | the average of the attendance record of all rows is 15000 . | 2 | 2 | {'eq_1': 1, 'result_2': 2, 'avg_0': 0, 'all_rows_3': 3, 'attendance_4': 4, '15000_5': 5} | {'eq_1': 'eq', 'result_2': 'true', 'avg_0': 'avg', 'all_rows_3': 'all_rows', 'attendance_4': 'attendance', '15000_5': '15000'} | {'eq_1': [2], 'result_2': [], 'avg_0': [1], 'all_rows_3': [0], 'attendance_4': [0], '15000_5': [1]} | ['date', 'visitor', 'score', 'home', 'leading scorer', 'attendance', 'record'] | [['2 november 2007', 'kings', '80 - 96', 'spurs', 'kevin martin ( 22 )', '17072', '0 - 2'], ['3 november 2007', 'kings', '102 - 123', 'mavericks', 'kevin martin ( 28 )', '20343', '0 - 3'], ['6 november 2007', 'supersonics', '98 - 104', 'kings', 'kevin martin ( 31 )', '14908', '1 - 3'], ['9 november 2007', 'cavaliers', ... |
chalid arrab | https://en.wikipedia.org/wiki/Chalid_Arrab | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-10363239-3.html.csv | majority | the majority of marches were won by the judges decision method . | {'scope': 'all', 'col': '4', 'most_or_all': 'most', 'criterion': 'fuzzily_match', 'value': 'decision', 'subset': None} | {'func': 'most_str_eq', 'args': ['all_rows', 'method', 'decision'], 'result': True, 'ind': 0, 'tointer': 'for the method records of all rows , most of them fuzzily match to decision .', 'tostr': 'most_eq { all_rows ; method ; decision } = true'} | most_eq { all_rows ; method ; decision } = true | for the method records of all rows , most of them fuzzily match to decision . | 1 | 1 | {'most_str_eq_0': 0, 'result_1': 1, 'all_rows_2': 2, 'method_3': 3, 'decision_4': 4} | {'most_str_eq_0': 'most_str_eq', 'result_1': 'true', 'all_rows_2': 'all_rows', 'method_3': 'method', 'decision_4': 'decision'} | {'most_str_eq_0': [1], 'result_1': [], 'all_rows_2': [0], 'method_3': [0], 'decision_4': [0]} | ['res', 'record', 'opponent', 'method', 'event', 'location'] | [['win', '7 - 3', 'hiromitsu kanehara', 'decision ( majority )', "hero 's 2005 in seoul", 'seoul , south korea'], ['win', '6 - 3', 'yukiya naito', 'decision ( unanimous )', "hero 's 1", 'saitama , saitama , japan'], ['loss', '5 - 3', 'kazuhiro nakamura', 'submission ( armbar )', 'pride bushido 3', 'yokohama , japan'], ... |
aveiro district | https://en.wikipedia.org/wiki/Aveiro_District | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1794599-1.html.csv | comparative | santa maria da feira has a larger area in square kilometers than vale de cambra . | {'row_1': '15', 'row_2': '19', 'col': '2', 'col_other': '1', 'relation': 'greater', 'record_mentioned': 'yes', 'diff_result': None} | {'func': 'and', 'args': [{'func': 'greater', 'args': [{'func': 'num_hop', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'name', 'santa maria da feira'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose name record fuzzily matches to santa maria da feira .', 'tostr': 'filter_eq { all_rows ; name ; s... | and { greater { hop { filter_eq { all_rows ; name ; santa maria da feira } ; area ( km square ) } ; hop { filter_eq { all_rows ; name ; vale de cambra } ; area ( km square ) } } ; and { eq { hop { filter_eq { all_rows ; name ; santa maria da feira } ; area ( km square ) } ; 215.1 } ; eq { hop { filter_eq { all_rows ; n... | select the rows whose name record fuzzily matches to santa maria da feira . take the area ( km square ) record of this row . select the rows whose name record fuzzily matches to vale de cambra . take the area ( km square ) record of this row . the first record is greater than the second record . the area ( km square ) ... | 13 | 9 | {'and_8': 8, 'result_9': 9, 'greater_4': 4, 'num_hop_2': 2, 'filter_str_eq_0': 0, 'all_rows_10': 10, 'name_11': 11, 'santa maria da feira_12': 12, 'area (km square)_13': 13, 'num_hop_3': 3, 'filter_str_eq_1': 1, 'all_rows_14': 14, 'name_15': 15, 'vale de cambra_16': 16, 'area (km square)_17': 17, 'and_7': 7, 'eq_5': 5,... | {'and_8': 'and', 'result_9': 'true', 'greater_4': 'greater', 'num_hop_2': 'num_hop', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_10': 'all_rows', 'name_11': 'name', 'santa maria da feira_12': 'santa maria da feira', 'area (km square)_13': 'area ( km square )', 'num_hop_3': 'num_hop', 'filter_str_eq_1': 'filter_str_eq... | {'and_8': [9], 'result_9': [], 'greater_4': [8], 'num_hop_2': [4, 5], 'filter_str_eq_0': [2], 'all_rows_10': [0], 'name_11': [0], 'santa maria da feira_12': [0], 'area (km square)_13': [2], 'num_hop_3': [4, 6], 'filter_str_eq_1': [3], 'all_rows_14': [1], 'name_15': [1], 'vale de cambra_16': [1], 'area (km square)_17': ... | ['name', 'area ( km square )', 'pop', 'pop / area ( 1 / km square )', 'no p', 'no c / no t', 'subregion'] | [['águeda', '335.3', '47729', '148', '20', '1', 'baixo vouga'], ['albergaria - a - velha', '155.4', '25497', '164', '8', '0', 'baixo vouga'], ['anadia', '216.6', '31671', '146', '15', '1', 'baixo vouga'], ['arouca', '329.1', '24019', '73', '20', '0', 'entre douro e vouga'], ['aveiro', '199.9', '73626', '368', '14', '1'... |
volleyball at the 2004 summer olympics - men 's team rosters | https://en.wikipedia.org/wiki/Volleyball_at_the_2004_Summer_Olympics_%E2%80%93_Men%27s_team_rosters | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-15859432-3.html.csv | superlative | the tallest men 's volleyball player at the 2004 summer olympics was rodrigo santana . | {'scope': 'all', 'col_superlative': '3', 'row_superlative': '10', 'value_mentioned': 'no', 'max_or_min': 'max', 'other_col': '1', 'subset': None} | {'func': 'str_eq', 'args': [{'func': 'str_hop', 'args': [{'func': 'argmax', 'args': ['all_rows', 'height'], 'result': None, 'ind': 0, 'tostr': 'argmax { all_rows ; height }'}, 'name'], 'result': 'rodrigo santana', 'ind': 1, 'tostr': 'hop { argmax { all_rows ; height } ; name }'}, 'rodrigo santana'], 'result': True, 'in... | eq { hop { argmax { all_rows ; height } ; name } ; rodrigo santana } = true | select the row whose height record of all rows is maximum . the name record of this row is rodrigo santana . | 3 | 3 | {'str_eq_2': 2, 'result_3': 3, 'str_hop_1': 1, 'argmax_0': 0, 'all_rows_4': 4, 'height_5': 5, 'name_6': 6, 'rodrigo santana_7': 7} | {'str_eq_2': 'str_eq', 'result_3': 'true', 'str_hop_1': 'str_hop', 'argmax_0': 'argmax', 'all_rows_4': 'all_rows', 'height_5': 'height', 'name_6': 'name', 'rodrigo santana_7': 'rodrigo santana'} | {'str_eq_2': [3], 'result_3': [], 'str_hop_1': [2], 'argmax_0': [1], 'all_rows_4': [0], 'height_5': [0], 'name_6': [1], 'rodrigo santana_7': [2]} | ['name', 'date of birth', 'height', 'weight', 'spike', 'block'] | [['giovane gávio', '07.09.1970', '196', '89', '340', '322'], ['andré heller', '17.12.1975', '199', '93', '339', '321'], ['mauricio lima', '27.01.1968', '184', '79', '321', '304'], ['gilberto godoy filho', '23.12.1976', '192', '85', '325', '312'], ['andré nascimento', '04.03.1979', '195', '95', '340', '320'], ['sérgio d... |
north american x - 15 | https://en.wikipedia.org/wiki/North_American_X-15 | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-221315-3.html.csv | superlative | joseph a walker reached the highest max altitude among all pilots of the the north american x - 15 . | {'scope': 'all', 'col_superlative': '8', 'row_superlative': '11', 'value_mentioned': 'no', 'max_or_min': 'max', 'other_col': '1', 'subset': None} | {'func': 'str_eq', 'args': [{'func': 'str_hop', 'args': [{'func': 'argmax', 'args': ['all_rows', 'max altitude ( miles )'], 'result': None, 'ind': 0, 'tostr': 'argmax { all_rows ; max altitude ( miles ) }'}, 'pilot'], 'result': 'joseph a walker', 'ind': 1, 'tostr': 'hop { argmax { all_rows ; max altitude ( miles ) } ; ... | eq { hop { argmax { all_rows ; max altitude ( miles ) } ; pilot } ; joseph a walker } = true | select the row whose max altitude ( miles ) record of all rows is maximum . the pilot record of this row is joseph a walker . | 3 | 3 | {'str_eq_2': 2, 'result_3': 3, 'str_hop_1': 1, 'argmax_0': 0, 'all_rows_4': 4, 'max altitude (miles)_5': 5, 'pilot_6': 6, 'joseph a walker_7': 7} | {'str_eq_2': 'str_eq', 'result_3': 'true', 'str_hop_1': 'str_hop', 'argmax_0': 'argmax', 'all_rows_4': 'all_rows', 'max altitude (miles)_5': 'max altitude ( miles )', 'pilot_6': 'pilot', 'joseph a walker_7': 'joseph a walker'} | {'str_eq_2': [3], 'result_3': [], 'str_hop_1': [2], 'argmax_0': [1], 'all_rows_4': [0], 'max altitude (miles)_5': [0], 'pilot_6': [1], 'joseph a walker_7': [2]} | ['pilot', 'organization', 'total flights', 'usaf space flights', 'fai space flights', 'max mach', 'max speed ( mph )', 'max altitude ( miles )'] | [['michael j adams', 'us air force', '7', '1', '0', '5.59', '3822', '50.3'], ['neil armstrong', 'nasa', '7', '0', '0', '5.74', '3989', '39.2'], ['scott crossfield', 'north american aviation', '14', '0', '0', '2.97', '1959', '15.3'], ['william h dana', 'nasa', '16', '2', '0', '5.53', '3897', '58.1'], ['joseph h engle', ... |
1961 buffalo bills season | https://en.wikipedia.org/wiki/1961_Buffalo_Bills_season | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-14102379-4.html.csv | count | in the 1961 buffalo bills season , when the bills won , there were two times the game was at war memorial stadium . | {'scope': 'subset', 'criterion': 'equal', 'value': 'war memorial stadium', 'result': '2', 'col': '5', 'subset': {'col': '4', 'criterion': 'fuzzily_match', 'value': 'w'}} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_str_eq', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'result', 'w'], 'result': None, 'ind': 0, 'tostr': 'filter_eq { all_rows ; result ; w }', 'tointer': 'select the rows whose result record fuzzily matches to w .'}, 'stadium', 'war memoria... | eq { count { filter_eq { filter_eq { all_rows ; result ; w } ; stadium ; war memorial stadium } } ; 2 } = true | select the rows whose result record fuzzily matches to w . among these rows , select the rows whose stadium record fuzzily matches to war memorial stadium . the number of such rows is 2 . | 4 | 4 | {'eq_3': 3, 'result_4': 4, 'count_2': 2, 'filter_str_eq_1': 1, 'filter_str_eq_0': 0, 'all_rows_5': 5, 'result_6': 6, 'w_7': 7, 'stadium_8': 8, 'war memorial stadium_9': 9, '2_10': 10} | {'eq_3': 'eq', 'result_4': 'true', 'count_2': 'count', 'filter_str_eq_1': 'filter_str_eq', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_5': 'all_rows', 'result_6': 'result', 'w_7': 'w', 'stadium_8': 'stadium', 'war memorial stadium_9': 'war memorial stadium', '2_10': '2'} | {'eq_3': [4], 'result_4': [], 'count_2': [3], 'filter_str_eq_1': [2], 'filter_str_eq_0': [1], 'all_rows_5': [0], 'result_6': [0], 'w_7': [0], 'stadium_8': [1], 'war memorial stadium_9': [1], '2_10': [3]} | ['week', 'date', 'opponent', 'result', 'stadium', 'record', 'attendance'] | [['1', 'september 10 , 1961', 'denver broncos', 'l 22 - 10', 'war memorial stadium', '0 - 1', '16636'], ['2', 'september 17 , 1961', 'new york titans', 'w 41 - 31', 'war memorial stadium', '1 - 1', '15584'], ['3', 'september 23 , 1961', 'boston patriots', 'l 23 - 21', 'war memorial stadium', '1 - 2', '21504'], ['4', 's... |
swimming at the 2000 summer olympics - women 's 200 metre breaststroke | https://en.wikipedia.org/wiki/Swimming_at_the_2000_Summer_Olympics_%E2%80%93_Women%27s_200_metre_breaststroke | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-12382876-4.html.csv | majority | the majority of swimmers in the women 's 200 metre breaststroke at the 2000 summer olympics , came in with a time of 2:31.71 or better . | {'scope': 'all', 'col': '5', 'most_or_all': 'all', 'criterion': 'less_than_eq', 'value': '2:31.71', 'subset': None} | {'func': 'all_less_eq', 'args': ['all_rows', 'time', '2:31.71'], 'result': True, 'ind': 0, 'tointer': 'for the time records of all rows , all of them are less than or equal to 2:31.71 .', 'tostr': 'all_less_eq { all_rows ; time ; 2:31.71 } = true'} | all_less_eq { all_rows ; time ; 2:31.71 } = true | for the time records of all rows , all of them are less than or equal to 2:31.71 . | 1 | 1 | {'all_less_eq_0': 0, 'result_1': 1, 'all_rows_2': 2, 'time_3': 3, '2:31.71_4': 4} | {'all_less_eq_0': 'all_less_eq', 'result_1': 'true', 'all_rows_2': 'all_rows', 'time_3': 'time', '2:31.71_4': '2:31.71'} | {'all_less_eq_0': [1], 'result_1': [], 'all_rows_2': [0], 'time_3': [0], '2:31.71_4': [0]} | ['rank', 'lane', 'name', 'nationality', 'time'] | [['1', '4', 'kristy kowal', 'united states', '2:25.46'], ['2', '6', 'sarah poewe', 'south africa', '2:25.54'], ['3', '7', 'luo xuejuan', 'china', '2:25.86'], ['4', '5', 'karine brãmond', 'france', '2:27.86'], ['5', '3', 'caroline hildreth', 'australia', '2:28.30'], ['6', '2', 'ku hyo - jin', 'south korea', '2:28.50'], ... |
the great british bake off | https://en.wikipedia.org/wiki/The_Great_British_Bake_Off | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-28962227-1.html.csv | count | four runners-up competed in a series that premiered on the 14th of august . | {'scope': 'all', 'criterion': 'fuzzily_match', 'value': '14 august', 'result': '4', 'col': '2', 'subset': None} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'premiere', '14 august'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose premiere record fuzzily matches to 14 august .', 'tostr': 'filter_eq { all_rows ; premiere ; 14 august }'}], 'result': '4', 'ind': 1, 't... | eq { count { filter_eq { all_rows ; premiere ; 14 august } } ; 4 } = true | select the rows whose premiere record fuzzily matches to 14 august . the number of such rows is 4 . | 3 | 3 | {'eq_2': 2, 'result_3': 3, 'count_1': 1, 'filter_str_eq_0': 0, 'all_rows_4': 4, 'premiere_5': 5, '14 august_6': 6, '4_7': 7} | {'eq_2': 'eq', 'result_3': 'true', 'count_1': 'count', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_4': 'all_rows', 'premiere_5': 'premiere', '14 august_6': '14 august', '4_7': '4'} | {'eq_2': [3], 'result_3': [], 'count_1': [2], 'filter_str_eq_0': [1], 'all_rows_4': [0], 'premiere_5': [0], '14 august_6': [0], '4_7': [2]} | ['series', 'premiere', 'finale', 'runners - up', 'winner'] | [['1', '17 august 2010', '21 september 2010', 'miranda gore browne', 'edd kimber'], ['1', '17 august 2010', '21 september 2010', 'ruth clemens', 'edd kimber'], ['2', '14 august 2011', '4 october 2011', 'holly bell', 'joanne wheatley'], ['2', '14 august 2011', '4 october 2011', 'mary - anne boermans', 'joanne wheatley']... |
2005 pga championship | https://en.wikipedia.org/wiki/2005_PGA_Championship | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-12512153-4.html.csv | count | during the 2005 pga championship , with players from the united states , 5 players had scores of over 67 . | {'scope': 'subset', 'criterion': 'greater_than', 'value': '67', 'result': '5', 'col': '4', 'subset': {'col': '3', 'criterion': 'equal', 'value': 'united states'}} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_greater', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'country', 'united states'], 'result': None, 'ind': 0, 'tostr': 'filter_eq { all_rows ; country ; united states }', 'tointer': 'select the rows whose country record fuzzily matches to un... | eq { count { filter_greater { filter_eq { all_rows ; country ; united states } ; score ; 67 } } ; 5 } = true | select the rows whose country record fuzzily matches to united states . among these rows , select the rows whose score record is greater than 67 . the number of such rows is 5 . | 4 | 4 | {'eq_3': 3, 'result_4': 4, 'count_2': 2, 'filter_greater_1': 1, 'filter_str_eq_0': 0, 'all_rows_5': 5, 'country_6': 6, 'united states_7': 7, 'score_8': 8, '67_9': 9, '5_10': 10} | {'eq_3': 'eq', 'result_4': 'true', 'count_2': 'count', 'filter_greater_1': 'filter_greater', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_5': 'all_rows', 'country_6': 'country', 'united states_7': 'united states', 'score_8': 'score', '67_9': '67', '5_10': '5'} | {'eq_3': [4], 'result_4': [], 'count_2': [3], 'filter_greater_1': [2], 'filter_str_eq_0': [1], 'all_rows_5': [0], 'country_6': [0], 'united states_7': [0], 'score_8': [1], '67_9': [1], '5_10': [3]} | ['place', 'player', 'country', 'score', 'to par'] | [['t1', 'stephen ames', 'canada', '67', '- 3'], ['t1', 'stuart appleby', 'australia', '67', '- 3'], ['t1', 'ben curtis', 'united states', '67', '- 3'], ['t1', 'trevor immelman', 'south africa', '67', '- 3'], ['t1', 'phil mickelson', 'united states', '67', '- 3'], ['t1', 'rory sabbatini', 'south africa', '67', '- 3'], [... |
2008 - 09 temple owls men 's basketball team | https://en.wikipedia.org/wiki/2008%E2%80%9309_Temple_Owls_men%27s_basketball_team | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-30054758-5.html.csv | superlative | the most points scored in an owl 's game in the 08-09 season between february 5th and february 26th was 83 . | {'scope': 'all', 'col_superlative': '4', 'row_superlative': '1', 'value_mentioned': 'yes', 'max_or_min': 'max', 'other_col': '2', 'subset': None} | {'func': 'and', 'args': [{'func': 'eq', 'args': [{'func': 'max', 'args': ['all_rows', 'score'], 'result': 'l 83 - 74', 'ind': 0, 'tostr': 'max { all_rows ; score }', 'tointer': 'the maximum score record of all rows is l 83 - 74 .'}, 'l 83 - 74'], 'result': True, 'ind': 1, 'tostr': 'eq { max { all_rows ; score } ; l 83 ... | and { eq { max { all_rows ; score } ; l 83 - 74 } ; eq { hop { argmax { all_rows ; score } ; date } ; february 5 } } = true | the maximum score record of all rows is l 83 - 74 . the date record of the row with superlative score record is february 5 . | 6 | 6 | {'and_5': 5, 'result_6': 6, 'eq_1': 1, 'max_0': 0, 'all_rows_7': 7, 'score_8': 8, 'l 83 - 74_9': 9, 'str_eq_4': 4, 'str_hop_3': 3, 'argmax_2': 2, 'all_rows_10': 10, 'score_11': 11, 'date_12': 12, 'february 5_13': 13} | {'and_5': 'and', 'result_6': 'true', 'eq_1': 'eq', 'max_0': 'max', 'all_rows_7': 'all_rows', 'score_8': 'score', 'l 83 - 74_9': 'l 83 - 74', 'str_eq_4': 'str_eq', 'str_hop_3': 'str_hop', 'argmax_2': 'argmax', 'all_rows_10': 'all_rows', 'score_11': 'score', 'date_12': 'date', 'february 5_13': 'february 5'} | {'and_5': [6], 'result_6': [], 'eq_1': [5], 'max_0': [1], 'all_rows_7': [0], 'score_8': [0], 'l 83 - 74_9': [1], 'str_eq_4': [5], 'str_hop_3': [4], 'argmax_2': [3], 'all_rows_10': [2], 'score_11': [2], 'date_12': [3], 'february 5_13': [4]} | ['game', 'date', 'team', 'score', 'high points', 'high rebounds', 'high assists', 'location attendance', 'record'] | [['21', 'february 5', '9 xavier', 'l 83 - 74', 'olmos - 18', 'allen - 14', 'christmas - 8', 'cintas center , cincinnati , oh ( 10250 )', '12 - 9 ( 4 - 3 )'], ['22', 'february 8', 'rhode island', 'w 68 - 62', 'allen - 23', 'allen - 13', 'inge - 7', 'liacouras center , philadelphia , pa ( 5654 )', '13 - 9 ( 5 - 3 )'], ['... |
stephanie vogt | https://en.wikipedia.org/wiki/Stephanie_Vogt | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-16306899-6.html.csv | unique | the tournament played on 31 october 2010 was the only tournament that stephanie vogt played in egypt . | {'scope': 'all', 'row': '7', 'col': '3', 'col_other': '2', 'criterion': 'equal', 'value': 'egypt', 'subset': None} | {'func': 'and', 'args': [{'func': 'only', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'tournament', 'egypt'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose tournament record fuzzily matches to egypt .', 'tostr': 'filter_eq { all_rows ; tournament ; egypt }'}], 'result': True, 'ind': 1, 'tostr'... | and { only { filter_eq { all_rows ; tournament ; egypt } } ; eq { hop { filter_eq { all_rows ; tournament ; egypt } ; date } ; 31 october 2010 } } = true | select the rows whose tournament record fuzzily matches to egypt . there is only one such row in the table . the date record of this unqiue row is 31 october 2010 . | 6 | 5 | {'and_4': 4, 'result_5': 5, 'only_1': 1, 'filter_str_eq_0': 0, 'all_rows_6': 6, 'tournament_7': 7, 'egypt_8': 8, 'str_eq_3': 3, 'str_hop_2': 2, 'date_9': 9, '31 october 2010_10': 10} | {'and_4': 'and', 'result_5': 'true', 'only_1': 'only', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_6': 'all_rows', 'tournament_7': 'tournament', 'egypt_8': 'egypt', 'str_eq_3': 'str_eq', 'str_hop_2': 'str_hop', 'date_9': 'date', '31 october 2010_10': '31 october 2010'} | {'and_4': [5], 'result_5': [], 'only_1': [4], 'filter_str_eq_0': [1, 2], 'all_rows_6': [0], 'tournament_7': [0], 'egypt_8': [0], 'str_eq_3': [4], 'str_hop_2': [3], 'date_9': [2], '31 october 2010_10': [3]} | ['outcome', 'date', 'tournament', 'surface', 'opponent', 'score'] | [['winner', '24 june 2007', 'davos , switzerland', 'clay', 'jessica moore', '6 - 4 , 4 - 6 , 6 - 3'], ['runner - up', '19 august 2007', 'pesaro , italy', 'clay', 'polona hercog', '2 - 6 , 6 - 2 , 1 - 6'], ['runner - up', '28 october 2007', 'mexico city , mexico', 'hard', 'olivia sanchez', '6 - 2 , 2 - 6 , 2 - 6'], ['ru... |
wtbs - ld | https://en.wikipedia.org/wiki/WTBS-LD | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1097268-1.html.csv | unique | channel 26.1 is the only wtbs-ld to have an aspect of 16:9 . | {'scope': 'all', 'row': '1', 'col': '3', 'col_other': '1', 'criterion': 'equal', 'value': '16:9', 'subset': None} | {'func': 'and', 'args': [{'func': 'only', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'aspect', '16:9'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose aspect record fuzzily matches to 16:9 .', 'tostr': 'filter_eq { all_rows ; aspect ; 16:9 }'}], 'result': True, 'ind': 1, 'tostr': 'only { filte... | and { only { filter_eq { all_rows ; aspect ; 16:9 } } ; eq { hop { filter_eq { all_rows ; aspect ; 16:9 } ; channel } ; 26.1 } } = true | select the rows whose aspect record fuzzily matches to 16:9 . there is only one such row in the table . the channel record of this unqiue row is 26.1 . | 6 | 5 | {'and_4': 4, 'result_5': 5, 'only_1': 1, 'filter_str_eq_0': 0, 'all_rows_6': 6, 'aspect_7': 7, '16:9_8': 8, 'eq_3': 3, 'num_hop_2': 2, 'channel_9': 9, '26.1_10': 10} | {'and_4': 'and', 'result_5': 'true', 'only_1': 'only', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_6': 'all_rows', 'aspect_7': 'aspect', '16:9_8': '16:9', 'eq_3': 'eq', 'num_hop_2': 'num_hop', 'channel_9': 'channel', '26.1_10': '26.1'} | {'and_4': [5], 'result_5': [], 'only_1': [4], 'filter_str_eq_0': [1, 2], 'all_rows_6': [0], 'aspect_7': [0], '16:9_8': [0], 'eq_3': [4], 'num_hop_2': [3], 'channel_9': [2], '26.1_10': [3]} | ['channel', 'video', 'aspect', 'psip short name', 'programming'] | [['26.1', '1080i', '16:9', 'mfox', 'mundofox'], ['26.2', '480i', '4:3', 'lwn', 'live well network'], ['26.4', '480i', '4:3', 'jtv', 'jewelry tv'], ['26.5', '480i', '4:3', 'f24news', 'france 24 blank screen'], ['26.8', '480i', '4:3', 'tuff tv', 'tuff tv']] |
amino acid | https://en.wikipedia.org/wiki/Amino_acid | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1207-4.html.csv | superlative | the highest listed hydropathy index of standard amino acids is 4.5 . | {'scope': 'all', 'col_superlative': '6', 'row_superlative': '2', 'value_mentioned': 'yes', 'max_or_min': 'max', 'other_col': 'n/a', 'subset': None} | {'func': 'eq', 'args': [{'func': 'max', 'args': ['all_rows', 'hydropathy index'], 'result': '4.5', 'ind': 0, 'tostr': 'max { all_rows ; hydropathy index }', 'tointer': 'the maximum hydropathy index record of all rows is 4.5 .'}, '4.5'], 'result': True, 'ind': 1, 'tostr': 'eq { max { all_rows ; hydropathy index } ; 4.5 ... | eq { max { all_rows ; hydropathy index } ; 4.5 } = true | the maximum hydropathy index record of all rows is 4.5 . | 2 | 2 | {'eq_1': 1, 'result_2': 2, 'max_0': 0, 'all_rows_3': 3, 'hydropathy index_4': 4, '4.5_5': 5} | {'eq_1': 'eq', 'result_2': 'true', 'max_0': 'max', 'all_rows_3': 'all_rows', 'hydropathy index_4': 'hydropathy index', '4.5_5': '4.5'} | {'eq_1': [2], 'result_2': [], 'max_0': [1], 'all_rows_3': [0], 'hydropathy index_4': [0], '4.5_5': [1]} | ['amino acid', '3 - letter', '1 - letter', 'side - chain polarity', 'side - chain charge ( ph 7.4 )', 'hydropathy index'] | [['alanine', 'ala', 'a', 'nonpolar', 'neutral', '1.8'], ['arginine', 'arg', 'r', 'basic polar', 'positive', '4.5'], ['asparagine', 'asn', 'n', 'polar', 'neutral', '3.5'], ['aspartic acid', 'asp', 'd', 'acidic polar', 'negative', '3.5'], ['cysteine', 'cys', 'c', 'nonpolar', 'neutral', '2.5'], ['glutamic acid', 'glu', 'e... |
danny sullivan | https://en.wikipedia.org/wiki/Danny_Sullivan | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1226454-1.html.csv | superlative | the best qualifying time that danny sullivan had was a time of 225.496 . | {'scope': 'all', 'col_superlative': '3', 'row_superlative': '12', 'value_mentioned': 'yes', 'max_or_min': 'max', 'other_col': 'n/a', 'subset': None} | {'func': 'eq', 'args': [{'func': 'max', 'args': ['all_rows', 'qual'], 'result': '225.496', 'ind': 0, 'tostr': 'max { all_rows ; qual }', 'tointer': 'the maximum qual record of all rows is 225.496 .'}, '225.496'], 'result': True, 'ind': 1, 'tostr': 'eq { max { all_rows ; qual } ; 225.496 } = true', 'tointer': 'the maxim... | eq { max { all_rows ; qual } ; 225.496 } = true | the maximum qual record of all rows is 225.496 . | 2 | 2 | {'eq_1': 1, 'result_2': 2, 'max_0': 0, 'all_rows_3': 3, 'qual_4': 4, '225.496_5': 5} | {'eq_1': 'eq', 'result_2': 'true', 'max_0': 'max', 'all_rows_3': 'all_rows', 'qual_4': 'qual', '225.496_5': '225.496'} | {'eq_1': [2], 'result_2': [], 'max_0': [1], 'all_rows_3': [0], 'qual_4': [0], '225.496_5': [1]} | ['year', 'start', 'qual', 'rank', 'finish', 'laps'] | [['1982', '13', '196.292', '17', '14', '148'], ['1984', '28', '203.567', '17', '29', '57'], ['1985', '8', '210.298', '8', '1', '200'], ['1986', '2', '215.382', '2', '9', '197'], ['1987', '16', '210.271', '6', '13', '160'], ['1988', '2', '216.214', '2', '23', '101'], ['1989', '26', '216.027', '15', '28', '41'], ['1990',... |
high - temperature superconductivity | https://en.wikipedia.org/wiki/High-temperature_superconductivity | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-101336-1.html.csv | aggregation | the average critical temperature of high - temperature superconductivity compounds is 99.8 degrees kelvin . | {'scope': 'all', 'col': '3', 'type': 'average', 'result': '99.8 degrees', 'subset': None} | {'func': 'round_eq', 'args': [{'func': 'avg', 'args': ['all_rows', 't c ( k )'], 'result': '99.8 degrees', 'ind': 0, 'tostr': 'avg { all_rows ; t c ( k ) }'}, '99.8 degrees'], 'result': True, 'ind': 1, 'tostr': 'round_eq { avg { all_rows ; t c ( k ) } ; 99.8 degrees } = true', 'tointer': 'the average of the t c ( k ) r... | round_eq { avg { all_rows ; t c ( k ) } ; 99.8 degrees } = true | the average of the t c ( k ) record of all rows is 99.8 degrees . | 2 | 2 | {'eq_1': 1, 'result_2': 2, 'avg_0': 0, 'all_rows_3': 3, 't c (k)_4': 4, '99.8 degrees_5': 5} | {'eq_1': 'eq', 'result_2': 'true', 'avg_0': 'avg', 'all_rows_3': 'all_rows', 't c (k)_4': 't c ( k )', '99.8 degrees_5': '99.8 degrees'} | {'eq_1': [2], 'result_2': [], 'avg_0': [1], 'all_rows_3': [0], 't c (k)_4': [0], '99.8 degrees_5': [1]} | ['formula', 'notation', 't c ( k )', 'no of cu - o planes in unit cell', 'crystal structure'] | [['yba 2 cu 3 o 7', '123', '92', '2', 'orthorhombic'], ['bi 2 sr 2 cuo 6', 'bi - 2201', '20', '1', 'tetragonal'], ['bi 2 sr 2 cacu 2 o 8', 'bi - 2212', '85', '2', 'tetragonal'], ['bi 2 sr 2 ca 2 cu 3 o 6', 'bi - 2223', '110', '3', 'tetragonal'], ['tl 2 ba 2 cuo 6', 'tl - 2201', '80', '1', 'tetragonal'], ['tl 2 ba 2 cac... |
list of army wives episodes | https://en.wikipedia.org/wiki/List_of_Army_Wives_episodes | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-11111116-6.html.csv | ordinal | of the episodes of army wives , the one with the second highest number of us viewers was the one titled line of departure . | {'row': '1', 'col': '7', 'order': '2', 'col_other': '3', 'max_or_min': 'max_to_min', 'value_mentioned': 'no', 'scope': 'all', 'subset': None} | {'func': 'str_eq', 'args': [{'func': 'str_hop', 'args': [{'func': 'nth_argmax', 'args': ['all_rows', 'us viewers ( million )', '2'], 'result': None, 'ind': 0, 'tostr': 'nth_argmax { all_rows ; us viewers ( million ) ; 2 }'}, 'title'], 'result': 'line of departure', 'ind': 1, 'tostr': 'hop { nth_argmax { all_rows ; us v... | eq { hop { nth_argmax { all_rows ; us viewers ( million ) ; 2 } ; title } ; line of departure } = true | select the row whose us viewers ( million ) record of all rows is 2nd maximum . the title record of this row is line of departure . | 3 | 3 | {'str_eq_2': 2, 'result_3': 3, 'str_hop_1': 1, 'nth_argmax_0': 0, 'all_rows_4': 4, 'us viewers (million)_5': 5, '2_6': 6, 'title_7': 7, 'line of departure_8': 8} | {'str_eq_2': 'str_eq', 'result_3': 'true', 'str_hop_1': 'str_hop', 'nth_argmax_0': 'nth_argmax', 'all_rows_4': 'all_rows', 'us viewers (million)_5': 'us viewers ( million )', '2_6': '2', 'title_7': 'title', 'line of departure_8': 'line of departure'} | {'str_eq_2': [3], 'result_3': [], 'str_hop_1': [2], 'nth_argmax_0': [1], 'all_rows_4': [0], 'us viewers (million)_5': [0], '2_6': [0], 'title_7': [1], 'line of departure_8': [2]} | ['no in season', 'no in series', 'title', 'directed by', 'written by', 'original air date', 'us viewers ( million )'] | [['1', '69', 'line of departure', 'john t kretchmer', 'debra fordham', 'march 6 , 2011', '4.2'], ['2', '70', 'command presence', 'carl lawrence ludwig', 'karen maser', 'march 13 , 2011', '3.3'], ['3', '71', 'movement to contact', 'john t kretchmer', 'rebecca dameron', 'march 20 , 2011', '3.8'], ['4', '72', 'on behalf o... |
arkansas rimrockers | https://en.wikipedia.org/wiki/Arkansas_RimRockers | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1806054-1.html.csv | unique | 2004-05 was the only season that the arkansas rimrockers played in the aba league . | {'scope': 'all', 'row': '2', 'col': '2', 'col_other': '1', 'criterion': 'equal', 'value': 'aba', 'subset': None} | {'func': 'and', 'args': [{'func': 'only', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'league', 'aba'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose league record fuzzily matches to aba .', 'tostr': 'filter_eq { all_rows ; league ; aba }'}], 'result': True, 'ind': 1, 'tostr': 'only { filter_e... | and { only { filter_eq { all_rows ; league ; aba } } ; eq { hop { filter_eq { all_rows ; league ; aba } ; season } ; 2004 - 05 } } = true | select the rows whose league record fuzzily matches to aba . there is only one such row in the table . the season record of this unqiue row is 2004 - 05 . | 6 | 5 | {'and_4': 4, 'result_5': 5, 'only_1': 1, 'filter_str_eq_0': 0, 'all_rows_6': 6, 'league_7': 7, 'aba_8': 8, 'str_eq_3': 3, 'str_hop_2': 2, 'season_9': 9, '2004 - 05_10': 10} | {'and_4': 'and', 'result_5': 'true', 'only_1': 'only', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_6': 'all_rows', 'league_7': 'league', 'aba_8': 'aba', 'str_eq_3': 'str_eq', 'str_hop_2': 'str_hop', 'season_9': 'season', '2004 - 05_10': '2004 - 05'} | {'and_4': [5], 'result_5': [], 'only_1': [4], 'filter_str_eq_0': [1, 2], 'all_rows_6': [0], 'league_7': [0], 'aba_8': [0], 'str_eq_3': [4], 'str_hop_2': [3], 'season_9': [2], '2004 - 05_10': [3]} | ['season', 'league', 'finish', 'wins', 'losses', 'pct'] | [['arkansas rimrockers', 'arkansas rimrockers', 'arkansas rimrockers', 'arkansas rimrockers', 'arkansas rimrockers', 'arkansas rimrockers'], ['2004 - 05', 'aba', '1st', '28', '5', '848'], ['2005 - 06', 'd - league', '5th', '24', '24', '500'], ['2006 - 07', 'd - league', '6th', '16', '34', '320'], ['regular season', 're... |
1984 washington redskins season | https://en.wikipedia.org/wiki/1984_Washington_Redskins_season | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-15085579-1.html.csv | count | the washington redskins played against the dallas cowboys 2 times during the 1984 season . | {'scope': 'all', 'criterion': 'equal', 'value': 'dallas cowboys', 'result': '2', 'col': '3', 'subset': None} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'opponent', 'dallas cowboys'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose opponent record fuzzily matches to dallas cowboys .', 'tostr': 'filter_eq { all_rows ; opponent ; dallas cowboys }'}], 'result': '2... | eq { count { filter_eq { all_rows ; opponent ; dallas cowboys } } ; 2 } = true | select the rows whose opponent record fuzzily matches to dallas cowboys . the number of such rows is 2 . | 3 | 3 | {'eq_2': 2, 'result_3': 3, 'count_1': 1, 'filter_str_eq_0': 0, 'all_rows_4': 4, 'opponent_5': 5, 'dallas cowboys_6': 6, '2_7': 7} | {'eq_2': 'eq', 'result_3': 'true', 'count_1': 'count', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_4': 'all_rows', 'opponent_5': 'opponent', 'dallas cowboys_6': 'dallas cowboys', '2_7': '2'} | {'eq_2': [3], 'result_3': [], 'count_1': [2], 'filter_str_eq_0': [1], 'all_rows_4': [0], 'opponent_5': [0], 'dallas cowboys_6': [0], '2_7': [2]} | ['week', 'date', 'opponent', 'result', 'attendance'] | [['1', 'september 2 , 1984', 'miami dolphins', 'l , 17 - 35', '52683'], ['2', 'september 10 , 1984', 'san francisco 49ers', 'l , 31 - 37', '59707'], ['3', 'september 16 , 1984', 'new york giants', 'w , 30 - 14', '52997'], ['4', 'september 23 , 1984', 'new england patriots', 'w , 26 - 10', '60503'], ['5', 'september 30 ... |
1981 denver broncos season | https://en.wikipedia.org/wiki/1981_Denver_Broncos_season | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-17972136-1.html.csv | majority | the majority of games during the 1981 denver broncos season were played at mile high stadium . | {'scope': 'all', 'col': '5', 'most_or_all': 'most', 'criterion': 'equal', 'value': 'mile high stadium', 'subset': None} | {'func': 'most_str_eq', 'args': ['all_rows', 'game site', 'mile high stadium'], 'result': True, 'ind': 0, 'tointer': 'for the game site records of all rows , most of them fuzzily match to mile high stadium .', 'tostr': 'most_eq { all_rows ; game site ; mile high stadium } = true'} | most_eq { all_rows ; game site ; mile high stadium } = true | for the game site records of all rows , most of them fuzzily match to mile high stadium . | 1 | 1 | {'most_str_eq_0': 0, 'result_1': 1, 'all_rows_2': 2, 'game site_3': 3, 'mile high stadium_4': 4} | {'most_str_eq_0': 'most_str_eq', 'result_1': 'true', 'all_rows_2': 'all_rows', 'game site_3': 'game site', 'mile high stadium_4': 'mile high stadium'} | {'most_str_eq_0': [1], 'result_1': [], 'all_rows_2': [0], 'game site_3': [0], 'mile high stadium_4': [0]} | ['week', 'date', 'opponent', 'result', 'game site', 'record', 'attendance'] | [['1', 'september 6', 'oakland raiders', 'w 9 - 7', 'mile high stadium', '1 - 0', '74796'], ['2', 'september 13', 'seattle seahawks', 'l 10 - 13', 'kingdome', '1 - 1', '58513'], ['3', 'september 20', 'baltimore colts', 'w 28 - 10', 'mile high stadium', '2 - 1', '74804'], ['4', 'september 27', 'san diego chargers', 'w 4... |
2005 pba draft | https://en.wikipedia.org/wiki/2005_PBA_draft | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-11779131-2.html.csv | count | there are three players who have the united states as their country of origin . | {'scope': 'all', 'criterion': 'equal', 'value': 'united states', 'result': '3', 'col': '3', 'subset': None} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'country of origin', 'united states'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose country of origin record fuzzily matches to united states .', 'tostr': 'filter_eq { all_rows ; country of origin ; united s... | eq { count { filter_eq { all_rows ; country of origin ; united states } } ; 3 } = true | select the rows whose country of origin record fuzzily matches to united states . the number of such rows is 3 . | 3 | 3 | {'eq_2': 2, 'result_3': 3, 'count_1': 1, 'filter_str_eq_0': 0, 'all_rows_4': 4, 'country of origin_5': 5, 'united states_6': 6, '3_7': 7} | {'eq_2': 'eq', 'result_3': 'true', 'count_1': 'count', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_4': 'all_rows', 'country of origin_5': 'country of origin', 'united states_6': 'united states', '3_7': '3'} | {'eq_2': [3], 'result_3': [], 'count_1': [2], 'filter_str_eq_0': [1], 'all_rows_4': [0], 'country of origin_5': [0], 'united states_6': [0], '3_7': [2]} | ['pick', 'player', 'country of origin', 'pba team', 'college'] | [['1', 'jay washington', 'united states', 'air21 express', 'eckerd'], ['2', 'alex cabagnot', 'united states', 'sta lucia realtors', 'hawaii - hilo'], ['3', 'dennis miranda', 'philippines', 'coca - cola tigers', 'feu'], ['4', 'jondan salvador', 'philippines', 'purefoods chunkee giants', 'st benilde'], ['5', 'mark cardon... |
whobegotyou | https://en.wikipedia.org/wiki/Whobegotyou | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-30098144-2.html.csv | superlative | for races that whobegotyou participated in , the longest distance was 2500 meters . | {'scope': 'all', 'col_superlative': '6', 'row_superlative': '6', 'value_mentioned': 'yes', 'max_or_min': 'max', 'other_col': 'n/a', 'subset': None} | {'func': 'eq', 'args': [{'func': 'max', 'args': ['all_rows', 'distance'], 'result': '2500 m', 'ind': 0, 'tostr': 'max { all_rows ; distance }', 'tointer': 'the maximum distance record of all rows is 2500 m .'}, '2500 m'], 'result': True, 'ind': 1, 'tostr': 'eq { max { all_rows ; distance } ; 2500 m } = true', 'tointer'... | eq { max { all_rows ; distance } ; 2500 m } = true | the maximum distance record of all rows is 2500 m . | 2 | 2 | {'eq_1': 1, 'result_2': 2, 'max_0': 0, 'all_rows_3': 3, 'distance_4': 4, '2500 m_5': 5} | {'eq_1': 'eq', 'result_2': 'true', 'max_0': 'max', 'all_rows_3': 'all_rows', 'distance_4': 'distance', '2500 m_5': '2500 m'} | {'eq_1': [2], 'result_2': [], 'max_0': [1], 'all_rows_3': [0], 'distance_4': [0], '2500 m_5': [1]} | ['result', 'date', 'race', 'venue', 'group', 'distance', 'weight ( kg )', 'jockey', 'winner / 2nd'] | [['2nd', '30 aug 2008', 'mcneil stakes', 'caulfield', 'g3', '1200 m', '55', 'm rodd', '1st - sugar babe'], ['7th', '20 sep 2008', 'guineas prelude', 'caulfield', 'g3', '1400 m', '54', 'm rodd', '1st - fernandina'], ['won', '26 sep 2008', 'bill stutt stakes', 'moonee valley', 'g2', '1600 m', '55.5', 'm rodd', '2nd - all... |
1985 tampa bay buccaneers season | https://en.wikipedia.org/wiki/1985_Tampa_Bay_Buccaneers_season | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-11449311-2.html.csv | unique | the game on november 24 , 1985 was the only buccaneers game to go to overtime . | {'scope': 'all', 'row': '13', 'col': '4', 'col_other': '2', 'criterion': 'fuzzily_match', 'value': 'ot', 'subset': None} | {'func': 'and', 'args': [{'func': 'only', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'result', 'ot'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose result record fuzzily matches to ot .', 'tostr': 'filter_eq { all_rows ; result ; ot }'}], 'result': True, 'ind': 1, 'tostr': 'only { filter_eq {... | and { only { filter_eq { all_rows ; result ; ot } } ; eq { hop { filter_eq { all_rows ; result ; ot } ; date } ; november 24 , 1985 } } = true | select the rows whose result record fuzzily matches to ot . there is only one such row in the table . the date record of this unqiue row is november 24 , 1985 . | 6 | 5 | {'and_4': 4, 'result_5': 5, 'only_1': 1, 'filter_str_eq_0': 0, 'all_rows_6': 6, 'result_7': 7, 'ot_8': 8, 'str_eq_3': 3, 'str_hop_2': 2, 'date_9': 9, 'november 24 , 1985_10': 10} | {'and_4': 'and', 'result_5': 'true', 'only_1': 'only', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_6': 'all_rows', 'result_7': 'result', 'ot_8': 'ot', 'str_eq_3': 'str_eq', 'str_hop_2': 'str_hop', 'date_9': 'date', 'november 24 , 1985_10': 'november 24 , 1985'} | {'and_4': [5], 'result_5': [], 'only_1': [4], 'filter_str_eq_0': [1, 2], 'all_rows_6': [0], 'result_7': [0], 'ot_8': [0], 'str_eq_3': [4], 'str_hop_2': [3], 'date_9': [2], 'november 24 , 1985_10': [3]} | ['week', 'date', 'opponent', 'result', 'kickoff', 'game site', 'attendance', 'record'] | [['week', 'date', 'opponent', 'result', 'kickoff', 'game site', 'attendance', 'record'], ['1', 'september 8 , 1985', 'chicago bears', 'l 38 - 28', '1:00', 'soldier field', '57828', '0 - 1'], ['2', 'september 15 , 1985', 'minnesota vikings', 'l 31 - 16', '4:00', 'tampa stadium', '46188', '0 - 2'], ['3', 'september 22 , ... |
eurobasket 1965 | https://en.wikipedia.org/wiki/EuroBasket_1965 | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-13841481-3.html.csv | ordinal | the best team in the eurobasket 1965 tournament had a positive point difference of +176 . | {'scope': 'all', 'row': '1', 'col': '1', 'order': '1', 'col_other': '7', 'max_or_min': 'min_to_max', 'value_mentioned': 'yes', 'subset': None} | {'func': 'and', 'args': [{'func': 'eq', 'args': [{'func': 'nth_min', 'args': ['all_rows', 'pos', '1'], 'result': '1', 'ind': 0, 'tostr': 'nth_min { all_rows ; pos ; 1 }', 'tointer': 'the 1st minimum pos record of all rows is 1 .'}, '1'], 'result': True, 'ind': 1, 'tostr': 'eq { nth_min { all_rows ; pos ; 1 } ; 1 }', 't... | and { eq { nth_min { all_rows ; pos ; 1 } ; 1 } ; eq { hop { nth_argmin { all_rows ; pos ; 1 } ; diff } ; + 176 } } = true | the 1st minimum pos record of all rows is 1 . the diff record of the row with 1st minimum pos record is + 176 . | 6 | 6 | {'and_5': 5, 'result_6': 6, 'eq_1': 1, 'nth_min_0': 0, 'all_rows_7': 7, 'pos_8': 8, '1_9': 9, '1_10': 10, 'str_eq_4': 4, 'str_hop_3': 3, 'nth_argmin_2': 2, 'all_rows_11': 11, 'pos_12': 12, '1_13': 13, 'diff_14': 14, '+ 176_15': 15} | {'and_5': 'and', 'result_6': 'true', 'eq_1': 'eq', 'nth_min_0': 'nth_min', 'all_rows_7': 'all_rows', 'pos_8': 'pos', '1_9': '1', '1_10': '1', 'str_eq_4': 'str_eq', 'str_hop_3': 'str_hop', 'nth_argmin_2': 'nth_argmin', 'all_rows_11': 'all_rows', 'pos_12': 'pos', '1_13': '1', 'diff_14': 'diff', '+ 176_15': '+ 176'} | {'and_5': [6], 'result_6': [], 'eq_1': [5], 'nth_min_0': [1], 'all_rows_7': [0], 'pos_8': [0], '1_9': [0], '1_10': [1], 'str_eq_4': [5], 'str_hop_3': [4], 'nth_argmin_2': [3], 'all_rows_11': [2], 'pos_12': [2], '1_13': [2], 'diff_14': [3], '+ 176_15': [4]} | ['pos', 'matches', 'wins', 'loses', 'results', 'points', 'diff'] | [['1', '7', '7', '0', '546:370', '14', '+ 176'], ['2', '7', '5', '2', '487:466', '10', '+ 21'], ['3', '7', '5', '2', '522:443', '10', '+ 79'], ['4', '7', '4', '3', '395:439', '8', '46'], ['5', '7', '3', '4', '394:458', '6', '64'], ['6', '7', '2', '5', '389:454', '4', '65'], ['7', '7', '2', '5', '477:464', '4', '+ 13'],... |
nassim akrour | https://en.wikipedia.org/wiki/Nassim_Akrour | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1646697-2.html.csv | aggregation | the total points scored in the 2003 matches from both competitors was eight . | {'scope': 'subset', 'col': '3', 'type': 'sum', 'result': '8', 'subset': {'col': '1', 'criterion': 'fuzzily_match', 'value': '2003'}} | {'func': 'round_eq', 'args': [{'func': 'sum', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'date', '2003'], 'result': None, 'ind': 0, 'tostr': 'filter_eq { all_rows ; date ; 2003 }', 'tointer': 'select the rows whose date record fuzzily matches to 2003 .'}, 'score'], 'result': '8', 'ind': 1, 'tostr': 'sum { ... | round_eq { sum { filter_eq { all_rows ; date ; 2003 } ; score } ; 8 } = true | select the rows whose date record fuzzily matches to 2003 . the sum of the score record of these rows is 8 . | 3 | 3 | {'eq_2': 2, 'result_3': 3, 'sum_1': 1, 'filter_str_eq_0': 0, 'all_rows_4': 4, 'date_5': 5, '2003_6': 6, 'score_7': 7, '8_8': 8} | {'eq_2': 'eq', 'result_3': 'true', 'sum_1': 'sum', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_4': 'all_rows', 'date_5': 'date', '2003_6': '2003', 'score_7': 'score', '8_8': '8'} | {'eq_2': [3], 'result_3': [], 'sum_1': [2], 'filter_str_eq_0': [1], 'all_rows_4': [0], 'date_5': [0], '2003_6': [0], 'score_7': [1], '8_8': [2]} | ['date', 'venue', 'score', 'result', 'competition'] | [['january 14 , 2002', 'stade 5 juillet 1962 , algiers , algeria', '3 - 0', '4 - 0', 'friendly match'], ['january 25 , 2002', 'stade 26 mars , bamako , mali', '1 - 1', '2 - 2', '2002 african cup of nations'], ['october 11 , 2002', 'stade 19 mai 1956 , annaba , algeria', '1 - 0', '4 - 1', '2004 african cup of nations ( ... |
premier league of bosnia and herzegovina | https://en.wikipedia.org/wiki/Premier_League_of_Bosnia_and_Herzegovina | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-1474099-1.html.csv | comparative | travnik spent more seasons in premier league a of bosnia and herzegovina than zvijezda did . | {'row_1': '12', 'row_2': '15', 'col': '5', 'col_other': '1', 'relation': 'greater', 'record_mentioned': 'no', 'diff_result': None} | {'func': 'greater', 'args': [{'func': 'num_hop', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'club', 'travnik'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose club record fuzzily matches to travnik .', 'tostr': 'filter_eq { all_rows ; club ; travnik }'}, 'number of seasons in premier league a'... | greater { hop { filter_eq { all_rows ; club ; travnik } ; number of seasons in premier league a } ; hop { filter_eq { all_rows ; club ; zvijezda } ; number of seasons in premier league a } } = true | select the rows whose club record fuzzily matches to travnik . take the number of seasons in premier league a record of this row . select the rows whose club record fuzzily matches to zvijezda . take the number of seasons in premier league a record of this row . the first record is greater than the second record . | 5 | 5 | {'greater_4': 4, 'result_5': 5, 'num_hop_2': 2, 'filter_str_eq_0': 0, 'all_rows_6': 6, 'club_7': 7, 'travnik_8': 8, 'number of seasons in premier league a_9': 9, 'num_hop_3': 3, 'filter_str_eq_1': 1, 'all_rows_10': 10, 'club_11': 11, 'zvijezda_12': 12, 'number of seasons in premier league a_13': 13} | {'greater_4': 'greater', 'result_5': 'true', 'num_hop_2': 'num_hop', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_6': 'all_rows', 'club_7': 'club', 'travnik_8': 'travnik', 'number of seasons in premier league a_9': 'number of seasons in premier league a', 'num_hop_3': 'num_hop', 'filter_str_eq_1': 'filter_str_eq', 'al... | {'greater_4': [5], 'result_5': [], 'num_hop_2': [4], 'filter_str_eq_0': [2], 'all_rows_6': [0], 'club_7': [0], 'travnik_8': [0], 'number of seasons in premier league a_9': [2], 'num_hop_3': [4], 'filter_str_eq_1': [3], 'all_rows_10': [1], 'club_11': [1], 'zvijezda_12': [1], 'number of seasons in premier league a_13': [... | ['club', 'position in 2012 - 13', 'first season in top division', 'number of seasons in top division', 'number of seasons in premier league a', 'first season of current spell in top division', 'top division titles', 'last top division title'] | [['borac b', '003 3rd', '1961 - 62', '23', '9', '2008 - 09', '1', '2010 - 11'], ['čelik b , c', '004 4th', '1966 - 67', '30', '13', '2000 - 01', '3 d', '1996 - 97'], ['gošk ( r )', '015 15th', '2011 - 12', '2', '2', '2011 - 12', '0', 'n / a'], ['gradina ( r )', '016 16th', '2012 - 13', '1', '1', '2012 - 13', '0', 'n / ... |
cycling at the 2008 summer olympics - men 's bmx | https://en.wikipedia.org/wiki/Cycling_at_the_2008_Summer_Olympics_%E2%80%93_Men%27s_BMX | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-18603914-7.html.csv | majority | most of the cyclist finished their second run within 40 seconds . | {'scope': 'all', 'col': '4', 'most_or_all': 'most', 'criterion': 'less_than', 'value': '40', 'subset': None} | {'func': 'most_less', 'args': ['all_rows', '2nd run', '40'], 'result': True, 'ind': 0, 'tointer': 'for the 2nd run records of all rows , most of them are less than 40 .', 'tostr': 'most_less { all_rows ; 2nd run ; 40 } = true'} | most_less { all_rows ; 2nd run ; 40 } = true | for the 2nd run records of all rows , most of them are less than 40 . | 1 | 1 | {'most_less_0': 0, 'result_1': 1, 'all_rows_2': 2, '2nd run_3': 3, '40_4': 4} | {'most_less_0': 'most_less', 'result_1': 'true', 'all_rows_2': 'all_rows', '2nd run_3': '2nd run', '40_4': '40'} | {'most_less_0': [1], 'result_1': [], 'all_rows_2': [0], '2nd run_3': [0], '40_4': [0]} | ['rank', 'name', '1st run', '2nd run', '3rd run', 'total'] | [['1', 'mike day ( usa )', '36.470 ( 1 )', '36.219 ( 1 )', '37.461 ( 3 )', '5'], ['2', 'sifiso nhlapo ( rsa )', '37.197 ( 3 )', '36.597 ( 3 )', '36.457 ( 2 )', '8'], ['3', 'donny robinson ( usa )', '36.832 ( 2 )', '36.462 ( 2 )', '56.249 ( 6 )', '10'], ['4', 'andrés jiménez caicedo ( col )', '37.363 ( 4 )', '36.862 ( 4... |
matthew riddle | https://en.wikipedia.org/wiki/Matthew_Riddle | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-18017829-2.html.csv | count | there are eight matches that started at 5:00 . | {'scope': 'all', 'criterion': 'equal', 'value': '5:00', 'result': '8', 'col': '7', 'subset': None} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'time', '5:00'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose time record fuzzily matches to 5:00 .', 'tostr': 'filter_eq { all_rows ; time ; 5:00 }'}], 'result': '8', 'ind': 1, 'tostr': 'count { filter_eq {... | eq { count { filter_eq { all_rows ; time ; 5:00 } } ; 8 } = true | select the rows whose time record fuzzily matches to 5:00 . the number of such rows is 8 . | 3 | 3 | {'eq_2': 2, 'result_3': 3, 'count_1': 1, 'filter_str_eq_0': 0, 'all_rows_4': 4, 'time_5': 5, '5:00_6': 6, '8_7': 7} | {'eq_2': 'eq', 'result_3': 'true', 'count_1': 'count', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_4': 'all_rows', 'time_5': 'time', '5:00_6': '5:00', '8_7': '8'} | {'eq_2': [3], 'result_3': [], 'count_1': [2], 'filter_str_eq_0': [1], 'all_rows_4': [0], 'time_5': [0], '5:00_6': [0], '8_7': [2]} | ['res', 'record', 'opponent', 'method', 'event', 'round', 'time', 'location'] | [['nc', '7 - 3 ( 2 )', 'che mills', 'no contest', 'ufc on fuel tv : barao vs mcdonald', '3', '5:00', 'london , england'], ['win', '7 - 3 ( 1 )', 'john maguire', 'decision ( unanimous )', 'ufc 154', '3', '5:00', 'montreal , quebec , canada'], ['nc', '6 - 3 ( 1 )', 'chris clements', 'no contest', 'ufc 149', '3', '2:02', ... |
grado labs | https://en.wikipedia.org/wiki/Grado_Labs | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1601027-1.html.csv | aggregation | grado labs average driver - matched db in this chart is 0.07 . | {'scope': 'all', 'col': '3', 'type': 'average', 'result': '0.07', 'subset': None} | {'func': 'round_eq', 'args': [{'func': 'avg', 'args': ['all_rows', 'driver - matched db'], 'result': '0.07', 'ind': 0, 'tostr': 'avg { all_rows ; driver - matched db }'}, '0.07'], 'result': True, 'ind': 1, 'tostr': 'round_eq { avg { all_rows ; driver - matched db } ; 0.07 } = true', 'tointer': 'the average of the drive... | round_eq { avg { all_rows ; driver - matched db } ; 0.07 } = true | the average of the driver - matched db record of all rows is 0.07 . | 2 | 2 | {'eq_1': 1, 'result_2': 2, 'avg_0': 0, 'all_rows_3': 3, 'driver - matched db_4': 4, '0.07_5': 5} | {'eq_1': 'eq', 'result_2': 'true', 'avg_0': 'avg', 'all_rows_3': 'all_rows', 'driver - matched db_4': 'driver - matched db', '0.07_5': '0.07'} | {'eq_1': [2], 'result_2': [], 'avg_0': [1], 'all_rows_3': [0], 'driver - matched db_4': [0], '0.07_5': [1]} | ['headphone model', 'headphone class', 'driver - matched db', 'construction', 'earpads', 'termination', 'us msrp'] | [['igrado', 'prestige', '0.1', 'plastic', 'comfort pads', '1 / 8 ( 3.5 mm ) plug', '49'], ['sr60i', 'prestige', '0.1', 'plastic', 'comfort pads', '1 / 8 ( 3.5 mm ) plug with 1 / 4 adaptor', '79'], ['sr80i', 'prestige', '0.1', 'plastic', 'comfort pads', '1 / 8 ( 3.5 mm ) plug with 1 / 4 adaptor', '99'], ['sr125i', 'pres... |
merlin ( series 2 ) | https://en.wikipedia.org/wiki/Merlin_%28series_2%29 | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-29063233-1.html.csv | majority | the majority of the episodes from merlin ( series 2 ) were seen by more than 6 million uk viewers . | {'scope': 'all', 'col': '7', 'most_or_all': 'most', 'criterion': 'greater_than', 'value': '6.0', 'subset': None} | {'func': 'most_greater', 'args': ['all_rows', 'uk viewers ( million )', '6.0'], 'result': True, 'ind': 0, 'tointer': 'for the uk viewers ( million ) records of all rows , most of them are greater than 6.0 .', 'tostr': 'most_greater { all_rows ; uk viewers ( million ) ; 6.0 } = true'} | most_greater { all_rows ; uk viewers ( million ) ; 6.0 } = true | for the uk viewers ( million ) records of all rows , most of them are greater than 6.0 . | 1 | 1 | {'most_greater_0': 0, 'result_1': 1, 'all_rows_2': 2, 'uk viewers (million)_3': 3, '6.0_4': 4} | {'most_greater_0': 'most_greater', 'result_1': 'true', 'all_rows_2': 'all_rows', 'uk viewers (million)_3': 'uk viewers ( million )', '6.0_4': '6.0'} | {'most_greater_0': [1], 'result_1': [], 'all_rows_2': [0], 'uk viewers (million)_3': [0], '6.0_4': [0]} | ['no overall', 'no for series', 'title', 'directed by', 'written by', 'original air date', 'uk viewers ( million )'] | [['14', '1', 'the curse of cornelius sigan', 'david moore', 'julian jones', '19 september 2009', '5.77'], ['15', '2', 'the once and future queen', 'jeremy webb', 'howard overman', '26 september 2009', '5.94'], ['16', '3', 'the nightmare begins', 'jeremy webb', 'ben vanstone', '3 october 2009', '6.09'], ['17', '4', 'lan... |
tamil nadu dr. m.g.r. medical university | https://en.wikipedia.org/wiki/Tamil_Nadu_Dr._M.G.R._Medical_University | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-11184686-1.html.csv | unique | madras medical college and research institute is the only affiliate college of tamil nadu dr mgr medical university to be established before the year 1900 . | {'scope': 'all', 'row': '2', 'col': '5', 'col_other': '1', 'criterion': 'less_than', 'value': '1900', 'subset': None} | {'func': 'and', 'args': [{'func': 'only', 'args': [{'func': 'filter_less', 'args': ['all_rows', 'estd', '1900'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose estd record is less than 1900 .', 'tostr': 'filter_less { all_rows ; estd ; 1900 }'}], 'result': True, 'ind': 1, 'tostr': 'only { filter_less { all... | and { only { filter_less { all_rows ; estd ; 1900 } } ; eq { hop { filter_less { all_rows ; estd ; 1900 } ; college name } ; madras medical college and research institute } } = true | select the rows whose estd record is less than 1900 . there is only one such row in the table . the college name record of this unqiue row is madras medical college and research institute . | 6 | 5 | {'and_4': 4, 'result_5': 5, 'only_1': 1, 'filter_less_0': 0, 'all_rows_6': 6, 'estd_7': 7, '1900_8': 8, 'str_eq_3': 3, 'str_hop_2': 2, 'college name_9': 9, 'madras medical college and research institute_10': 10} | {'and_4': 'and', 'result_5': 'true', 'only_1': 'only', 'filter_less_0': 'filter_less', 'all_rows_6': 'all_rows', 'estd_7': 'estd', '1900_8': '1900', 'str_eq_3': 'str_eq', 'str_hop_2': 'str_hop', 'college name_9': 'college name', 'madras medical college and research institute_10': 'madras medical college and research in... | {'and_4': [5], 'result_5': [], 'only_1': [4], 'filter_less_0': [1, 2], 'all_rows_6': [0], 'estd_7': [0], '1900_8': [0], 'str_eq_3': [4], 'str_hop_2': [3], 'college name_9': [2], 'madras medical college and research institute_10': [3]} | ['college name', 'location', 'district', 'affiliation', 'estd'] | [['thanjavur medical college', 'thanjavur', 'thanjavur district', 'tamil nadu dr mgr medical university', '1958'], ['madras medical college and research institute', 'park town , chennai', 'chennai district', 'tamil nadu dr mgr medical university', '1835'], ['stanley medical college', 'royapuram , chennai', 'chennai dis... |
hoosier athletic conference | https://en.wikipedia.org/wiki/Hoosier_Athletic_Conference | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-18789626-1.html.csv | superlative | the school in the hoosier athletic conference that had the most people enrolled was twin lakes . | {'scope': 'all', 'col_superlative': '4', 'row_superlative': '6', 'value_mentioned': 'no', 'max_or_min': 'max', 'other_col': '1', 'subset': None} | {'func': 'str_eq', 'args': [{'func': 'str_hop', 'args': [{'func': 'argmax', 'args': ['all_rows', 'enrollment 08 - 09'], 'result': None, 'ind': 0, 'tostr': 'argmax { all_rows ; enrollment 08 - 09 }'}, 'school'], 'result': 'twin lakes', 'ind': 1, 'tostr': 'hop { argmax { all_rows ; enrollment 08 - 09 } ; school }'}, 'twi... | eq { hop { argmax { all_rows ; enrollment 08 - 09 } ; school } ; twin lakes } = true | select the row whose enrollment 08 - 09 record of all rows is maximum . the school record of this row is twin lakes . | 3 | 3 | {'str_eq_2': 2, 'result_3': 3, 'str_hop_1': 1, 'argmax_0': 0, 'all_rows_4': 4, 'enrollment 08 - 09_5': 5, 'school_6': 6, 'twin lakes_7': 7} | {'str_eq_2': 'str_eq', 'result_3': 'true', 'str_hop_1': 'str_hop', 'argmax_0': 'argmax', 'all_rows_4': 'all_rows', 'enrollment 08 - 09_5': 'enrollment 08 - 09', 'school_6': 'school', 'twin lakes_7': 'twin lakes'} | {'str_eq_2': [3], 'result_3': [], 'str_hop_1': [2], 'argmax_0': [1], 'all_rows_4': [0], 'enrollment 08 - 09_5': [0], 'school_6': [1], 'twin lakes_7': [2]} | ['school', 'city', 'team name', 'enrollment 08 - 09', 'ihsaa class', 'ihsaa class football', 'county', 'year joined'] | [['benton central', 'oxford', 'bisons', '612', 'aaa', 'aaa', '04 benton', '1968'], ['delphi community', 'delphi', 'oracles', '515', 'aa', 'aa', '08 carroll', '1998'], ['central catholic', 'lafayette', 'knights', '220', 'a', 'aa', '79 tippecanoe', '2011'], ['rensselaer central', 'rensselaer', 'bombers', '599', 'aaa', 'a... |
list of how it 's made episodes | https://en.wikipedia.org/wiki/List_of_How_It%27s_Made_episodes | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-15187735-14.html.csv | ordinal | according to the list of how it 's made episodes , second earliest episode was coded s07e02 on netflix . | {'scope': 'all', 'row': '2', 'col': '1', 'order': '2', 'col_other': '3', 'max_or_min': 'min_to_max', 'value_mentioned': 'no', 'subset': None} | {'func': 'str_eq', 'args': [{'func': 'str_hop', 'args': [{'func': 'nth_argmin', 'args': ['all_rows', 'series ep', '2'], 'result': None, 'ind': 0, 'tostr': 'nth_argmin { all_rows ; series ep ; 2 }'}, 'netflix'], 'result': 's07e02', 'ind': 1, 'tostr': 'hop { nth_argmin { all_rows ; series ep ; 2 } ; netflix }'}, 's07e02'... | eq { hop { nth_argmin { all_rows ; series ep ; 2 } ; netflix } ; s07e02 } = true | select the row whose series ep record of all rows is 2nd minimum . the netflix record of this row is s07e02 . | 3 | 3 | {'str_eq_2': 2, 'result_3': 3, 'str_hop_1': 1, 'nth_argmin_0': 0, 'all_rows_4': 4, 'series ep_5': 5, '2_6': 6, 'netflix_7': 7, 's07e02_8': 8} | {'str_eq_2': 'str_eq', 'result_3': 'true', 'str_hop_1': 'str_hop', 'nth_argmin_0': 'nth_argmin', 'all_rows_4': 'all_rows', 'series ep_5': 'series ep', '2_6': '2', 'netflix_7': 'netflix', 's07e02_8': 's07e02'} | {'str_eq_2': [3], 'result_3': [], 'str_hop_1': [2], 'nth_argmin_0': [1], 'all_rows_4': [0], 'series ep_5': [0], '2_6': [0], 'netflix_7': [1], 's07e02_8': [2]} | ['series ep', 'episode', 'netflix', 'segment a', 'segment b', 'segment c', 'segment d'] | [['14 - 01', '170', 's07e01', 'mini gp motorcycles', 'fig cookies', 'tool boxes', 'pipe bends'], ['14 - 02', '171', 's07e02', 'western revolver s replica', 'arc trainers', 'used - oil furnaces', 'vegetable peelers and s pizza cutter'], ['14 - 03', '172', 's07e03', 'metal s golf club', 's waffle', 'custom wires and s ca... |
manuela maleeva | https://en.wikipedia.org/wiki/Manuela_Maleeva | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1092361-12.html.csv | count | manuela maleeva played on clay surface 2 times during qf round through the years 1983-1992 of her career . | {'scope': 'subset', 'criterion': 'equal', 'value': 'clay', 'result': '2', 'col': '5', 'subset': {'col': '2', 'criterion': 'equal', 'value': 'qf'}} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_str_eq', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'round', 'qf'], 'result': None, 'ind': 0, 'tostr': 'filter_eq { all_rows ; round ; qf }', 'tointer': 'select the rows whose round record fuzzily matches to qf .'}, 'surface', 'clay'], 're... | eq { count { filter_eq { filter_eq { all_rows ; round ; qf } ; surface ; clay } } ; 2 } = true | select the rows whose round record fuzzily matches to qf . among these rows , select the rows whose surface record fuzzily matches to clay . the number of such rows is 2 . | 4 | 4 | {'eq_3': 3, 'result_4': 4, 'count_2': 2, 'filter_str_eq_1': 1, 'filter_str_eq_0': 0, 'all_rows_5': 5, 'round_6': 6, 'qf_7': 7, 'surface_8': 8, 'clay_9': 9, '2_10': 10} | {'eq_3': 'eq', 'result_4': 'true', 'count_2': 'count', 'filter_str_eq_1': 'filter_str_eq', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_5': 'all_rows', 'round_6': 'round', 'qf_7': 'qf', 'surface_8': 'surface', 'clay_9': 'clay', '2_10': '2'} | {'eq_3': [4], 'result_4': [], 'count_2': [3], 'filter_str_eq_1': [2], 'filter_str_eq_0': [1], 'all_rows_5': [0], 'round_6': [0], 'qf_7': [0], 'surface_8': [1], 'clay_9': [1], '2_10': [3]} | ['edition', 'round', 'date', 'partner', 'surface', 'opponents', 'result'] | [['1983 world group i', 'po', 'july 19 , 1983', 'marina kondova', 'clay', 'angela longo lindsay standen', '6 - 4 , 6 - 2'], ['1983 world group i', 'po', 'july 21 , 1983', 'adriana velcheva', 'clay', 'svetlana cherneva larisa savchenko', '4 - 6 , 3 - 6'], ['1984 world group i', 'r1', 'july 15 , 1984', 'katerina maleeva'... |
jacksonville jaguars draft history | https://en.wikipedia.org/wiki/Jacksonville_Jaguars_draft_history | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-15100419-2.html.csv | count | the jacksonville jaguars drafted four players in the wide receiver position . | {'scope': 'all', 'criterion': 'equal', 'value': 'wide receiver', 'result': '4', 'col': '5', 'subset': None} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'position', 'wide receiver'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose position record fuzzily matches to wide receiver .', 'tostr': 'filter_eq { all_rows ; position ; wide receiver }'}], 'result': '4', ... | eq { count { filter_eq { all_rows ; position ; wide receiver } } ; 4 } = true | select the rows whose position record fuzzily matches to wide receiver . the number of such rows is 4 . | 3 | 3 | {'eq_2': 2, 'result_3': 3, 'count_1': 1, 'filter_str_eq_0': 0, 'all_rows_4': 4, 'position_5': 5, 'wide receiver_6': 6, '4_7': 7} | {'eq_2': 'eq', 'result_3': 'true', 'count_1': 'count', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_4': 'all_rows', 'position_5': 'position', 'wide receiver_6': 'wide receiver', '4_7': '4'} | {'eq_2': [3], 'result_3': [], 'count_1': [2], 'filter_str_eq_0': [1], 'all_rows_4': [0], 'position_5': [0], 'wide receiver_6': [0], '4_7': [2]} | ['round', 'pick', 'overall', 'name', 'position', 'college'] | [['1', '2', '2', 'kevin hardy', 'linebacker', 'illinois'], ['2', '3', '33', 'tony brackens', 'defensive end', 'texas'], ['2', '30', '60', 'michael cheever', 'center', 'georgia tech'], ['3', '2', '63', 'aaron beasley', 'cornerback', 'west virginia'], ['4', '15', '110', 'reggie barlow', 'wide receiver', 'alabama state'],... |
comparison of brainwave entrainment software | https://en.wikipedia.org/wiki/Comparison_of_brainwave_entrainment_software | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-15038373-1.html.csv | majority | the majority of brainwave entrainment software programs have proprietary licenses . | {'scope': 'all', 'col': '5', 'most_or_all': 'most', 'criterion': 'equal', 'value': 'proprietary', 'subset': None} | {'func': 'most_str_eq', 'args': ['all_rows', 'license', 'proprietary'], 'result': True, 'ind': 0, 'tointer': 'for the license records of all rows , most of them fuzzily match to proprietary .', 'tostr': 'most_eq { all_rows ; license ; proprietary } = true'} | most_eq { all_rows ; license ; proprietary } = true | for the license records of all rows , most of them fuzzily match to proprietary . | 1 | 1 | {'most_str_eq_0': 0, 'result_1': 1, 'all_rows_2': 2, 'license_3': 3, 'proprietary_4': 4} | {'most_str_eq_0': 'most_str_eq', 'result_1': 'true', 'all_rows_2': 'all_rows', 'license_3': 'license', 'proprietary_4': 'proprietary'} | {'most_str_eq_0': [1], 'result_1': [], 'all_rows_2': [0], 'license_3': [0], 'proprietary_4': [0]} | ['software', 'version', 'operating systems', 'developer', 'license'] | [['beeone smod / hms', '3.1', 'windows', 'hemi - synths explorers', 'proprietary'], ['brainwave generator', '3.1', 'windows', 'noromaa solutions oy', 'proprietary'], ['gnaural', '1.0.20100707', 'freebsd , linux , mac os x , windows', 'gnaural', 'gpl'], ['brainigniter player', '6.0', 'windows', 'volition', 'proprietary'... |
list of castle episodes | https://en.wikipedia.org/wiki/List_of_Castle_episodes | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-23958944-2.html.csv | aggregation | the show castle had an average of about 9.5 million us viewers from series 1-8 . | {'scope': 'all', 'col': '7', 'type': 'average', 'result': '9.15', 'subset': None} | {'func': 'round_eq', 'args': [{'func': 'avg', 'args': ['all_rows', 'us viewers ( in millions )'], 'result': '9.15', 'ind': 0, 'tostr': 'avg { all_rows ; us viewers ( in millions ) }'}, '9.15'], 'result': True, 'ind': 1, 'tostr': 'round_eq { avg { all_rows ; us viewers ( in millions ) } ; 9.15 } = true', 'tointer': 'the... | round_eq { avg { all_rows ; us viewers ( in millions ) } ; 9.15 } = true | the average of the us viewers ( in millions ) record of all rows is 9.15 . | 2 | 2 | {'eq_1': 1, 'result_2': 2, 'avg_0': 0, 'all_rows_3': 3, 'us viewers (in millions)_4': 4, '9.15_5': 5} | {'eq_1': 'eq', 'result_2': 'true', 'avg_0': 'avg', 'all_rows_3': 'all_rows', 'us viewers (in millions)_4': 'us viewers ( in millions )', '9.15_5': '9.15'} | {'eq_1': [2], 'result_2': [], 'avg_0': [1], 'all_rows_3': [0], 'us viewers (in millions)_4': [0], '9.15_5': [1]} | ['no by series', 'title', 'directed by', 'written by', 'original air date', 'production number', 'us viewers ( in millions )'] | [['1', 'flowers for your grave', 'rob bowman', 'andrew w marlowe', 'march 9 , 2009', '101', '10.76'], ['2', 'nanny mcdead', 'john terlesky', 'barry schindel', 'march 16 , 2009', '103', '10.97'], ['3', 'hedge fund homeboys', 'rob bowman', 'david grae', 'march 23 , 2009', '104', '9.14'], ['4', 'hell hath no fury', 'rob b... |
sat subject tests | https://en.wikipedia.org/wiki/SAT_subject_tests | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1637315-1.html.csv | unique | for the sat subject tests , when the subject is math , the only time there were over 100000 students was when the test was sat subject test in mathematics level 2 . | {'scope': 'subset', 'row': '5', 'col': '5', 'col_other': '1', 'criterion': 'greater_than', 'value': '100000', 'subset': {'col': '1', 'criterion': 'fuzzily_match', 'value': 'math'}} | {'func': 'only', 'args': [{'func': 'filter_greater', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'test', 'math'], 'result': None, 'ind': 0, 'tostr': 'filter_eq { all_rows ; test ; math }', 'tointer': 'select the rows whose test record fuzzily matches to math .'}, 'number of students', '100000'], 'result': N... | only { filter_greater { filter_eq { all_rows ; test ; math } ; number of students ; 100000 } } = true | select the rows whose test record fuzzily matches to math . among these rows , select the rows whose number of students record is greater than 100000 . there is only one such row in the table . | 3 | 3 | {'only_2': 2, 'result_3': 3, 'filter_greater_1': 1, 'filter_str_eq_0': 0, 'all_rows_4': 4, 'test_5': 5, 'math_6': 6, 'number of students_7': 7, '100000_8': 8} | {'only_2': 'only', 'result_3': 'true', 'filter_greater_1': 'filter_greater', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_4': 'all_rows', 'test_5': 'test', 'math_6': 'math', 'number of students_7': 'number of students', '100000_8': '100000'} | {'only_2': [3], 'result_3': [], 'filter_greater_1': [2], 'filter_str_eq_0': [1], 'all_rows_4': [0], 'test_5': [0], 'math_6': [0], 'number of students_7': [1], '100000_8': [1]} | ['test', 'subject', 'mean score', 'standard deviation', 'number of students'] | [['sat subject test in literature', 'literature', '576', '111', '120004'], ['sat subject test in united states history', 'us history', '608', '113', '126681'], ['sat subject test in world history', 'world history', '607', '118', '19688'], ['sat subject test in mathematics level 1', 'mathematics', '610', '100', '82827']... |
list of doctor who audio plays by big finish | https://en.wikipedia.org/wiki/List_of_Doctor_Who_audio_plays_by_Big_Finish | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-1620397-2.html.csv | majority | all of the doctor who audio plays by big finish were about the 6th doctor . | {'scope': 'all', 'col': '5', 'most_or_all': 'all', 'criterion': 'equal', 'value': '6th', 'subset': None} | {'func': 'all_str_eq', 'args': ['all_rows', 'doctor', '6th'], 'result': True, 'ind': 0, 'tointer': 'for the doctor records of all rows , all of them fuzzily match to 6th .', 'tostr': 'all_eq { all_rows ; doctor ; 6th } = true'} | all_eq { all_rows ; doctor ; 6th } = true | for the doctor records of all rows , all of them fuzzily match to 6th . | 1 | 1 | {'all_str_eq_0': 0, 'result_1': 1, 'all_rows_2': 2, 'doctor_3': 3, '6th_4': 4} | {'all_str_eq_0': 'all_str_eq', 'result_1': 'true', 'all_rows_2': 'all_rows', 'doctor_3': 'doctor', '6th_4': '6th'} | {'all_str_eq_0': [1], 'result_1': [], 'all_rows_2': [0], 'doctor_3': [0], '6th_4': [0]} | ['', 'series sorted', 'title', 'author', 'doctor', 'featuring', 'released'] | [['1', '6y / aa', 'the nightmare fair', 'graham williams ( adapted by john ainsworth )', '6th', 'peri , celestial toymaker', 'november 2009'], ['2', '6y / ab', 'mission to magnus', 'philip martin', '6th', 'peri , s ice warrior , sil', 'december 2009'], ['3', '6y / ac', 'leviathan', 'brian finch ( adapted by paul finch ... |
miracle ( celine dion album ) | https://en.wikipedia.org/wiki/Miracle_%28Celine_Dion_album%29 | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-1097545-4.html.csv | majority | the album was released the most in october of 2004 . | {'scope': 'all', 'col': '2', 'most_or_all': 'most', 'criterion': 'fuzzily_match', 'value': 'october', 'subset': None} | {'func': 'most_str_eq', 'args': ['all_rows', 'date', 'october'], 'result': True, 'ind': 0, 'tointer': 'for the date records of all rows , most of them fuzzily match to october .', 'tostr': 'most_eq { all_rows ; date ; october } = true'} | most_eq { all_rows ; date ; october } = true | for the date records of all rows , most of them fuzzily match to october . | 1 | 1 | {'most_str_eq_0': 0, 'result_1': 1, 'all_rows_2': 2, 'date_3': 3, 'october_4': 4} | {'most_str_eq_0': 'most_str_eq', 'result_1': 'true', 'all_rows_2': 'all_rows', 'date_3': 'date', 'october_4': 'october'} | {'most_str_eq_0': [1], 'result_1': [], 'all_rows_2': [0], 'date_3': [0], 'october_4': [0]} | ['region', 'date', 'label', 'format', 'catalog'] | [['europe', 'october 11 , 2004', 'sony bmg , columbia', 'cd', 'col 518748 9'], ['europe', 'october 11 , 2004', 'sony bmg , columbia', 'cd / dvd', 'col 518748 7'], ['united states', 'october 12 , 2004', 'epic', 'cd', '5187482'], ['united states', 'october 12 , 2004', 'epic', 'cd / dvd', '5187487'], ['canada', 'october 1... |
1956 team speedway polish championship | https://en.wikipedia.org/wiki/1956_Team_Speedway_Polish_Championship | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/2-15432872-5.html.csv | unique | in the 1956 team speedway polish championship , for those that have over 10 points , the only one that lost 2 times is stal gorzów wlkp . | {'scope': 'subset', 'row': '2', 'col': '5', 'col_other': '1,3', 'criterion': 'equal', 'value': '2', 'subset': {'col': '3', 'criterion': 'greater_than', 'value': '10'}} | {'func': 'and', 'args': [{'func': 'only', 'args': [{'func': 'filter_eq', 'args': [{'func': 'filter_greater', 'args': ['all_rows', 'points', '10'], 'result': None, 'ind': 0, 'tostr': 'filter_greater { all_rows ; points ; 10 }', 'tointer': 'select the rows whose points record is greater than 10 .'}, 'lost', '2'], 'result... | and { only { filter_eq { filter_greater { all_rows ; points ; 10 } ; lost ; 2 } } ; eq { hop { filter_eq { filter_greater { all_rows ; points ; 10 } ; lost ; 2 } ; team } ; stal gorzów wlkp } } = true | select the rows whose points record is greater than 10 . among these rows , select the rows whose lost record is equal to 2 . there is only one such row in the table . the team record of this unqiue row is stal gorzów wlkp . | 8 | 6 | {'and_5': 5, 'result_6': 6, 'only_2': 2, 'filter_eq_1': 1, 'filter_greater_0': 0, 'all_rows_7': 7, 'points_8': 8, '10_9': 9, 'lost_10': 10, '2_11': 11, 'str_eq_4': 4, 'str_hop_3': 3, 'team_12': 12, 'stal gorzów wlkp_13': 13} | {'and_5': 'and', 'result_6': 'true', 'only_2': 'only', 'filter_eq_1': 'filter_eq', 'filter_greater_0': 'filter_greater', 'all_rows_7': 'all_rows', 'points_8': 'points', '10_9': '10', 'lost_10': 'lost', '2_11': '2', 'str_eq_4': 'str_eq', 'str_hop_3': 'str_hop', 'team_12': 'team', 'stal gorzów wlkp_13': 'stal gorzów wlkp... | {'and_5': [6], 'result_6': [], 'only_2': [5], 'filter_eq_1': [2, 3], 'filter_greater_0': [1], 'all_rows_7': [0], 'points_8': [0], '10_9': [0], 'lost_10': [1], '2_11': [1], 'str_eq_4': [5], 'str_hop_3': [4], 'team_12': [3], 'stal gorzów wlkp_13': [4]} | ['team', 'match', 'points', 'draw', 'lost'] | [['włókniarz częstochowa', '14', '26', '0', '1'], ['stal gorzów wlkp', '14', '23', '1', '2'], ['amk katowice', '14', '15', '1', '6'], ['resovia rzeszów', '14', '14', '0', '7'], ['sparta śrem', '14', '13', '1', '7'], ['gwardia poznań', '14', '12', '0', '8'], ['start gniezno', '14', '7', '1', '10'], ['kolejarz piła', '14... |
main line broadcasting | https://en.wikipedia.org/wiki/Main_Line_Broadcasting | https://raw.githubusercontent.com/wenhuchen/Table-Fact-Checking/master/data/all_csv/1-19131921-1.html.csv | count | four of the main line broadcasting radio stations broadcast with an oldies type format . | {'scope': 'all', 'criterion': 'equal', 'value': 'oldies', 'result': '4', 'col': '6', 'subset': None} | {'func': 'eq', 'args': [{'func': 'count', 'args': [{'func': 'filter_str_eq', 'args': ['all_rows', 'format', 'oldies'], 'result': None, 'ind': 0, 'tointer': 'select the rows whose format record fuzzily matches to oldies .', 'tostr': 'filter_eq { all_rows ; format ; oldies }'}], 'result': '4', 'ind': 1, 'tostr': 'count {... | eq { count { filter_eq { all_rows ; format ; oldies } } ; 4 } = true | select the rows whose format record fuzzily matches to oldies . the number of such rows is 4 . | 3 | 3 | {'eq_2': 2, 'result_3': 3, 'count_1': 1, 'filter_str_eq_0': 0, 'all_rows_4': 4, 'format_5': 5, 'oldies_6': 6, '4_7': 7} | {'eq_2': 'eq', 'result_3': 'true', 'count_1': 'count', 'filter_str_eq_0': 'filter_str_eq', 'all_rows_4': 'all_rows', 'format_5': 'format', 'oldies_6': 'oldies', '4_7': '4'} | {'eq_2': [3], 'result_3': [], 'count_1': [2], 'filter_str_eq_0': [1], 'all_rows_4': [0], 'format_5': [0], 'oldies_6': [0], '4_7': [2]} | ['dma', 'market', 'station', 'frequency', 'branding', 'format'] | [['53', 'louisville , ky', 'wgzb - fm', '96.5', 'b96 .5', 'urban'], ['53', 'louisville , ky', 'wdjx - fm', '99.7', '99.7 djx', 'contemporary hit radio'], ['53', 'louisville , ky', 'wmjm - fm', '101.3', 'magic 101.3', 'urban ac'], ['53', 'louisville , ky', 'wxma - fm', '102.3', '102.3 the max', 'hot ac'], ['53', 'louisv... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.