paper-with-me

Papers

A Schema-aware Logic Reformulation for Graph Reachability

2024-10-03 · Davide Di Pierro, Stefano Ferilli

Graph reachability is the task of understanding whether two distinct points in a graph are interconnected by arcs to which in general a semantic is attached. Reachability has plenty of applications, ranging from motion planning to routing. Improving reachability requires structural knowledge of relations so as to avoid the complexity of traditional depth-first and breadth-first strategies, implemented in logic languages. In some contexts, graphs are enriched with their schema definitions establishing domain and range for every arc. The introduction of a schema-aware formalization for guiding the search may result in a sensitive improvement by cutting out unuseful paths and prioritising those that, in principle, reach the target earlier. In this work, we propose a strategy to automatically exclude and sort certain graph paths by exploiting the higher-level conceptualization of instances. The aim is to obtain a new first-order logic reformulation of the graph reachability scenario, capable of improving the traditional algorithms in terms of time, space requirements, and number of backtracks. The experiments exhibit the expected advantages of the approach in reducing the number of backtracks during the search strategy, resulting in saving time and space as well.

📄 PDF Abstract BibTeX arXiv:2410.02533

Code (0)

등록된 구현이 없습니다.

Tasks

ARCMotion Planning

Similar Papers 제목 키워드 기반

TF-Label: a Topological-Folding Labeling Scheme for Reachability Querying in a Large Graph

2013-06-01 · Cheng, J., Huang, S. 외

Reachability querying is a basic graph operation with numerous important applications in databases, network analysis, computational biology, software engineering, etc. Although many indexes have been proposed to answer r…

Widest-Path Reachability Fields for Connectivity-Preserving Slender Structure Segmentation

2026-07-08 · Youcheng Zong, Runda Jia, Minxuan Hu, Weilan Su 외 arxiv

Segmenting slender curvilinear structures such as retinal vessels, cracks, and roads demands topological correctness, as even a single-pixel discontinuity can fragment a continuous network and invalidate downstream analy…

Feature-based reformulation of entities in triple pattern queries

2018-07-04 · Amar Viswanathan, Geeth de Mel, James A. Hendler

Knowledge graphs encode uniquely identifiable entities to other entities or literal values by means of relationships, thus enabling semantically rich querying over the stored data. Typically, the semantics of such querie…

Knowledge Graphsvalid

DAGPrompT: Pushing the Limits of Graph Prompting with a Distribution-aware Graph Prompt Tuning Approach

2025-01-25 · Qin Chen, Liang Wang, Bo Zheng, Guojie Song

The pre-train then fine-tune approach has advanced GNNs by enabling general knowledge capture without task-specific labels. However, an objective gap between pre-training and downstream tasks limits its effectiveness. Re…

General KnowledgeGraph Classification

Scaling Multi-Domain Dialogue State Tracking via Query Reformulation

2019-03-12 · NAACL 2019 6 · Pushpendre Rastogi, Arpit Gupta, Tongfei Chen, Lambert Mathias

We present a novel approach to dialogue state tracking and referring expression resolution tasks. Successful contextual understanding of multi-turn spoken dialogues requires resolving referring expressions across turns a…

Dialogue State TrackingMulti-domain Dialogue State TrackingMulti-Task LearningReferring Expression+1