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

8 rows where to_lom_id = "arxiv:2402.17453"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: locator

Link from_lom_id to_lom_id kind locator
arxiv:2601.05930,arxiv:2402.17453,cites Can We Predict Before Executing Machine Learning Agents? arxiv:2601.05930 Ds-agent: Automated data science by empowering large language models with case-based reasoning arxiv:2402.17453 cites arxiv:2601.05930 reference list (arXiv HTML bibliography)
doi:10.1016/j.trc.2025.105187,arxiv:2402.17453,cites Automating traffic model enhancement with AI research agent doi:10.1016/j.trc.2025.105187 Ds-agent: Automated data science by empowering large language models with case-based reasoning arxiv:2402.17453 cites OpenAlex cites:W4392271261 (top 20 by cited_by_count)
doi:10.1080/10095020.2025.2483884,arxiv:2402.17453,cites Design and application of a semantic-driven geospatial modeling knowledge graph based on large language models doi:10.1080/10095020.2025.2483884 Ds-agent: Automated data science by empowering large language models with case-based reasoning arxiv:2402.17453 cites OpenAlex cites:W4392271261 (top 20 by cited_by_count)
doi:10.1080/19475683.2025.2552161,arxiv:2402.17453,cites GIScience in the era of Artificial Intelligence: a research agenda towards Autonomous GIS doi:10.1080/19475683.2025.2552161 Ds-agent: Automated data science by empowering large language models with case-based reasoning arxiv:2402.17453 cites OpenAlex cites:W4392271261 (top 20 by cited_by_count)
doi:10.1080/20964471.2025.2600178,arxiv:2402.17453,cites An LLM-based multi-agent system for remote sensing analysis doi:10.1080/20964471.2025.2600178 Ds-agent: Automated data science by empowering large language models with case-based reasoning arxiv:2402.17453 cites OpenAlex cites:W4392271261 (top 20 by cited_by_count)
doi:10.1101/2025.02.23.639768,arxiv:2402.17453,cites AIRUS: a simple workflow for AI-assisted exploration of scientific data doi:10.1101/2025.02.23.639768 Ds-agent: Automated data science by empowering large language models with case-based reasoning arxiv:2402.17453 cites OpenAlex cites:W4392271261 (top 20 by cited_by_count)
doi:10.1109/acait63902.2024.11022234,arxiv:2402.17453,cites EECSA: Enhancing Textual Sentiment Analysis through Emotion-Enriched Contextual Integration and Self-Adaptive Prompting Optimization doi:10.1109/acait63902.2024.11022234 Ds-agent: Automated data science by empowering large language models with case-based reasoning arxiv:2402.17453 cites OpenAlex cites:W4392271261 (top 20 by cited_by_count)
doi:10.1145/3772318.3790802,arxiv:2402.17453,cites "I Need to Find That One Chart": How Data Workers Navigate, Summarize and Communicate Analytical Conversations doi:10.1145/3772318.3790802 Ds-agent: Automated data science by empowering large language models with case-based reasoning arxiv:2402.17453 cites OpenAlex cites:W4392271261 (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.817ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository