To add paper to reading list
python add_paper.py --paper 1909.08053
Does not handle deduplication.
python add_paper.py --paper 1909.08054 --dryrun
To add paper to the README and create notes page
python add_paper.py --paper 1909.08053 --name megatron_lm_1 --notes
--name
param is used for the file name of the paper's notes page.