paper-with-me

Papers

Enhancing Knowledge Graph Construction Using Large Language Models

2023-05-08 · Milena Trajanoska, Riste Stojanov, Dimitar Trajanov

The growing trend of Large Language Models (LLM) development has attracted significant attention, with models for various applications emerging consistently. However, the combined application of Large Language Models with semantic technologies for reasoning and inference is still a challenging task. This paper analyzes how the current advances in foundational LLM, like ChatGPT, can be compared with the specialized pretrained models, like REBEL, for joint entity and relation extraction. To evaluate this approach, we conducted several experiments using sustainability-related text as our use case. We created pipelines for the automatic creation of Knowledge Graphs from raw texts, and our findings indicate that using advanced LLM models can improve the accuracy of the process of creating these graphs from unstructured text. Furthermore, we explored the potential of automatic ontology creation using foundation LLM models, which resulted in even more relevant and accurate knowledge graphs.

📄 PDF Abstract BibTeX arXiv:2305.04676

Code (0)

등록된 구현이 없습니다.

Tasks

graph constructionJoint Entity and Relation ExtractionKnowledge GraphsRelation Extraction

Methods 이 논문이 사용한 방법론

Ontology 설명 없음

Similar Papers 제목 키워드 기반

RAKG:Document-level Retrieval Augmented Knowledge Graph Construction

2025-04-14 · Hairong Zhang, Jiaheng Si, Guohang Yan, Boyuan Qi 외

With the rise of knowledge graph based retrieval-augmented generation (RAG) techniques such as GraphRAG and Pike-RAG, the role of knowledge graphs in enhancing the reasoning capabilities of large language models (LLMs) h…

coreference-resolutionCoreference ResolutionEntity Disambiguationgraph construction+4

Graphusion: Leveraging Large Language Models for Scientific Knowledge Graph Fusion and Construction in NLP Education

2024-07-15 · Rui Yang, Boming Yang, Sixun Ouyang, Tianwei She 외

Knowledge graphs (KGs) are crucial in the field of artificial intelligence and are widely applied in downstream tasks, such as enhancing Question Answering (QA) systems. The construction of KGs typically requires signifi…

graph constructionKnowledge GraphsLink PredictionQuestion Answering+1

AutoKG: Efficient Automated Knowledge Graph Generation for Language Models

2023-11-22 · Bohan Chen, Andrea L. Bertozzi

Traditional methods of linking large language models (LLMs) to knowledge bases via the semantic similarity search often fall short of capturing complex relational dynamics. To address these limitations, we introduce Auto…

Graph GenerationRetrievalSemantic SimilaritySemantic Textual Similarity

Improving Factuality in LLMs via Inference-Time Knowledge Graph Construction

2025-08-31 · Shanglin Wu, Lihui Liu, Jinho D. Choi, Kai Shu arxiv

Large Language Models (LLMs) often struggle with producing factually consistent answers due to limitations in their parametric memory. Retrieval-Augmented Generation (RAG) paradigms mitigate this issue by incorporating e…

Knowledge Graphs

A Query-Aware Multi-Path Knowledge Graph Fusion Approach for Enhancing Retrieval-Augmented Generation in Large Language Models

2025-07-07 · Qikai Wei, Huansheng Ning, Chunlong Han, Jianguo Ding arxiv

Retrieval Augmented Generation (RAG) has gradually emerged as a promising paradigm for enhancing the accuracy and factual consistency of content generated by large language models (LLMs). However, existing RAG studies pr…