Extracting Polymer Nanocomposite Samples from Full-Length Documents
Ghazal Khalighinejad, Defne Circi, L. C. Brinson, Bhuwan Dhingra
TL;DR
This work tackles the problem of automatically extracting $N$-ary polymer nanocomposite samples from full-length materials science articles. It introduces PNCExtract, a benchmark with a dual evaluation framework (Partial-F1 and Strict-F1) and a NanoMine-derived dataset, and systematically compares End-to-End and NER+RE prompting strategies, augmented by self-consistency and dense retrieval for long documents. The results show that GPT-4 Turbo in a zero-shot setting can surpass some baselines but still misses a substantial portion of samples, with key error modes including composition complexity and non-standard chemical names. Overall, the paper advances automated, scalable extraction of materials data from full texts and points to multimodal and enhanced normalization techniques as promising directions for future work.
Abstract
This paper investigates the use of large language models (LLMs) for extracting sample lists of polymer nanocomposites (PNCs) from full-length materials science research papers. The challenge lies in the complex nature of PNC samples, which have numerous attributes scattered throughout the text. The complexity of annotating detailed information on PNCs limits the availability of data, making conventional document-level relation extraction techniques impractical due to the challenge in creating comprehensive named entity span annotations. To address this, we introduce a new benchmark and an evaluation technique for this task and explore different prompting strategies in a zero-shot manner. We also incorporate self-consistency to improve the performance. Our findings show that even advanced LLMs struggle to extract all of the samples from an article. Finally, we analyze the errors encountered in this process, categorizing them into three main challenges, and discuss potential strategies for future research to overcome them.
