Pith. sign in

REVIEW 5 major objections 5 minor 66 references

ReflectFact: Self-Reflective Agents for Improving Comprehension and Reasoning in Multi-Hop Fact Verification

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

Pith's one-line read ReflectFact reports state-of-the-art Macro-F1 of 78.51 on HOVER and 83.76 on EX-FEVER by adding self-reflection checks that catch evidence drift and reasoning flaws before they reach the verdict.

desk verdict Solid incremental agent framework for multi-hop fact verification; the genuinely new EDV check is worth attention, but the RRV mechanism's reliability is asserted rather than measured. read the letter →

arxiv 2608.12877 v1 pith:VN4EWT4O submitted 2026-08-13 cs.AI

classification cs.AI
keywords multi-hopfactverificationself-reflectiveagentsevidencegroundingreasoningfact-checkingHOVEREX-FEVERLLM
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

The paper argues that two failure modes—agents losing sight of the global verification goal, and agents silently substituting parametric memory for the supplied evidence—can be caught by adding a reflective verification step after each subtask. It proposes ReflectFact, a pipeline that first constructs an explicit reasoning path by resolving implicit entities, decomposing the claim into sub-questions, and composing the answers into a verdict, then runs two checks. Evidence-Drift Verification asks the model to re-answer from a quoted evidence span whenever its grounded answer coincides with its evidence-free answer, and Reasoning Reflection Verification re-examines each reasoning step and regenerates it if it is judged inconsistent with the global fact-checking objective. A sympathetic reader would care because, if this works, a generic LLM can be made substantially more reliable at multi-hop verification without fine-tuning, simply by using the model as a critic of its own intermediate outputs.

What carries the argument

The central object is the self-reflective verification loop defined by Eq. (1): for each instruction-driven reasoning step, the pair of input and output is presented to the LLM as an object to be checked under an explicit 'this is part of a fact-checking task' framing; a 'consistent' verdict accepts the output, and an 'inconsistent' verdict triggers regeneration. Evidence-Drift Verification is the complementary loop for evidence-comprehension steps, comparing an evidence-grounded answer with an evidence-free answer and forcing the model to quote a verbatim evidence span when the two coincide. Together they convert the LLM from a generator into a verifier of its own intermediate reasoning.

What would settle it

Take a set of multi-hop claims from either dataset, corrupt individual reasoning steps with known bias types such as replacing an entity with a co-referring but inconsistent one or shifting a date or location, and run only the verification prompt of Reasoning Reflection Verification on the corrupted steps; if the verifier accepts a large share of corrupted steps as 'consistent,' the reflection mechanism cannot be what drives the reported gains. Alternatively, ablate the regeneration branch by keeping the verification verdict but discarding the regenerated output; if Macro-F1 does not drop, the mechanism's value lies elsewhere.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central claim is that post-hoc self-reflection at each intermediate step, rather than better retrieval or bigger models, is what unlocks reliable multi-hop fact verification. ReflectFact reports Macro-F1 of 78.51 on HOVER and 83.76 on EX-FEVER, outperforming the strongest of ten baselines by 3.32 and 2.78 points, and the ablation shows that removing Reasoning Reflection Verification costs more than removing Evidence-Drift Verification, especially on four-hop claims. The two checks are designed to counter specific failure patterns: replacing an implicit entity mention with an entity whose date contradicts the claim's description, and answering from parametric knowledge when the evidence disagrees with it.

Load-bearing premise

The load-bearing premise is that the LLM can be trusted to judge whether its own intermediate reasoning step is consistent: any output the verification prompt calls 'consistent' is accepted as-is, and if the model frequently mislabels flawed steps as consistent, the reflection loop would certify errors instead of catching them.

Editorial extensions

If this is right

  • If the reported gains are real, adding the two reflection checks to an existing agent pipeline should improve Macro-F1 without changing the retrieval evidence.
  • The benefit grows with reasoning depth: the four-hop HOVER gap over the strongest agent baseline is 3.79 points, so reflection matters most when errors have more chances to propagate.
  • The framework is model-agnostic; applying it to a smaller open-weight backbone should give consistent gains over that backbone's direct prompting, as shown for a proprietary and an open-weight model.
  • Requiring the model to quote supporting evidence spans when drift is suspected produces explanations that score higher on ROUGE than several dedicated explanation generators, so the check also improves interpretability.

Reading between the lines

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

  • The paper's own error analysis finds that 82.5 percent of remaining errors are factual hallucinations in Semantic Decomposition; since the reflection checks are limited to consistency with the provided evidence, they cannot correct a model's confident fabrication of a fact that is internally coherent, so a natural extension is to add external verification of generated sub-answers.
  • The central assumption that LLMs verify better than they generate is testable in isolation: one could measure the consistency check's precision on deliberately corrupted reasoning steps and use that precision to predict when the framework's gain should vanish.
  • If the equivalence check in Evidence-Drift Verification is the trigger for re-answering, then the framework's benefit depends on the model having a strong parametric prior; models trained to be more faithful to context might see smaller gains.
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

5 major / 5 minor

Summary. The paper proposes ReflectFact, a self-reflective agent framework for multi-hop fact verification. It constructs an explicit reasoning path through implicit entity resolution, semantic decomposition, and integrative logical reasoning, and augments it with two post-verification mechanisms: Evidence-Drift Verification (EDV) and Reasoning Reflection Verification (RRV). EDV flags cases where an evidence-grounded answer matches the model's parametric answer and forces a re-answer with explicit evidence quotation; RRV checks each reasoning step with the same LLM and regenerates the step if it is flagged inconsistent. Experiments on HOVER and EX-FEVER report Macro-F1 gains over ten baselines, with ablations attributing the largest improvement to RRV, cross-backbone generalization tests on GPT-4o-mini and Qwen3-8B, and an interpretability analysis using ROUGE scores. The paper also includes an error analysis categorizing remaining errors.

Significance. If the results are robust, ReflectFact offers a practical, model-agnostic recipe for improving multi-hop fact verification by adding reflective checks on intermediate reasoning. The framework is transparent, the hop-wise reporting is informative, and the cross-backbone experiments support a generality claim. The paper's main contribution is the two verification mechanisms and the demonstration that they improve accuracy. However, the central mechanism (RRV) rests on an unmeasured assumption about LLM self-verification reliability, and the strongest baseline comparison on EX-FEVER is not backbone-controlled. The contribution is promising but not yet fully established at the journal level.

major comments (5)
  1. [Reasoning Reflection Verification, Eq. (1)] The claim that LLMs can reliably verify their own intermediate outputs is load-bearing but unsupported. The paper states 'LLMs exhibit stronger verification than generation capabilities' without citation or measurement, and no verifier precision, recall, or correction-success statistics are reported. The ablation in Table 2 shows that removing RRV hurts, but this does not distinguish reliable verification from a beneficial extra regeneration pass. Please report an evaluation of V(x,o) on a labeled sample of intermediate steps: the rate at which the verifier flags genuinely incorrect steps, the rate at which it flags correct steps, and the fraction of regenerated outputs that become correct after flagging.
  2. [Table 1, EX-FEVER] The claim of outperforming the strongest baseline by 2.78% on EX-FEVER is against ProgramFC (80.98), yet ProgramFC is run with its original backbone (codex and Flan-T5) rather than GPT-4o-mini. The paper's fairness statement only replaces the backbone for agent-based baselines. Since ReflectFact uses GPT-4o-mini, the comparison confounds method with model capacity. Please either re-run ProgramFC with a matched GPT-4o-mini backbone, or report the discrepancy and temper the SOTA claim accordingly.
  3. [Tables 1-2, Figures 3-4] All results are single-run measurements with no variance estimates or significance tests. Given that the claimed gains over the strongest baselines are 3.32 and 2.78 Macro-F1 points, and that LLM-prompting pipelines can be sensitive to prompt ordering and random seeds, the reader cannot assess whether the improvements are robust. Please add multiple runs (at least three) with standard deviations, or bootstrap confidence intervals, and state the number of runs explicitly.
  4. [Error Type Analysis, Figure 4] The analysis on 40 sampled errors reports that 82.5% of remaining errors are 'factual hallucination'. This appears to undercut the central claim that RRV catches and corrects reasoning flaws before they propagate: if verification is effective, one would expect many hallucinations to be flagged at intermediate steps. Please clarify whether these hallucinations occur in the final verdict, passed through RRV as 'consistent', or occur in steps not covered by verification. This is essential for interpreting the mechanism and for assessing the reliability of the verifier.
  5. [Evidence-Drift Verification] The criterion for flagging evidence drift is a≡a_p (grounded answer equals parametric answer). The paper does not report how often EDV triggers, how often the re-answer changes the output, or the precision of this heuristic. Without these measurements, the contribution of EDV is under-specified. Please add a trigger-rate and change-rate analysis, ideally with examples of the drift cases it actually corrects.
minor comments (5)
  1. [Experiments - Datasets] The evaluation uses the validation set of HOVER (4,000 claims) rather than the test set; this should be stated explicitly and justified, since HOVER provides a test set.
  2. [Methodology, Figure 2] Figure 2 shows 'k=1 to K' in the Reasoning Reflection Verification loop, but the paper never defines K or the iteration procedure in the main text. Please specify the budget and the stopping criterion.
  3. [Methodology - Implicit Entity Resolution] The Replace operation mentions 'dynamic sample selection' for demonstrations, but the selection procedure is not described.
  4. [Related Work] The Related Work section contains a duplicated sentence: 'These methods decompose fact verification into subtasks and execute them through agent workflows' appears twice consecutively.
  5. [Reasoning Reflection Verification] A citation is needed for the claim that LLMs are better verifiers than generators; the current text presents a contested assertion as a fact, and related self-verification work (e.g., SelfCheckGPT, CRITIC, Self-Refine) is not cited.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper reports empirical agent-pipeline results on held-out benchmarks, with no fitted parameters, no prediction-by-construction, and no load-bearing self-citation chain.

full rationale

ReflectFact is an empirical pipeline paper rather than a formal derivation. The verification rule in Eq. (1) defines when an agent output is accepted (V(x,o) = 'consistent') or regenerated; it is a control-flow decision, not a fitted estimator, and its effectiveness is judged by Macro-F1 on held-out HOVER validation and EX-FEVER test sets. No parameter is fitted to those labels and then renamed as a prediction, so the fitted-input-called-prediction pattern does not apply. Evidence-Drift Verification defines 'evidence drift' as agreement between the evidence-grounded answer and the parametric-only answer; this is an explicit heuristic, and the paper's final metric measures whether that heuristic helps, rather than assuming the desired conclusion. Reasoning Reflection Verification's premise that 'verification capabilities of LLM typically surpass the generative abilities' is asserted without citation or measurement, which is a genuine fragility and correctness risk, but it is not circular reasoning: the claim is not established by defining the output in terms of the benchmark labels, nor by invoking the authors' own prior results. The ablation study removing EDV and RRV provides honest, independently meaningful comparisons. No self-citation is load-bearing, no uniqueness theorem is imported, and no ansatz is smuggled in via citation. The moderate evaluation-bias concern that the method was designed around observed failure modes on these datasets is a general research-design worry, not a circularity in the ledger sense defined here. Therefore the appropriate circularity score is 0.

Assumptions & free parameters 1 free parameters · 4 assumptions · 0 invented entities

No free parameters are fitted to data in the sense of a model derivation. The only enumerated hand-chosen quantity is the reflection iteration budget K, which is not reported. The paper's claims rest on empirical assumptions about LLM verification behavior and on benchmark preprocessing choices, not on a formal derivation.

free parameters (1)
  • verification iteration budget K = unreported
    Figure 2 depicts k=1 to K but the paper never defines K or a stopping rule; the number of regeneration rounds affects inference cost and may affect Macro-F1, and no sensitivity analysis is provided.
assumptions (4)
  • domain assumption LLMs exhibit stronger verification than generation capabilities
    Core premise of Reasoning Reflection Verification; asserted in the Methodology section with no citation or calibration experiment.
  • domain assumption Agreement between evidence-free and evidence-grounded answers indicates parametric-knowledge drift
    Evidence-Drift Verification flags items when the two answers converge; the paper does not measure how often this heuristic misclassifies correct or incorrect grounding.
  • domain assumption The gold evidence in HOVER and EX-FEVER is complete and sufficient
    Evaluation uses dataset-provided evidence only, so incorrect or incomplete gold evidence would change scores; the paper does not audit evidence quality.
  • domain assumption Removing NEI claims from EX-FEVER yields a valid binary task comparison
    The paper removes NEI to match HOVER's binary labels, but this changes the task and makes scores not directly comparable to published results that include NEI.

how reviews work

0 comments
Cite this review

Pith. "Pith review of ReflectFact: Self-Reflective Agents for Improving Comprehension and Reasoning in Multi-Hop Fact Verification." pith.science (2026). https://pith.science/paper/VN4EWT4O

@misc{pith2026260812877,
  author       = {Pith},
  title        = {Pith review of: ReflectFact: Self-Reflective Agents for Improving Comprehension and Reasoning in Multi-Hop Fact Verification},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/VN4EWT4O}},
  note         = {Machine review of arXiv:2608.12877}
}
read the original abstract

Multi-hop fact verification, which verifies claims by reasoning over multiple pieces of evidence, is critical for combating misinformation on social media yet remains highly challenging. Recent methods primarily rely on multi-agent collaboration to decompose fact verification into specialized subtasks. However, these methods face two critical limitations: (1) agents may perform individual subtasks without sufficient awareness of the global verification objective, causing their reasoning to deviate from the intended direction; and (2) conflicts between parametric knowledge and the provided evidence may undermine evidence-grounded reasoning and lead to incorrect verdicts. To address these challenges, we propose ReflectFact, a novel self-reflective agent framework for multi-hop fact verification. ReflectFact introduces three key tasks. Explicit Reasoning Path Planning builds an evidence-grounded reasoning path by resolving implicit entities, decomposing the claim into sub-questions, and integrating the verified facts into a verdict. Evidence-Drift Verification makes the agent re-answer by quoting the supporting evidence when a grounded answer merely echoes its parametric prior, thereby calibrating evidence deviation to ensure grounded comprehension. Reasoning Reflection Verification re-examines each reasoning step and regenerates it once an inconsistency is detected, correcting reasoning flaws such as location bias and replacement bias through a global task perspective. Subsequently, the agent aggregates validated reasoning chains to yield reliable verdicts. Extensive experiments on HOVER and EX-FEVER demonstrate that ReflectFact effectively remedies the comprehension and reasoning defects of existing methods, achieving state-of-the-art performance and respectively outperforming the strongest baseline by 3.32\% and 2.78\% on the two datasets.

Figures

Figures reproduced from arXiv: 2608.12877 by the authors.

