← Latest papers
💬 NLP

KEO: Knowledge Extraction on OMIn via Knowledge Graphs and RAG for Safety-Critical Aviation Maintenance

This paper introduces KEO, a framework that combines Knowledge Graphs with Retrieval-Augmented Generation to enhance large language models' ability to perform global sensemaking and safety-critical reasoning on aviation maintenance data, demonstrating superior system-level insights compared to traditional text-chunk RAG approaches.

Original authors: Kuangshi Ai, Jonathan A. Karr Jr, Meng Jiang, Nitesh V. Chawla, Chaoli Wang

Published 2026-04-10
📖 4 min read☕ Coffee break read

Original authors: Kuangshi Ai, Jonathan A. Karr Jr, Meng Jiang, Nitesh V. Chawla, Chaoli Wang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a mechanic trying to fix a very complex, expensive airplane. You have a massive library of old maintenance logs, but they are written in a chaotic mix of short notes, scattered across thousands of different files.

If you ask a standard AI (like a basic chatbot) a question like, "Why do engines keep failing in winter?" it might try to guess the answer based on what it memorized during training, or it might just grab a few random sentences from the library that happen to mention "engine" and "winter." It's like trying to solve a puzzle by looking at just a few scattered pieces without seeing the picture on the box. This can lead to wrong answers, which is dangerous when flying planes.

This paper introduces KEO (Knowledge Extraction on OMIn), a smarter way to help AI understand these safety-critical maintenance records. Here is how it works, using some simple analogies:

1. The Problem: The "Scattered Note" Approach

Traditional AI tools use something called RAG (Retrieval-Augmented Generation). Think of this like a librarian who, when you ask a question, runs to the shelves, grabs the first few books that have your keywords on the cover, and hands them to you.

  • The Flaw: If you ask about "engine failure," the librarian might hand you a note about a broken tire because the word "failure" was in it, or a note about a summer storm because "engine" was mentioned. The information is fragmented. It's like trying to understand a movie by reading random sentences from different chapters.

2. The Solution: Building a "Mental Map" (The Knowledge Graph)

KEO takes a different approach. Before the AI tries to answer anything, it reads all the maintenance logs and builds a Knowledge Graph (KG).

  • The Analogy: Imagine taking all those scattered notes and drawing a giant map on a wall.
    • You draw a dot for "Engine."
    • You draw a dot for "Frozen Fuel."
    • You draw a line connecting them with a label: "Causes."
    • You draw another line from "Frozen Fuel" to "Winter."
  • Now, instead of just grabbing random pages, the AI can walk along the lines of this map. It sees the whole picture: Winter → Frozen Fuel → Engine Failure. It understands the relationships, not just the words.

3. How KEO Works in Practice

The system has two main modes, depending on what you need:

  • Mode A: The Detective (Global Sensemaking)

    • The Task: "What are the big trends in aircraft safety over the last year?"
    • How KEO wins: It uses the map. It can trace paths across the entire dataset to find patterns that a human or a standard AI would miss. It's like a detective who doesn't just look at one crime scene but connects clues from five different cities to solve a conspiracy.
    • Result: KEO is much better at this than the "scattered note" method because it sees the system-level connections.
  • Mode B: The Technician (Procedural Tasks)

    • The Task: "What specific steps do I take to replace a broken fuel pump?"
    • How KEO works: Sometimes, you don't need a map; you just need the exact instruction manual. For these specific, step-by-step tasks, the traditional "scattered note" method (grabbing the exact text chunk) is actually faster and more precise. KEO knows when to use the map and when to just grab the text.

4. Why This Matters for Safety

In aviation, you can't have an AI "hallucinate" (make things up).

  • The "Black Box" Problem: Standard AI is like a black box; you don't know why it gave an answer.
  • The "Transparent Map" Solution: With KEO, if the AI says, "Replace the fuel filter," it can point to the exact lines on the map that led it there. It's like showing your work on a math test. This makes the AI trustworthy enough to be used in high-stakes environments like airports and military bases, where it runs on local computers without needing to connect to the internet (keeping secrets safe).

Summary

Think of KEO as upgrading an AI from a student who memorizes flashcards to a senior engineer who has a complete blueprint of the entire system.

  • When you need to understand big patterns (like why things break in winter), the blueprint (Knowledge Graph) is unbeatable.
  • When you need specific instructions (like how to tighten a bolt), the flashcards (text chunks) still work well.

By combining these two, KEO creates a safer, smarter, and more reliable AI assistant for keeping our skies safe.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →