This repository is the official codebase for EET-LLM. We deal with the creation of an emotional, empathetic and task-oriented LLM that is favorable to make more human-centric responses and be more friendly to humans. We state the final task to be making the human emotionally happy. The working of the same can be viewed here.
This repository is a consolidated structure of everything to do with Emotional and Empathetic LLMs. We cover all papers read, datasets, codebases discovered and more.
- EET-LLM
- Presentation of EET-LLM @ CDAC
- Literature Review
- Citation
- Execution of EET-LLM
- Authors
- License
Here is a simplified workflow of this LLM.
You may also test out EET-LLM hosted via Streamlit: https://eet-llm.streamlit.app/
Any feedback and other improvements can be reported to the authors in the Issues section of this repo. If not, you may also send an email to the Authors (mentioned in the Authors section).
This work was also presented to several interns and faculties at the Centre for Development of Advanced Computing, Kolkata. This presentation was done by Advik Raj Basani.
The same presentation can be found here.
Year | Title | Link |
---|---|---|
2024 | Amazon Product Reviews | Amazon Product Reviews |
2008 | IEMOCAP | IEMOCAP |
2017 | DailyDialog | DailyDialog |
2020 | EmpatheticDialogues | EmpatheticDialogues |
2022 | PENS | PENS |
2023 | SoulChatCorpus | SoulChatCorpus |
2023 | MISC | MISC |
2022 | MultiESC | MultiESC |
2022 | GLHG | GLHG |
2022 | PsyQA | PsyQA |
2023 | efaqa | efaqa |
2021 | GSM8K | GSM8K |
2021 | CSQA | CSQA |
2021 | StrategyQA | StrategyQA |
2022 | SayCan | SayCan |
2021 | CraisglistBargain | CraigslistBargain |
2022 | CIMA | CIMA |
2021 | DialoGLUE | DialoGLUE |
2021 | PersuasionForGood | PersuasionForGood |
2020 | MultiWoZ 2.1 | MultiWoZ 2.1 |
2021 | AmazonQA | AmazonQA |
2021 | ALFRED-L | ALFRED-L |
If you found this project helpful, please kindly cite our work:
@misc{advikbibek24,
author = {Advik Raj Basani, Bibekananda Kundu},
title = {EET-LLM: A Emotional, Empathetic and Task-Oriented LLM},
year = {2024},
howpublished = {\url{https://github.com/BitC3t/EET-LLM}}
}
You may run this framework locally via the following command:
streamlit run frontend.py
Other scripts in this repo deal with the several other components of the framework.
This project was created by Advik Raj Basani ([email protected]), under the guidance of Dr. Bibekananda Kundu.
This code is under the GNU-GPL v3.0.