@InProceedings{gardner-EtAl:2018:NLP-OSS,
  author    = {Gardner, Matt  and  Grus, Joel  and  Neumann, Mark  and  Tafjord, Oyvind  and  Dasigi, Pradeep  and  F. Liu, Nelson  and  Peters, Matthew  and  Schmitz, Michael  and  Zettlemoyer, Luke},
  title     = {AllenNLP: A Deep Semantic Natural Language Processing Platform},
  booktitle = {Proceedings of Workshop for NLP Open Source Software (NLP-OSS)},
  month     = {July},
  year      = {2018},
  address   = {Melbourne, Australia},
  publisher = {Association for Computational Linguistics},
  pages     = {1--6},
  abstract  = {Modern natural language processing (NLP) research requires writing code. Ideally this code would provide a precise definition of the approach, easy repeatability of results, and a basis for extending the research. However, many research codebases bury high-level parameters under implementation details, are challenging to run and debug, and are difficult enough to extend that they are more likely to be rewritten. This paper describes AllenNLP, a library for applying deep learning methods to NLP research that addresses these issues with easy-to-use command-line tools, declarative configuration-driven experiments, and modular NLP abstractions. AllenNLP has already increased the rate of research experimentation and the sharing of NLP components at the Allen Institute for Artificial Intelligence, and we are working to have the same impact across the field.},
  url       = {http://www.aclweb.org/anthology/W18-2501}
}

