paper-with-me

Papers

Query Answering via Decentralized Search

2020-12-18 · Liang Ma

Expert networks are formed by a group of expert-professionals with different specialties to collaboratively resolve specific queries posted to the network. In such networks, when a query reaches an expert who does not have sufficient expertise, this query needs to be routed to other experts for further processing until it is completely solved; therefore, query answering efficiency is sensitive to the underlying query routing mechanism being used. Among all possible query routing mechanisms, decentralized search, operating purely on each expert's local information without any knowledge of network global structure, represents the most basic and scalable routing mechanism, which is applicable to any network scenarios even in dynamic networks. However, there is still a lack of fundamental understanding of the efficiency of decentralized search in expert networks. In this regard, we investigate decentralized search by quantifying its performance under a variety of network settings. Our key findings reveal the existence of network conditions, under which decentralized search can achieve significantly short query routing paths (i.e., between $O(\log n)$ and $O(\log^2 n)$ hops, $n$: total number of experts in the network). Based on such theoretical foundation, we further study how the unique properties of decentralized search in expert networks is related to the anecdotal small-world phenomenon. In addition, we demonstrate that decentralized search is robust against estimation errors introduced by misinterpreting the required expertise levels. To the best of our knowledge, this is the first work studying fundamental behaviors of decentralized search in expert networks. The developed performance bounds, confirmed by real datasets, are able to assist in predicting network performance and designing complex expert networks.

📄 PDF Abstract BibTeX arXiv:2012.12192

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Explaining Decentralized Multi-Agent Reinforcement Learning Policies

2025-11-13 · Kayla Boggess, Sarit Kraus, Lu Feng arxiv

Multi-Agent Reinforcement Learning (MARL) has gained significant interest in recent years, enabling sequential decision-making across multiple agents in various domains. However, most existing explanation methods focus o…

Multi-agent Reinforcement LearningComputational Efficiency

Modeling Relational Patterns for Logical Query Answering over Knowledge Graphs

2023-03-21 · Yunjie He, Mojtaba Nayyeri, Bo Xiong, Yuqicheng Zhu 외

Answering first-order logical (FOL) queries over knowledge graphs (KG) remains a challenging task mainly due to KG incompleteness. Query embedding approaches this problem by computing the low-dimensional vector represent…

Inductive BiasKnowledge Graphs

Answering Complex Logical Queries on Knowledge Graphs via Query Computation Tree Optimization

2022-12-19 · Yushi Bai, Xin Lv, Juanzi Li, Lei Hou

Answering complex logical queries on incomplete knowledge graphs is a challenging task, and has been widely studied. Embedding-based methods require training on complex queries, and cannot generalize well to out-of-distr…

Complex Query AnsweringKnowledge Graphs

Query Graph Generation for Answering Multi-hop Complex Questions from Knowledge Bases

2020-07-01 · ACL 2020 6 · Yunshi Lan, Jing Jiang

Previous work on answering complex questions from knowledge bases usually separately addresses two types of complexity: questions with constraints and questions with multiple hops of relations. In this paper, we handle b…

Graph Generation

Question Answering over Knowledge Graphs via Structural Query Patterns

2019-10-22 · Weiguo Zheng, Mei Zhang

Natural language question answering over knowledge graphs is an important and interesting task as it enables common users to gain accurate answers in an easy and intuitive manner. However, it remains a challenge to bridg…

Knowledge GraphsQuestion AnsweringSemantic Parsing