You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Right now, after you submit an example, the label selection randomly changes: (e.g. "contradictory" has a 1/3 chance of changing to neutral, etc.). See here: https://dynabench.org/tasks/nli/create
We want the label to be randomly initialized after switching to a new context, but we don't want it to be randomly initialized after every example submission. The label button is defined here:
Right now, after you submit an example, the label selection randomly changes: (e.g. "contradictory" has a 1/3 chance of changing to neutral, etc.). See here: https://dynabench.org/tasks/nli/create
We want the label to be randomly initialized after switching to a new context, but we don't want it to be randomly initialized after every example submission. The label button is defined here:
https://github.com/facebookresearch/dynabench/blob/main/frontends/web/src/common/Annotation/AnnotationComponent.js#L67
The text was updated successfully, but these errors were encountered: