paper-with-me

홈 › Papers

StackRAG Agent: Improving Developer Answers with Retrieval-Augmented Generation

2024-06-19 · Davit Abrahamyan, Fatemeh H. Fard

Developers spend much time finding information that is relevant to their questions. Stack Overflow has been the leading resource, and with the advent of Large Language Models (LLMs), generative models such as ChatGPT are used frequently. However, there is a catch in using each one separately. Searching for answers is time-consuming and tedious, as shown by the many tools developed by researchers to address this issue. On the other, using LLMs is not reliable, as they might produce irrelevant or unreliable answers (i.e., hallucination). In this work, we present StackRAG, a retrieval-augmented Multiagent generation tool based on LLMs that combines the two worlds: aggregating the knowledge from SO to enhance the reliability of the generated answers. Initial evaluations show that the generated answers are correct, accurate, relevant, and useful.

📄 PDF Abstract BibTeX arXiv:2406.13840

Code (1)

davidabrahamyan/stackrag 공식 구현

Tasks

HallucinationRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

LocalRQA: From Generating Data to Locally Training, Testing, and Deploying Retrieval-Augmented QA Systems

2024-03-01 · Xiao Yu, Yunan Lu, Zhou Yu

Retrieval-augmented question-answering systems combine retrieval techniques with large language models to provide answers that are more accurate and informative. Many existing toolkits allow users to quickly build such s…

Question AnsweringRetrieval

Never Come Up Empty: Adaptive HyDE Retrieval for Improving LLM Developer Support

2025-07-22 · Fangjian Lei, Mariam El Mezouar, Shayan Noei, Ying Zou arxiv

Large Language Models (LLMs) have shown promise in assisting developers with code-related questions; however, LLMs carry the risk of generating unreliable answers. To address this, Retrieval-Augmented Generation (RAG) ha…

Assessing the Answerability of Queries in Retrieval-Augmented Code Generation

2024-11-08 · Geonmin Kim, Jaeyeon Kim, Hancheol Park, Wooksu Shin 외

Thanks to unprecedented language understanding and generation capabilities of large language model (LLM), Retrieval-augmented Code Generation (RaCG) has recently been widely utilized among software developers. While this…

Code GenerationLanguage ModelingLanguage ModellingLarge Language Model+2

PersonaRAG: Enhancing Retrieval-Augmented Generation Systems with User-Centric Agents

2024-07-12 · Saber Zerhoudi, Michael Granitzer

Large Language Models (LLMs) struggle with generating reliable outputs due to outdated knowledge and hallucinations. Retrieval-Augmented Generation (RAG) models address this by enhancing LLMs with external knowledge, but…

Information RetrievalQuestion AnsweringRAGRetrieval+1

SPD-RAG: Sub-Agent Per Document Retrieval-Augmented Generation

2026-03-09 · Yagiz Can Akay, Muhammed Yusuf Kartal, Esra Alparslan, Faruk Ortakoyluoglu 외 arxiv

Answering complex, real-world queries often requires synthesizing facts scattered across vast document corpora. In these settings, standard retrieval-augmented generation (RAG) pipelines suffer from incomplete evidence c…

Question Answering