Skip to content

Commit

Permalink
rename most voted to highest voted
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed May 29, 2024
1 parent 37e20fa commit 7b4e978
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion MyApp/Components/Pages/Leaderboard.razor
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div data-component="pages/Leaderboard/TotalVotes1K.mjs" data-props=@ToProps(Top1kVotes)></div>
</div>
<p class="py-8 text-center">
Based on total number of total votes received for answers of the Top 1000 most voted questions on StackOverflow<br>
Based on total number of total votes received for answers of the Top 1000 highest voted questions on StackOverflow<br>
</p>
<div class="flex justify-center">
<LeaderboardStats Title="Total Votes" Results=@Top1kVotes />
Expand Down
9 changes: 3 additions & 6 deletions MyApp/_pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ For new questions asked we'll also include access to the best performing proprie
- [GPT 4 Turbo](https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo) by OpenAI
- [Claude 3 Opus](https://www.anthropic.com/claude) by Anthropic

All models were used to answer the **Top 1000 most voted questions** on StackOverflow to evaluate their performance in
All models were used to answer the **Top 1000 highest voted questions** on StackOverflow to evaluate their performance in
answering technical questions on our [Leaderboard](/leaderboard).

## Open Questions and Answers for all
Expand All @@ -110,15 +110,12 @@ All questions, answers and comments is publicly available for everyone to freely

You can help improve the quality of answers by providing any kind of feedback including asking new questions,
up voting good answers, down voting bad ones, reporting inappropriate ones, correcting answers with inaccuracies or
asking the model for further clarifications on answers that are unclear.

The most active users who help curate and improve the quality of questions and answers will have the opportunity to
become moderators where they'll have access to all our models.
asking the model to further expand or clarify their answers that are unclear or incomplete.

We also welcome attempts to **Beat Large Language Models** by providing your own answers to questions. We'll rank
and grade new answers and include votes they receive from the community to determine the best answers.

This feedback will feed back into [LeaderBoard](/leaderboard) and improve the quality of answers.
This feedback will feed back into [LeaderBoard](/leaderboard) and help improve the quality of answers.

## Future Work

Expand Down
9 changes: 3 additions & 6 deletions MyApp/_posts/2024-04-01_pvq-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ For new questions asked we'll also include access to the best performing proprie
- [GPT 4 Turbo](https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo) by OpenAI
- [Claude 3 Opus](https://www.anthropic.com/claude) by Anthropic

All models were used to answer the **Top 1000 most voted questions** on StackOverflow to evaluate their performance in
All models were used to answer the **Top 1000 highest voted questions** on StackOverflow to evaluate their performance in
answering technical questions on our [Leaderboard](/leaderboard).

## Open Questions and Answers for all
Expand All @@ -114,15 +114,12 @@ All questions, answers and comments is publicly available for everyone to freely

You can help improve the quality of answers by providing any kind of feedback including asking new questions,
up voting good answers, down voting bad ones, reporting inappropriate ones, correcting answers with inaccuracies or
asking the model for further clarifications on answers that are unclear.

The most active users who help curate and improve the quality of questions and answers will have the opportunity to
become moderators where they'll have access to all our models.
asking the model to further expand or clarify their answers that are unclear or incomplete.

We also welcome attempts to **Beat Large Language Models** by providing your own answers to questions. We'll rank
and grade new answers and include votes they receive from the community to determine the best answers.

This feedback will feed back into [LeaderBoard](/leaderboard) and improve the quality of answers.
This feedback will feed back into [LeaderBoard](/leaderboard) and help improve the quality of answers.

## Future Work

Expand Down
2 changes: 1 addition & 1 deletion MyApp/wwwroot/pages/Leaderboard/TotalVotes1K.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default {
},
title: {
display: true,
text: 'Total Votes for Top 1K Most Voted Questions',
text: 'Total Votes for Top 1K Highest Voted Questions',
font: {
size: 20,
}
Expand Down

0 comments on commit 7b4e978

Please sign in to comment.