From a2566cf0e94ba51fe8c6a56607210092b9473ac7 Mon Sep 17 00:00:00 2001 From: truptiparkar7 <159386855+truptiparkar7@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:05:03 -0700 Subject: [PATCH] Updated writer.prompty --- src/api/evaluate/eval_results.jsonl | 2 +- src/api/evaluate/eval_results.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/api/evaluate/eval_results.jsonl b/src/api/evaluate/eval_results.jsonl index 03eb399..1dec9e2 100644 --- a/src/api/evaluate/eval_results.jsonl +++ b/src/api/evaluate/eval_results.jsonl @@ -1 +1 @@ -[{"research_context": "Can you find the latest camping trends and what folks are doing in the winter?", "gpt_relevance": 5.0, "gpt_fluency": 5.0, "gpt_coherence": 5.0, "gpt_groundedness": 5.0}, {"research_context": "Can you find the latest trends in hiking shoes?", "gpt_relevance": 5.0, "gpt_fluency": 5.0, "gpt_coherence": 5.0, "gpt_groundedness": 1.0}, {"research_context": "Find information about the best snow camping spots in the world", "gpt_relevance": 5.0, "gpt_fluency": 5.0, "gpt_coherence": 5.0, "gpt_groundedness": 1.0}] +[{"research_context": "Can you find the latest camping trends and what folks are doing in the winter?", "gpt_relevance": 1.0, "gpt_fluency": 5.0, "gpt_coherence": 5.0, "gpt_groundedness": 5.0}, {"research_context": "Can you find the latest trends in hiking shoes?", "gpt_relevance": 1.0, "gpt_fluency": 5.0, "gpt_coherence": 5.0, "gpt_groundedness": 3.0}, {"research_context": "Find information about the best snow camping spots in the world", "gpt_relevance": 5.0, "gpt_fluency": 5.0, "gpt_coherence": 5.0, "gpt_groundedness": 5.0}] diff --git a/src/api/evaluate/eval_results.md b/src/api/evaluate/eval_results.md index b84f961..5020273 100644 --- a/src/api/evaluate/eval_results.md +++ b/src/api/evaluate/eval_results.md @@ -1,14 +1,14 @@ | | research_context | gpt_relevance | gpt_fluency | gpt_coherence | gpt_groundedness | |---:|:-------------------------------------------------------------------------------|----------------:|--------------:|----------------:|-------------------:| -| 0 | Can you find the latest camping trends and what folks are doing in the winter? | 5 | 5 | 5 | 5 | -| 1 | Can you find the latest trends in hiking shoes? | 5 | 5 | 5 | 1 | -| 2 | Find information about the best snow camping spots in the world | 5 | 5 | 5 | 1 | +| 0 | Can you find the latest camping trends and what folks are doing in the winter? | 1 | 5 | 5 | 5 | +| 1 | Can you find the latest trends in hiking shoes? | 1 | 5 | 5 | 3 | +| 2 | Find information about the best snow camping spots in the world | 5 | 5 | 5 | 5 | Averages scores: | | 0 | |:-----------------|--------:| -| gpt_relevance | 5 | +| gpt_relevance | 2.33333 | | gpt_fluency | 5 | | gpt_coherence | 5 | -| gpt_groundedness | 2.33333 | \ No newline at end of file +| gpt_groundedness | 4.33333 | \ No newline at end of file