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

4 rows where to_lom_id = "arxiv:1703.03400"

✎ View and edit SQL

This data as json, CSV (advanced)

Link from_lom_id to_lom_id kind locator
arxiv:1710.05941,arxiv:1703.03400,cites Searching for Activation Functions arxiv:1710.05941 Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks arxiv:1703.03400 cites OpenAlex referenced_works of W2767286248
arxiv:1910.04098,arxiv:1703.03400,cites Improving generalization in meta reinforcement learning using learned objectives arxiv:1910.04098 Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks arxiv:1703.03400 cites OpenAlex referenced_works of W2979869797
arxiv:2003.05325,arxiv:1703.03400,cites Meta-learning curiosity algorithms arxiv:2003.05325 Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks arxiv:1703.03400 cites OpenAlex referenced_works of W2995196103
arxiv:2108.07258,arxiv:1703.03400,cites On the Opportunities and Risks of Foundation Models arxiv:2108.07258 Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks arxiv:1703.03400 cites OpenAlex referenced_works of W3195577433

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.412ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository