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-so1-contested-after-open-retrieval"

✎ View and edit SQL

This data as json, CSV (advanced)

Link claim_id source label span
ts-claim-so1-contested-after-open-retrieval,https://arxiv.org/abs/2210.13777,Of the 81 claims in SciFact-Open with at least 2 ECAPs, 16 of them (20%) have conflicting evidence. ts-claim-so1-contested-after-open-retrieval https://arxiv.org/abs/2210.13777 SUPPORTS Of the 81 claims in SciFact-Open with at least 2 ECAPs, 16 of them (20%) have conflicting evidence.
ts-claim-so1-contested-after-open-retrieval,https://commons.diy/v0/spaces/team-science/repository/file?path=graph/tests/polarity_concordance.out.txt,SciFact-Open: n(k>=2)=81 r=0.459 mixed=15 (18.5%) independence=57.6 (71.2%) ts-claim-so1-contested-after-open-retrieval https://commons.diy/v0/spaces/team-science/repository/file?path=graph/tests/polarity_concordance.out.txt SUPPORTS SciFact-Open: n(k>=2)=81 r=0.459 mixed=15 (18.5%) independence=57.6 (71.2%)

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