Search papers, labs, and topics across Lattice.
This paper introduces an agentic search system designed for NASA's extensive geoscience datasets, enabling users to input natural-language queries and receive relevant datasets and tools. By leveraging the NASA Earth Observation Knowledge Graph (NASA EO-KG) and creating the NASA-EO-Bench benchmark, the authors demonstrate that a neural scorer fine-tuned on this dataset significantly outperforms traditional retrieval methods like cosine similarity and BM25. The integration of a zero-shot agentic reranking stage further enhances retrieval performance, showcasing the complementary benefits of large language model reasoning alongside supervised retrieval techniques.
A neural scorer fine-tuned on NASA's Earth Observation data outperforms traditional methods, while a zero-shot reranking stage boosts retrieval effectiveness by 28%.
NASA and its data centers hold thousands of geoscience datasets and tools like Worldview, Giovanni, the Science Discovery Engine, and Harmony. Finding the right one is hard even for domain experts. We present an agentic search system, deployed as a public service for the geoscience community, that takes a natural-language research query and returns the matching datasets and tools. We demonstrate that, in the era of large language models, the latent value of knowledge graphs (KGs) can be substantially amplified through agentic search. From the NASA Earth Observation Knowledge Graph (NASA EO-KG) we derive NASA-EO-Bench, an open benchmark of 47k query-dataset pairs (21k task-based queries). A neural scorer fine-tuned on NASA-EO-Bench beats cosine and BM25 baselines. Further combining it with BM25 via score fusion raises both Recall@10 (R@10) and MRR by over 5x. On top of this supervised pipeline, we add a zero-shot agentic reranking stage that, without any additional training, lifts MRR by 28% on a stratified N=200 subset, showing that LLM reasoning is complementary to supervised retrieval.