Papers for

astronomy data teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Open-weight RAG-LLM system shows mixed faithfulness in astronomy tasks

AquiLLM: Evaluating Faithfulness in Open-Weight RAG-LLM Systems for Scientific Research

Abstract: Scientific research increasingly relies on large, heterogeneous data sources, motivating interest in retrieval-augmented generation (RAG) systems that provide natural language access to scientific knowledge and research workflows. Researchers are exploring the viability of these systems as natural language interfaces for document search and for generating analysis code and pipeline components. At the same time, concerns about data privacy and control over research infrastructure have motivated interest in open-weight models and open-source deployments hosted within research institutions. In astronomy, this development follows a long history of computational infrastructure development, from archival databases and SQL-based systems to LLM-assisted research tools. This paper presents a domain-expert evaluation of faithfulness for AquiLLM, an open-weight, offline RAG-LLM platform designed to support scientific research groups in the use and preservation of tacit and formal knowledge. We define faithfulness as the extent to which generated responses remain grounded in retrieved scientific context without unsupported claims or omissions. We report results from an astronomy case study evaluating AquiLLM across retrieval and scientific analysis tasks. AquiLLM performs most reliably on explicit retrieval-oriented questions grounded in the RAG collection, while faithfulness degrades for queries requiring synthesis or ambiguity resolution. These results highlight both the promise and limitations of open-weight RAG-LLM systems for scientific research and demonstrate the importance of domain-expert evaluation beyond standard benchmark leaderboards.

Tue 15 SeptArtificial Intelligence
The gist
Scientific research often needs to search and work with many different sources of information. The authors studied AquiLLM, a tool that uses open-weight language models combined with data retrieval to help with scientific questions in astronomy. They checked how truthful and reliable the tool’s answers were by comparing them to the actual scientific documents it looked up. They found that AquiLLM was good at answering straightforward questions based directly on retrieved documents, but less reliable when tasks required combining information or interpreting ambiguous data.
Open 2609.16519v1

Deep learning predicts cosmic mass maps from galaxy images

Neural Posterior Estimation for Tomographic Weak Lensing Mass Mapping

Abstract: Weak gravitational lensing shear and convergence trace the distribution of baryonic and dark matter across space, making them a powerful probe of cosmic structure. Inferring shear and convergence from images is a challenging inverse problem. The prevailing approach to this task estimates shear from weighted averages of galaxy ellipticities, calibrates these estimates to account for systematic biases, and transforms them to reconstruct convergence, a multistage procedure that requires substantial computational resources and meticulous handling of statistical uncertainties. As an alternative, we propose a probabilistic approach to field-level weak lensing inference in which we train a deep neural network to directly map a multiband image to a variational distribution over the underlying tomographic shear and convergence fields. This neural posterior estimation (NPE) procedure implicitly marginalizes over nuisance variables in the cosmological forward model and does not require evaluating the likelihood function. It is also amortized, so it enables rapid posterior inference for astronomical surveys once the neural network is trained. When evaluated on synthetic images from the LSST-DESC DC2 Simulated Sky Survey, NPE produces well-calibrated variational distributions for shear and convergence that are consistent with the ground truth. We describe how maps sampled from these variational distributions could be used in a subsequent simulation-based inference procedure to approximate the posterior distribution over cosmological parameters.

Mon 7 SeptComputer Vision and Pattern Recognition
The gist
Figuring out how matter is spread across the universe using images of distant galaxies is very tricky and usually takes many steps and lots of computing power. The authors propose teaching a neural network to look at those images and instantly guess the maps of matter distribution, including dark matter, without needing complicated calculations each time. They trained and tested this method on simulated galaxy images and found it gives accurate and reliable results. This approach could help scientists study the universe’s structure more quickly and with better uncertainty estimates.
Open 2609.07833v1