Pith. sign in

REVIEW 2 major objections 5 minor 28 cited by

TabFact: A Large-scale Dataset for Table-based Fact Verification

T0 review · 2 major / 5 minor · reviewed 2026-08-14 · deepseek-v4-flash

Pith's one-line read TabFact constructs a 118k-statement dataset over 16k Wikipedia tables and shows that table-based fact verification is far from solved: the best neural and programmatic baselines reach about 65 percent accuracy versus 92.1 percent human…

desk verdict Solid, honest dataset paper that deserves peer review; the title-knowledge asymmetry in the human evaluation is a real caveat but not a disqualifier. read the letter →

arxiv 1909.02164 v5 pith:JQAAHPH3 submitted 2019-09-05 cs.CL cs.AI

classification cs.CLcs.AI
keywords table-basedfactverificationWikipediatablesentailmentandrefutationnaturallanguageinferenceprogramsynthesisTable-BERTlatentalgorithmbenchmarkdataset
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

TabFact is presented as a large-scale benchmark for verifying natural-language statements against semi-structured tabular evidence: roughly 118,000 human-written claims about 16,000 Wikipedia tables, each labelled ENTAILED or REFUTED. The paper's central claim is that this task is hard in a specific way—it requires both soft linguistic reasoning (paraphrase and inference) and hard symbolic reasoning (counting, comparison, aggregation)—and that neither a purely neural nor a purely programmatic approach cracks it. The paper substantiates this by reporting that its two baseline systems, Table-BERT and the Latent Program Algorithm, each reach about 65 percent test accuracy, while humans agree with the gold labels 92.1 percent of the time on a held-out subset. It also argues that the benchmark is not gameable by shallow cues, because a BERT classifier trained on statements without the table performs at chance.

What carries the argument

The load-bearing machinery is the pairing of a table and a statement under a binary label, made usable by two concrete components. Table-BERT's key design choice is template-based horizontal linearization—rendering rows as 'row one's outcome is X, the date is Y, ...' sentences—which increases accuracy from 50.4 percent with cell concatenation to 65.1 percent, showing that the model needs a natural-language surface form to reason over the table. LPA's key design choice is typed program search over roughly fifty functions (count, filter, argmax, greater, and so on), with trigger-word pruning to limit the search and a Transformer-based discriminator that ranks candidate programs by consistency with the statement. Behind both sits the annotation pipeline: simple versus complex collection channels and a negative-rewriting strategy that constructs refuted statements by transforming entailed ones rather than by simple negation.

What would settle it

Sample a few hundred TabFact statements, hide the table caption and title, and have fresh annotators label each statement using only the table body; if their labels disagree with the published labels well beyond the roughly 8 percent disagreement among the original annotators, the assumption that labels are table-determined fails.

Watch

Extended reading notes

Core claim

The central discovery is the construction of a reusable, human-annotated benchmark where the evidence is a Wikipedia table and the hypothesis is a natural-language statement. The authors design a two-channel collection pipeline: a simple channel elicits single-row statements, and a complex channel elicits statements involving multiple rows and higher-order operations such as argmax, count, and comparison; entailed statements are then rewritten into refuted statements to avoid shallow linguistic artifacts. On this benchmark, the best Table-BERT variant, which linearizes the table with natural-language templates before fine-tuning BERT, reaches 65.1 percent, and the best LPA variant, which searches for executable programs with a learned discriminator over candidates, reaches 65.0 percent, against 92.1 percent human agreement. The paper interprets this performance gap as evidence that table-based fact verification is an open challenge combining linguistic and symbolic reasoning, and it releases the dataset, code, and about 1,400 human-annotated programs to support further work.

Load-bearing premise

The dataset's validity assumes each label follows from the table alone: annotators saw the Wikipedia title for context but were instructed not to use outside knowledge, so if many statements are only decidable with world knowledge or title context, the evidence-independence guarantee and the reported human-versus-machine gap weaken.

Editorial extensions

If this is right

  • The benchmark establishes a concrete target: any system that verifies claims against Wikipedia tables needs to beat about 65 percent accuracy, and the gap to human agreement quantifies the remaining challenge.
  • Because performance on the simple test split reaches about 79 percent while the complex split stays near 58 percent, future work can use the split to isolate whether gains come from stronger language understanding or stronger symbolic operations.
  • The complementary error patterns of the two models—LPA stronger on counting and superlatives, Table-BERT stronger on trivial and linguistic-inference cases—indicate that a hybrid of neural entailment and programmatic verification is a promising route.
  • The released human-annotated programs offer a supervision signal for semantic parsers or rationale learning, which the binary labels alone cannot provide.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Because many TabFact statements are conjunctive, decomposing them into labelled sub-claims would yield a larger, potentially cleaner training signal for table semantics than the single binary label; this is a natural extension the dataset supports but the paper does not pursue.
  • The 7.9 percent human disagreement on the held-out set means the gold labels themselves carry noise; a soft-label or majority-vote evaluation could give a fairer ceiling for future systems.
  • All statements about a given table share the same evidence context, so a model could in principle memorize table-specific patterns; a per-table evaluation or a table-rotation probe would test whether reported accuracy reflects generalization or such shortcuts.
  • The success of template linearization over raw concatenation suggests that pre-trained language models need grammatical surface form to bring their reasoning to structured inputs; the same design principle likely transfers to other structured evidence such as JSON records or database rows.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 5 minor

Summary. The paper presents TabFact, a new dataset for table-based fact verification: 16,573 Wikipedia tables paired with 118,275 human-written statements labeled ENTAILED or REFUTED. The dataset is collected through a two-channel AMT pipeline (simple vs complex statements), with negative statements produced by rewriting positive ones and a post-hoc filtering stage; inter-annotator agreement is reported as Fleiss κ = 0.75. The authors also introduce two baseline families: Table-BERT, which linearizes tables and fine-tunes BERT for binary entailment, and the Latent Program Algorithm (LPA), which searches for executable programs over the table and ranks them with a learned discriminator. The best variants of both models reach about 65% test accuracy, well below the reported 92.1% human agreement on a 2K subset. Data and code are released.

Significance. If the labels are indeed entailed or refuted with respect to the table alone, TabFact is a substantial and reusable resource that occupies a useful niche between NLI and semantic parsing. The design is careful in several respects: negative statements are generated by rewriting rather than simple negation; the BERT-without-table baseline is near chance, indicating that simple lexical cues do not trivially solve the task; the Fleiss κ of 0.75 is in line with comparable NLP datasets; and the authors release code, data, and a small set of program annotations. The proposed models are reasonable first baselines, and the error analyses in Appendix C are informative. The main caveat, discussed below, concerns whether the labels are actually determinable from the table alone; this is central to interpreting the human-versus-model gap.

major comments (2)
  1. [Section 2.2 / Section 3 / Appendix E / Appendix H] The quality-control criterion iii in Section 2.2 requires that claims be 'explicitly supported or contradicted by the table without requiring the additional knowledge,' but the paper never measures whether the final labels satisfy this property. Appendix E states that 'a great portion of these Wikipedia tables requires background knowledge,' and Appendix H instructs annotators to 'open the table wikipedia link to understand the context of the table,' while Section 3 removes the caption from model input and masks caption-linked phrases. Human re-labelers and the 2K human evaluation had access to the same context, so the 92.1% figure does not establish table-only determinability. If a nontrivial fraction of labels depend on the Wikipedia title or article, the benchmark's labels are not table-alone and the human-model gap is inflated by information asymmetry. Please add a control study in which a held-out sample is re-labeled without title/article context, and report the agreement and label-flip rate; this would resolve the concern directly.
  2. [Section 4, Table 2] The central numerical claim that models reach only about 65% against 92.1% human performance rests on single point estimates. Table 2 reports no confidence intervals or significance tests for the model accuracies, and the human evaluation is reported as a single 92.1% on a 2K subset. Given that several model variants differ by less than a percentage point, the paper should report bootstrap confidence intervals and, if possible, the standard error of the human estimate, so that the human-model gap and the differences among models are quantitatively grounded.
