https://github.com/s18-niloy/chatbot_langchain_cove_demo
https://github.com/s18-niloy/chatbot_langchain_cove_demo
hallucination natural-language-processing
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/s18-niloy/chatbot_langchain_cove_demo
- Owner: S18-Niloy
- Created: 2024-03-30T10:41:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-23T03:36:29.000Z (11 months ago)
- Last Synced: 2024-12-29T23:59:28.379Z (9 months ago)
- Topics: hallucination, natural-language-processing
- Language: Jupyter Notebook
- Homepage: https://github.com/S18-Niloy/ChatBot_langchain_CoVe_Demo
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Web Chatbot using LangChain
This project implements a custom web chatbot using LangChain, a framework for natural language processing and generation, and includes techniques for handling hallucination by utilizing generated prompts from a website.
## Features
- Chatbot functionality with natural language understanding and generation.
- Handling of hallucination using generated prompts.
- Integration with LangChain for natural language processing.## References
- **CoVe Paper:** [Link to CoVe Paper](https://arxiv.org/abs/your-langchain-paper-id)
- **Reference GitHub Repository:** [Link to GitHub Repository](https://github.com/ritun16/chain-of-verification)