Skip to content

Natural Language Processing (NLP) and Large Language Models (LLM) with LangChain and Building Multi-stage Reasoning Systems

Notifications You must be signed in to change notification settings

YanSte/NLP-LLM-LangChain-Multi-Step-Reasoning-Part-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

| NLP | LLM | LangChain | Multi-Step Reasoning 1 |

Natural Language Processing (NLP) and Large Language Models (LLM) with LangChain and Building Multi-stage Reasoning Systems

Learning

| Overview

In this notebook we're going to create AI systems:

  • Named CommentatorMoodModeratorAI will be a prototype AI self-commenting-and-moderating tool that will create new reaction comments to a piece of text with one LLM and use another LLM to critique those comments and flag them if they are negative. To build this we will walk through the steps needed to construct prompts and chains, as well as multiple LLM Chains that take multiple inputs, both from the previous LLM and external.

Learning Objectives

By the end of this notebook, you will be able to:

  1. Build prompt template and create new prompts with different inputs
  2. Create basic LLM chains to connect prompts and LLMs.
  3. Construct sequential chains of multiple LLMChains to perform multi-stage reasoning analysis.
  4. Use langchain agents to build semi-automated systems with an LLM-centric agent.

Learning

About

Natural Language Processing (NLP) and Large Language Models (LLM) with LangChain and Building Multi-stage Reasoning Systems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published