paper-with-me

Papers

Text2KGBench: A Benchmark for Ontology-Driven Knowledge Graph Generation from Text

2023-08-04 · Nandana Mihindukulasooriya, Sanju Tiwari, Carlos F. Enguix, Kusum Lata

The recent advances in large language models (LLM) and foundation models with emergent capabilities have been shown to improve the performance of many NLP tasks. LLMs and Knowledge Graphs (KG) can complement each other such that LLMs can be used for KG construction or completion while existing KGs can be used for different tasks such as making LLM outputs explainable or fact-checking in Neuro-Symbolic manner. In this paper, we present Text2KGBench, a benchmark to evaluate the capabilities of language models to generate KGs from natural language text guided by an ontology. Given an input ontology and a set of sentences, the task is to extract facts from the text while complying with the given ontology (concepts, relations, domain/range constraints) and being faithful to the input sentences. We provide two datasets (i) Wikidata-TekGen with 10 ontologies and 13,474 sentences and (ii) DBpedia-WebNLG with 19 ontologies and 4,860 sentences. We define seven evaluation metrics to measure fact extraction performance, ontology conformance, and hallucinations by LLMs. Furthermore, we provide results for two baseline models, Vicuna-13B and Alpaca-LoRA-13B using automatic prompt generation from test cases. The baseline results show that there is room for improvement using both Semantic Web and Natural Language Processing techniques.

📄 PDF Abstract BibTeX arXiv:2308.02357

Code (1)

https://zenodo.org/record/7916716 공식 구현

Tasks

Fact CheckingGraph GenerationKnowledge Graphs

Methods 이 논문이 사용한 방법론

Ontology 설명 없음

Similar Papers 제목 키워드 기반

BioKGBench: A Knowledge Graph Checking Benchmark of AI Agent for Biomedical Science

2024-06-29 · Xinna Lin, Siqi Ma, Junjie Shan, Xiaojing Zhang 외

Pursuing artificial intelligence for biomedical science, a.k.a. AI Scientist, draws increasing attention, where one common approach is to build a copilot agent driven by Large Language Models (LLMs). However, to evaluate…

AI AgentClaim VerificationGraph Question AnsweringHallucination+3

ECKGBench: Benchmarking Large Language Models in E-commerce Leveraging Knowledge Graph

2025-03-20 · Langming Liu, Haibin Chen, Yuhao Wang, Yujin Yuan 외

Large language models (LLMs) have demonstrated their capabilities across various NLP tasks. Their potential in e-commerce is also substantial, evidenced by practical implementations such as platform search, personalized …

BenchmarkingHallucinationQuestion Answering

OntoTune: Ontology-Driven Self-training for Aligning Large Language Models

2025-02-08 · Zhiqiang Liu, Chengtao Gan, Junjie Wang, Yichi Zhang 외

Existing domain-specific Large Language Models (LLMs) are typically developed by fine-tuning general-purposed LLMs with large-scale domain-specific corpora. However, training on large-scale corpora often fails to effecti…

Hypernym DiscoveryIn-Context Learning

An Ontology-driven Dynamic Knowledge Base for Uninhabited Ground Vehicles

2026-02-11 · Hsan Sandar Win, Andrew Walters, Cheng-Chew Lim, Daniel Webber 외 arxiv

In this paper, the concept of Dynamic Contextual Mission Data (DCMD) is introduced to develop an ontology-driven dynamic knowledge base for Uninhabited Ground Vehicles (UGVs) at the tactical edge. The dynamic knowledge b…

Decision Making

Beyond Predefined Schemas: TRACE-KG for Context-Enriched Knowledge Graph Generation

2026-04-03 · Mohammad Sadeq Abolhasani, Yang Ba, Yixuan He, Rong Pan arxiv

Knowledge graph generation typically relies either on predefined ontologies or on schema-free extraction. Ontology-driven pipelines enforce consistent typing but require costly schema design and maintenance, whereas sche…

Graph GenerationKnowledge Graphs