paper-with-me

Papers

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 AutoKG, a lightweight and efficient approach for automated knowledge graph (KG) construction. For a given knowledge base consisting of text blocks, AutoKG first extracts keywords using a LLM and then evaluates the relationship weight between each pair of keywords using graph Laplace learning. We employ a hybrid search scheme combining vector similarity and graph-based associations to enrich LLM responses. Preliminary experiments demonstrate that AutoKG offers a more comprehensive and interconnected knowledge retrieval mechanism compared to the semantic similarity search, thereby enhancing the capabilities of LLMs in generating more insightful and relevant outputs.

📄 PDF Abstract BibTeX arXiv:2311.14740

Code (1)

wispcarey/autokg 공식 구현

Tasks

Graph GenerationRetrievalSemantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

LLMs for Knowledge Graph Construction and Reasoning: Recent Capabilities and Future Opportunities

2023-05-22 · Yuqi Zhu, Xiaohan Wang, Jing Chen, Shuofei Qiao 외

This paper presents an exhaustive quantitative and qualitative evaluation of Large Language Models (LLMs) for Knowledge Graph (KG) construction and reasoning. We engage in experiments across eight diverse datasets, focus…

Event Extractiongraph constructionKnowledge GraphsLink Prediction+2

BanglaAutoKG: Automatic Bangla Knowledge Graph Construction with Semantic Neural Graph Filtering

2024-04-04 · Azmine Toushik Wasi, Taki Hasan Rafi, Raima Islam, Dong-Kyu Chae

Knowledge Graphs (KGs) have proven essential in information processing and reasoning applications because they link related entities and give context-rich information, supporting efficient information retrieval and knowl…

graph constructionInformation RetrievalKnowledge Graphsnamed-entity-recognition+4

AutoKG: Constructing Virtual Knowledge Graphs from Unstructured Documents for Question Answering

2020-08-20 · Seunghak Yu, Tianxing He, James Glass

Knowledge graphs (KGs) have the advantage of providing fine-grained detail for question-answering systems. Unfortunately, building a reliable KG is time-consuming and expensive as it requires human intervention. To overc…

FormKnowledge GraphsLanguage ModellingQuestion Answering+1

KARGEN: Knowledge-enhanced Automated Radiology Report Generation Using Large Language Models

2024-09-09 · Yingshu Li, Zhanyu Wang, Yunyi Liu, Lei Wang 외

Harnessing the robust capabilities of Large Language Models (LLMs) for narrative generation, logical reasoning, and common-sense knowledge integration, this study delves into utilizing LLMs to enhance automated radiology…

Common Sense ReasoningLogical Reasoning

Automated Decision-Making on Networks with LLMs through Knowledge-Guided Evolution

2025-06-17 · Xiaohan Zheng, Lanning Wei, Yong Li, Quanming Yao

Effective decision-making on networks often relies on learning from graph-structured data, where Graph Neural Networks (GNNs) play a central role, but they take efforts to configure and tune. In this demo, we propose LLM…

Decision MakingGraph LearningRAGRetrieval-augmented Generation