Hi all, if anyone has any questions about the open source library, Joe and I will be around today to answer them.
no questions - just want to say thanks for sharing!
Show HN: Tonic Validate Metrics – an open-source RAG evaluation metrics package
11–19 of 19 posts
Re: Show HN: Tonic Validate Metrics – an open-source RAG evaluation metrics package
#12Re: Show HN: Tonic Validate Metrics – an open-source RAG evaluation metrics package
#13This is cool. What are your plans for supporting and building upon this going forward?
We also have a UI for visualizing all of these metrics that is free at the moment with no paid tier at all. We are planning to add more features into that UI for better visualizations along with improving the ability to keep track of different versions of your LLM system for comparison.
Re: Show HN: Tonic Validate Metrics – an open-source RAG evaluation metrics package
#14I wish you the best though!
Re: Show HN: Tonic Validate Metrics – an open-source RAG evaluation metrics package
#15https://ai.google.com/research/NaturalQuestions
But I do t see this dataset mentioned much in RAG discussions.
Re: Show HN: Tonic Validate Metrics – an open-source RAG evaluation metrics package
#16Related — are there any good end to end benchmark datasets for RAG? End to end meaning not just (context, question, answer) tuples (which ignores retrieval) but (Document , question, answer). I know NQ (Natural Questions) is one such dataset: https://ai.google.com/research/NaturalQuestions But I do t see this dataset mentioned much in RAG discussions.
We recommend that when building a RAG application, the developers build a benchmark dataset specifically tailored to the data being used for the RAG application, and the use case of the RAG application.
Re: Show HN: Tonic Validate Metrics – an open-source RAG evaluation metrics package
#17Related — are there any good end to end benchmark datasets for RAG? End to end meaning not just (context, question, answer) tuples (which ignores retrieval) but (Document , question, answer). I know NQ (Natural Questions) is one such dataset: https://ai.google.com/research/NaturalQuestions But I do t see this dataset mentioned much in RAG discussions.
It's true that there are not a lot of datasets for benchmarking RAG. RAG applications are so tailored to the specific data being used as well as the use case, that a benchmark dataset is not useful across different RAG applications. The data used for a RAG application could be slack messages, technical documentation, insurance policies, internal company microsoft word documents, or a combination of these. For each of…