StampyAI / stampy-chat

Conversational chatbot to answer questions about AI Safety & Alignment based on information retrieved from the Alignment Research Dataset
https://chat.stampy.ai
MIT License
13 stars 7 forks source link

Explore RAG adv methods & eval #136

Open ccstan99 opened 10 months ago

ccstan99 commented 10 months ago

We might want to look into some new RAG chunk retrieval methods and evaluation metrics. This short tutorial covers some interesting topics. They use LlamaIndex for implementation but we shouldn't need to. Looks like TruEra might have some good objective metrics to evaluate chunks and answers generated from the context. Some notes & links to sample code.

Retrieval Methods:

Triad of metrics (to eval hyper-parameters & retrieval methods)

wassname commented 8 months ago

See also https://github.com/StampyAI/stampy-chat/issues/138