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

14 rows where to_lom_id = "arxiv:2506.02153"

✎ 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:2506.02153,cites DiscoGen: Procedural Generation of Algorithm Discovery Tasks in Machine Learning arxiv:2603.17863 Small Language Models are the Future of Agentic AI arxiv:2506.02153 cites arxiv:2603.17863 reference list (arXiv HTML bibliography)
doi:10.1007/978-3-032-29794-5_17,arxiv:2506.02153,cites Small Language Models for Education: Opportunities, Challenges, and a Shared Research Agenda doi:10.1007/978-3-032-29794-5_17 Small Language Models are the Future of Agentic AI arxiv:2506.02153 cites OpenAlex cites:W4415130727 (top 20 by cited_by_count)
doi:10.1007/s11831-026-10675-8,arxiv:2506.02153,cites A Holistic Review of Agentic AI Frameworks, Applications, and Research Trajectories doi:10.1007/s11831-026-10675-8 Small Language Models are the Future of Agentic AI arxiv:2506.02153 cites OpenAlex cites:W4415130727 (top 20 by cited_by_count)
doi:10.1017/pds.2026.10576,arxiv:2506.02153,cites Challenges hindering the application of GenAI methods in engineering design and the product development process: a meta-analysis doi:10.1017/pds.2026.10576 Small Language Models are the Future of Agentic AI arxiv:2506.02153 cites OpenAlex cites:W4415130727 (top 20 by cited_by_count)
doi:10.1080/07908318.2025.2574633,arxiv:2506.02153,cites Mind the gap in AI integration: a comparative study of language teachers’ responses in a national survey doi:10.1080/07908318.2025.2574633 Small Language Models are the Future of Agentic AI arxiv:2506.02153 cites OpenAlex cites:W4415130727 (top 20 by cited_by_count)
doi:10.1145/3768292.3770394,arxiv:2506.02153,cites Tracing Positional Bias in Financial Decision-Making: Mechanistic Insights from Qwen2.5 doi:10.1145/3768292.3770394 Small Language Models are the Future of Agentic AI arxiv:2506.02153 cites OpenAlex cites:W4415130727 (top 20 by cited_by_count)
doi:10.1145/3786335.3813158,arxiv:2506.02153,cites fastWorkflow: Closing the Performance Gap Between Small and Frontier Language Models for Conversational Agents doi:10.1145/3786335.3813158 Small Language Models are the Future of Agentic AI arxiv:2506.02153 cites OpenAlex cites:W4415130727 (top 20 by cited_by_count)
doi:10.1145/3797145,arxiv:2506.02153,cites Small Is Beautiful: A Practical and Efficient Log Parsing Framework doi:10.1145/3797145 Small Language Models are the Future of Agentic AI arxiv:2506.02153 cites OpenAlex cites:W4415130727 (top 20 by cited_by_count)
doi:10.1161/hypertensionaha.126.27004,arxiv:2506.02153,cites Empowering Patients and Clinicians: LLMs in Hypertension Care, A Scoping Review doi:10.1161/hypertensionaha.126.27004 Small Language Models are the Future of Agentic AI arxiv:2506.02153 cites OpenAlex cites:W4415130727 (top 20 by cited_by_count)
doi:10.2196/86365,arxiv:2506.02153,cites Context-Aware Sentence Classification of Radiology Reports Using Synthetic Data: Development and Validation Study doi:10.2196/86365 Small Language Models are the Future of Agentic AI arxiv:2506.02153 cites OpenAlex cites:W4415130727 (top 20 by cited_by_count)
doi:10.60097/acig/215416,arxiv:2506.02153,cites Artificial Intelligence Propaganda Factories with Language Models doi:10.60097/acig/215416 Small Language Models are the Future of Agentic AI arxiv:2506.02153 cites OpenAlex cites:W4415130727 (top 20 by cited_by_count)
doi:10.64628/aai.6g5jsmq3s,arxiv:2506.02153,cites How AI English and human English differ – and how to decide when to use artificial language doi:10.64628/aai.6g5jsmq3s Small Language Models are the Future of Agentic AI arxiv:2506.02153 cites OpenAlex cites:W4415130727 (top 20 by cited_by_count)
doi:10.7717/peerj-cs.3761,arxiv:2506.02153,cites A review of the evolution and challenges of few-shot medical image semantic segmentation doi:10.7717/peerj-cs.3761 Small Language Models are the Future of Agentic AI arxiv:2506.02153 cites OpenAlex cites:W4415130727 (top 20 by cited_by_count)
doi:10.7717/peerj-cs.4000,arxiv:2506.02153,cites Generative small language models in clinical NLP: applications, adaptation, and evaluation doi:10.7717/peerj-cs.4000 Small Language Models are the Future of Agentic AI arxiv:2506.02153 cites OpenAlex cites:W4415130727 (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 9.097ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository