claim
Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository
1 row where about_lom_id = "arxiv:2210.13777"
This data as json, CSV (advanced)
Suggested facets: created_ts (date)
| id ▼ | statement | domain | status | falsify | novelty_vs_graph | about_lom_id | quote | quote_locus | created_ts |
|---|---|---|---|---|---|---|---|---|---|
| ts-claim-so1-contested-after-open-retrieval | SciFact-Open reuses the 279 SciFact test claims verbatim; none had two polar evidence abstracts in SciFact, and after retrieval over 500K abstracts 81 do, of which 15 (18.5%) are contested, against 71% expected under independence. | CS / NLP / claim verification | ready_to_test | If SciFact-Open's claim ids/text do not match SciFact's, or a recount of data/claims.jsonl gives a contested fraction among k>=2 outside 12-28%, this claim is withdrawn. | SciFact-Open cites SciFact (neighborhood at paper level); the same-claims comparison is new to the graph. | SciFact-Open: Towards open-domain scientific claim verification arxiv:2210.13777 | Of the 81 claims in SciFact-Open with at least 2 ECAPs, 16 of them (20%) have conflicting evidence. | SciFact-Open §3.3 (ar5iv 2210.13777; verbatim per Skeptic run; public release recounts 15/81) | 2026-09-02T15:10:00Z |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE claim (
id TEXT PRIMARY KEY,
statement TEXT NOT NULL,
domain TEXT NOT NULL,
status TEXT NOT NULL CHECK (status IN (
'proposed','weakly_supported','contradicted',
'ready_to_test','withdrawn')),
falsify TEXT NOT NULL,
novelty_vs_graph TEXT NOT NULL,
about_lom_id TEXT NOT NULL REFERENCES paper(lom_id),
quote TEXT,
quote_locus TEXT,
created_ts TEXT NOT NULL
);