Skip to content

Commit

Permalink
fixing image rendering on pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Gatti Pinheiro committed Jul 25, 2024
1 parent 1dc6462 commit 8128d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_posts/2024-7-25-socratic-llm.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ We ask a GPT-4o (i.e., LLM-as-a-judge) to evaluate interactions according to the

To validate GPT-4o assessments, we compare them to those of human annotators for a set of 100 examples. We found a strong Pearson correlation ($$p=0.78$$) and aligned choices for the four components between GPT-4os and those of human annotators.

![_config.yml]({{ site.baseurl }}/images/human-vs-GPT-4o.svg){:height: 270px;vertical-align: middle;}
![_config.yml]({{ site.baseurl }}/images/humans-vs-GPT-4o-breakdown.svg){:width: 430px;vertical-align: middle;}
![_config.yml]({{ site.baseurl }}/images/human-vs-GPT-4o.svg){:style="height: 270px; vertical-align: middle;"}
![_config.yml]({{ site.baseurl }}/images/humans-vs-GPT-4o-breakdown.svg){:style="width: 430px; vertical-align: middle;"}

## Training Pipeline

Expand Down

0 comments on commit 8128d7c

Please sign in to comment.