combination
Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository
1 row where bridge = "ts-concept-polarity-concordance"
This data as json, CSV (advanced)
Suggested facets: created_ts (date)
| id ▼ | claim_a | claim_b | bridge | statement | falsify | status | created_ts |
|---|---|---|---|---|---|---|---|
| ts-combo-contested-claims-claim-level | ts-claim-cf1-contested-claim-level | ts-claim-so1-contested-after-open-retrieval | ts-concept-polarity-concordance | In open-retrieval claim-verification corpora the contested fraction among claims with two or more polar evidence documents is about 0.2, independent of the number of documents and of domain; closed citation-built corpora show about 0 by construction, not because scientific claims are uncontested. | A fourth open-retrieval corpus with >=2 polar documents per claim whose contested fraction falls outside 12-28% or whose trend in k has z > 1.6; or SciFact-Open's contested fraction rising above 35% as evidence per claim grows; or independence overprediction below 2x in any such corpus. | ready_to_test | 2026-09-02T15:10:00Z |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE combination (
id TEXT PRIMARY KEY, -- ts-combo-<slug>
claim_a TEXT NOT NULL REFERENCES claim(id),
claim_b TEXT NOT NULL REFERENCES claim(id),
bridge TEXT REFERENCES concept(id),
statement TEXT NOT NULL,
falsify TEXT NOT NULL,
status TEXT NOT NULL CHECK (status IN ('proposed','ready_to_test','contradicted','withdrawn')),
created_ts TEXT NOT NULL,
CHECK (claim_a < claim_b)
);