One email each morning — yesterday's AI, sortedGet it in your inbox

METAL LAB

A Virtual Member of a Community of Practice for the Society of Petroleum Engineers: From Prototype to Deployment

arXiv:2608.191992026-08-21

An AI colleague for oil and gas engineers, ATHENA, goes from prototype to real deployment

ATHENA is a chat-based AI assistant built for the Oil & Gas professional community that finds accurate answers, captures on-the-job knowledge, and proactively shares relevant tips with users. In an earlier trial with 75 Society of Petroleum Engineers (SPE) professionals, ATHENA improved task scores by 152% and productivity by 283% over a state-of-the-art RAG (retrieval-augmented generation) baseline; this paper adds multi-document retrieval, answer verification, and better-targeted knowledge sharing, then reports a follow-up evaluation with 13 non-experts showing a 216% score gain, zero task failures, and 215% higher productivity versus the same kind of baseline, ahead of a real rollout to SPE's research portal.

What they did

  1. The team built ATHENA to answer questions, capture field 'insights' shared by workers, and proactively surface relevant knowledge tailored to a user's expertise and task, inside a chat interface for the SPE professional community.
  2. Instead of relying only on keyword search or vector embedding search like typical RAG systems, ATHENA rewrites a question into multiple interpretations, tags them by location, topic, and document type, and uses these as filters, raising retrieval accuracy (MRR) to 0.687 versus 0.412 and 0.376 for two common embedding models.
  3. A new 'batch document reading' agent lets ATHENA aggregate information scattered across dozens to hundreds of documents, and a document viewer with page-level citations lets users jump straight to the source text behind any answer.
  4. A new 'user competency vector' models each person's expertise across more than 200,000 topic entries, improving relevant-insight ranking (MRR) by 500% and cutting the number of insights needed to find critical ones by 84% compared to the earlier embeddings-only method.
  5. In a 13-subject evaluation, ATHENA beat a state-of-the-art RAG baseline with a 216% higher average task score, a 100% reduction in failure rate, 215% higher productivity, and a 28% higher usability score (KM-SUS); it was deployed in June 2025 to 25 early adopters on the SPE Research Portal, with broader rollout planned for Q4 2025.
Figure 1. ATHENA overview
Figure 1. ATHENA overview

Why it matters

This work shows a rare case of a domain-specific AI assistant moving beyond a lab prototype into real use by a professional society with 132,000 members, handling messy, document-heavy expert knowledge. For anyone building or evaluating retrieval-based AI tools, it's a concrete example of how verification features, aggregation across many documents, and organizational trust-building matter as much as the underlying AI techniques for successful deployment.

Figure 2. Sample disseminated insights
Figure 2. Sample disseminated insights

Terms in this paper

  • RAG (Retrieval-Augmented Generation) · An AI method that first retrieves relevant documents, then uses them to generate an answer
  • MRR (Mean Reciprocal Rank) · A metric showing how high up the correct document appears in search results; higher is better
  • embedding · A way of converting text into numerical vectors so similar meanings end up close together
  • agentic approach · A system design where multiple specialized AI agents work together on parts of a task, rather than one single model
  • KM-SUS · A usability scale newly developed specifically to evaluate knowledge management systems

Original abstract (English)

We describe the evolution of a virtual assistant, called ATHENA, designed to support the capture, retrieval, and dissemination of knowledge for members of a Community of Practice (CoP) related to the Oil and Gas sector. An evaluation of a first prototype involving 75 professionals from the Society of Petroleum Engineering (SPE) showed that ATHENA dramatically improved both their productivity and performance equality on a set of realistic well-planning tasks compare to their use of a state-of-the-art RAG baseline system. However, the evaluation also identified areas for improvement. This paper describes technical advances to our first prototype in the areas of multi-document retrieval, support for answer validation, and more focused proactive dissemination. Evaluation results show that this enhanced version of ATHENA provides better support for completing knowledge-intensive tasks related to well planning than does a state-of-the-art baseline. ATHENA has been integrated into the SPE Research Portal and is being deployed for use by the society's membership.

Authors · John Boden, Joshua Eckroth, Dayne Freitag, Skyler Gipson, Johnathan Keefe, Karen Myers, Eric Schoen, Pedro Sequeira, Rei

Read on arXiv

Latest papers

All papers →

Latest from METAL LAB

Figures: John Boden et al., arXiv:2608.19199, arxiv-nonexclusive