Skip to content
Conference

Automated Medical Information Retrieval via Agentic Filter-and-Refine Pipeline

Jul 2026 · Signal Processing and Communications Applications Conference · pp. 1-4 · 0 citations · 16 references

Abstract

In clinical decision support systems, finding the suitable medical literature for complex patient scenarios is critical. Although dense vector-based models offer high accuracy, the global vector index requirement creates scalability problems, while word-based search engines remain insufficient due to vocabulary mismatch. In this study, an Autonomous Filter-and-Refine structure operating on standard text search infrastructures is proposed. The developed architecture overcomes the vocabulary mismatch by applying entity extraction and Hypothetical Document Embedding with a large language model, and then determines the most relevant articles with a context-aware ranker. In the experiments conducted on the PMC-Patients dataset; the proposed Autonomous Doctor Agent architecture exhibited equivalent results with vector-based models in top-ten level performance metrics; whereas in the top-three article band, it achieved superiority by leaving existing systems behind.

View source

Similar papers

Open access Jul 2026

Enhancing medical Q&A systems with multimodal knowledge graphs and dual-layer attention mechanisms

This study develops a text-based intent recognition model with a dual-layer attention architecture, in which a global contextual attention module is introduced to capture long-range semantic dependencies and improve multi-label classification performance.

Guoqiang Qiu, Qingni Yuan, Yi Wang et al. · 0 citations
Open access 2026

A Novel Approach Based on Integrating Small Language Models and Retrieval-Augmented Generation for Medical Question Answering

—This paper proposes a novel approach which combines small language models with retrieval-augmented generation in medical question answering to provide accurate and comprehensible information. Our method extracts relevant evidence from external knowledge and converts them into vector embeddings which are used for high-fidelity semantic retrieval. The small language model subsequently synthesizes the retrieved evidence into fluent, context-aware responses. Extensive experiments conducted on the PubMed benchmark dataset, the results show competitive performance to larger language models while being far more suitable for deployment in resource-constrained environments. Moreover, the proposed method supports efficient domain knowledge updates without the need for extensive re-training. Our implementation is available in the following GitHub repository: https://github.com/LeoBaoNguyen12/RagSLM-MQA.

B. Nguyen, Quang-Hung Le · 0 citations
Jul 2026

An Enhanced Topic Extraction Model for Medical PubMed Documents using State-of-the-Art Algorithms

The rapid growth of medical literature databases represents both a challenge and an opportunity for pharmacovigilance. Medical abstracts are full of specialized terms and complex sentences that make extracting meaningful insights on the adverse effects of drugs very challenging. This paper addresses the critical problem of extracting relevant topics related to drug adverse effects from PubMed medical abstracts using advanced topic modelling methods. It enhances the four-topic modelling with two optimization algorithms to improve topic extraction and assesses their performance, such as Latent Dirichlet Allocation (LDA), Latent Semantic Analysis (LSA), Long Short-Term Memory (LSTM), and Recurrent Neural Network (RNN), combined with grid search and Bayesian optimization algorithms. The experimental results show that LDA optimized with Bayesian optimization gives the highest coherence score, 0.605, which is better than other models. Coherent results, as shown in a complex comparison table, reveal the performance of each model and optimization method.

K.T. Mathuna, I. Elizabeth Shanthi · 0 citations
Preprint Aug 2026

Neighborhood-Aware Dual Biomedical Entity Linking

Biomedical entity linking grounds mentions in clinical and scientific text to entities in a curated knowledge base (KB) with ontological structure, which supports downstream applications such as literature-scale information extraction and patient-record normalization. The task has several challenges at once: the KB contains large numbers of entities, mentions are often ambiguous, and gold labels follow annotation conventions specific to each corpus. To address these challenges, we propose PILOT, a three-stage framework made up of neighborhood-aware retrieval, dual reranking, and score fusion. The retriever injects ontological structure from both the query and KB side, by reformulating mentions and pooling entity embeddings. The retrieved pool is then scored from two complementary views, one over surface forms and one over context, and fused together. PILOT achieves the state of the art on average across five widely-used benchmarks and remains efficient at inference.

Yicheng Tao, Jie Liu · 0 citations