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

5 rows where to_lom_id = "arxiv:2206.08896"

✎ 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:2206.08896,cites The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery arxiv:2408.06292 Evolution through large models, 2022 arxiv:2206.08896 cites arxiv:2408.06292 reference list (arXiv HTML bibliography)
doi:10.1038/s41598-024-55903-y,arxiv:2206.08896,cites An evolutionary model of personality traits related to cooperative behavior using a large language model doi:10.1038/s41598-024-55903-y Evolution through large models, 2022 arxiv:2206.08896 cites OpenAlex cites:W4283218802 (top 20 by cited_by_count)
doi:10.1080/17404622.2024.2397558,arxiv:2206.08896,cites AI translated task setup for non-native English speaking students doi:10.1080/17404622.2024.2397558 Evolution through large models, 2022 arxiv:2206.08896 cites OpenAlex cites:W4283218802 (top 20 by cited_by_count)
doi:10.1145/3719351,arxiv:2206.08896,cites Fully Autonomous Programming Using Iterative Multi-Agent Debugging with Large Language Models doi:10.1145/3719351 Evolution through large models, 2022 arxiv:2206.08896 cites OpenAlex cites:W4283218802 (top 20 by cited_by_count)
doi:10.38023/ad948078-108b-4c66-8d61-c2e97e270b31,arxiv:2206.08896,cites Visualization in the Era of Artificial Intelligence doi:10.38023/ad948078-108b-4c66-8d61-c2e97e270b31 Evolution through large models, 2022 arxiv:2206.08896 cites OpenAlex cites:W4283218802 (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.632ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository