paper-with-me

Papers

LOREN: Logic-Regularized Reasoning for Interpretable Fact Verification

2020-12-25 · Jiangjie Chen, Qiaoben Bao, Changzhi Sun, Xinbo Zhang, Jiaze Chen, Hao Zhou, Yanghua Xiao, Lei LI

Given a natural language statement, how to verify its veracity against a large-scale textual knowledge source like Wikipedia? Most existing neural models make predictions without giving clues about which part of a false claim goes wrong. In this paper, we propose LOREN, an approach for interpretable fact verification. We decompose the verification of the whole claim at phrase-level, where the veracity of the phrases serves as explanations and can be aggregated into the final verdict according to logical rules. The key insight of LOREN is to represent claim phrase veracity as three-valued latent variables, which are regularized by aggregation logical rules. The final claim verification is based on all latent variables. Thus, LOREN enjoys the additional benefit of interpretability -- it is easy to explain how it reaches certain results with claim phrase veracity. Experiments on a public fact verification benchmark show that LOREN is competitive against previous approaches while enjoying the merit of faithful and accurate interpretability. The resources of LOREN are available at: https://github.com/jiangjiechen/LOREN.

📄 PDF Abstract BibTeX arXiv:2012.13577

Code (1)

jiangjiechen/loren 공식 구현 pytorch

Tasks

Claim VerificationFact VerificationQuestion Answering

Similar Papers 제목 키워드 기반

A Medical Multimodal Diagnostic Framework Integrating Vision-Language Models and Logic Tree Reasoning

2025-12-25 · Zelin Zang, Wenyi Gu, Siqi Ma, Dan Yang 외 arxiv

With the rapid growth of large language models (LLMs) and vision-language models (VLMs) in medicine, simply integrating clinical text and medical imaging does not guarantee reliable reasoning. Existing multimodal models …

A Hybrid Enumeration Framework for Optimal Counterfactual Generation in Post-Acute COVID-19 Heart Failure

2025-10-21 · Jingya Cheng, Alaleh Azhir, Jiazi Tian, Hossein Estiri arxiv

Counterfactual inference provides a mathematical framework for reasoning about hypothetical outcomes under alternative interventions, bridging causal reasoning and predictive modeling. We present a counterfactual inferen…

Multi-Task Learning for Visually Grounded Reasoning in Gastrointestinal VQA

2025-11-06 · Itbaan Safwan, Muhammad Annas Shaikh, Muhammad Haaris, Ramail Khan 외 arxiv

We present a multi-task framework for the MediaEval Medico 2025 challenge, leveraging a LoRA-tuned Florence-2 model for simultaneous visual question answering (VQA), explanation generation, and visual grounding. The prop…

Visual Question AnsweringExplanation GenerationMulti-Task LearningVisual Localization

Shattering the Shortcut: A Topology-Regularized Benchmark for Multi-hop Medical Reasoning in LLMs

2026-03-12 · Xing Zi, Xinying Zhou, Jinghao Xiao, Catarina Moreira 외 arxiv

While Large Language Models (LLMs) achieve expert-level performance on standard medical benchmarks through single-hop factual recall, they severely struggle with the complex, multi-hop diagnostic reasoning required in re…

Knowledge Graphs

CausalR: Causal Reasoning over Natural Language Rulebases

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Transformers have been shown to perform deductive reasoning on a logical rulebase containing rules and statements written in natural language. Recent works show that such models can also produce the reasoning steps (i.e.…

Fact SelectionLogical Reasoning