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:2406.10252"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: locator

Link from_lom_id to_lom_id kind locator
arxiv:2408.06292,arxiv:2406.10252,cites The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery arxiv:2408.06292 Autosurvey: Large language models can automatically write surveys, 2024c arxiv:2406.10252 cites arxiv:2408.06292 reference list (arXiv HTML bibliography)
doi:10.1007/s11192-025-05397-w,arxiv:2406.10252,cites Enhancing scientific literature summarization via contrastive learning and chain-of-thought prompting doi:10.1007/s11192-025-05397-w Autosurvey: Large language models can automatically write surveys, 2024c arxiv:2406.10252 cites OpenAlex cites:W4399835863 (top 20 by cited_by_count)
doi:10.1016/j.displa.2025.103055,arxiv:2406.10252,cites Summary report auto-generation based on hierarchical corpus using large language model doi:10.1016/j.displa.2025.103055 Autosurvey: Large language models can automatically write surveys, 2024c arxiv:2406.10252 cites OpenAlex cites:W4399835863 (top 20 by cited_by_count)
doi:10.1098/rsos.241678,arxiv:2406.10252,cites Collective predictive coding as model of science: formalizing scientific activities towards generative science doi:10.1098/rsos.241678 Autosurvey: Large language models can automatically write surveys, 2024c arxiv:2406.10252 cites OpenAlex cites:W4399835863 (top 20 by cited_by_count)
doi:10.51408/issi2025_123,arxiv:2406.10252,cites Automatic Literature Review Generation by Integrating Large and Small Models doi:10.51408/issi2025_123 Autosurvey: Large language models can automatically write surveys, 2024c arxiv:2406.10252 cites OpenAlex cites:W4399835863 (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 6.338ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository