An article discussing the use of embeddings in natural language processing, focusing on comparing open source and closed source embedding models for semantic search, including techniques like clustering and re-ranking.
This blog post explores applying the original ELIZA chatbot, a pioneering natural language processing program, in a way similar to modern large language models (LLMs) by using it to carry on an educational conversation about George Orwell's 'Animal Farm'.
This article discusses Re2, a prompting technique that enhances reasoning in Large Language Models (LLMs) by re-reading the input twice. It improves understanding and reasoning capabilities, leading to better performance in various benchmarks.
This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG) systems. RAG systems combine information retrieval with generative models to provide accurate and contextually rich responses.
This article provides a step-by-step guide on fine-tuning the Llama 3 language model for customer service use cases. It covers the process of data preparation, fine-tuning techniques, and the benefits of leveraging LLMs in customer service applications.
A method that uses instruction tuning to adapt LLMs for knowledge-intensive tasks. RankRAG simultaneously trains the models for context ranking and answer generation, enhancing their retrieval-augmented generation (RAG) capabilities.
NVIDIA and Georgia Tech researchers introduce RankRAG, a novel framework instruction-tuning a single LLM for top-k context ranking and answer generation. Aiming to improve RAG systems, it enhances context relevance assessment and answer generation.
This guide explains how to build and use knowledge graphs with R2R. It covers setup, basic example, construction, navigation, querying, visualization, and advanced examples.
This article provides a beginner's guide on using Hugging Face Transformers for text summarization. It explains what text summarization is, its uses, and how it can be performed using extractive and abstractive summarization techniques. The article also provides a simple code example using the Hugging Face pipeline for text summarization.
Case study on measuring context relevance in retrieval-augmented generation systems using Ragas, TruLens, and DeepEval. Develop practical strategies to evaluate the accuracy and relevance of generated context.