paper-with-me

Papers

Scalable Knowledge Graph Construction and Inference on Human Genome Variants

2023-12-07 · Shivika Prasanna, Deepthi Rao, Eduardo Simoes, Praveen Rao

Real-world knowledge can be represented as a graph consisting of entities and relationships between the entities. The need for efficient and scalable solutions arises when dealing with vast genomic data, like RNA-sequencing. Knowledge graphs offer a powerful approach for various tasks in such large-scale genomic data, such as analysis and inference. In this work, variant-level information extracted from the RNA-sequences of vaccine-na\"ive COVID-19 patients have been represented as a unified, large knowledge graph. Variant call format (VCF) files containing the variant-level information were annotated to include further information for each variant. The data records in the annotated files were then converted to Resource Description Framework (RDF) triples. Each VCF file obtained had an associated CADD scores file that contained the raw and Phred-scaled scores for each variant. An ontology was defined for the VCF and CADD scores files. Using this ontology and the extracted information, a large, scalable knowledge graph was created. Available graph storage was then leveraged to query and create datasets for further downstream tasks. We also present a case study using the knowledge graph and perform a classification task using graph machine learning. We also draw comparisons between different Graph Neural Networks (GNNs) for the case study.

📄 PDF Abstract BibTeX arXiv:2312.04423

Code (0)

등록된 구현이 없습니다.

Tasks

graph constructionKnowledge GraphsWorld Knowledge

Methods 이 논문이 사용한 방법론

Ontology 설명 없음

Similar Papers 제목 키워드 기반

Ontology-grounded Automatic Knowledge Graph Construction by LLM under Wikidata schema

2024-12-30 · Xiaohan Feng, Xixin Wu, Helen Meng

We propose an ontology-grounded approach to Knowledge Graph (KG) construction using Large Language Models (LLMs) on a knowledge base. An ontology is authored by generating Competency Questions (CQ) on knowledge base to d…

graph construction

Hierarchical Knowledge Graph Construction from Images for Scalable E-Commerce

2024-10-28 · Zhantao Yang, Han Zhang, Fangyi Chen, Anudeepsekhar Bolimera 외

Knowledge Graph (KG) is playing an increasingly important role in various AI systems. For e-commerce, an efficient and low-cost automated knowledge graph construction method is the foundation of enabling various successf…

Benchmarkinggraph constructionKnowledge GraphsLanguage Modeling+2

gBuilder: A Scalable Knowledge Graph Construction System for Unstructured Corpus

2022-08-20 · Yanzeng Li, Lei Zou

We design a user-friendly and scalable knowledge graph construction (KGC) system for extracting structured knowledge from the unstructured corpus. Different from existing KGC systems, gBuilder provides a flexible and use…

graph constructionScheduling

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

Iterative Zero-Shot LLM Prompting for Knowledge Graph Construction

2023-07-03 · Salvatore Carta, Alessandro Giuliani, Leonardo Piano, Alessandro Sebastian Podda 외

In the current digitalization era, capturing and effectively representing knowledge is crucial in most real-world scenarios. In this context, knowledge graphs represent a potent tool for retrieving and organizing a vast …

graph constructionGraph GenerationKnowledge Graphs