-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compare statistics between PWC and LPWC #4
Comments
Posted paperswithcode/paperswithcode-data#29 |
Papers with Code: PREFIX lpwc: <https://linkedpaperswithcode.com/property/>
SELECT (COUNT(DISTINCT ?paper) AS ?count)
WHERE {
?paper a <https://linkedpaperswithcode.com/class/paper> .
{
{?paper lpwc:hasOfficialRepository ?code .}
UNION
{?paper lpwc:hasRepository ?code .}
}
} Result: 99367 Datasets: Evaluations: I will have a closer look at the data in the coming weeks when I regenerate and update the LPWC Knowledge Graph. |
hi @davidlamprecht !
|
Here are some stats coming from
(This is an emacs org-mode formula to compute the ratios.
0.00
doesn't mean there are no such in PWC, just that they are not on the homepage)The results are puzzling:
I think that the PWC stats are very much outdated? But how to explain the "crossed" ratios on different kinds of objects?
The text was updated successfully, but these errors were encountered: