Chain-of-Table is a TableQA method that breaks down the question-answering process into a series of intermediate tables. Each step in the chain represents a specific operation on the table, leading to the final answer.
Statement to verify: "The Wildcats kept the opposing team scoreless in 4 games."
This step selects specific rows from the original table.
This step narrows down the table to only include the 'game', 'wildcats points', and 'opponents' columns.
The table is then sorted based on the 'opponents' column, which puts the scoreless games (0 points) at the top.
This step just inputs the Statement and the final simplified table to the model to ask for the verification.