Figure 1
Figure 1. Examples illustrating objective conflicts and knowl [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Overview of ReflectFact. ReflectFact is divided into three tasks. Explicit Reasoning Path Planning builds an evidence-grounded reasoning path by resolving implicit entities, decomposing the claim into sub-questions, and integrating the verified facts into a verdict. Evidence-Drift Verification makes the agent re-answer by quoting the supporting evidence when a grounded answer merely echoes its parametric prior. Reas… view at source ↗
Figure 3
Figure 3. Macro-F1 scores of different LLMs based ReflectFact and baselines on two datasets. [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (1 more)
Figure 4
Figure 4. Figure 4: Error analysis of ReflectFact on 40 samples. [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

66 extracted references · 34 canonical work pages

  1. [1]

    , title =

    Turing, Alan M. , title =. Mind , volume =

  2. [2]

    Nature , volume =

    Learning Representations by Back-Propagating Errors , author =. Nature , volume =

  3. [3]

    Proceedings of the 10th European Conference on Artificial Intelligence (ECAI) , pages =

    Planning as Satisfiability , author =. Proceedings of the 10th European Conference on Artificial Intelligence (ECAI) , pages =

  4. [4]

    Artificial Intelligence , volume =

    Collaborative Plans for Complex Group Action , author =. Artificial Intelligence , volume =

  5. [5]

    The Entropy Formula for the

    Grisha Perelman , howpublished =. The Entropy Formula for the

  6. [6]

    Causality , author =

  7. [7]

    Advances in neural information processing systems , volume=

    Chain-of-thought prompting elicits reasoning in large language models , author=. Advances in neural information processing systems , volume=

  8. [8]

    arXiv preprint arXiv:2011.03088 , year=

    HoVer: A dataset for many-hop fact extraction and claim verification , author=. arXiv preprint arXiv:2011.03088 , year=

Show all 66 references
  1. [9]

    arXiv preprint arXiv:2107.02153 , year=

    FAVIQ: FAct Verification from Information-seeking Questions , author=. arXiv preprint arXiv:2107.02153 , year=

  2. [10]

    arXiv preprint arXiv:1806.07687 , year=

    Automated fact checking: Task formulations, methods and future directions , author=. arXiv preprint arXiv:1806.07687 , year=

  3. [11]

    Proceedings of the 43rd international ACM SIGIR conference on research and development in information retrieval , pages=

    Brenda: Browser extension for fake news detection , author=. Proceedings of the 43rd international ACM SIGIR conference on research and development in information retrieval , pages=

  4. [12]

    arXiv preprint arXiv:2310.09754 , year=

    EX-FEVER: A Dataset for Multi-hop Explainable Fact Verification , author=. arXiv preprint arXiv:2310.09754 , year=

  5. [13]

    arXiv preprint arXiv:2310.14508 , year=

    EXPLAIN, EDIT, GENERATE: Rationale-Sensitive Counterfactual Data Augmentation for Multi-hop Fact Verification , author=. arXiv preprint arXiv:2310.14508 , year=

  6. [14]

    arXiv preprint arXiv:2305.12744 , year=

    Fact-checking complex claims with program-guided reasoning , author=. arXiv preprint arXiv:2305.12744 , year=

  7. [15]

    arXiv preprint arXiv:2310.00305 , year=

    Towards llm-based fact verification on news claims with a hierarchical step-by-step prompting method , author=. arXiv preprint arXiv:2310.00305 , year=

  8. [16]

    arXiv preprint arXiv:2212.10511 , year=

    When not to trust language models: Investigating effectiveness of parametric and non-parametric memories , author=. arXiv preprint arXiv:2212.10511 , year=

  9. [17]

    International conference on machine learning , pages=

    Blip-2: Bootstrapping language-image pre-training with frozen image encoders and large language models , author=. International conference on machine learning , pages=. 2023 , organization=

  10. [18]

    arXiv preprint arXiv:2309.11495 , year=

    Chain-of-verification reduces hallucination in large language models , author=. arXiv preprint arXiv:2309.11495 , year=

  11. [19]

    arXiv preprint arXiv:2309.05922 , year=

    A survey of hallucination in large foundation models , author=. arXiv preprint arXiv:2309.05922 , year=

  12. [20]

    arXiv preprint arXiv:2205.11482 , year=

    Towards tracing factual knowledge in language models back to the training data , author=. arXiv preprint arXiv:2205.11482 , year=

  13. [21]

    Advances in Neural Information Processing Systems , volume=

    Tree of thoughts: Deliberate problem solving with large language models , author=. Advances in Neural Information Processing Systems , volume=

  14. [22]

    arXiv preprint arXiv:2110.08387 , year=

    Generated knowledge prompting for commonsense reasoning , author=. arXiv preprint arXiv:2110.08387 , year=

  15. [23]

    Proceedings of the AAAI Conference on Artificial Intelligence , volume=

    Exploring faithful rationale for multi-hop fact verification via salience-aware graph learning , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=

  16. [24]

    Joint European Conference on Machine Learning and Knowledge Discovery in Databases , pages=

    KESHEM: Knowledge Enabled Short Health Misinformation Detection Framework , author=. Joint European Conference on Machine Learning and Knowledge Discovery in Databases , pages=. 2023 , organization=

  17. [25]

    arXiv preprint arXiv:2305.12692 , year=

    Metaadapt: Domain adaptive few-shot misinformation detection via meta learning , author=. arXiv preprint arXiv:2305.12692 , year=

  18. [26]

    arXiv preprint arXiv:2103.09535 , year=

    Towards few-shot fact-checking via perplexity , author=. arXiv preprint arXiv:2103.09535 , year=

  19. [27]

    arXiv preprint arXiv:2212.05276 , year=

    Natural Logic-guided Autoregressive Multi-hop Document Retrieval for Fact Verification , author=. arXiv preprint arXiv:2212.05276 , year=

  20. [28]

    Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

    Tackling fake news detection by continually improving social context representations using graph neural networks , author=. Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

  21. [29]

    2023 IEEE International Conference on Multimedia and Expo (ICME) , pages=

    Multimodal fake news detection via clip-guided learning , author=. 2023 IEEE International Conference on Multimedia and Expo (ICME) , pages=. 2023 , organization=

  22. [30]

    arXiv preprint arXiv:2109.06480 , year=

    Logic-level evidence retrieval and graph-based verification network for table-based fact verification , author=. arXiv preprint arXiv:2109.06480 , year=

  23. [31]

    FEVER : a Large-scale Dataset for Fact Extraction and VER ification

    Thorne, James and Vlachos, Andreas and Christodoulopoulos, Christos and Mittal, Arpit. FEVER : a Large-scale Dataset for Fact Extraction and VER ification. Proceedings of the 2018 Conference of the North A merican Chapter of the Association for Computational Linguistics: Human...

  24. [32]

    arXiv preprint arXiv:2106.00950 , year=

    A multi-level attention model for evidence-based fact checking , author=. arXiv preprint arXiv:2106.00950 , year=

  25. [33]

    Fine-grained Fact Verification with Kernel Graph Attention Network

    Liu, Zhenghao and Xiong, Chenyan and Sun, Maosong and Liu, Zhiyuan. Fine-grained Fact Verification with Kernel Graph Attention Network. Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics. 2020

  26. [34]

    Online Social Networks and Media , volume=

    Deep active learning for misinformation detection using geometric deep learning , author=. Online Social Networks and Media , volume=. 2023 , publisher=

  27. [35]

    Reasoning Over Semantic-Level Graph for Fact Checking

    Zhong, Wanjun and Xu, Jingjing and Tang, Duyu and Xu, Zenan and Duan, Nan and Zhou, Ming and Wang, Jiahai and Yin, Jian. Reasoning Over Semantic-Level Graph for Fact Checking. Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics. 2020

  28. [36]

    H otpot QA : A Dataset for Diverse, Explainable Multi-hop Question Answering

    Yang, Zhilin and Qi, Peng and Zhang, Saizheng and Bengio, Yoshua and Cohen, William and Salakhutdinov, Ruslan and Manning, Christopher D. H otpot QA : A Dataset for Diverse, Explainable Multi-hop Question Answering. Proceedings of the 2018 Conference on Empirical Methods in Na...

  29. [37]

    Self-prompted Chain-of-Thought on Large Language Models for Open-domain Multi-hop Reasoning

    Wang, Jinyuan and Li, Junlong and Zhao, Hai. Self-prompted Chain-of-Thought on Large Language Models for Open-domain Multi-hop Reasoning. Findings of the Association for Computational Linguistics: EMNLP 2023. 2023

  30. [38]

    Proceedings of the ACM Web Conference 2023 , pages=

    Hierarchy-aware multi-hop question answering over knowledge graphs , author=. Proceedings of the ACM Web Conference 2023 , pages=

  31. [39]

    Measuring and Narrowing the Compositionality Gap in Language Models

    Press, Ofir and Zhang, Muru and Min, Sewon and Schmidt, Ludwig and Smith, Noah and Lewis, Mike. Measuring and Narrowing the Compositionality Gap in Language Models. Findings of the Association for Computational Linguistics: EMNLP 2023. 2023

  32. [40]

    arXiv preprint arXiv:2210.03350 , year=

    Measuring and narrowing the compositionality gap in language models , author=. arXiv preprint arXiv:2210.03350 , year=

  33. [41]

    and Wang, Sinong and Yih, Wen-tau and Ma, Hao and Khabsa, Madian

    Lee, Nayeon and Li, Belinda Z. and Wang, Sinong and Yih, Wen-tau and Ma, Hao and Khabsa, Madian. Language Models as Fact Checkers?. Proceedings of the Third Workshop on Fact Extraction and VERification (FEVER). 2020

  34. [42]

    arXiv preprint arXiv:2010.09926 , year=

    Explainable automated fact-checking for public health claims , author=. arXiv preprint arXiv:2010.09926 , year=

  35. [43]

    arXiv preprint arXiv:2210.11416 , year=

    Scaling instruction-finetuned language models , author=. arXiv preprint arXiv:2210.11416 , year=

  36. [44]

    Advances in neural information processing systems , volume=

    Language models are few-shot learners , author=. Advances in neural information processing systems , volume=

  37. [45]

    2022 , howpublished =

    Alexandrainst , title =. 2022 , howpublished =

  38. [46]

    arXiv preprint arXiv:1810.04805 , year=

    Bert: Pre-training of deep bidirectional transformers for language understanding , author=. arXiv preprint arXiv:1810.04805 , year=

  39. [47]

    Political Analysis , volume=

    Less annotating, more classifying: Addressing the data scarcity issue of supervised machine learning with deep transfer learning and BERT-NLI , author=. Political Analysis , volume=. 2024 , publisher=

  40. [48]

    arXiv preprint arXiv:2311.16452 , year=

    Can generalist foundation models outcompete special-purpose tuning? case study in medicine , author=. arXiv preprint arXiv:2311.16452 , year=

  41. [49]

    Vicuna: An Open-Source Chatbot Impressing GPT-4 with 90\ author =

  42. [50]

    International Conference on Learning Representations , year=

    Answering Complex Open-Domain Questions with Multi-Hop Dense Retrieval , author=. International Conference on Learning Representations , year=

  43. [51]

    Improving Evidence Retrieval for Automated Explainable Fact-Checking

    Samarinas, Chris and Hsu, Wynne and Lee, Mong Li. Improving Evidence Retrieval for Automated Explainable Fact-Checking. Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies: Demonstrations. 2021

  44. [52]

    UKP -Athene: Multi-Sentence Textual Entailment for Claim Verification

    Hanselowski, Andreas and Zhang, Hao and Li, Zile and Sorokin, Daniil and Schiller, Benjamin and Schulz, Claudia and Gurevych, Iryna. UKP -Athene: Multi-Sentence Textual Entailment for Claim Verification. Proceedings of the First Workshop on Fact Extraction and VER ification ( ...

  45. [53]

    Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies,

    FactCG: Enhancing Fact Checkers with Graph-Based Multi-Hop Data , author=. Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies,

  46. [54]

    Neural Information Processing Systems , year=

    Beta Embeddings for Multi-Hop Logical Reasoning in Knowledge Graphs , author=. Neural Information Processing Systems , year=

  47. [55]

    Thirty-Ninth

    Liu, Yuxuan and Sun, Hongda and Guo, Wenya and Xiao, Xinyan and Mao, Cunli and Yu, Zhengtao and Yan, Rui , title =. Thirty-Ninth. 2025 , isbn =

  48. [56]

    Factcheck-Bench: Fine-Grained Evaluation Benchmark for Automatic Fact-checkers

    Wang, Yuxia and Gangi Reddy, Revanth and Mujahid, Zain Muhammad and Arora, Arnav and Rubashevskii, Aleksandr and Geng, Jiahui and Mohammed Afzal, Osama and Pan, Liangming and Borenstein, Nadav and Pillai, Aditya and Augenstein, Isabelle and Gurevych, Iryna and Nakov, Preslav. ...

  49. [57]

    CHECKWHY : Causal Fact Verification via Argument Structure

    Si, Jiasheng and Zhao, Yibo and Zhu, Yingjie and Zhu, Haiyang and Lu, Wenpeng and Zhou, Deyu. CHECKWHY : Causal Fact Verification via Argument Structure. Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). 2024

  50. [58]

    The Eleventh International Conference on Learning Representations , year=

    DeBERTaV3: Improving DeBERTa using ELECTRA-Style Pre-Training with Gradient-Disentangled Embedding Sharing , author=. The Eleventh International Conference on Learning Representations , year=

  51. [59]

    Thirty-Ninth

    Cao, Han and Wei, Lingwei and Zhou, Wei and Hu, Songlin , title =. Thirty-Ninth. 2025 , isbn =

  52. [60]

    Multimodal Fact-Checking with Vision Language Models: A Probing Classifier based Solution with Embedding Strategies

    Cekinel, Recep Firat and Karagoz, Pinar and. Multimodal Fact-Checking with Vision Language Models: A Probing Classifier based Solution with Embedding Strategies. Proceedings of the 31st International Conference on Computational Linguistics. 2025

  53. [61]

    Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers),

    Yingjian Chen and Haoran Liu and Yinhong Liu and Jinxiang Xie and Rui Yang and Han Yuan and Yanran Fu and Peng Yuan Zhou and Qingyu Chen and James Caverlee and Irene Li , title =. Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1...

  54. [62]

    arXiv preprint arXiv:2512.22933 , year=

    Multimodal Fact-Checking: An Agent-based Approach , author=. arXiv preprint arXiv:2512.22933 , year=

  55. [63]

    arXiv preprint arXiv:2606.13262 , year=

    From Verdict to Process: Agentic Reinforcement Learning for Multi-Stage Fact Verification , author=. arXiv preprint arXiv:2606.13262 , year=

  56. [64]

    2024 , eprint=

    GPT-4o System Card , author=. 2024 , eprint=

  57. [65]

    Step-by-step fact verification system for medical claims with explainable reasoning , author=. Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 2: Short Papers) , pages=

  58. [66]

    arXiv preprint arXiv:2505.09388 , year=

    Qwen3 technical report , author=. arXiv preprint arXiv:2505.09388 , year=

Pith tools

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