Scholarly-Metadata

This repository contains the code for downloading the papers and the meta data for publications in NeurIPS Proceedings, (ACL Anthology)[https://aclanthology.org/]), and (ISCA Archive)[https://www.isca-speech.org].

Steps

Build the docker image:

docker build -t reproducibility-analysis -f artifact/setup/dockerfile artifact

Run the docker image:

docker run -it --rm -v $(pwd):/workspace reproducibility-analysis bash

First, download the metadata for NeurIPS and Interspeech:

python src/find_papers.py 

Then download the papers:

python src/download_papers.py