minor comments (5)
  1. [Table 2] The columns 'Test (simple)' and 'Test (complex)' should be explicitly described as subsets of the test split; as presented, a reader could mistake them for additional held-out sets.
  2. [Section 3.1] The phrase 'bread-first-search' should be 'breadth-first-search'.
  3. [Figure 8] The trigger-word list contains typographical and formatting issues (for example, a stray curly quote before 'most'); please clean these up.
  4. [Appendix H] The appendix screenshot includes the typo 'Comparitive' in an accepted example; it should be 'Comparative'.
  5. [Algorithm 1] The cache-emptiness condition 'N =S =B =∅' is confusing because N, R, B, and V are sets; please define explicitly that a program is valid only when all numeric, string, and boolean caches are empty after execution.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: TabFact is a human-annotated benchmark whose labels are external ground truth; model results are standard held-out evaluations.

full rationale

The paper's central product is a dataset of 118k human-annotated ENTAILED/REFUTED statements paired with Wikipedia tables; these labels are collected from annotators and filtered by quality control, not derived from the models or from any quantity that the models then predict. The two proposed systems (Table-BERT and LPA) are trained on the training split and evaluated on held-out validation/test splits (Table 2), so their accuracies are empirical measurements rather than fitted quantities renamed as predictions. The 92.1% human agreement is obtained by re-labeling a 2K-sample subset and majority voting, which is an external human estimate, not a function of model outputs. No uniqueness theorem, normalization, or rescaling is imported from the authors' prior work to force the result; citations to prior table QA work (Pasupat & Liang 2015; Zhong et al. 2017) are used only for table extraction and annotation design. The reviewer-identified concern that annotators were given Wikipedia titles and permitted to open the table's Wikipedia link (Appendix H) while the models get tables with captions removed (Section 3) is a legitimate construct-validity or information-asymmetry issue about whether all labels are determinable from the table alone, but it is not a circularity: the labels are not constructed from the models' predictions, and no equation in the paper reduces an output to an input. The BERT-without-table baseline at about 50% accuracy further shows the label distribution is not trivially recoverable from surface cues. Therefore the derivation chain is self-contained with respect to circularity, and the score is 0.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

No free parameters or invented entities are part of the central dataset claim. The benchmark does rest on assumptions about annotation quality, table self-containedness, and the effectiveness of artifact control; these are stated in the paper but remain empirical commitments that a re-annotation study could test.

assumptions (3)
  • domain assumption The table content plus the masked Wikipedia title is sufficient evidence to decide each statement; no external background is needed.
    Section 2.2 criterion (iii) requires statements to be explicitly supported or contradicted by the table without additional knowledge; if many tables need implicit world knowledge, some labels may rest on annotator background rather than the table.
  • domain assumption The human annotations obtained through the AMT pipeline are reliable enough to serve as gold labels.
    The paper relies on Fleiss kappa 0.75 and post-filtering; kappa below 1 means label noise exists, but the benchmark treats labels as ground truth.
  • domain assumption The negative rewriting strategy removes shallow surface cues, so accuracy gaps reflect reasoning difficulty.
    Section 2.1 and preliminary evaluation: BERT without the table reaches 50.5 percent, suggesting no obvious length or word-preference bias; this is evidence, not a guarantee.

how reviews work

0 comments
Cite this review

Pith. "Pith review of TabFact: A Large-scale Dataset for Table-based Fact Verification." pith.science (2026). https://pith.science/paper/JQAAHPH3

@misc{pith2026190902164,
  author       = {Pith},
  title        = {Pith review of: TabFact: A Large-scale Dataset for Table-based Fact Verification},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/JQAAHPH3}},
  note         = {Machine review of arXiv:1909.02164}
}
read the original abstract

