mirror of
https://github.com/langchain-ai/auto-evaluator.git
synced 2026-07-18 12:46:06 -04:00
[GH-ISSUE #40] Add instructions to the demo landing page #23
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rlancemartin on GitHub (Apr 23, 2023).
Original GitHub issue: https://github.com/langchain-ai/auto-evaluator/issues/40
Originally assigned to: @benisgold on GitHub.
Top(Text box, grey background)Welcome to the auto-evaluator! This is an app to evaluate the performance of question-answering LLM chains. This demo has pre-loaded two things: (1) a document (the Lex Fridman podcast with Andrej Karpathy) and (2) a "test set" of question-answer pairs for this episode. The aim to evaluate the performance of various question-answering LLM chain configuration against test set. You can build any QA chain using on the components and score its performance.
Button(Text box, green background)Choose the question-answering chain configuration (left) and launch an experiment using the button below. For more detail on each setting, see full the documentation here.
SummarybaselineExperiment Results(Text box, grey background)This table shows the each question-answer pair from the test set along with the model's answer to the question. The app will score two things: (1) the relevance of the retrieved documents relative to the question and (2) the similarity of the LLM generated answer relative to ground truth answer. The prompts for both can be seen here and can be chosen by the user in the drop-down list
Grading prompt style. TheFASTprompt will only have the LLM grader output the score. The other prompts will also produce an explanation.Add instructions to the demo landing pageto [GH-ISSUE #40] Add instructions to the demo landing page