A quick script to scrap and save all the published papers in Neural Information Processing Systems (abbreviated as NeurIPS and formerly NIPS) from 1987 to 2019.
The script scrap and save the data in two files.
-
Clone the repo.
git clone https://github.com/rowhitswami/All-NeurIPS-Papers-Scraper.git
-
Change the directory.
cd All-NeurIPS-Papers-Scraper
scrap_neurIPS_papers.py [-h] [-start START_YEAR] [-end END_YEAR]
Script to scrap NeurIPS Papers
optional arguments:
-h, --help show this help message and exit
-start START_YEAR The start year to scrap the papers
-end END_YEAR The end year to scrap the papers
- Simply run script to scrap and save all the papers.
python3 scrap_neurIPS_papers.py
- You can specify the range of years in which you want to scrap the papers. Example:
python3 scrap_neurIPS_papers.py -start=2002 -end=2010
- Get the help
python3 scrap_neurIPS_papers.py --help
Well, you can skip all the headache to run the script and grab the latest dataset from here. Show your support by upvoting the dataset. 😊
Rohit Swami |
Copyright 2020 Rohit Swami
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Data collection would not have been possible without https://nips.cc. A huge thanks to NeurIPS for making the data public.