English

Retrieval Augmented Generation using Engineering Design Knowledge

Computation and Language 2024-08-27 v9 Databases Information Retrieval

Abstract

Aiming to support Retrieval Augmented Generation (RAG) in the design process, we present a method to identify explicit, engineering design facts - {head entity :: relationship :: tail entity} from patented artefact descriptions. Given a sentence with a pair of entities (based on noun phrases) marked in a unique manner, our method extracts the relationship that is explicitly communicated in the sentence. For this task, we create a dataset of 375,084 examples and fine-tune language models for relation identification (token classification) and elicitation (sequence-to-sequence). The token classification approach achieves up to 99.7 % accuracy. Upon applying the method to a domain of 4,870 fan system patents, we populate a knowledge base of over 2.93 million facts. Using this knowledge base, we demonstrate how Large Language Models (LLMs) are guided by explicit facts to synthesise knowledge and generate technical and cohesive responses when sought out for knowledge retrieval tasks in the design process.

Keywords

Cite

@article{arxiv.2307.06985,
  title  = {Retrieval Augmented Generation using Engineering Design Knowledge},
  author = {L. Siddharth and Jianxi Luo},
  journal= {arXiv preprint arXiv:2307.06985},
  year   = {2024}
}

Comments

Resources: Dataset - https://huggingface.co/datasets/siddharthl1293/engineering_design_facts Training Infrastructure - https://zenodo.org/records/12012131 Trained model - https://huggingface.co/siddharthl1293/albert-albert-large-v2 Application - https://github.com/siddharthl93/engineering-design-knowledge

R2 v1 2026-06-28T11:29:47.833Z