A new interactive debugging tool for RAG pipelines lets developers tune retrieval and generation parameters in real time, and a 12-engineer study shows developers troubleshoot retrieval before generation.
ChainForge: A Visual Toolkit for Prompt Engineering and LLM Hypothesis Testing
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Evaluating outputs of large language models (LLMs) is challenging, requiring making -- and making sense of -- many responses. Yet tools that go beyond basic prompting tend to require knowledge of programming APIs, focus on narrow domains, or are closed-source. We present ChainForge, an open-source visual toolkit for prompt engineering and on-demand hypothesis testing of text generation LLMs. ChainForge provides a graphical interface for comparison of responses across models and prompt variations. Our system was designed to support three tasks: model selection, prompt template design, and hypothesis testing (e.g., auditing). We released ChainForge early in its development and iterated on its design with academics and online users. Through in-lab and interview studies, we find that a range of people could use ChainForge to investigate hypotheses that matter to them, including in real-world settings. We identify three modes of prompt engineering and LLM hypothesis testing: opportunistic exploration, limited evaluation, and iterative refinement.
fields
cs.HC 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
RAG Without the Lag: Interactive Debugging for Retrieval-Augmented Generation Pipelines
A new interactive debugging tool for RAG pipelines lets developers tune retrieval and generation parameters in real time, and a 12-engineer study shows developers troubleshoot retrieval before generation.