LLM Confidence Chat Interface
Problem
Non-technical users have no way to assess how confident an LLM is in its responses.
Approach
Built an interactive chat interface integrating lm-polygraph for uncertainty estimation with an intuitive visualization layer.
Tech Stack
- Python, FastAPI
- lm-polygraph
- React
Challenges & Learnings
Translating probabilistic outputs into user-friendly visual indicators while keeping the interface responsive.