paper-with-me

Papers

QMUL-SDS at SCIVER: Step-by-Step Binary Classification for Scientific Claim Verification

2021-04-23 · NAACL (sdp) 2021 6 · Xia Zeng, Arkaitz Zubiaga

Scientific claim verification is a unique challenge that is attracting increasing interest. The SCIVER shared task offers a benchmark scenario to test and compare claim verification approaches by participating teams and consists in three steps: relevant abstract selection, rationale selection and label prediction. In this paper, we present team QMUL-SDS's participation in the shared task. We propose an approach that performs scientific claim verification by doing binary classifications step-by-step. We trained a BioBERT-large classifier to select abstracts based on pairwise relevance assessments for each <claim, title of the abstract> and continued to train it to select rationales out of each retrieved abstract based on <claim, sentence>. We then propose a two-step setting for label prediction, i.e. first predicting "NOT_ENOUGH_INFO" or "ENOUGH_INFO", then label those marked as "ENOUGH_INFO" as either "SUPPORT" or "CONTRADICT". Compared to the baseline system, we achieve substantial improvements on the dev set. As a result, our team is the No. 4 team on the leaderboard.

📄 PDF Abstract BibTeX arXiv:2104.11572

Code (1)

XiaZeng0223/sciverbinary 공식 구현 pytorch

Tasks

Binary ClassificationClaim VerificationGeneral ClassificationSentence

Similar Papers 제목 키워드 기반

SVGym (SciVerseGym): An Environment for Reinforcement Learning and Bayesian Optimization in Crystal Discovery

2026-06-21 · Bin Cao arxiv

Machine-learned interatomic potentials now enable efficient atomistic evaluation for interactive materials discovery, yet closed-loop crystal search methods remain fragmented across bespoke pipelines for editing, relaxat…

Reinforcement Learning

SciVerse: Unveiling the Knowledge Comprehension and Visual Reasoning of LMMs on Multi-modal Scientific Problems

2025-03-13 · Ziyu Guo, Ray Zhang, Hao Chen, Jialin Gao 외

The rapid advancement of Large Multi-modal Models (LMMs) has enabled their application in scientific problem-solving, yet their fine-grained capabilities remain under-explored. In this paper, we introduce SciVerse, a mul…

Visual Reasoning

SciVer: Evaluating Foundation Models for Multimodal Scientific Claim Verification

2025-06-18 · Chengye Wang, Yifei Shen, Zexi Kuang, Arman Cohan 외

We introduce SciVer, the first benchmark specifically designed to evaluate the ability of foundation models to verify claims within a multimodal scientific context. SciVer consists of 3,000 expert-annotated examples over…

Claim VerificationRAGRetrieval-augmented Generation

ToolSciVer: Multimodal Scientific Claim Verification with Visual Tool Augmented Reinforcement Learning

2026-07-17 · Binglin Zhou, Peng Shi, Ryo Kamoi, Nan Zhang 외 arxiv

Multimodal Scientific Claim Verification (MSCV) requires models to verify scientific claims using visually grounded evidence from papers, including figures, tables, charts, and textual context. However, existing methods …

Reinforcement Learning

DeepSciVerify: Verifying Scientific Claim--Citation Alignment via LLM-Driven Evidence Escalation

2026-05-26 · Shaghayegh Sadeghi, Khashayar Khajavi, Rise Adhikari, Alexander Tessier arxiv

Misalignment between claims and their cited evidence is a common failure mode in reports generated by large language models, limiting their reliability in scientific and other high-stakes settings. We present DeepSciVeri…

Text Retrieval