The problem of verifying whether a textual hypothesis holds based on the given evidence, also known as fact verification, plays an important role in the study of natural language understanding and semantic representation. However, existing studies are mainly restricted to dealing with unstructured evidence (e.g., natural language sentences and documents, news, etc), while verification under structured evidence, such as tables, graphs, and databases, remains under-explored. This paper specifically aims to study the fact verification given semi-structured data as evidence. To this end, we construct a large-scale dataset called TabFact with 16k Wikipedia tables as the evidence for 118k human-annotated natural language statements, which are labeled as either ENTAILED or REFUTED. TabFact is challenging since it involves both soft linguistic reasoning and hard symbolic reasoning. To address these reasoning challenges, we design two different models: Table-BERT and Latent Program Algorithm (LPA). Table-BERT leverages the state-of-the-art pre-trained language model to encode the linearized tables and statements into continuous vectors for verification. LPA parses statements into programs and executes them against the tables to obtain the returned binary value for verification. Both methods achieve similar accuracy but still lag far behind human performance. We also perform a comprehensive analysis to demonstrate great future opportunities. The data and code of the dataset are provided in \url{https://github.com/wenhuchen/Table-Fact-Checking}.

Figures

Figures reproduced from arXiv: 1909.02164 by the authors.

Figure 1
Figure 1. Examples from the TABFACT dataset. The top table contains the semi-structured knowl￾edge facts with caption ”United...”. The left and right boxes below provide several entailed and refuted statements. The error parts are highlighted with red font. database systems, dialog systems, commercial management systems, social networks, etc, we argue that the fact verification under structured evidence forms is an equivalent… view at source ↗
Figure 2
Figure 2. Proportion of different higher-order operations from the simple/complex channels. [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. The program synthesis procedure for the table in Figure 1. We link the entity (e.g. [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (12 more)
Figure 4
Figure 4. Figure 4: The diagram of Table-BERT with horizontal scan, two different linearizations are depicted. [PITH_FULL_IMAGE:figures/full_fig_p006_4.png]
Figure 5
Figure 5. Figure 5: The two uniqueness of Table-based fact verification against standard QA problems. [PITH_FULL_IMAGE:figures/full_fig_p009_5.png]
Figure 6
Figure 6. Figure 6: The function definition used in TabFact. [PITH_FULL_IMAGE:figures/full_fig_p014_6.png]
Figure 7
Figure 7. Figure 7: The visualization of different functions. [PITH_FULL_IMAGE:figures/full_fig_p014_7.png]
Figure 8
Figure 8. Figure 8: The trigger words used to shrink the search space. [PITH_FULL_IMAGE:figures/full_fig_p015_8.png]
Figure 9
Figure 9. Figure 9: The error case of symbolic reasoning model [PITH_FULL_IMAGE:figures/full_fig_p016_9.png]
Figure 10
Figure 10. Figure 10: The error case of BERT NLI model Statistics Here we pick 200 samples from the validation set which only involve single semantic and divide them into different categories. We denote the above-mentioned cases as ”linguistic in￾ference”, and the sentences which only desc…
Figure 11
Figure 11. Figure 11: The error analysis of two different models [PITH_FULL_IMAGE:figures/full_fig_p017_11.png]
Figure 12
Figure 12. Figure 12: The histogram of reasoning steps required to verify the claims [PITH_FULL_IMAGE:figures/full_fig_p017_12.png]
Figure 13
Figure 13. Figure 13: Comparison of worker annotation w/ and w/o Wikipedia title as context [PITH_FULL_IMAGE:figures/full_fig_p018_13.png]
Figure 14
Figure 14. Figure 14: Entity Linking System. G THE PROGRAM CANDIDATES Here we demonstrate some program candidates in [PITH_FULL_IMAGE:figures/full_fig_p018_14.png]
Figure 15
Figure 15. Figure 15: We demonstrate the top program candidates and use the discriminator to rank them. [PITH_FULL_IMAGE:figures/full_fig_p019_15.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 28 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. OpenAlex reports about 182 citations worldwide. Full citation record

  1. CITBench: A Comprehensive Benchmark for Interactive Tabular Data Processing with LLMs

    cs.DB 2026-06 conditional novelty 7.0 of 10

    CITBench is a new benchmark for LLM table processing with 1,296 tasks, showing that model accuracy falls sharply under multi-turn interaction noise and complex dependencies.

  2. ClimateViz: A Benchmark for Statistical Reasoning and Fact Verification on Scientific Charts

    cs.CL 2025-06 conditional novelty 7.0 of 10

    A large-scale benchmark shows that leading multimodal language models still underperform expert humans at verifying climate claims from scientific charts.

  3. When AI Co-Scientists Fail: SPOT-a Benchmark for Automated Verification of Scientific Research

    cs.CL 2025-05 conditional novelty 7.0 of 10

    SPOT shows that state-of-the-art AI models detect fewer than one in five known errors in full scientific papers, with precision below 7%.

  4. Do Large Language Model Benchmarks Test Reliability?

    cs.LG 2025-02 conditional novelty 7.0 of 10

    After removing label errors from fifteen standard benchmarks, frontier LLMs still fail simple tasks, so current benchmarks measure capability but not reliability.

  5. V-FiLLM: Verified Financial LLM Reasoning Benchmark

    cs.AI 2026-08 conditional novelty 6.0 of 10

    A deterministic pipeline generates financial tabular QA benchmarks with answers correct by construction and controllable difficulty.

  6. Fact-Check Your Information (FYI): A Design Probe to Understand How People Actually Fact-Check Data-Driven Articles

    cs.HC 2026-08 conditional novelty 6.0 of 10

    In an exploratory study, fact-checkers using the FYI browser extension adopted AI-first, manual-first, and parallel workflows, using visualizations to audit AI verdicts.

  7. SVR-R1: Bootstrapping Multi-modal Reasoning with Self-verification in Reinforcement Learning

    cs.AI 2026-07 conditional novelty 6.0 of 10

    Integrating binary self-verification into multi-turn GRPO rollouts raises VLM multimodal reasoning accuracy over matched GRPO baselines while the model learns to need fewer rethinks.

  8. Proof-Carrying Numbers (PCN): A Protocol for Trustworthy Numeric Answers from LLMs via Claim Verification

    cs.CL 2025-09 conditional novelty 6.0 of 10

    Proof-Carrying Numbers binds each displayed LLM number to a structured claim and only marks it verified after a policy-based mechanical check, leaving all other numbers unverified.

  9. AraTable: Benchmarking LLMs' Reasoning and Understanding of Arabic Tabular Data

    cs.CL 2025-07 conditional novelty 6.0 of 10

    AraTable is the first Arabic tabular QA benchmark; its experiments show LLMs are much weaker at reasoning over Arabic tables than at direct lookup.

  10. MDBench: A Synthetic Multi-Document Reasoning Benchmark Generated with Knowledge Guidance

    cs.CL 2025-06 conditional novelty 6.0 of 10

    MDBench is a synthetically generated, knowledge-guided benchmark for multi-document QA on which frontier LLMs achieve only about 60% exact match.

  11. GeoGrid-Bench: Can Foundation Models Understand Multimodal Gridded Geo-Spatial Data?

    cs.CL 2025-05 conditional novelty 6.0 of 10

    GeoGrid-Bench evaluates 11 foundation models on 3,200 expert-curated questions about gridded climate data across 16 variables, finding vision-language models strongest and code generation weakest.

  12. Griffin: Towards a Graph-Centric Relational Database Foundation Model

    cs.LG 2025-05 conditional novelty 6.0 of 10

    A single pretrained graph model for relational databases, Griffin unifies encoders and decoders and reports the best average rank across 24 tasks in its evaluation.

  13. What Really Matters for Table LLMs? A Meta-Evaluation of Model and Data Effects

    cs.CL 2025-01 conditional novelty 6.0 of 10

    By independently varying base models and training data across 12 models, this study shows that base model choice influences out-of-domain table task performance more than the instruction-tuning dataset does.

  14. Does Table Source Matter? Benchmarking and Improving Multimodal Scientific Table Understanding and Reasoning

    cs.CL 2025-01 conditional novelty 6.0 of 10

    MMSci, a new scientific table benchmark and training set, shows that 52K domain-specific table images outperform 150K general-domain images for multimodal numerical reasoning.

  15. ReFocus: Visual Editing as a Chain of Thought for Structured Image Understanding

    cs.CV 2025-01 conditional novelty 6.0 of 10

    Visual editing of input images as a chain of thought improves multimodal LLM accuracy on structured image tasks by 3 to 12 points.

  16. V2PE: Improving Multimodal Long-Context Capability of Vision-Language Models with Variable Visual Position Encoding

    cs.CV 2024-12 conditional novelty 6.0 of 10

    V2PE assigns visual tokens smaller and variable positional increments than text tokens, which allows a 2B vision-language model to effectively process multimodal sequences up to 1M tokens.

  17. AutoDCWorkflow: LLM-based Data Cleaning Workflow Auto-Generation and Benchmark

    cs.DB 2024-12 conditional novelty 6.0 of 10

    AutoDCWorkflow uses an iterative LLM agent loop to generate purpose-driven OpenRefine cleaning workflows, and a new 142-purpose benchmark shows it outperforms direct prompting on the authors' synthetic dirty tables.

  18. LLaSA: Large Language and Structured Data Assistant

    cs.CL 2024-11 conditional novelty 6.0 of 10

    A single hypergraph encoder and G-Former, pretrained on 25 million tables, can be appended to different LLMs to improve their performance on table, knowledge graph, and database structured knowledge grounding tasks.

  19. TableMind: An Autonomous Programmatic Agent for Tool-Augmented Table Reasoning

    cs.AI 2025-09 conditional novelty 5.0 of 10

    TableMind, a two-stage SFT-plus-RL agent trained on an 8B model, reports state-of-the-art results on three table reasoning benchmarks.

  20. CF-RAG: A Dataset and Method for Carbon Footprint QA Using Retrieval-Augmented Generation

    cs.CL 2025-08 conditional novelty 5.0 of 10

    A fine-tuned Llama 3 model with a trained document critic and program-based reasoning beats GPT-4o and other baselines on a new carbon footprint QA benchmark.

  21. ExpliCIT-QA: Explainable Code-Based Image Table Question Answering

    cs.CL 2025-07 conditional novelty 5.0 of 10

    ExpliCIT-QA turns table-image question answering into a traceable sequence of table extraction, natural-language reasoning, code generation, execution, and explanation.

  22. Multimodal Tabular Reasoning with Privileged Structured Information

    cs.LG 2025-06 conditional novelty 5.0 of 10

    An 8B multimodal LLM trained on 9k reasoning traces distilled from structured tables reaches state-of-the-art open-source accuracy on table-image question answering and fact verification.

  23. Flash-VL 2B: Optimizing Vision-Language Model Performance for Ultra-Low Latency and High Throughput

    cs.CV 2025-05 conditional novelty 5.0 of 10

    Flash-VL 2B is a 2-billion-parameter vision-language model with higher measured throughput than similar 2B models and slightly better average benchmark scores, thanks to a new image-tiling method.

  24. Sparks of Tabular Reasoning via Text2SQL Reinforcement Learning

    cs.CL 2025-04 reject novelty 5.0 of 10

    Training LLMs on Text-to-SQL with chain-of-thought supervision and GRPO reinforcement learning is reported to improve zero-shot accuracy on tabular question answering, though the gains are measured by an LLM judge rat...

  25. Rethinking Table Instruction Tuning

    cs.CL 2025-01 conditional novelty 5.0 of 10

    A systematic hyperparameter study of table instruction tuning finds that small learning rates and 2,600 examples suffice, yielding TAMA, an 8B model competitive with GPT-3.5/GPT-4 on table benchmarks while keeping gen...

  26. MRT at IberLEF-2025 PRESTA Task: Maximizing Recovery from Tables with Multiple Steps

    cs.CL 2025-07 conditional novelty 4.0 of 10

    MRT, an LLM code-generation pipeline for Spanish table QA, achieves 85% accuracy on the IberLEF 2025 PRESTA test set.

  27. MRT at SemEval-2025 Task 8: Maximizing Recovery from Tables with Multiple Steps

    cs.CL 2025-05 conditional novelty 4.0 of 10

    A code-generation pipeline with step-by-step instructions and error recovery scores 70.50% on the SemEval-2025 table question-answering task.

  28. LLM Inference Enhanced by External Knowledge: A Survey

    cs.CL 2025-05 conditional novelty 2.0 of 10

    A survey of methods that enhance LLM inference by integrating external structured knowledge from tables and knowledge graphs.

Reference graph

Works this paper leans on

19 extracted references · 19 canonical work pages · cited by 28 Pith papers

  1. [1]

    the averaged age of all

    Aggregation: the aggregation operation refers to sentences like “the averaged age of all ....”, “the total amount of scores obtained in ...”, etc

  2. [2]

    xxx did not get the best score

    Negation: the negation operation refers to sentences like “xxx did not get the best score”, “xxx has never obtained a score higher than 5”

  3. [3]

    xxx achieves the highest score in

    Superlative: the superlative operation refers to sentences like “xxx achieves the highest score in”, “xxx is the lowest player in the team”

  4. [4]

    xxx has a higher score than yyy

    Comparative: the comparative operation refers to sentences like “xxx has a higher score than yyy”

  5. [5]

    the first country to achieve xxx is xxx

    Ordinal: the ordinal operation refers to sentences like “the first country to achieve xxx is xxx”, “xxx is the second oldest person in the country”

  6. [6]

    there are 5 different nations in the tournament,

    Unique: the unique operation refers to sentences like “there are 5 different nations in the tournament, ”, “there are no two different players from U.S”

  7. [7]

    all of the trains are departing in the morning

    All: the for all operation refers to sentences like “all of the trains are departing in the morning”, “none of the people are older than 25.”

  8. [9]

    The Island

    In the TV series "The Island", Derrick Kosinski is a male character. (Easy! You can simply look into first row to produce this sentence.)

Show all 19 references
  1. [10]

    Derrick Kosinski has the placing of winner in the TV series

  2. [12]

    Non-Trivial

    Jenn Grijalva is Runner-Up of the challenge. Accepted ("Non-Trivial") examples: (Superlative): In the TV series "The Island", Evelyn Smith is the highest ranked female. (Comparitive): In the TV series "The Island", Jenn Grijalva appears later than Colie Edison in the series. (...

  3. [13]

    In the rank, it has 0 play - off

  4. [14]

    Non-Trivial

    When member association is india, the points is 106.4. Accepted ("Non-Trivial") examples: (Negation): iran is one of the two countries getting into the 4th stage. (Average): uae and qatar have an average of 1 play - off during the champion league. (Algorithmic): saudi arabia ac...

  5. [15]

    Contradictory: it should still be a fluent and coherent, but it needs be explicitly contrdictory to the facts in the table

  6. [16]

    Do not simply add NOT to revert the sentence meaning

  7. [17]

    Do not write neutral or non-verifiable sentences, you need to confirm it in the table

  8. [18]

    bad", "good

    The fake statement needs to be clear, explicit and natural, do not use vague or ambiguous words like "bad", "good", "many", etc

  9. [20]

    Do not count small errors like tense, singular/plural, case errors

    critical grammar error like missing verbs, nouns, etc. Do not count small errors like tense, singular/plural, case errors

  10. [21]

    serious typo, misspelling

  11. [22]

    the described fact is contradictory to the table. You can use the highlight button to help you find the mentions in the table, you can use either upper or lower case, not important 11/8/2019 HIT https://s3.amazonaws.com/mturk_bulk/hits/391922557/v_5b2TrRmw9TnD5hSI_CnA.html 3/3 ...

Pith tools

Reviewed August 14, 2026 · model on record in the stance chip above.