Skip to content

With the help of LangChain, this project aims to demonstrate how we can use the power of LLMs like ChatGPT to perform classic NLP tasks like named-entity-recognition.

License

Notifications You must be signed in to change notification settings

ecdedios/ai-nlp-named-entity-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Named Entity Recognition with LangChain and ChatGPT

Part of a series exploring the use of LLMs to perform classic NLP tasks.

Project Description

With the help of LangChain, this project aims to demonstrate how we can use the power of LLMs like ChatGPT to perform classic NLP tasks like named-entity-recognition.

Data

This dataset was created from the "Trump Twitter Archive" that used to be house at http://www.trumptwitterarchive.com/archive.

Usage

Written in Python 3.9.9. Some technologies used:

  • OpenAI
  • LangChain

To see the project in action, open and run the notebooks.

Meta

Ednalyn C. De Dios – @ecdedios

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/ecdedios/ai-nlp-named-entity-recognition/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

2024

About

With the help of LangChain, this project aims to demonstrate how we can use the power of LLMs like ChatGPT to perform classic NLP tasks like named-entity-recognition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published