Close Menu
Ztoog
    What's Hot
    Mobile

    Alexa vs Google Assistant: What’s different, and what’s better?

    Technology

    Moscow terror attack: ISIS-K takes responsibility but Putin looks at Ukraine

    Science

    Big news: Popular Science is back on YouTube

    Important Pages:
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    Facebook X (Twitter) Instagram Pinterest
    Facebook X (Twitter) Instagram Pinterest
    Ztoog
    • Home
    • The Future

      What is Project Management? 5 Best Tools that You Can Try

      Operational excellence strategy and continuous improvement

      Hannah Fry: AI isn’t as powerful as we think

      FanDuel goes all in on responsible gaming push with new Play with a Plan campaign

      Gettyimages.com Is the Best Website on the Internet Right Now

    • Technology

      Iran war: How could it end?

      Democratic senators question CFTC staffing cuts in Chicago enforcement office

      Google’s Cloud AI lead on the three frontiers of model capability

      AMD agrees to backstop a $300M loan from Goldman Sachs for Crusoe to buy AMD AI chips, the first known case of AMD chips used as debt collateral (The Information)

      Productivity apps failed me when I needed them most

    • Gadgets

      macOS Tahoe 26.3.1 update will “upgrade” your M5’s CPU to new “super” cores

      Lenovo Shows Off a ThinkBook Modular AI PC Concept With Swappable Ports and Detachable Displays at MWC 2026

      POCO M8 Review: The Ultimate Budget Smartphone With Some Cons

      The Mission: Impossible of SSDs has arrived with a fingerprint lock

      6 Best Phones With Headphone Jacks (2026), Tested and Reviewed

    • Mobile

      Android’s March update is all about finding people, apps, and your missing bags

      Watch Xiaomi’s global launch event live here

      Our poll shows what buyers actually care about in new smartphones (Hint: it’s not AI)

      Is Strava down for you? You’re not alone

      The Motorola Razr FIFA World Cup 2026 Edition was literally just unveiled, and Verizon is already giving them away

    • Science

      Big Tech Signs White House Data Center Pledge With Good Optics and Little Substance

      Inside the best dark matter detector ever built

      NASA’s Artemis moon exploration programme is getting a major makeover

      Scientists crack the case of “screeching” Scotch tape

      Blue-faced, puffy-lipped monkey scores a rare conservation win

    • AI

      Online harassment is entering its AI era

      Meet NullClaw: The 678 KB Zig AI Agent Framework Running on 1 MB RAM and Booting in Two Milliseconds

      New method could increase LLM training efficiency | Ztoog

      The human work behind humanoid robots is being hidden

      NVIDIA Releases DreamDojo: An Open-Source Robot World Model Trained on 44,711 Hours of Real-World Human Video Data

    • Crypto

      Google paid startup Form Energy $1B for its massive 100-hour battery

      Ethereum Breakout Alert: Corrective Channel Flip Sparks Impulsive Wave

      Show Your ID Or No Deal

      Jane Street sued for alleged front-running trades that accelerated Terraform Labs meltdown

      Bitcoin Trades Below ETF Cost-Basis As MVRV Signals Mounting Pressure

    Ztoog
    Home » LongRAG: A New Artificial Intelligence AI Framework that Combines RAG with Long-Context LLMs to Enhance Performance
    AI

    LongRAG: A New Artificial Intelligence AI Framework that Combines RAG with Long-Context LLMs to Enhance Performance

    Facebook Twitter Pinterest WhatsApp
    LongRAG: A New Artificial Intelligence AI Framework that Combines RAG with Long-Context LLMs to Enhance Performance
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    Retrieval-Augmented Generation (RAG) strategies improve the capabilities of huge language fashions (LLMs) by incorporating exterior information retrieved from huge corpora. This method is especially helpful for open-domain query answering, the place detailed and correct responses are essential. By leveraging exterior data, RAG methods can overcome the constraints of relying solely on the parametric information embedded in LLMs, making them more practical in dealing with complicated queries.

    A vital problem in RAG methods is the imbalance between the retriever and reader parts. Traditional frameworks usually use brief retrieval models, similar to 100-word passages, requiring the retriever to sift by means of massive quantities of knowledge. This design burdens the retriever closely whereas the reader’s activity stays comparatively easy, main to inefficiencies and potential semantic incompleteness due to doc truncation. This imbalance restricts the general efficiency of RAG methods, necessitating a re-evaluation of their design.

    Current strategies in RAG methods embrace methods like Dense Passage Retrieval (DPR), which focuses on discovering exact, brief retrieval models from massive corpora. These strategies usually contain recalling many models and using complicated re-ranking processes to obtain excessive accuracy. While efficient to some extent, these approaches nonetheless want to work on inherent inefficiency and incomplete semantic illustration due to their reliance on brief retrieval models.

    To tackle these challenges, the analysis workforce from the University of Waterloo launched a novel framework known as LongRAG. This framework contains a “long retriever” and a “long reader” part, designed to course of longer retrieval models of round 4K tokens every. By growing the scale of the retrieval models, LongRAG reduces the variety of models from 22 million to 600,000, considerably easing the retriever’s workload and enhancing retrieval scores. This revolutionary method permits the retriever to deal with extra complete data models, enhancing the system’s effectivity and accuracy.

    The LongRAG framework operates by grouping associated paperwork into lengthy retrieval models, which the lengthy retriever then processes to determine related data. To extract the ultimate solutions, the retriever filters the highest 4 to 8 models, concatenated and fed right into a long-context LLM, similar to Gemini-1.5-Pro or GPT-4o. This methodology leverages the superior capabilities of long-context fashions to course of massive quantities of textual content effectively, guaranteeing an intensive and correct extraction of data.

    In-depth, the methodology includes utilizing an encoder to map the enter query to a vector and a special encoder to map the retrieval models to vectors. The similarity between the query and the retrieval models is calculated to determine essentially the most related models. The lengthy retriever searches by means of these models, decreasing the corpus dimension and enhancing the retriever’s precision. The retrieved models are then concatenated and fed into the lengthy reader, which makes use of the context to generate the ultimate reply. This method ensures that the reader processes a complete set of data, enhancing the system’s general efficiency.

    The efficiency of LongRAG is really exceptional. On the Natural Questions (NQ) dataset, it achieved an actual match (EM) rating of 62.7%, a major leap ahead in contrast to conventional strategies. On the HotpotQA dataset, it reached an EM rating of 64.3%. These spectacular outcomes show the effectiveness of LongRAG, matching the efficiency of state-of-the-art fine-tuned RAG fashions. The framework decreased the corpus dimension by 30 instances and improved the reply recall by roughly 20 proportion factors in contrast to conventional strategies, with a solution recall@1 rating of 71% on NQ and 72% on HotpotQA.

    LongRAG’s capacity to course of lengthy retrieval models preserves the semantic integrity of paperwork, permitting for extra correct and complete responses. By decreasing the burden on the retriever and leveraging superior long-context LLMs, LongRAG provides a extra balanced and environment friendly method to retrieval-augmented era. The analysis from the University of Waterloo not solely gives helpful insights into modernizing RAG system design but additionally highlights the thrilling potential for additional developments on this discipline, sparking optimism for the way forward for retrieval-augmented era methods.

    In conclusion, LongRAG represents a major step ahead in addressing the inefficiencies and imbalances in conventional RAG methods. Employing lengthy retrieval models and leveraging the capabilities of superior LLMs’ capabilities enhances the accuracy and effectivity of open-domain question-answering duties. This revolutionary framework improves retrieval efficiency and units the stage for future developments in retrieval-augmented era methods.


    Check out the Paper and GitHub. All credit score for this analysis goes to the researchers of this undertaking. Also, don’t overlook to comply with us on Twitter. 

    Join our Telegram Channel and LinkedIn Group.

    If you want our work, you’ll love our publication..

    Don’t Forget to be part of our 45k+ ML SubReddit

    🚀 Create, edit, and increase tabular information with the primary compound AI system, Gretel Navigator, now usually obtainable! [Advertisement]


    Nikhil is an intern guide at Marktechpost. He is pursuing an built-in twin diploma in Materials on the Indian Institute of Technology, Kharagpur. Nikhil is an AI/ML fanatic who’s at all times researching purposes in fields like biomaterials and biomedical science. With a robust background in Material Science, he’s exploring new developments and creating alternatives to contribute.

    [Announcing Gretel Navigator] Create, edit, and increase tabular information with the primary compound AI system trusted by EY, Databricks, Google, and Microsoft

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    AI

    Online harassment is entering its AI era

    AI

    Meet NullClaw: The 678 KB Zig AI Agent Framework Running on 1 MB RAM and Booting in Two Milliseconds

    AI

    New method could increase LLM training efficiency | Ztoog

    AI

    The human work behind humanoid robots is being hidden

    AI

    NVIDIA Releases DreamDojo: An Open-Source Robot World Model Trained on 44,711 Hours of Real-World Human Video Data

    AI

    Personalization features can make LLMs more agreeable | Ztoog

    AI

    AI is already making online crimes easier. It could get much worse.

    AI

    NVIDIA Researchers Introduce KVTC Transform Coding Pipeline to Compress Key-Value Caches by 20x for Efficient LLM Serving

    Leave A Reply Cancel Reply

    Follow Us
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    Top Posts
    Science

    Planets that look alike might be a sign of spacefaring aliens

    Alien civilisations that have terraformed a number of planets might be detectable from afardotted zebra/Alamy…

    Crypto

    Bitcoin Supply Metric Touches New All-Time High, Time For Reversal?

    Bitcoin has been named one of the best performer amongst asset lessons in 2023, however…

    Technology

    Summit Shares Best Practices for Attracting Students to STEM

    The annual IEEE STEM Summit in October introduced collectively a file variety of science, expertise,…

    Gadgets

    Oh hey, Google just announced the Pixel Fold

    Look, I’m not going to take a seat right here and fake that your entire…

    Crypto

    ZachXBT reveals GCR account hack tied to Solana meme coin team

    Share this text The May 26 X account hack of the infamous dealer often known…

    Our Picks
    AI

    Purdue Researchers Utilize Deep Learning and Topological Data Analysis for Advanced Model Interpretation and Precision in Complex Predictions

    The Future

    5 Healthy Snacks Worth Picking Up at Costco

    Gadgets

    Windows Notepad’s midlife renaissance continues with spellcheck and autocorrect

    Categories
    • AI (1,560)
    • Crypto (1,826)
    • Gadgets (1,870)
    • Mobile (1,910)
    • Science (1,939)
    • Technology (1,862)
    • The Future (1,716)
    Most Popular
    AI

    Can a Single Model Revolutionize Music Understanding and Generation? This Paper Introduces the Groundbreaking MU-LLaMA and M2UGen Models

    Gadgets

    Satellite-to-phone race heats up with voice calls and cross-Canada access

    Technology

    Modern workplace tech linked to lower employee well-being, study finds

    Ztoog
    Facebook X (Twitter) Instagram Pinterest
    • Home
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    © 2026 Ztoog.

    Type above and press Enter to search. Press Esc to cancel.