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

12 rows where to_lom_id = "arxiv:1812.08775"

✎ 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:1812.08775,cites The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery arxiv:2408.06292 Deep paper gestalt arxiv:1812.08775 cites arxiv:2408.06292 reference list (arXiv HTML bibliography)
doi:10.1613/jair.1.11647,arxiv:1812.08775,cites A General Approach to Multimodal Document Quality Assessment doi:10.1613/jair.1.11647 Deep paper gestalt arxiv:1812.08775 cites OpenAlex cites:W4293877244 (top 20 by cited_by_count)
doi:10.1787/0e1b4c2f-en,arxiv:1812.08775,cites High-performance computing leadership to enable advances in artificial intelligence and a thriving compute ecosystem doi:10.1787/0e1b4c2f-en Deep paper gestalt arxiv:1812.08775 cites OpenAlex cites:W4293877244 (top 20 by cited_by_count)
doi:10.1787/1f717652-en,arxiv:1812.08775,cites Quantifying the “cognitive extent” of science and how it has changed over time and across countries doi:10.1787/1f717652-en Deep paper gestalt arxiv:1812.08775 cites OpenAlex cites:W4293877244 (top 20 by cited_by_count)
doi:10.1787/2d0478b9-en,arxiv:1812.08775,cites Interpretability: Should – and can – we understand the reasoning of machine-learning systems? doi:10.1787/2d0478b9-en Deep paper gestalt arxiv:1812.08775 cites OpenAlex cites:W4293877244 (top 20 by cited_by_count)
doi:10.1787/63e48242-en,arxiv:1812.08775,cites The end of Moore’s Law? Innovation in computer systems continues at a high pace doi:10.1787/63e48242-en Deep paper gestalt arxiv:1812.08775 cites OpenAlex cites:W4293877244 (top 20 by cited_by_count)
doi:10.1787/6f256d17-en,arxiv:1812.08775,cites Eroom’s Law and the decline in the productivity of biopharmaceutical R&D doi:10.1787/6f256d17-en Deep paper gestalt arxiv:1812.08775 cites OpenAlex cites:W4293877244 (top 20 by cited_by_count)
doi:10.1787/7b7b1bce-en,arxiv:1812.08775,cites Artificial intelligence for science and engineering: A priority for public investment in research and development doi:10.1787/7b7b1bce-en Deep paper gestalt arxiv:1812.08775 cites OpenAlex cites:W4293877244 (top 20 by cited_by_count)
doi:10.1787/b885eecd-en,arxiv:1812.08775,cites Lessons from shortcomings in machine learning for medical imaging doi:10.1787/b885eecd-en Deep paper gestalt arxiv:1812.08775 cites OpenAlex cites:W4293877244 (top 20 by cited_by_count)
doi:10.1787/f1262928-en,arxiv:1812.08775,cites Preface doi:10.1787/f1262928-en Deep paper gestalt arxiv:1812.08775 cites OpenAlex cites:W4293877244 (top 20 by cited_by_count)
doi:10.18653/v1/2020.sdp-1.14,arxiv:1812.08775,cites Multi-task Peer-Review Score Prediction doi:10.18653/v1/2020.sdp-1.14 Deep paper gestalt arxiv:1812.08775 cites OpenAlex cites:W4293877244 (top 20 by cited_by_count)
doi:10.18653/v1/2021.eacl-main.4,arxiv:1812.08775,cites On the (In)Effectiveness of Images for Text Classification doi:10.18653/v1/2021.eacl-main.4 Deep paper gestalt arxiv:1812.08775 cites OpenAlex cites:W4293877244 (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.886ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository