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

12 rows where to_lom_id = "arxiv:2407.16741"

✎ 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:2407.16741,cites Can We Predict Before Executing Machine Learning Agents? arxiv:2601.05930 Openhands: An open platform for ai software developers as generalist agents arxiv:2407.16741 cites arxiv:2601.05930 reference list (arXiv HTML bibliography)
doi:10.1007/978-981-96-9986-5_35,arxiv:2407.16741,cites AutoBackend: Agent-Driven Framework for Intelligent Backend Development doi:10.1007/978-981-96-9986-5_35 Openhands: An open platform for ai software developers as generalist agents arxiv:2407.16741 cites OpenAlex cites:W4403885061 (top 20 by cited_by_count)
doi:10.1101/2025.05.14.654152,arxiv:2407.16741,cites Case Study of Using AI as Co-Pilot in Biotech Research: Functional Network Analysis of Invasive Cancer doi:10.1101/2025.05.14.654152 Openhands: An open platform for ai software developers as generalist agents arxiv:2407.16741 cites OpenAlex cites:W4403885061 (top 20 by cited_by_count)
doi:10.1109/llm4code66737.2025.00005,arxiv:2407.16741,cites Are Large Language Models Memorizing Bug Benchmarks? doi:10.1109/llm4code66737.2025.00005 Openhands: An open platform for ai software developers as generalist agents arxiv:2407.16741 cites OpenAlex cites:W4403885061 (top 20 by cited_by_count)
doi:10.1109/llm4code66737.2025.00014,arxiv:2407.16741,cites Proving the Coding Interview: A Benchmark for Formally Verified Code Generation doi:10.1109/llm4code66737.2025.00014 Openhands: An open platform for ai software developers as generalist agents arxiv:2407.16741 cites OpenAlex cites:W4403885061 (top 20 by cited_by_count)
doi:10.1145/3786335.3813220,arxiv:2407.16741,cites Wily: High-Performance Complexity Gated-Feedback for AI Coding Agents doi:10.1145/3786335.3813220 Openhands: An open platform for ai software developers as generalist agents arxiv:2407.16741 cites OpenAlex cites:W4403885061 (top 20 by cited_by_count)
doi:10.1145/3800645.3812956,arxiv:2407.16741,cites Compass vs Railway Tracks: Unpacking User Mental Models for Communicating Long-Horizon Work to Humans vs. AI doi:10.1145/3800645.3812956 Openhands: An open platform for ai software developers as generalist agents arxiv:2407.16741 cites OpenAlex cites:W4403885061 (top 20 by cited_by_count)
doi:10.1145/3805689.3812402,arxiv:2407.16741,cites Human oversight of agentic systems in practice: Examining the oversight work, challenges, and heuristics of developers using software agents doi:10.1145/3805689.3812402 Openhands: An open platform for ai software developers as generalist agents arxiv:2407.16741 cites OpenAlex cites:W4403885061 (top 20 by cited_by_count)
doi:10.1145/3805760.3814911,arxiv:2407.16741,cites Wink: Recovering from Misbehaviors in Coding Agents doi:10.1145/3805760.3814911 Openhands: An open platform for ai software developers as generalist agents arxiv:2407.16741 cites OpenAlex cites:W4403885061 (top 20 by cited_by_count)
doi:10.21468/scipostphys.20.3.091,arxiv:2407.16741,cites Agents of discovery doi:10.21468/scipostphys.20.3.091 Openhands: An open platform for ai software developers as generalist agents arxiv:2407.16741 cites OpenAlex cites:W4403885061 (top 20 by cited_by_count)
doi:10.32388/vv1661,arxiv:2407.16741,cites Challenges and Paths Towards AI for Software Engineering doi:10.32388/vv1661 Openhands: An open platform for ai software developers as generalist agents arxiv:2407.16741 cites OpenAlex cites:W4403885061 (top 20 by cited_by_count)
doi:10.36227/techrxiv.174612014.42157096/v1,arxiv:2407.16741,cites A Review on Agent-to-Agent Protocol: Concept, State-of-the-art, Challenges and Future Directions doi:10.36227/techrxiv.174612014.42157096/v1 Openhands: An open platform for ai software developers as generalist agents arxiv:2407.16741 cites OpenAlex cites:W4403885061 (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 7.855ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository