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

11 rows where to_lom_id = "arxiv:2310.03302"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: locator

Link from_lom_id to_lom_id kind locator
arxiv:2305.14259,arxiv:2310.03302,cites Scimon: Scientific inspiration machines optimized for novelty, 2024b arxiv:2305.14259 Mlagentbench: Evaluating language agents on machine learning experimentation arxiv:2310.03302 cites OpenAlex cites:W4387432648 (top 20 by cited_by_count)
arxiv:2601.05930,arxiv:2310.03302,cites Can We Predict Before Executing Machine Learning Agents? arxiv:2601.05930 Mlagentbench: Evaluating language agents on machine learning experimentation arxiv:2310.03302 cites arxiv:2601.05930 reference list (arXiv HTML bibliography)
doi:10.1002/9781118786352.wbieg2206,arxiv:2310.03302,cites Geo‐Foundation Models doi:10.1002/9781118786352.wbieg2206 Mlagentbench: Evaluating language agents on machine learning experimentation arxiv:2310.03302 cites OpenAlex cites:W4387432648 (top 20 by cited_by_count)
doi:10.1016/j.cell.2024.09.022,arxiv:2310.03302,cites Empowering biomedical discovery with AI agents doi:10.1016/j.cell.2024.09.022 Mlagentbench: Evaluating language agents on machine learning experimentation arxiv:2310.03302 cites OpenAlex cites:W4387432648 (top 20 by cited_by_count)
doi:10.1016/j.ipm.2024.103808,arxiv:2310.03302,cites BB-GeoGPT: A framework for learning a large language model for geographic information science doi:10.1016/j.ipm.2024.103808 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.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.1038/s43588-025-00811-y,arxiv:2310.03302,cites Rethinking chemical research in the age of large language models doi:10.1038/s43588-025-00811-y Mlagentbench: Evaluating language agents on machine learning experimentation arxiv:2310.03302 cites OpenAlex cites:W4387432648 (top 20 by cited_by_count)
doi:10.1039/d4cs00913d,arxiv:2310.03302,cites From text to insight: large language models for chemical data extraction doi:10.1039/d4cs00913d Mlagentbench: Evaluating language agents on machine learning experimentation arxiv:2310.03302 cites OpenAlex cites:W4387432648 (top 20 by cited_by_count)
doi:10.1109/isit57864.2024.10619136,arxiv:2310.03302,cites Predicting Uncertainty of Generative LLMs with MARS: Meaning-Aware Response Scoring doi:10.1109/isit57864.2024.10619136 Mlagentbench: Evaluating language agents on machine learning experimentation arxiv:2310.03302 cites OpenAlex cites:W4387432648 (top 20 by cited_by_count)
doi:10.1145/3706598.3713606,arxiv:2310.03302,cites Efficient Management of LLM-Based Coaching Agents' Reasoning While Maintaining Interaction Quality and Speed doi:10.1145/3706598.3713606 Mlagentbench: Evaluating language agents on machine learning experimentation arxiv:2310.03302 cites OpenAlex cites:W4387432648 (top 20 by cited_by_count)
doi:10.1609/aaaiss.v3i1.31254,arxiv:2310.03302,cites Evaluating Large Language Models with RAG Capability: A Perspective from Robot Behavior Planning and Execution doi:10.1609/aaaiss.v3i1.31254 Mlagentbench: Evaluating language agents on machine learning experimentation arxiv:2310.03302 cites OpenAlex cites:W4387432648 (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 10.314ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository