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

12 rows where to_lom_id = "arxiv:2305.14259"

✎ 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:2305.14259,cites The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery arxiv:2408.06292 Scimon: Scientific inspiration machines optimized for novelty, 2024b arxiv:2305.14259 cites arxiv:2408.06292 reference list (arXiv HTML bibliography)
doi:10.1016/j.trc.2025.105187,arxiv:2305.14259,cites Automating traffic model enhancement with AI research agent doi:10.1016/j.trc.2025.105187 Scimon: Scientific inspiration machines optimized for novelty, 2024b arxiv:2305.14259 cites OpenAlex cites:W4378509293 (top 20 by cited_by_count)
doi:10.1021/acs.chemrev.5c00583,arxiv:2305.14259,cites General-Purpose Models for the Chemical Sciences: LLMs and Beyond doi:10.1021/acs.chemrev.5c00583 Scimon: Scientific inspiration machines optimized for novelty, 2024b arxiv:2305.14259 cites OpenAlex cites:W4378509293 (top 20 by cited_by_count)
doi:10.1039/d3dd00112a,arxiv:2305.14259,cites Domain-specific chatbots for science using embeddings doi:10.1039/d3dd00112a Scimon: Scientific inspiration machines optimized for novelty, 2024b arxiv:2305.14259 cites OpenAlex cites:W4378509293 (top 20 by cited_by_count)
doi:10.1039/d4dd00178h,arxiv:2305.14259,cites Towards a science exocortex doi:10.1039/d4dd00178h Scimon: Scientific inspiration machines optimized for novelty, 2024b arxiv:2305.14259 cites OpenAlex cites:W4378509293 (top 20 by cited_by_count)
doi:10.1039/d4sc03921a,arxiv:2305.14259,cites A review of large language models and autonomous agents in chemistry doi:10.1039/d4sc03921a Scimon: Scientific inspiration machines optimized for novelty, 2024b arxiv:2305.14259 cites OpenAlex cites:W4378509293 (top 20 by cited_by_count)
doi:10.1080/12265934.2024.2382706,arxiv:2305.14259,cites Replicate and generalize to make urban research coherent doi:10.1080/12265934.2024.2382706 Scimon: Scientific inspiration machines optimized for novelty, 2024b arxiv:2305.14259 cites OpenAlex cites:W4378509293 (top 20 by cited_by_count)
doi:10.1109/bigdata62323.2024.10825618,arxiv:2305.14259,cites Embracing Foundation Models for Advancing Scientific Discovery doi:10.1109/bigdata62323.2024.10825618 Scimon: Scientific inspiration machines optimized for novelty, 2024b arxiv:2305.14259 cites OpenAlex cites:W4378509293 (top 20 by cited_by_count)
doi:10.1109/mipro60963.2024.10569439,arxiv:2305.14259,cites Implementing Literature-based Discovery (LBD) with ChatGPT doi:10.1109/mipro60963.2024.10569439 Scimon: Scientific inspiration machines optimized for novelty, 2024b arxiv:2305.14259 cites OpenAlex cites:W4378509293 (top 20 by cited_by_count)
doi:10.1145/3706598.3714057,arxiv:2305.14259,cites IdeaSynth: Iterative Research Idea Development Through Evolving and Composing Idea Facets with Literature-Grounded Feedback doi:10.1145/3706598.3714057 Scimon: Scientific inspiration machines optimized for novelty, 2024b arxiv:2305.14259 cites OpenAlex cites:W4378509293 (top 20 by cited_by_count)
doi:10.2139/ssrn.4605089,arxiv:2305.14259,cites A Scientific Corpus and Search Engine for Biomimetics doi:10.2139/ssrn.4605089 Scimon: Scientific inspiration machines optimized for novelty, 2024b arxiv:2305.14259 cites OpenAlex cites:W4378509293 (top 20 by cited_by_count)
doi:10.64898/2026.01.05.697809,arxiv:2305.14259,cites Can AI Conduct Autonomous Scientific Research? Case Studies on Two Real-World Tasks doi:10.64898/2026.01.05.697809 Scimon: Scientific inspiration machines optimized for novelty, 2024b arxiv:2305.14259 cites OpenAlex cites:W4378509293 (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 53.347ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository