paper-with-me

홈 › Papers

SimulRAG: Simulator-based RAG for Grounding LLMs in Long-form Scientific QA

2025-09-29 · Haozhou Xu, Dongxia Wu, Matteo Chinazzi, Ruijia Niu, Rose Yu, Yi-An Ma arxiv

Large Language Models (LLMs) show promise in generating long-form scientific explanations that synthesize evidence and connect multiple factors. However, in long-form scientific question answering, LLMs often hallucinate, producing unsupported or inconsistent claims. Retrieval-Augmented Generation (RAG) improves trustworthiness by grounding generation in external sources; scientific simulators are valuable because they can validate quantitative hypotheses and capture evolving dynamics. Yet simulation-based RAG is non-trivial due to two challenges: how to retrieve from scientific simulators, and how to efficiently verify and update long-form answers. To overcome these challenges, we propose SimulRAG, a simulator-based RAG framework with a generalized retrieval interface that translates between text and simulator parameters/outputs. SimulRAG further introduces claim-level generation with uncertainty estimation and simulator boundary assessment (UE+SBA) to selectively verify and update claims. Unlike tool-first or holistic answer revision, it first elicits diverse answers without retrieval and then grounds uncertain, simulator-verifiable atomic claims with simulator evidence. We also release a long-form scientific QA benchmark spanning climate science, epidemiology, and urban planning, with ground truth verified by simulations and human annotators. Experiments show SimulRAG improves informativeness by 30.4% and factuality by 16.3% over the strongest adapted RAG baselines, while UE+SBA enhances claim-level efficiency and quality.

📄 PDF Abstract BibTeX arXiv:2509.25459

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

SayPlan: Grounding Large Language Models using 3D Scene Graphs for Scalable Robot Task Planning

2023-07-12 · Krishan Rana, Jesse Haviland, Sourav Garg, Jad Abou-Chakra 외

Large language models (LLMs) have demonstrated impressive results in developing generalist planning agents for diverse tasks. However, grounding these plans in expansive, multi-floor, and multi-room environments presents…

Robot Task PlanningTask Planning

Quantifying the Utility of User Simulators for Building Collaborative LLM Assistants

2026-05-10 · Joseph Suh, Ayush Raj, Minwoo Kang, Serina Chang arxiv

User simulators are increasingly leveraged to build interactive AI assistants, yet how to measure the quality of these simulators remains an open question. In this work, we show how simulator quality can be quantified in…

Reinforcement Learning

Gondola: Grounded Vision Language Planning for Generalizable Robotic Manipulation

2025-06-12 · ShiZhe Chen, Ricardo Garcia, Paul Pacaud, Cordelia Schmid

Robotic manipulation faces a significant challenge in generalizing across unseen objects, environments and tasks specified by diverse language instructions. To improve generalization capabilities, recent research has inc…

Referring Expression

Grounding Graph Network Simulators using Physical Sensor Observations

2023-02-23 · Jonas Linkerhägner, Niklas Freymuth, Paul Maria Scheikl, Franziska Mathis-Ullrich 외

Physical simulations that accurately model reality are crucial for many engineering disciplines such as mechanical engineering and robotic motion planning. In recent years, learned Graph Network Simulators produced accur…

ImputationMotion PlanningPhysical Simulations

Efficient Temporal Extrapolation of Multimodal Large Language Models with Temporal Grounding Bridge

2024-02-25 · Yuxuan Wang, Yueqian Wang, Pengfei Wu, Jianxin Liang 외

Despite progress in multimodal large language models (MLLMs), the challenge of interpreting long-form videos in response to linguistic queries persists, largely due to the inefficiency in temporal grounding and limited p…

Computational EfficiencyLanguage ModellingOptical Flow EstimationQuestion Answering+1