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

10 rows where to_lom_id = "arxiv:2410.07095"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: locator

Link from_lom_id to_lom_id kind locator
arxiv:2601.05930,arxiv:2410.07095,cites Can We Predict Before Executing Machine Learning Agents? arxiv:2601.05930 Mle-bench: Evaluating machine learning agents on machine learning engineering arxiv:2410.07095 cites arxiv:2601.05930 reference list (arXiv HTML bibliography)
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.1038/d41586-025-00110-6,arxiv:2410.07095,cites How should we test AI for human-level intelligence? OpenAI’s o3 electrifies quest doi:10.1038/d41586-025-00110-6 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.1145/3724389.3731274,arxiv:2410.07095,cites Source Code Plagiarism Detection as a Service with Dolos doi:10.1145/3724389.3731274 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.5281/zenodo.18973271,arxiv:2410.07095,cites Oversight-Centered Metrology and Control for Agentic Systems: Costly Interrupt Channels, Claim Margins, and Deployment-Relevant Evaluation doi:10.5281/zenodo.18973271 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.5281/zenodo.18973272,arxiv:2410.07095,cites Oversight-Centered Metrology and Control for Agentic Systems: Costly Interrupt Channels, Claim Margins, and Deployment-Relevant Evaluation doi:10.5281/zenodo.18973272 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.5281/zenodo.19044633,arxiv:2410.07095,cites Recursive Self-Improvement Stability under Endogenous Yardstick Drift doi:10.5281/zenodo.19044633 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.5281/zenodo.19447442,arxiv:2410.07095,cites Standing-Layer Honest Public Standing Dynamics for Research Claims under Observable-Only, No-Meta Governance doi:10.5281/zenodo.19447442 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.5281/zenodo.19447443,arxiv:2410.07095,cites Standing-Layer Honest Public Standing Dynamics for Research Claims under Observable-Only, No-Meta Governance doi:10.5281/zenodo.19447443 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.5539/cis.v18n1p39,arxiv:2410.07095,cites DevSecOps Sentinel: GenAI-Driven Agentic Workflows for Comprehensive Supply Chain Security doi:10.5539/cis.v18n1p39 Mle-bench: Evaluating machine learning agents on machine learning engineering arxiv:2410.07095 cites OpenAlex cites:W4403345800 (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.314ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository