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

4 rows where from_lom_id = "doi:10.1101/2025.02.23.639768"

✎ View and edit SQL

This data as json, CSV (advanced)

Link from_lom_id to_lom_id kind locator
doi:10.1101/2025.02.23.639768,arxiv:2309.02726,cites AIRUS: a simple workflow for AI-assisted exploration of scientific data doi:10.1101/2025.02.23.639768 Large language models for automated open-domain scientific hypotheses discovery, 2024 arxiv:2309.02726 cites OpenAlex cites:W4386555953 (top 20 by cited_by_count)
doi:10.1101/2025.02.23.639768,arxiv:2402.17453,cites AIRUS: a simple workflow for AI-assisted exploration of scientific data doi:10.1101/2025.02.23.639768 Ds-agent: Automated data science by empowering large language models with case-based reasoning arxiv:2402.17453 cites OpenAlex cites:W4392271261 (top 20 by cited_by_count)
doi:10.1101/2025.02.23.639768,arxiv:2407.01725,cites AIRUS: a simple workflow for AI-assisted exploration of scientific data doi:10.1101/2025.02.23.639768 Discoverybench: Towards data-driven discovery with large language models, 2024 arxiv:2407.01725 cites OpenAlex cites:W4400373784 (top 20 by cited_by_count)
doi:10.1101/2025.02.23.639768,arxiv:2408.14033,cites AIRUS: a simple workflow for AI-assisted exploration of scientific data doi:10.1101/2025.02.23.639768 Mlr-copilot: Autonomous machine learning research based on large language models agents arxiv:2408.14033 cites OpenAlex cites:W4402952811 (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 5.058ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository