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

9 rows where to_lom_id = "arxiv:2512.02556"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: locator

Link from_lom_id to_lom_id kind locator
arxiv:2603.17863,arxiv:2512.02556,cites DiscoGen: Procedural Generation of Algorithm Discovery Tasks in Machine Learning arxiv:2603.17863 DeepSeek-V3.2: Pushing the Frontier of Open Large Language Models arxiv:2512.02556 cites arxiv:2603.17863 reference list (arXiv HTML bibliography)
doi:10.1002/mgea.70089,arxiv:2512.02556,cites MatInform: A Two‐Stage Multi‐Agent Framework for Consistent and Interpretable Extraction of Biomaterial Literatures doi:10.1002/mgea.70089 DeepSeek-V3.2: Pushing the Frontier of Open Large Language Models arxiv:2512.02556 cites OpenAlex cites:W4417006854 (top 20 by cited_by_count)
doi:10.1007/978-981-92-3417-2_43,arxiv:2512.02556,cites Adaptive Multi-view Routing for Neural Code Search doi:10.1007/978-981-92-3417-2_43 DeepSeek-V3.2: Pushing the Frontier of Open Large Language Models arxiv:2512.02556 cites OpenAlex cites:W4417006854 (top 20 by cited_by_count)
doi:10.1038/s41587-026-03035-1,arxiv:2512.02556,cites Agentic AI and the rise of in silico team science in biomedical research doi:10.1038/s41587-026-03035-1 DeepSeek-V3.2: Pushing the Frontier of Open Large Language Models arxiv:2512.02556 cites OpenAlex cites:W4417006854 (top 20 by cited_by_count)
doi:10.1145/3770855.3817539,arxiv:2512.02556,cites LingxiDiagBench: A Multi-Agent Framework for Benchmarking LLMs in Chinese Psychiatric Consultation and Diagnosis doi:10.1145/3770855.3817539 DeepSeek-V3.2: Pushing the Frontier of Open Large Language Models arxiv:2512.02556 cites OpenAlex cites:W4417006854 (top 20 by cited_by_count)
doi:10.1145/3770855.3818107,arxiv:2512.02556,cites BiVCoder: A Multi-Agent Framework for Code Generation via Bidirectional Code-Test Diagnosis doi:10.1145/3770855.3818107 DeepSeek-V3.2: Pushing the Frontier of Open Large Language Models arxiv:2512.02556 cites OpenAlex cites:W4417006854 (top 20 by cited_by_count)
doi:10.1145/3770855.3819049,arxiv:2512.02556,cites Rewarding the Scientific Process: Process-Level Reward Modeling for Agentic Data Analysis doi:10.1145/3770855.3819049 DeepSeek-V3.2: Pushing the Frontier of Open Large Language Models arxiv:2512.02556 cites OpenAlex cites:W4417006854 (top 20 by cited_by_count)
doi:10.3389/fonc.2026.1808714,arxiv:2512.02556,cites Knowledge localization is associated with higher performance of domestic large language models in a Chinese radiation oncology examination doi:10.3389/fonc.2026.1808714 DeepSeek-V3.2: Pushing the Frontier of Open Large Language Models arxiv:2512.02556 cites OpenAlex cites:W4417006854 (top 20 by cited_by_count)
doi:10.64898/2026.04.22.720079,arxiv:2512.02556,cites Decoding the phenomenology of spontaneous thought using large language-model ratings on verbal retrospective free reports doi:10.64898/2026.04.22.720079 DeepSeek-V3.2: Pushing the Frontier of Open Large Language Models arxiv:2512.02556 cites OpenAlex cites:W4417006854 (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.209ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository