Extracting Accurate Materials Data from Research Papers with Conversational Language Models and Prompt Engineering
Maciej P. Polak, Dane Morgan
TL;DR
The paper tackles the bottleneck of manual data extraction from research papers by introducing ChatExtract, a zero-shot workflow that leverages engineered prompts within conversational LLMs to reliably extract Material-Value-Unit triplets. By combining relevance classification, carefully structured multi-step questioning, and redundancy through follow-up prompts, the method significantly mitigates hallucinations and improves data fidelity, achieving high precision and recall across tested properties (e.g., up to $P\approx90.8\%$, $R\approx87.7\%$ for bulk modulus with GPT-4). The approach is demonstrated on multiple datasets, including critical cooling rates for metallic glasses and yield strengths for high-entropy alloys, producing raw, cleaned, and standardized databases and showing strong transferability across models and properties. The results suggest that ChatExtract can simplify and accelerate large-scale materials databases development, with potential for broader adoption as LLMs evolve. Overall, the study provides a practical, transferable framework for automated, high-quality data extraction from scientific literature.
Abstract
There has been a growing effort to replace manual extraction of data from research papers with automated data extraction based on natural language processing, language models, and recently, large language models (LLMs). Although these methods enable efficient extraction of data from large sets of research papers, they require a significant amount of up-front effort, expertise, and coding. In this work we propose the ChatExtract method that can fully automate very accurate data extraction with minimal initial effort and background, using an advanced conversational LLM. ChatExtract consists of a set of engineered prompts applied to a conversational LLM that both identify sentences with data, extract that data, and assure the data's correctness through a series of follow-up questions. These follow-up questions largely overcome known issues with LLMs providing factually inaccurate responses. ChatExtract can be applied with any conversational LLMs and yields very high quality data extraction. In tests on materials data we find precision and recall both close to 90% from the best conversational LLMs, like ChatGPT-4. We demonstrate that the exceptional performance is enabled by the information retention in a conversational model combined with purposeful redundancy and introducing uncertainty through follow-up prompts. These results suggest that approaches similar to ChatExtract, due to their simplicity, transferability, and accuracy are likely to become powerful tools for data extraction in the near future. Finally, databases for critical cooling rates of metallic glasses and yield strengths of high entropy alloys are developed using ChatExtract.
