Zing Forum

Reading

AXiA: Making Exoplanet Data Accessible with Large Language Models

AXiA is an interactive web platform developed in 48 hours that uses local LLMs to convert NASA's exoplanet data into easy-to-understand educational descriptions, making complex astronomical data accessible to the general public.

系外行星科学传播数据可视化教育AINASA
Published 2026-05-05 20:12Recent activity 2026-05-05 20:24Estimated read 6 min
AXiA: Making Exoplanet Data Accessible with Large Language Models
1

Section 01

Introduction / Main Floor: AXiA: Making Exoplanet Data Accessible with Large Language Models

AXiA is an interactive web platform developed in 48 hours that uses local LLMs to convert NASA's exoplanet data into easy-to-understand educational descriptions, making complex astronomical data accessible to the general public.

2

Section 02

Project Origin: When the Vast Universe Meets the Data Gap

NASA's TESS (Transiting Exoplanet Survey Satellite) and Kepler missions have discovered over 17,000 exoplanets, accumulating massive amounts of astronomical observation data. For professional astronomers, this data is a valuable research resource, but for the general public, students, and even interdisciplinary researchers, it is like incomprehensible text—filled with technical parameters such as orbital period, transit duration, and stellar radius, lacking an intuitive way to understand and a cognitive bridge.

During the 48-hour hackathon of the 2025 NASA International Space Apps Challenge, the Mohsine Essat team built an interactive web platform called AXiA, whose core mission is simple: use the power of large language models to transform cold astronomical data into vivid, accurate, and educational natural language descriptions, allowing everyone to understand the stories of distant planets.

3

Section 03

Core Mechanism: Intelligent Conversion from Data to Text

AXiA's technical architecture is concise and elegant; it builds an end-to-end "data-text" generation pipeline:

4

Section 04

Data Layer

The platform integrates data from two of NASA's flagship missions:

  • TESS Mission: Approximately 1,000+ exoplanet records
  • Kepler Mission: Approximately 16,000+ exoplanet records

In total, there are over 17,000 celestial entries, covering key physical parameters such as planet radius, orbital period, transit duration, and stellar mass.

5

Section 05

Conversion Layer

When a user selects an exoplanet, the system executes the following process:

  1. Data Retrieval: Extract all physical parameters of the planet from the local dataset
  2. Prompt Engineering: Automatically assemble structured data into natural language prompts optimized for LLMs
  3. Local Inference: Call the Mistral AI model via Ollama for real-time text generation
  4. Result Presentation: Display the generated educational description on the web interface
6

Section 06

Tech Stack

  • Frontend: JavaScript + HTML + CSS, providing an intuitive interactive interface
  • Backend: Python + Flask, handling data queries and API routing
  • AI Engine: Mistral AI via Ollama, supporting fully localized LLM inference
  • Data Source: NASA TESS/Kepler public datasets
7

Section 07

User Experience: A New Way to Explore the Universe

AXiA's user interface design follows the principle of minimalism. Users only need to select an exoplanet from the dynamic dropdown menu, and the system immediately returns a customized description. These descriptions are not simple lists of data but narrative texts intelligently processed by LLMs—they will tell you how far the planet is from its host star, how many Earth days make up a "year" there, how many times its volume is that of Jupiter, and even speculate whether it might have an atmosphere.

This interactive approach completely changes the way the public accesses astronomical data. No longer needing to interpret obscure data tables or understand professional terminology, ordinary people can learn about worlds thousands of light-years away as if reading a story.

8

Section 08

Educational Value and Social Significance

AXiA's value goes far beyond a technical demonstration; it demonstrates the potential of AI to empower science communication in multiple dimensions: