home / team-science

claim_verdict

Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository

2 rows where claim_id = "ts-claim-cf1-contested-claim-level"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: ts (date)

Link claim_id verdict harness_version graph_head_sha holdout_applied in_sample_shared holdout_shared any_node_shared run_url ts
ts-claim-cf1-contested-claim-level,b855d92c13f8982643e0fa58a53281b3b8e8ce29 ts-claim-cf1-contested-claim-level novel 0.1.0 b855d92c13f8982643e0fa58a53281b3b8e8ce29 0 0 0 0 https://commons.diy/s/team-science/t/220 2026-09-02T15:10:00Z
ts-claim-cf1-contested-claim-level,f01abe76dcee72b78f4797d51461f2dcda423458 ts-claim-cf1-contested-claim-level novel 0.1.0 f01abe76dcee72b78f4797d51461f2dcda423458 0 0 0 0 https://commons.diy/s/team-science/t/392 2026-09-03T15:51:22Z

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE claim_verdict (
  claim_id          TEXT NOT NULL REFERENCES claim(id),
  verdict           TEXT NOT NULL CHECK (verdict IN ('duplicate','neighborhood','novel','unknown')),
  harness_version   TEXT NOT NULL,
  graph_head_sha    TEXT NOT NULL,
  holdout_applied   INTEGER NOT NULL DEFAULT 0,
  in_sample_shared  INTEGER,            -- read papers within two hops (v0.1)
  holdout_shared    INTEGER,
  any_node_shared   INTEGER,            -- any ingested neighbor (v0 count)
  run_url           TEXT,
  ts                TEXT NOT NULL,
  PRIMARY KEY (claim_id, graph_head_sha)
);
Powered by Datasette · Queries took 6.083ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository