<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Sumit&#39;s Diary</title>
        <link>https://blog.reachsumit.com/</link>
        <description>Welcome to Sumit Kumar&#39;s Personal Blog!</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>hello@reachsumit.com (Sumit Kumar)</managingEditor>
            <webMaster>hello@reachsumit.com (Sumit Kumar)</webMaster><lastBuildDate>Sun, 05 Oct 2025 00:00:00 &#43;0000</lastBuildDate>
            <atom:link href="https://blog.reachsumit.com/index.xml" rel="self" type="application/rss+xml" />
        <item>
    <title> Teaching Models to Decide When to Retrieve: Adaptive RAG, Part 4</title>
    <link>https://blog.reachsumit.com/posts/2025/10/learning-to-retrieve/</link>
    <pubDate>Sun, 05 Oct 2025 00:00:00 &#43;0000</pubDate><author>
        <name>Sumit Kumar</name>
    </author><guid>https://blog.reachsumit.com/posts/2025/10/learning-to-retrieve/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/posts/2025/10/learning-to-retrieve/featured-image-preview.webp" referrerpolicy="no-referrer">
            </div>This final post of the Adaptive RAG series explores methods that treat adaptive retrieval as a learned skill and explicitly teach models when to retrieve. We examine three paradigms in increasing order of sophistication.]]></description>
</item><item>
    <title>Probing LLMs&#39; Knowledge Boundary: Adaptive RAG, Part 3</title>
    <link>https://blog.reachsumit.com/posts/2025/09/probing-llms-knowledge-boundary/</link>
    <pubDate>Sat, 27 Sep 2025 00:00:00 &#43;0000</pubDate><author>
        <name>Sumit Kumar</name>
    </author><guid>https://blog.reachsumit.com/posts/2025/09/probing-llms-knowledge-boundary/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/posts/2025/09/probing-llms-knowledge-boundary/featured-image-preview.webp" referrerpolicy="no-referrer">
            </div>This post introduces techniques that probe the LLM&rsquo;s internal confidence and knowledge boundaries. We explore prompt-based confidence detection, consistency-based uncertainty estimation, and internal state analysis approaches to determine when retrieval is truly necessary.]]></description>
</item><item>
    <title>Deciding When Not to Retrieve: Adaptive RAG, Part 2</title>
    <link>https://blog.reachsumit.com/posts/2025/09/deciding-when-not-to-retrieve/</link>
    <pubDate>Sun, 21 Sep 2025 00:00:00 &#43;0000</pubDate><author>
        <name>Sumit Kumar</name>
    </author><guid>https://blog.reachsumit.com/posts/2025/09/deciding-when-not-to-retrieve/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/posts/2025/09/deciding-when-not-to-retrieve/featured-image-preview.webp" referrerpolicy="no-referrer">
            </div>Building on part 1&rsquo;s exploration of naive RAG&rsquo;s limitations, this post introduces adaptive retrieval frameworks and pre-generation retrieval decision-making methods that determine if retrieval is truly necessary.]]></description>
</item><item>
    <title>The Hidden Costs of Naive Retrieval: Adaptive RAG, Part 1</title>
    <link>https://blog.reachsumit.com/posts/2025/09/problems-with-naive-rag/</link>
    <pubDate>Mon, 01 Sep 2025 00:00:00 &#43;0000</pubDate><author>
        <name>Sumit Kumar</name>
    </author><guid>https://blog.reachsumit.com/posts/2025/09/problems-with-naive-rag/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/posts/2025/09/problems-with-naive-rag/featured-image-preview.webp" referrerpolicy="no-referrer">
            </div>Retrieval-Augmented Generation (RAG) isn&rsquo;t a silver bullet. This post highlights the hidden costs associated with RAG and makes the case for a smarter, adaptive approach.]]></description>
</item><item>
    <title>Embedding Collapse in Recommender Systems: Causes, Consequences, and Solutions</title>
    <link>https://blog.reachsumit.com/posts/2024/11/embedding-collapse-recsys/</link>
    <pubDate>Wed, 06 Nov 2024 00:00:00 &#43;0000</pubDate><author>
        <name>Sumit Kumar</name>
    </author><guid>https://blog.reachsumit.com/posts/2024/11/embedding-collapse-recsys/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/posts/2024/11/embedding-collapse-recsys/featured-image-preview.webp" referrerpolicy="no-referrer">
            </div>Learned embeddings often suffer from &rsquo;embedding collapse&rsquo;, where they occupy only a small subspace of the available dimensions. This article explores the causes of embedding collapse, from two-tower models to GNN-based systems, and its impact on model scalability and recommendation quality. We discuss methods to detect collapse and examine recent solutions proposed by research teams at Visa, Facebook AI, and Tencent Ads to address this challenge.]]></description>
</item><item>
    <title>Incorporating Ads into Large Language Models Outputs</title>
    <link>https://blog.reachsumit.com/posts/2024/08/ads-llm/</link>
    <pubDate>Sun, 11 Aug 2024 00:00:00 &#43;0000</pubDate><author>
        <name>Sumit Kumar</name>
    </author><guid>https://blog.reachsumit.com/posts/2024/08/ads-llm/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/posts/2024/08/ads-llm/featured-image-preview.webp" referrerpolicy="no-referrer">
            </div>This article provides an introduction to online advertising systems and explores research work that incorporates ads into the LLM responses to user queries of commercial nature.]]></description>
</item><item>
    <title>The Evolution of Multi-task Learning Based Video Recommender Systems - Part 2</title>
    <link>https://blog.reachsumit.com/posts/2024/06/multi-task-video-recsys-p2/</link>
    <pubDate>Sat, 22 Jun 2024 00:00:00 &#43;0000</pubDate><author>
        <name>Sumit Kumar</name>
    </author><guid>https://blog.reachsumit.com/posts/2024/06/multi-task-video-recsys-p2/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/posts/2024/06/multi-task-video-recsys-p2/featured-image-preview.webp" referrerpolicy="no-referrer">
            </div>This article continues the discussion on the evolution of multi-task learning-based large-scale recommender systems. We take a look at strategies from Kuaishou, Tencent, YouTube, Facebook, and Amazon Prime Video to disentangle input space and address systematic biases. The article ends with sharing several tips and learnings for professionals working in this domain.]]></description>
</item><item>
    <title>The Evolution of Multi-task Learning Based Video Recommender Systems - Part 1</title>
    <link>https://blog.reachsumit.com/posts/2024/06/multi-task-video-recsys-p1/</link>
    <pubDate>Sun, 16 Jun 2024 00:00:00 &#43;0000</pubDate><author>
        <name>Sumit Kumar</name>
    </author><guid>https://blog.reachsumit.com/posts/2024/06/multi-task-video-recsys-p1/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/posts/2024/06/multi-task-video-recsys-p1/featured-image-preview.webp" referrerpolicy="no-referrer">
            </div>This article introduces the multi-task learning paradigm adopted by various large-scale video recommender systems. It introduces a general setup for such an MTL-based recommender. It highlights several associated challenges and describes solutions adopted by various state-of-the-art recommenders in the industry.]]></description>
</item><item>
    <title>An Introduction to Multi-Task Learning based Recommender Systems</title>
    <link>https://blog.reachsumit.com/posts/2024/01/multi-task-learning-recsys/</link>
    <pubDate>Fri, 26 Jan 2024 00:00:00 &#43;0000</pubDate><author>
        <name>Sumit Kumar</name>
    </author><guid>https://blog.reachsumit.com/posts/2024/01/multi-task-learning-recsys/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/posts/2024/01/multi-task-learning-recsys/featured-image-preview.webp" referrerpolicy="no-referrer">
            </div>This article provides an introduction and literature review for multi-task learning based recommender systems. We learn how to discover task relations, design MTL architectures and overcome some of the associated challenges.]]></description>
</item><item>
    <title>A Guide to User Behavior Modeling</title>
    <link>https://blog.reachsumit.com/posts/2024/01/user-behavior-modeling-recsys/</link>
    <pubDate>Sun, 07 Jan 2024 00:00:00 &#43;0000</pubDate><author>
        <name>Sumit Kumar</name>
    </author><guid>https://blog.reachsumit.com/posts/2024/01/user-behavior-modeling-recsys/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/posts/2024/01/user-behavior-modeling-recsys/featured-image-preview.webp" referrerpolicy="no-referrer">
            </div>Modeling users&rsquo; past historical interactions or behavior sequences is an essential task for domains like recommender systems, click-through rate prediction, targeted advertisement, and more. This article provides a comprehensive introduction to the user behavior modeling paradigm along with highlighting several relevant and recent research works.]]></description>
</item></channel>
</rss>
