Jushaan Singh Kalra

Also published as: Jushaan Singh Kalra


2025

pdf bib
MoR: Better Handling Diverse Queries with a Mixture of Sparse, Dense, and Human Retrievers
Jushaan Singh Kalra | Xinran Zhao | To Eun Kim | Fengyu Cai | Fernando Diaz | Tongshuang Wu
Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing

Retrieval-augmented Generation (RAG) is powerful, but its effectiveness hinges on which retrievers we use and how. Different retrievers offer distinct, often complementary signals: BM25 captures lexical matches; dense retrievers, semantic similarity. Yet in practice, we typically fix a single retriever based on heuristics, which fails to generalize across diverse information needs. Can we dynamically select and integrate multiple retrievers for each individual query, without the need for manual selection? In our work, we validate this intuition with quantitative analysis and introduce a mixture of retrievers: a zero-shot, weighted combination of heterogeneous retrievers. Extensive experiments show that such mixtures are effective and efficient: Despite totaling just 0.8B parameters, this mixture outperforms every individual retriever and even larger 7B models—by +10.8% and +3.9% on average, respectively. Further analysis also shows that this mixture framework can help incorporate specialized non-oracle human information sources as retrievers to achieve good collaboration, with a 58.9% relative performance improvement over simulated humans alone.

pdf bib
Health Sentinel: An AI Pipeline For Real-time Disease Outbreak Detection
Devesh Pant | Rishi Raj Grandhe | Jatin Agrawal | Jushaan Singh Kalra | Sudhir Kumar | Saransh Khanna | Vipin Samaria | Mukul Paul | Dr. Satish V Khalikar | Vipin Garg | Dr. Himanshu Chauhan | Dr. Pranay Verma | Akhil Vssg | Neha Khandelwal | Soma S Dhavala | Minesh Mathew
Proceedings of the Fourth Workshop on NLP for Positive Impact (NLP4PI)

Early detection of disease outbreaks is crucial to ensure timely intervention by the health authorities. Due to the challenges associated with traditional indicator-based surveillance, monitoring informal sources such as online media has become increasingly popular. However, owing to the number of online articles getting published everyday, manual screening of the articles is impractical. To address this, we propose Health Sentinel. It is a multi-stage information extraction pipeline that uses a combination of ML and non-ML methods to extract events–structured information concerning disease outbreaks or other unusual health events–from online articles. The extracted events are made available to the Media Scanning and Verification Cell (MSVC) at the National Centre for Disease Control (NCDC), Delhi for analysis, interpretation and further dissemination to local agencies for timely intervention. From April 2022 till date, Health Sentinel has processed over 300 million news articles and identified over 95,000 unique health events across India of which over 3,500 events were shortlisted by the public health experts at NCDC as potential outbreaks.