citation_edge
Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository
3 rows where from_lom_id = "doi:10.1145/3770855.3817742"
This data as json, CSV (advanced)
| Link | from_lom_id | to_lom_id | kind | locator |
|---|---|---|---|---|
| doi:10.1145/3770855.3817742,arxiv:2502.13138,cites | PACE: Unleashing the Power of Code Embeddings to Boost AutoML Agents doi:10.1145/3770855.3817742 | Aide: Ai-driven exploration in the space of code arxiv:2502.13138 | cites | OpenAlex cites:W4407760093 (top 20 by cited_by_count) |
| doi:10.1145/3770855.3817742,arxiv:2505.14738,cites | PACE: Unleashing the Power of Code Embeddings to Boost AutoML Agents doi:10.1145/3770855.3817742 | R&d-agent: An llm-agent framework towards autonomous data science arxiv:2505.14738 | cites | OpenAlex cites:W4414801145 (top 20 by cited_by_count) |
| doi:10.1145/3770855.3817742,arxiv:2506.16499,cites | PACE: Unleashing the Power of Code Embeddings to Boost AutoML Agents doi:10.1145/3770855.3817742 | Ml-master: Towards ai-for-ai via integration of exploration and reasoning arxiv:2506.16499 | cites | OpenAlex cites:W4417538505 (top 20 by cited_by_count) |
Advanced export
JSON shape: default, array, newline-delimited, object
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)
);