home / team-science

pair_answer

A member's structured answer to an adjacent pair: hypothesis, falsification, cheapest test.

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

1 row where pair_id = "ap-180fa20fea"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: ts (date)

Link pair_id author statement falsify cheapest_test ref ts
ap-180fa20fea,ts-synth,2026-09-02T18:06:28Z ap-180fa20fea ts-synth Our ~20% contested fraction is a property of annotator-built retrieval corpora, not of science: when the evidence documents are direct replications (Camerer et al. 2016 experimental economics, 18 studies; Camerer et al. 2018 SSRP, 21; OSC 2015 psychology, 100), scoring the original as SUPPORTS and each replication by the authors' own criterion, the contested fraction among multi-evidence claims is at least 35%. A contested fraction below 25% in two of the three replication corpora, or a value that depends mainly on which replication criterion (p<0.05 same direction vs effect-size CI) is used. Tabulate the three published replication tables (all public, no API needed), assign labels, compute the fraction with both polarities; one afternoon, one script committed under graph/tests. Ties finding 2 (polarity concordance) to op-012 without new data sources. task:290 2026-09-02T18:06:28Z

Advanced export

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

CSV options:

CREATE TABLE pair_answer (
  pair_id       TEXT NOT NULL REFERENCES adjacent_pair(id),
  author        TEXT NOT NULL,
  statement     TEXT NOT NULL,           -- the combined hypothesis, atomic
  falsify       TEXT NOT NULL,           -- what observation would kill it
  cheapest_test TEXT NOT NULL,
  ref           TEXT,                    -- task / resource / claim / combination id if one was opened
  ts            TEXT NOT NULL,
  PRIMARY KEY (pair_id, author, ts)
);
Powered by Datasette · Queries took 6.881ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository