What is it about?

From large crowd-sourcing efforts, like Wikipedia, to big tech products, like Amazon, knowledge graphs serve as useful information repositories that facilitate today's Web and AI applications. Their main usefulness lies in their intuitive data model that naturally fits a slew of data. As an example, think of social media users and their relations (what we would usually describe as "friends" or "followers"). This information can be easily represented as a graph where users are its nodes and their relations the edges between them. While tech companies employ specialized engineers to build and query these graphs, many real-world knowledge graphs serve as essential research libraries for journalists, scientists, and industry professionals. However, extracting specific answers traditionally requires writing complex code in specialized database languages. This paper introduces PYTHIA, an AI system that lets anyone query knowledge graphs simply by asking questions in plain English. PYTHIA acts like a smart detective that automatically navigates the connections between data points to extract information and produce its response. It works right out of the box on any knowledge graph without requiring any modifications or additional training, making complex, interconnected data available to everyone.

Featured Image

Why is it important?

By designing PYTHIA as a training-free and universally transferable system, we demonstrate that natural language interfaces for knowledge graphs can be highly accurate without sacrificing speed or driving up computational costs. Across comprehensive benchmarks, PYTHIA consistently outperforms previous systems while improving efficiency at the performance frontier, removing a major technical barrier to making complex graph data universally accessible.

Perspectives

Over the past four years, my work has focused on developing natural language interfaces across a variety of research projects. Throughout that time, I was always conscious that many other teams and products could benefit enormously from this capability, but simply lack the dedicated expertise or resources to build custom query systems from scratch. With PYTHIA, my goal is to lower that barrier and to share our approach not only with the computer science community, but with researchers and practitioners in other fields who need easy, direct access to their knowledge graph data.

Sergios-Anestis Kefalidis
National and Kapodistrian University of Athens

Read the Original

This page is a summary of: PYTHIA: Universal Question Answering over Knowledge Graphs, August 2026, ACM (Association for Computing Machinery),
DOI: 10.1145/3770855.3817968.
You can read the full text:

Read

Contributors

The following have contributed to this page