ConvoCache
This repository provides code and results from the Interspeech 2024 paper:
ConvoCache: Smart Re-Use of Chatbot Responses
Contained in this repository:
- Steps to reproduce ConvoCache experiments on DailyDialog and other Datasets.
- Module for weighted sum conversation encoder. (
encoder.py) - Module for simulating the vector DB of ConvoCache. (
cache.py) - Module for evaluating dialogue using UniEval and G-Eval (with custom coherence
prompts) (
evaluation/)