reteplayground
Aggregate

The papers the most models cite

TitleCited By
Quantifying the Carbon Emissi…388,740
AssistanceZero: Scalably Solv…98,583
DeepSeekMath: Pushing the Lim…11,075
Learning Fine-Grained Bimanua…8,578
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 20 rows · 3.6 s · 14.5 MB of 1108.0 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX hf: <https://w3id.org/rete/huggingface#> PREFIX schema: <https://schema.org/> SELECT ?title (COUNT(?repo) AS ?citedBy) WHERE { ?repo hf:citesPaper ?paper . ?paper schema:name ?title . } GROUP BY ?title ORDER BY DESC(?citedBy) LIMIT 20

rete playground · documentation · github.com/caviri/rete