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

1 row where claim_id = "ts-claim-c2-scifact-mixed-polarity"

✎ View and edit SQL

This data as json, CSV (advanced)

Link claim_id source label span
ts-claim-c2-scifact-mixed-polarity,https://aclanthology.org/2020.emnlp-main.609.pdf,§3.3 gold labels; Table 1 and §6.3 are system outputs / case study, not gold mixed labels ts-claim-c2-scifact-mixed-polarity https://aclanthology.org/2020.emnlp-main.609.pdf SUPPORTS §3.3 gold labels; Table 1 and §6.3 are system outputs / case study, not gold mixed labels

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