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-s1-novelty-not-significance"

✎ View and edit SQL

This data as json, CSV (advanced)

Link claim_id source label span
ts-claim-s1-novelty-not-significance,https://arxiv.org/pdf/2408.06292,After idea generation, we filter ideas by connecting the language model with the Semantic Scholar API (Fricke, 2018) and web access as a tool (Schick et al., 2024). This allows The AI Scientist to discard any idea that is too similar to existing literature. ts-claim-s1-novelty-not-significance https://arxiv.org/pdf/2408.06292 SUPPORTS After idea generation, we filter ideas by connecting the language model with the Semantic Scholar API (Fricke, 2018) and web access as a tool (Schick et al., 2024). This allows The AI Scientist to discard any idea that is too similar to existing literature.
ts-claim-s1-novelty-not-significance,scout-s1-dual-error-gloss,the dual error is keeping trivia that is merely unseen — Scout gloss; not in Lu §3. ts-claim-s1-novelty-not-significance scout-s1-dual-error-gloss NOT_EVIDENCE the dual error is keeping trivia that is merely unseen — Scout gloss; not in Lu §3.

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