paper-with-me

홈 › Papers

Intermediate triple table: A general architecture for virtual knowledge graphs

2025-02-24 · Knowledge-Based Systems 2025 2 · Julián Arenas-Guerrero, Oscar Corcho, María S. Pérez

Virtual knowledge graphs (VKGs) have been widely applied to access relational data with a semantic layer by using an ontology in use cases that are dynamic in nature. However, current VKG techniques focus mainly on accessing a single relational database and remain largely unstudied for data integration with several heterogeneous data sources. To overcome this limitation, we propose intermediate triple table (ITT), a general VKG architecture to access multiple and diverse data sources. Our proposal is based on data shipping and addresses heterogeneity by adopting a schema-oblivious graph representation that intervenes between the sources and the queries. We minimize data computation by just materializing a relevant subgraph for a specific query. We employ star-shaped query processing and extend this technique to mapping candidate selection. For rapid materialization of the ITT, we apply a mapping partitioning technique to parallelize mapping execution, which also guarantees duplicate-free subgraphs and reduces memory consumption. We use SPARQL-to-SQL query translation to homogeneously evaluate queries over the ITT and execute them with an in-process analytical store. We implemented ITT on top of a knowledge graph materialization engine and evaluated it with two VKG benchmarks. The experimental results show that our proposal outperforms state-of-the-art techniques for complex graph queries in terms of execution time. It also decreases the number of timeouts although it uses more memory as a trade-off. The experiments also demonstrate the source independence of the architecture on a mixed distribution of data with SQL and document stores together with various file formats.

📄 PDF Abstract BibTeX

Code (1)

arenas-guerrero-julian/ITT

Tasks

Data IntegrationKnowledge Graphs

Methods 이 논문이 사용한 방법론

Ontology 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

TripVVT: A Large-Scale Triplet Dataset and a Coarse-Mask Baseline for In-the-Wild Video Virtual Try-On

2026-04-30 · Dingbao Shao, Song Wu, Shenyi Wang, Ye Wang 외 arxiv

Due to the scarcity of large-scale in-the-wild triplet data and the improper use of masks, the performance of video virtual try-on models remains limited. In this paper, we first introduce **TripVVT-10K**, the largest an…

Virtual Try-on

Boosting Virtual Agent Learning and Reasoning: A Step-wise, Multi-dimensional, and Generalist Reward Model with Benchmark

2025-03-24 · Bingchen Miao, Yang Wu, Minghe Gao, Qifan Yu 외

The development of Generalist Virtual Agents (GVAs) powered by Multimodal Large Language Models (MLLMs) has shown significant promise in autonomous task execution. However, current training paradigms face critical limita…

Neural data-to-text generation: A comparison between pipeline and end-to-end architectures

2019-08-23 · IJCNLP 2019 11 · Thiago Castro Ferreira, Chris van der Lee, Emiel van Miltenburg, Emiel Krahmer

Traditionally, most data-to-text applications have been designed using a modular pipeline architecture, in which non-linguistic input data is converted into natural language through several intermediate transformations. …

Data-to-Text GenerationDecoderText Generation

LLM-based Atomic Propositions help weak extractors: Evaluation of a Propositioner for triplet extraction

2026-04-03 · Luc Pommeret, Thomas Gerald, Patrick Paroubek, Sahar Ghannay 외 arxiv

Knowledge Graph construction from natural language requires extracting structured triplets from complex, information-dense sentences. In this paper, we investigate if the decomposition of text into atomic propositions (m…

Knowledge DistillationRelation Extraction

Vanast: Virtual Try-On with Human Image Animation via Synthetic Triplet Supervision

2026-04-06 · Hyunsoo Cha, Wonjung Woo, Byungjun Kim, Hanbyul Joo arxiv

We present Vanast, a unified framework that generates garment-transferred human animation videos directly from a single human image, garment images, and a pose guidance video. Conventional two-stage pipelines treat image…

Virtual Try-on