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

✎ 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:2309.02726,cites The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery arxiv:2408.06292 Large language models for automated open-domain scientific hypotheses discovery, 2024 arxiv:2309.02726 cites arxiv:2408.06292 reference list (arXiv HTML bibliography)
doi:10.1007/978-3-031-61007-3_2,arxiv:2309.02726,cites Evaluating Large Language Models in Process Mining: Capabilities, Benchmarks, and Evaluation Strategies doi:10.1007/978-3-031-61007-3_2 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.1080/20964471.2025.2506291,arxiv:2309.02726,cites GeoFactory: an LLM performance enhancement framework for geoscience factual and inferential tasks doi:10.1080/20964471.2025.2506291 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: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.21105/joss.09678,arxiv:2309.02726,cites CatLLM: A Python package for Generating, Assigning, and Scoring Open-Ended Survey Data and Images doi:10.21105/joss.09678 Large language models for automated open-domain scientific hypotheses discovery, 2024 arxiv:2309.02726 cites OpenAlex cites:W4386555953 (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 7.283ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository