paper-with-me

홈 › Papers

iText2KG: Incremental Knowledge Graphs Construction Using Large Language Models

2024-09-05 · Yassir Lairgi, Ludovic Moncla, Rémy Cazabet, Khalid Benabdeslem, Pierre Cléau

Most available data is unstructured, making it challenging to access valuable information. Automatically building Knowledge Graphs (KGs) is crucial for structuring data and making it accessible, allowing users to search for information effectively. KGs also facilitate insights, inference, and reasoning. Traditional NLP methods, such as named entity recognition and relation extraction, are key in information retrieval but face limitations, including the use of predefined entity types and the need for supervised learning. Current research leverages large language models' capabilities, such as zero- or few-shot learning. However, unresolved and semantically duplicated entities and relations still pose challenges, leading to inconsistent graphs and requiring extensive post-processing. Additionally, most approaches are topic-dependent. In this paper, we propose iText2KG, a method for incremental, topic-independent KG construction without post-processing. This plug-and-play, zero-shot method is applicable across a wide range of KG construction scenarios and comprises four modules: Document Distiller, Incremental Entity Extractor, Incremental Relation Extractor, and Graph Integrator and Visualization. Our method demonstrates superior performance compared to baseline methods across three scenarios: converting scientific papers to graphs, websites to graphs, and CVs to graphs.

📄 PDF Abstract BibTeX arXiv:2409.03284

Code (1)

AuvaLab/itext2kg 공식 구현

Tasks

Few-Shot LearningInformation RetrievalKnowledge Graphsnamed-entity-recognitionNamed Entity RecognitionRelationRelation Extraction

Similar Papers 제목 키워드 기반

DIAL-KG: Schema-Free Incremental Knowledge Graph Construction via Dynamic Schema Induction and Evolution-Intent Assessment

2026-03-20 · Weidong Bao, Yilin Wang, Ruyu Gao, Fangling Leng 외 arxiv

Knowledge Graphs (KGs) are foundational to applications such as search, question answering, and recommendation. Conventional knowledge graph construction methods are predominantly static, rely ing on a single-step constr…

Question AnsweringEvent ExtractionKnowledge Graphs

Barack's Wife Hillary: Using Knowledge-Graphs for Fact-Aware Language Modeling

2019-06-17 · Robert L. Logan IV, Nelson F. Liu, Matthew E. Peters, Matt Gardner 외

Modeling human language requires the ability to not only generate fluent text but also encode factual knowledge. However, traditional language models are only capable of remembering facts seen at training time, and often…

Knowledge GraphsLanguage ModelingLanguage Modelling

Barack's Wife Hillary: Using Knowledge Graphs for Fact-Aware Language Modeling

2019-07-01 · ACL 2019 7 · Robert Logan, Nelson F. Liu, Matthew E. Peters, Matt Gardner 외

Modeling human language requires the ability to not only generate fluent text but also encode factual knowledge. However, traditional language models are only capable of remembering facts seen at training time, and often…

Knowledge GraphsLanguage ModelingLanguage Modelling

Growing and Serving Large Open-domain Knowledge Graphs

2023-05-16 · Ihab F. Ilyas, JP Lacerda, Yunyao Li, Umar Farooq Minhas 외

Applications of large open-domain knowledge graphs (KGs) to real-world problems pose many unique challenges. In this paper, we present extensions to Saga our platform for continuous construction and serving of knowledge …

Entity LinkingFact VerificationKnowledge Graph EmbeddingsKnowledge Graphs

Incremental Graph Construction Enables Robust Spectral Clustering of Texts

2026-03-03 · Marko Pranjić, Boshko Koloski, Nada Lavrač, Senja Pollak 외 arxiv

Neighborhood graphs are a critical but often fragile step in spectral clustering of text embeddings. On realistic text datasets, standard $k$-NN graphs can contain many disconnected components at practical sparsity level…