Skip to content

Instantly share code, notes, and snippets.

@yoavg
Last active March 6, 2024 14:42
Show Gist options
  • Save yoavg/aa8f685ef546bcb455759acf8fbcb697 to your computer and use it in GitHub Desktop.
Save yoavg/aa8f685ef546bcb455759acf8fbcb697 to your computer and use it in GitHub Desktop.

NLP Reading

Books

Courses

I like the NLP and related courses from Michael Collins, Jacob Eisenstein, Graham Neubig, Greg Durret, Jason Eisner. (There are also many others, but this is an initial good list to follow).

Conferences

The main conferences in NLP are ACL, NAACL, EMNLP, EACL. The main journal is TACL. You can look up conferences websites and look for the list of accepted papers for a given year to stay up-to-date. For older stuff, the Computational Linguistics Journal (CL) used to be very good, until 2012 or so.

The ACL Anthology has all the papers from all maajor NLP conferences (including the ones mentioned above, and others). It also allows searching within this collection, which is great if you want to dig in on a topic.

Reading pay-walled papers

Most papers in NLP are free. If you ocassionally come across a locked one (where a publisher charges for money to read a paper) which you really want to read, try pasting the URL into sci-hub.

Blogs

These come and go. Currently (as of 2018-2019), Sebatian Ruder writes the leading one. He also maintains a page for tracking NLP Progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment