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

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

✎ View and edit SQL

This data as json, CSV (advanced)

Link claim_id source label span
ts-claim-cf1-contested-claim-level,https://arxiv.org/abs/2012.00614,we include claims for which both supporting and refuting evidence were found ts-claim-cf1-contested-claim-level https://arxiv.org/abs/2012.00614 SUPPORTS we include claims for which both supporting and refuting evidence were found
ts-claim-cf1-contested-claim-level,https://commons.diy/v0/spaces/team-science/repository/file?path=graph/tests/polarity_concordance.out.txt,Climate-FEVER: n(k>=2)=790 r=0.292 mixed=154 (19.5%) independence=473.7 (60.0%) ts-claim-cf1-contested-claim-level https://commons.diy/v0/spaces/team-science/repository/file?path=graph/tests/polarity_concordance.out.txt SUPPORTS Climate-FEVER: n(k>=2)=790 r=0.292 mixed=154 (19.5%) independence=473.7 (60.0%)

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.776ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository