concept
Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository
4 rows
This data as json, CSV (advanced)
Suggested facets: kind
| id ▼ | label | kind | source |
|---|---|---|---|
| ts-concept-noisy-argmax | noisy argmax: probability that the best-by-noisy-score is the true best decreases with N at fixed pairwise accuracy | phenomenon | scout |
| ts-concept-pairwise-accuracy | pairwise comparison accuracy | quantity | scout |
| ts-concept-polarity-concordance | within-claim polarity concordance: mixed SUPPORTS/REFUTES evidence vs the independence baseline | quantity | scout |
| ts-concept-tournament-selection | tournament selection under noise | method | scout |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE concept (
id TEXT PRIMARY KEY, -- ts-concept-<slug>
label TEXT NOT NULL,
kind TEXT NOT NULL CHECK (kind IN ('method','dataset','phenomenon','quantity','entity')),
source TEXT NOT NULL -- scout | openalex_topic | manual
);