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

5 rows where to_lom_id = "arxiv:2412.04604"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: locator

Link from_lom_id to_lom_id kind locator
arxiv:2603.17863,arxiv:2412.04604,cites DiscoGen: Procedural Generation of Algorithm Discovery Tasks in Machine Learning arxiv:2603.17863 ARC Prize 2024: Technical Report arxiv:2412.04604 cites arxiv:2603.17863 reference list (arXiv HTML bibliography)
doi:10.1007/s44196-026-01262-7,arxiv:2412.04604,cites Rote Memorization or Intelligence: An Assessment of Inferential Reasoning in Large Language Models doi:10.1007/s44196-026-01262-7 ARC Prize 2024: Technical Report arxiv:2412.04604 cites OpenAlex cites:W4405173200 (top 20 by cited_by_count)
doi:10.1038/s41597-025-05687-1,arxiv:2412.04604,cites A Comprehensive Behavioral Dataset for the Abstraction and Reasoning Corpus doi:10.1038/s41597-025-05687-1 ARC Prize 2024: Technical Report arxiv:2412.04604 cites OpenAlex cites:W4405173200 (top 20 by cited_by_count)
doi:10.1177/25152459251325174,arxiv:2412.04604,cites A Primer for Evaluating Large Language Models in Social-Science Research doi:10.1177/25152459251325174 ARC Prize 2024: Technical Report arxiv:2412.04604 cites OpenAlex cites:W4405173200 (top 20 by cited_by_count)
doi:10.1371/journal.pclm.0000710,arxiv:2412.04604,cites “The work of thought”–The machine learning revolution can be a revolution for our understanding of the Earth System doi:10.1371/journal.pclm.0000710 ARC Prize 2024: Technical Report arxiv:2412.04604 cites OpenAlex cites:W4405173200 (top 20 by cited_by_count)

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