<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Information Retrieval on SoloSoft</title><link>https://www.solosoft.dev/tags/information-retrieval/</link><description>Recent content in Information Retrieval on SoloSoft</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://www.solosoft.dev/tags/information-retrieval/index.xml" rel="self" type="application/rss+xml"/><item><title>HippoRAG: Neurobiologically Inspired Long-Term Memory for LLMs (NeurIPS 2024)</title><link>https://www.solosoft.dev/post/hipporag-memory-rag-2026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/hipporag-memory-rag-2026/</guid><description>&lt;p&gt;Retrieval-Augmented Generation (RAG) has become the standard approach for grounding LLM outputs in external knowledge. But standard RAG has a fundamental limitation: it treats each query independently, with no memory of past retrievals or ability to connect information across documents. &lt;strong&gt;HippoRAG&lt;/strong&gt; takes inspiration from the human brain&amp;rsquo;s hippocampus to overcome this, creating a long-term memory system that dramatically improves multi-hop question answering.&lt;/p&gt;
&lt;p&gt;Published at NeurIPS 2024 and available at &lt;a href="https://github.com/OSU-NLP-Group/HippoRAG"&gt;github.com/OSU-NLP-Group/HippoRAG&lt;/a&gt;, HippoRAG combines LLMs with knowledge graphs in a framework modeled on the hippocampal indexing theory of human memory. The result is a RAG system that builds a persistent knowledge structure from documents, enabling it to answer complex questions that require connecting information across multiple sources &amp;ndash; achieving approximately 20% improvement over standard RAG on multi-hop QA benchmarks.&lt;/p&gt;</description></item><item><title>Rerankers: A Lightweight Python Library Unifying Ranking Methods for RAG Pipelines</title><link>https://www.solosoft.dev/post/rerankers-library-ranking-2026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/rerankers-library-ranking-2026/</guid><description>&lt;p&gt;Building a production-grade Retrieval-Augmented Generation (RAG) pipeline involves many decisions &amp;ndash; which embedding model to use, which vector database, how to chunk documents, and crucially, how to rank the retrieved results. The final ranking step often makes the difference between a mediocre answer and a great one. &lt;strong&gt;Rerankers&lt;/strong&gt;, an open-source Python library from AnswerDotAI (the team behind FastAI), tackles exactly this problem with an elegant, minimal interface.&lt;/p&gt;
&lt;p&gt;Rerankers provides a unified wrapper around dozens of reranking models and methods, from classical cross-encoders to LLM-based listwise rankers and commercial API services. Its core philosophy is simple: you should be able to swap reranking strategies by changing a single line of code. This makes it invaluable for both prototyping and production RAG systems.&lt;/p&gt;</description></item></channel></rss>