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:2404.07738"

✎ 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:2404.07738,cites The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery arxiv:2408.06292 Researchagent: Iterative research idea generation over scientific literature with large language models, 2024 arxiv:2404.07738 cites arxiv:2408.06292 reference list (arXiv HTML bibliography)
doi:10.1007/s11432-024-4485-0,arxiv:2404.07738,cites From intention to implementation: automating biomedical research via LLMs doi:10.1007/s11432-024-4485-0 Researchagent: Iterative research idea generation over scientific literature with large language models, 2024 arxiv:2404.07738 cites OpenAlex cites:W4394781933 (top 20 by cited_by_count)
doi:10.1016/j.eswa.2025.127455,arxiv:2404.07738,cites SMAR + NIE IdeaGen: A knowledge graph based node importance estimation with analogical reasoning on large language model for idea generation doi:10.1016/j.eswa.2025.127455 Researchagent: Iterative research idea generation over scientific literature with large language models, 2024 arxiv:2404.07738 cites OpenAlex cites:W4394781933 (top 20 by cited_by_count)
doi:10.1016/j.trc.2025.105187,arxiv:2404.07738,cites Automating traffic model enhancement with AI research agent doi:10.1016/j.trc.2025.105187 Researchagent: Iterative research idea generation over scientific literature with large language models, 2024 arxiv:2404.07738 cites OpenAlex cites:W4394781933 (top 20 by cited_by_count)
doi:10.1038/s41568-025-00900-0,arxiv:2404.07738,cites Artificial intelligence agents in cancer research and oncology doi:10.1038/s41568-025-00900-0 Researchagent: Iterative research idea generation over scientific literature with large language models, 2024 arxiv:2404.07738 cites OpenAlex cites:W4394781933 (top 20 by cited_by_count)
doi:10.1080/17538947.2025.2449708,arxiv:2404.07738,cites JiuZhou: open foundation language models and effective pre-training framework for geoscience doi:10.1080/17538947.2025.2449708 Researchagent: Iterative research idea generation over scientific literature with large language models, 2024 arxiv:2404.07738 cites OpenAlex cites:W4394781933 (top 20 by cited_by_count)
doi:10.1080/19475683.2025.2552161,arxiv:2404.07738,cites GIScience in the era of Artificial Intelligence: a research agenda towards Autonomous GIS doi:10.1080/19475683.2025.2552161 Researchagent: Iterative research idea generation over scientific literature with large language models, 2024 arxiv:2404.07738 cites OpenAlex cites:W4394781933 (top 20 by cited_by_count)
doi:10.1088/2632-2153/adb00a,arxiv:2404.07738,cites Discovering emergent connections in quantum physics research via dynamic word embeddings doi:10.1088/2632-2153/adb00a Researchagent: Iterative research idea generation over scientific literature with large language models, 2024 arxiv:2404.07738 cites OpenAlex cites:W4394781933 (top 20 by cited_by_count)
doi:10.1098/rsos.241678,arxiv:2404.07738,cites Collective predictive coding as model of science: formalizing scientific activities towards generative science doi:10.1098/rsos.241678 Researchagent: Iterative research idea generation over scientific literature with large language models, 2024 arxiv:2404.07738 cites OpenAlex cites:W4394781933 (top 20 by cited_by_count)
doi:10.1109/bigdata62323.2024.10825618,arxiv:2404.07738,cites Embracing Foundation Models for Advancing Scientific Discovery doi:10.1109/bigdata62323.2024.10825618 Researchagent: Iterative research idea generation over scientific literature with large language models, 2024 arxiv:2404.07738 cites OpenAlex cites:W4394781933 (top 20 by cited_by_count)
doi:10.1145/3698061.3726935,arxiv:2404.07738,cites "The Diagram is like Guardrails": Structuring GenAI-assisted Hypotheses Exploration with an Interactive Shared Representation doi:10.1145/3698061.3726935 Researchagent: Iterative research idea generation over scientific literature with large language models, 2024 arxiv:2404.07738 cites OpenAlex cites:W4394781933 (top 20 by cited_by_count)
doi:10.1145/3706598.3714057,arxiv:2404.07738,cites IdeaSynth: Iterative Research Idea Development Through Evolving and Composing Idea Facets with Literature-Grounded Feedback doi:10.1145/3706598.3714057 Researchagent: Iterative research idea generation over scientific literature with large language models, 2024 arxiv:2404.07738 cites OpenAlex cites:W4394781933 (top 20 by cited_by_count)
doi:10.2139/ssrn.4841493,arxiv:2404.07738,cites FinRobot: An Open-Source AI Agent Platform for Financial Applications using Large Language Models doi:10.2139/ssrn.4841493 Researchagent: Iterative research idea generation over scientific literature with large language models, 2024 arxiv:2404.07738 cites OpenAlex cites:W4394781933 (top 20 by cited_by_count)
doi:10.64898/2026.01.05.697809,arxiv:2404.07738,cites Can AI Conduct Autonomous Scientific Research? Case Studies on Two Real-World Tasks doi:10.64898/2026.01.05.697809 Researchagent: Iterative research idea generation over scientific literature with large language models, 2024 arxiv:2404.07738 cites OpenAlex cites:W4394781933 (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.065ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository