<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>NeurIPS on SoloSoft</title><link>https://www.solosoft.dev/tags/neurips/</link><description>Recent content in NeurIPS on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/neurips/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>Fri, 01 May 2026 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>SWE-agent: Princeton's Open-Source AI Agent for Autonomous Software Engineering</title><link>https://www.solosoft.dev/post/swe-agent-software-engineering-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/swe-agent-software-engineering-2026/</guid><description>&lt;p&gt;Princeton University&amp;rsquo;s Natural Language Processing group has produced some of the most influential research in AI, and &lt;strong&gt;SWE-agent&lt;/strong&gt; represents a landmark contribution to the emerging field of AI-driven software engineering. Rather than treating code generation as a stateless text completion problem, SWE-agent frames it as an interactive agent task: the model receives a GitHub issue, must explore the codebase to understand the context, formulate a fix, apply it, and verify the result.&lt;/p&gt;
&lt;p&gt;This approach mirrors how human developers actually work. When faced with a bug report, a developer does not immediately start writing code. They read the relevant files, search for related functions, check git history, run tests, and iteratively refine their understanding before making changes. SWE-agent replicates this workflow through a design innovation called the Agent-Computer Interface (ACI).&lt;/p&gt;</description></item></channel></rss>