Closed percyliang closed 2 years ago
Should this be a part of a description or a new field for Scenario
? I am fine with either, just not sure what will be easier/happy to do whatever is simpler
E.g. how should we format for BBQ?
Current description: "Bias analysis of LM question-answering."
URL: https://crfm.stanford.edu/assets/helm.pdf#bbq
(the URL doesn't exist yet, I am just putting as a placeholder)
A Scenario
is an artifact of implementation, not necessarily a conceptually meaningful unit - for example, multiple commonsense QA datasets belong to one Scenario... So I think it should be in the scenario group. We could consider removing the description for a Scenario
.
Just to be clear, I meant the original paper/website of the scenario/dataset. We can also link to the appropriate section in our paper, but I just want to make sure we're acknowledging the constituent datasets appropriately.
Oh I misunderstood, thanks for clarifying on the latter point - I am fully on board with giving visibility to the source.
To the former comment:
@percyliang I think this is addressed by the final two comments in PR #976.
What do you think?
Yup!
Fantastic, closing! (I responded to your comment in the commit, was addressed in the next commit and should have linked to both above, though its impressive you were so keen to notice the issue :) )
Include a URL link to the paper or website in the
description
field of each scenario group so that people can click through to read more about the scenario(s). We can just assume that string value is a markdown string, which we can turn into HTML in the frontend using showdown or something.