NIPS 2015 Papers
Explore and analyze this year's NIPS papers
@kaggle.benhamner_nips_2015_papers
Explore and analyze this year's NIPS papers
@kaggle.benhamner_nips_2015_papers
Neural Information Processing Systems (NIPS) is one of the top machine learning conferences in the world. It covers topics ranging from deep learning and computer vision to cognitive science and reinforcement learning.
This year, Kaggle is hosting the NIPS 2015 paper dataset to facilitate and showcase exploratory analytics on the NIPS data. We've extracted the paper text from the raw PDF files and are releasing that both in CSV files and as a SQLite database. Here's a quick script that gives an overview of what's included in the data.
We encourage you to explore this data and share what you find through Kaggle Scripts!
Overview of the data in Kaggle Scripts.
nips-2015-papers-release-*.zip (downloadable from the link above) contains the below files/folders. All this data's available through Kaggle Scripts as well, and you can create a new script to immediately start exploring the data in R, Python, Julia, or SQLite.
This dataset is available in two formats: three CSV files and a single SQLite database (consisting of three tables with content identical to the CSV files).
You can see the code used to create this dataset on Github.
This file contains one row for each of the 403 NIPS papers from this year's conference. It includes the following fields
This file contains id's and names for each of the authors on this year's NIPS papers.
This file links papers to their corresponding authors.
This SQLite database contains the tables with equivalent data and formatting as the Papers.csv, Authors.csv, and PaperAuthors.csv files.
This folder contains the raw pdf files for each of the papers.
Anyone who has the link will be able to view this.