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

8 rows where from_lom_id = "doi:10.1021/acs.chemrev.5c00583"

✎ View and edit SQL

This data as json, CSV (advanced)

Link from_lom_id to_lom_id kind locator
doi:10.1021/acs.chemrev.5c00583,arxiv:1905.10985,cites General-Purpose Models for the Chemical Sciences: LLMs and Beyond doi:10.1021/acs.chemrev.5c00583 Ai-gas: Ai-generating algorithms, an alternate paradigm for producing general artificial intelligence arxiv:1905.10985 cites OpenAlex cites:W4300716756 (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.1021/acs.chemrev.5c00583,arxiv:2310.03302,cites General-Purpose Models for the Chemical Sciences: LLMs and Beyond doi:10.1021/acs.chemrev.5c00583 Mlagentbench: Evaluating language agents on machine learning experimentation arxiv:2310.03302 cites OpenAlex cites:W4387432648 (top 20 by cited_by_count)
doi:10.1021/acs.chemrev.5c00583,arxiv:2310.06770,cites General-Purpose Models for the Chemical Sciences: LLMs and Beyond doi:10.1021/acs.chemrev.5c00583 Swe-bench: Can language models resolve real-world github issues?, 2024 arxiv:2310.06770 cites OpenAlex cites:W4387561453 (top 20 by cited_by_count)
doi:10.1021/acs.chemrev.5c00583,arxiv:2402.03300,cites General-Purpose Models for the Chemical Sciences: LLMs and Beyond doi:10.1021/acs.chemrev.5c00583 DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models arxiv:2402.03300 cites OpenAlex cites:W4391631327 (top 20 by cited_by_count)
doi:10.1021/acs.chemrev.5c00583,arxiv:2410.07095,cites General-Purpose Models for the Chemical Sciences: LLMs and Beyond doi:10.1021/acs.chemrev.5c00583 Mle-bench: Evaluating machine learning agents on machine learning engineering arxiv:2410.07095 cites OpenAlex cites:W4403345800 (top 20 by cited_by_count)
doi:10.1021/acs.chemrev.5c00583,arxiv:2501.04227,cites General-Purpose Models for the Chemical Sciences: LLMs and Beyond doi:10.1021/acs.chemrev.5c00583 Agent laboratory: Using llm agents as research assistants arxiv:2501.04227 cites OpenAlex cites:W4406231153 (top 20 by cited_by_count)
doi:10.1021/acs.chemrev.5c00583,arxiv:2504.08066,cites General-Purpose Models for the Chemical Sciences: LLMs and Beyond doi:10.1021/acs.chemrev.5c00583 The AI Scientist-v2: Workshop-Level Automated Scientific Discovery via Agentic Tree Search arxiv:2504.08066 cites OpenAlex cites:W4414827381 (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.208ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository