EMNLP 2021main4 citations

Extracting Material Property Measurement Data from Scientific Articles

Gihan Panapitiya, Fred Parks, Jonathan Sepulveda, Emily Saldanha

Abstract

Machine learning-based prediction of material properties is often hampered by the lack of sufficiently large training data sets. The majority of such measurement data is embedded in scientific literature and the ability to automatically extract these data is essential to support the development of reliable property prediction methods. In this work, we describe a methodology for developing an automatic property extraction framework using material solubility as the target property. We create a training and evaluation data set containing tags for solubility-related entities using a combination of regular expressions and manual tagging. We then compare five entity recognition models leveraging both token-level and span-level architectures on the task of classifying solute names, solubility values, and solubility units. Additionally, we explore a novel pretraining approach that leverages automated chemical name and quantity extraction tools to generate large datasets that do not rely on intensive manual tagging. Finally, we perform an analysis to identify the causes of classification errors.

BibTeX
@inproceedings{panapitiya-etal-2021-extracting,
    title = "Extracting Material Property Measurement Data from Scientific Articles",
    author = "Panapitiya, Gihan  and
      Parks, Fred  and
      Sepulveda, Jonathan  and
      Saldanha, Emily",
    editor = "Moens, Marie-Francine  and
      Huang, Xuanjing  and
      Specia, Lucia  and
      Yih, Scott Wen-tau",
    booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2021",
    address = "Online and Punta Cana, Dominican Republic",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.emnlp-main.438/",
    doi = "10.18653/v1/2021.emnlp-main.438",
    pages = "5393--5402"
}