Papers with Code RSS Feeds

Published on under the Ideas category.

I was looking at Papers with Code earlier today and noticed there is no RSS or Atom feed available. I enjoy keeping up to date with the latest research in computer vision, a field covered by Papers with Code, so I decided to build an Atom feed generator for the website.

You can now subscribe to the papers listed on a Papers with Code task page using the following URL:


https://granary.io/url?input=jsonfeed&output=atom&url=https://jamesg.blog/pwc/?url=/task/

If you want to subscribe to the latest research, you can append /latest to the end of the url query string parameter.

My tool publishes JSON Feeds, which are more convenient to work with directly. Granary is used to convert the JSON Feed into an Atom feed for use in subscribing to content.

Here is an example of a feed that shows the latest object detection research on Papers with Code:


https://granary.io/url?input=jsonfeed&output=atom&url=https://jamesg.blog/pwc/?url=/task//latest

Feeds are cached for 15 minutes, after which point the cache expires and the underlying page on Papers with Code is recrawled.

If you have any questions about this feed, please email me at readers [at] jamesg [dot] blog. The code for this project is open source on GitHub, where contributions are welcome. I hope this tool is useful to you!

Go Back to the Top