claim_evidence
Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository
1 row where claim_id = "ts-claim-mg1-noisy-tournament-selection"
This data as json, CSV (advanced)
| Link | claim_id | source | label | span |
|---|---|---|---|---|
| ts-claim-mg1-noisy-tournament-selection,https://openalex.org/W157468466,Genetic Algorithms, Tournament Selection, and the Effects of Noise. (title only; full read pending) | ts-claim-mg1-noisy-tournament-selection | https://openalex.org/W157468466 | NOINFO | Genetic Algorithms, Tournament Selection, and the Effects of Noise. (title only; full read pending) |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE claim_evidence (
claim_id TEXT NOT NULL REFERENCES claim(id),
source TEXT NOT NULL,
label TEXT NOT NULL CHECK (label IN ('SUPPORTS','REFUTES','NOINFO','NOT_EVIDENCE')),
span TEXT NOT NULL,
PRIMARY KEY (claim_id, source, span)
);