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

6 rows where to_lom_id = "arxiv:2402.18381"

✎ 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:2402.18381,cites The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery arxiv:2408.06292 Large language models as evolution strategies arxiv:2402.18381 cites arxiv:2408.06292 reference list (arXiv HTML bibliography)
doi:10.1007/978-981-95-8597-7_3,arxiv:2402.18381,cites LLMs for Evolutionary Optimization doi:10.1007/978-981-95-8597-7_3 Large language models as evolution strategies arxiv:2402.18381 cites OpenAlex cites:W4392340943 (top 20 by cited_by_count)
doi:10.1007/978-981-97-7184-4_3,arxiv:2402.18381,cites Automated Planning and Scheduling with Swarm Intelligence doi:10.1007/978-981-97-7184-4_3 Large language models as evolution strategies arxiv:2402.18381 cites OpenAlex cites:W4392340943 (top 20 by cited_by_count)
doi:10.1063/5.0273363,arxiv:2402.18381,cites Using large language models for parametric shape optimization doi:10.1063/5.0273363 Large language models as evolution strategies arxiv:2402.18381 cites OpenAlex cites:W4392340943 (top 20 by cited_by_count)
doi:10.1145/3638530.3648432,arxiv:2402.18381,cites Using Large Language Models for Evolutionary Search doi:10.1145/3638530.3648432 Large language models as evolution strategies arxiv:2402.18381 cites OpenAlex cites:W4392340943 (top 20 by cited_by_count)
doi:10.1145/3787965,arxiv:2402.18381,cites Large Language Model Aided Multi-objective Evolutionary Algorithm: A Low-cost Adaptive Approach doi:10.1145/3787965 Large language models as evolution strategies arxiv:2402.18381 cites OpenAlex cites:W4392340943 (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.432ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository