Retrieval Augmented Generation of Literature-derived Polymer Knowledge: The Example of a Biodegradable Polymer Expert System
Sonakshi Gupta, Akhlak Mahmood, Wei Xiong, Rampi Ramprasad
TL;DR
This work tackles the difficulty of mining unstructured polymer literature by building literature-grounded reasoning systems for PHAs. It develops two retrieval-augmented generation pipelines, VectorRAG (dense semantic) and GraphRAG (knowledge-graph–based), trained on a curated PHA corpus of 1,028 papers (44,609 paragraphs) and a broader ~3 million-document literature corpus. The authors implement context-preserving paragraph chunks and domain-aware entity normalization to enable multi-hop reasoning with interpretable evidence trails, and they validate the systems with 113 domain-expert questions plus expert evaluations, highlighting that GraphRAG offers higher precision and interpretability while VectorRAG provides broader recall. The study demonstrates a practical, transparent path to trustworthy literature analysis at scale, with an interactive interface and performance that rivals or surpasses web-backed systems in domain grounding, while reducing reliance on opaque proprietary models and enabling applicability to other materials domains.
Abstract
Polymer literature contains a large and growing body of experimental knowledge, yet much of it is buried in unstructured text and inconsistent terminology, making systematic retrieval and reasoning difficult. Existing tools typically extract narrow, study-specific facts in isolation, failing to preserve the cross-study context required to answer broader scientific questions. Retrieval-augmented generation (RAG) offers a promising way to overcome this limitation by combining large language models (LLMs) with external retrieval, but its effectiveness depends strongly on how domain knowledge is represented. In this work, we develop two retrieval pipelines: a dense semantic vector-based approach (VectorRAG) and a graph-based approach (GraphRAG). Using over 1,000 polyhydroxyalkanoate (PHA) papers, we construct context-preserving paragraph embeddings and a canonicalized structured knowledge graph supporting entity disambiguation and multi-hop reasoning. We evaluate these pipelines through standard retrieval metrics, comparisons with general state-of-the-art systems such as GPT and Gemini, and qualitative validation by a domain chemist. The results show that GraphRAG achieves higher precision and interpretability, while VectorRAG provides broader recall, highlighting complementary trade-offs. Expert validation further confirms that the tailored pipelines, particularly GraphRAG, produce well-grounded, citation-reliable responses with strong domain relevance. By grounding every statement in evidence, these systems enable researchers to navigate the literature, compare findings across studies, and uncover patterns that are difficult to extract manually. More broadly, this work establishes a practical framework for building materials science assistants using curated corpora and retrieval design, reducing reliance on proprietary models while enabling trustworthy literature analysis at scale.
