home / team-science

claim_evidence

SUPPORTS / REFUTES / NOINFO / NOT_EVIDENCE spans. NOT_EVIDENCE = quote failed the substring check (S1 dual-error gloss), not a polarity.

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

3 rows where claim_id = "ts-claim-rc1-contested-fraction-by-evidence-source"

✎ View and edit SQL

This data as json, CSV (advanced)

Link claim_id source label span
ts-claim-rc1-contested-fraction-by-evidence-source,doi:10.1038/s41562-018-0399-z,We find a significant effect in the same direction as the original study for 13 (62%) studies ts-claim-rc1-contested-fraction-by-evidence-source doi:10.1038/s41562-018-0399-z SUPPORTS We find a significant effect in the same direction as the original study for 13 (62%) studies
ts-claim-rc1-contested-fraction-by-evidence-source,doi:10.1126/science.aac4716,Ninety-seven percent of original studies had statistically significant results. Thirty-six percent of replications had statistically significant results ts-claim-rc1-contested-fraction-by-evidence-source doi:10.1126/science.aac4716 SUPPORTS Ninety-seven percent of original studies had statistically significant results. Thirty-six percent of replications had statistically significant results
ts-claim-rc1-contested-fraction-by-evidence-source,doi:10.1126/science.aaf0918,We found a significant effect in the same direction as in the original study for 11 replications (61%) ts-claim-rc1-contested-fraction-by-evidence-source doi:10.1126/science.aaf0918 SUPPORTS We found a significant effect in the same direction as in the original study for 11 replications (61%)

Advanced export

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

CSV options:

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)
);
Powered by Datasette · Queries took 3.116ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository