rwq-elo/rwq-battle-records

Dataset

0

stars

8

commits

1

linked in READMEs

Mar 6, 2024

updated

README

RWQ battle records dataset

The dataset stores the battle records of 24 popular LLMs conduct Elo pairwise battles on RWQ questions and use GPT-4 as judger to determine the winner on each round of QA.

Columns

Column NameData TypeDescription
questionstringThe question to ask LLM.
modelstringThe id/name of LLM.
model_astringThe id/name of model 1 of pairwise LLM to battle facing another on the same question.
model_bstringThe id/name of model 2 of pairwise LLM to battle facing another on the same question.
winnerstringThe winner model valued as one of model_a, model_b, tie or tie(all bad) as outcome of one pairwise battle.
judgerstringThe gpt name with version, such as gpt-4-turbo.
tstampstringThe time battle happens, format as 2023-11-23 02:56:34.433226.
answer_astringThe answer of model_a.
answer_bstringThe answer of model_b.
gpt_4_responsestringThe reponse text of gpt-4 as judger to evaluate and score the better LLM.
gpt_4_scorestringThe scores of model_a and model_b with json text, e.g., {'model_a': '0', 'model_b': '1'}.
is_validbooleanThe row is valid or not. Set to false, when gpt-4 reject the eval because of policy.
elo_ratingfloatThe elo rating score of LLM.

Citation

TODO

Contributors

v-xchen-v

5 commits

Lidaluobei

2 commits

librarian-bot

1 commits

rwq-elo/rwq-battle-records

Dataset

0

stars

8

commits

1

linked in READMEs

Mar 6, 2024

updated

README

RWQ battle records dataset

The dataset stores the battle records of 24 popular LLMs conduct Elo pairwise battles on RWQ questions and use GPT-4 as judger to determine the winner on each round of QA.

Columns

Column NameData TypeDescription
questionstringThe question to ask LLM.
modelstringThe id/name of LLM.
model_astringThe id/name of model 1 of pairwise LLM to battle facing another on the same question.
model_bstringThe id/name of model 2 of pairwise LLM to battle facing another on the same question.
winnerstringThe winner model valued as one of model_a, model_b, tie or tie(all bad) as outcome of one pairwise battle.
judgerstringThe gpt name with version, such as gpt-4-turbo.
tstampstringThe time battle happens, format as 2023-11-23 02:56:34.433226.
answer_astringThe answer of model_a.
answer_bstringThe answer of model_b.
gpt_4_responsestringThe reponse text of gpt-4 as judger to evaluate and score the better LLM.
gpt_4_scorestringThe scores of model_a and model_b with json text, e.g., {'model_a': '0', 'model_b': '1'}.
is_validbooleanThe row is valid or not. Set to false, when gpt-4 reject the eval because of policy.
elo_ratingfloatThe elo rating score of LLM.

Citation

TODO

Contributors

v-xchen-v

5 commits

Lidaluobei

2 commits

librarian-bot

1 commits