home / team-science

citation_edge

cites / cited_by / stub edges with a locator. Only when bibliography or OpenAlex referenced_works supports them.

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

10 rows where from_lom_id = "arxiv:2608.13940"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: locator

Link from_lom_id to_lom_id kind locator
arxiv:2608.13940,arxiv:1711.09846,cites AI Research Preference Models arxiv:2608.13940 Population based training of neural networks arxiv:1711.09846 cites arxiv:2608.13940 reference list (arXiv HTML bibliography)
arxiv:2608.13940,arxiv:2301.04104,cites AI Research Preference Models arxiv:2608.13940 Mastering diverse domains through world models arxiv:2301.04104 cites arxiv:2608.13940 reference list (arXiv HTML bibliography)
arxiv:2608.13940,arxiv:2408.06292,cites AI Research Preference Models arxiv:2608.13940 The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery arxiv:2408.06292 cites Foster et al. 2026 Related Work / References: Lu et al. (2024) The AI Scientist arXiv:2408.06292
arxiv:2608.13940,arxiv:2502.13138,cites AI Research Preference Models arxiv:2608.13940 Aide: Ai-driven exploration in the space of code arxiv:2502.13138 cites arxiv:2608.13940 reference list (arXiv HTML bibliography)
arxiv:2608.13940,arxiv:2510.02387,cites AI Research Preference Models arxiv:2608.13940 Cwm: An open-weights llm for research on code generation with world models arxiv:2510.02387 cites arxiv:2608.13940 reference list (arXiv HTML bibliography)
arxiv:2608.13940,arxiv:2601.03267,cites AI Research Preference Models arxiv:2608.13940 Openai gpt-5 system card arxiv:2601.03267 cites arxiv:2608.13940 reference list (arXiv HTML bibliography)
arxiv:2608.13940,arxiv:2601.05930,cites AI Research Preference Models arxiv:2608.13940 Can We Predict Before Executing Machine Learning Agents? arxiv:2601.05930 cites Foster et al. 2026 References: Zheng et al. (2026) Can we predict before executing machine learning agents? arXiv:2601.05930
arxiv:2608.13940,arxiv:2602.02660,cites AI Research Preference Models arxiv:2608.13940 MARS: modular agent with reflective search for automated ai research arxiv:2602.02660 cites arxiv:2608.13940 reference list (arXiv HTML bibliography)
arxiv:2608.13940,arxiv:2602.06855,cites AI Research Preference Models arxiv:2608.13940 AIRS-Bench: a Suite of Tasks for Frontier AI Research Science Agents arxiv:2602.06855 cites arxiv:2608.13940 reference list (arXiv HTML bibliography)
arxiv:2608.13940,arxiv:2603.17863,cites AI Research Preference Models arxiv:2608.13940 DiscoGen: Procedural Generation of Algorithm Discovery Tasks in Machine Learning arxiv:2603.17863 cites Foster et al. 2026 References: Goldie et al. (2026) DiscoGen arXiv:2603.17863

Advanced export

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

CSV options:

CREATE TABLE citation_edge (
  from_lom_id  TEXT NOT NULL REFERENCES paper(lom_id),
  to_lom_id    TEXT NOT NULL REFERENCES paper(lom_id),
  kind         TEXT NOT NULL CHECK (kind IN ('cites','cited_by','stub')),
  locator      TEXT,
  PRIMARY KEY (from_lom_id, to_lom_id, kind),
  CHECK (from_lom_id <> to_lom_id)
);
Powered by Datasette · Queries took 5.656ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository