paper-with-me

홈 › Papers

Enhancing Scientific Literature Chatbots with Retrieval-Augmented Generation: A Performance Evaluation of Vector and Graph-Based Systems

2026-02-19 · Hamideh Ghanadian, Amin Kamali, Mohammad Hossein Tekieh arxiv

This paper investigates the enhancement of scientific literature chatbots through retrieval-augmented generation (RAG), with a focus on evaluating vector- and graph-based retrieval systems. The proposed chatbot leverages both structured (graph) and unstructured (vector) databases to access scientific articles and gray literature, enabling efficient triage of sources according to research objectives. To systematically assess performance, we examine two use-case scenarios: retrieval from a single uploaded document and retrieval from a large-scale corpus. Benchmark test sets were generated using a GPT model, with selected outputs annotated for evaluation. The comparative analysis emphasizes retrieval accuracy and response relevance, providing insight into the strengths and limitations of each approach. The findings demonstrate the potential of hybrid RAG systems to improve accessibility to scientific knowledge and to support evidence-based decision making.

📄 PDF Abstract BibTeX arXiv:2602.17856

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

PaperQA: Retrieval-Augmented Generative Agent for Scientific Research

2023-12-08 · Jakub Lála, Odhran O'Donoghue, Aleksandar Shtedritski, Sam Cox 외

Large Language Models (LLMs) generalize well across language tasks, but suffer from hallucinations and uninterpretability, making it difficult to assess their accuracy without ground-truth. Retrieval-Augmented Generation…

ArticlesInformation RetrievalQuestion AnsweringRAG+2

Language Model Powered Digital Biology with BRAD

2024-09-04 · Joshua Pickard, Ram Prakash, Marc Andrew Choi, Natalie Oliven 외

Recent advancements in Large Language Models (LLMs) are transforming biology, computer science, engineering, and every day life. However, integrating the wide array of computational tools, databases, and scientific liter…

ChatbotCode GenerationInformation RetrievalLanguage Modeling+5

CE-GOCD: Central Entity-Guided Graph Optimization for Community Detection to Augment LLM Scientific Question Answering

2026-01-29 · Jiayin Lan, Jiaqi Li, Baoxin Wang, Ming Liu 외 arxiv

Large Language Models (LLMs) are increasingly used for question answering over scientific research papers. Existing retrieval augmentation methods often rely on isolated text chunks or concepts, but overlook deeper seman…

Community DetectionQuestion AnsweringKnowledge Graphs

DeepResearch$^{\text{Eco}}$: A Recursive Agentic Workflow for Complex Scientific Question Answering in Ecology

2025-07-14 · Jennifer D'Souza, Endres Keno Sander, Andrei Aioanei arxiv

We introduce DeepResearch$^{\text{Eco}}$, a novel agentic LLM-based system for automated scientific synthesis that supports recursive, depth- and breadth-controlled exploration of original research questions -- enhancing…

Question Answering

Agentic Hybrid RAG for Evidence-Grounded Muon Collider Analysis

2026-06-09 · Ruobing Jiang, Dawei Fu, Cheng Jiang, Tianyi Yang 외 arxiv

Muon collider research spans accelerator physics, detector instrumentation, and high-energy phenomenology, with relevant evidence scattered across a rapidly expanding and heterogeneous body of scientific literature. As h…

Semantic RetrievalQuestion AnsweringAnswer Generation