llm-chat / layouts /task_layout.html
davidjurgens's picture
Deploy: Potato — Interactive LLM Chat Eval
781cf0e verified
Raw
History Blame Contribute Delete
4.32 kB
<!-- CONFIG_HASH: 2abdd01eba6dd2d574bd418990468b6c_430c77c82c300a6fa7ff03293b1a4e01 -->
<!-- Generated annotation layout file -->
<!-- This file was automatically generated based on the annotation schemes in your config -->
<!-- You can customize this file to modify the layout of your annotation interface -->
<!-- Changes to this file will be preserved across server restarts -->
<div class="annotation_schema">
<form id="sentiment" class="annotation-form radio shadcn-radio-container" action="javascript:void(0)" data-annotation-id="0" data-annotation-type="radio" data-schema-name="sentiment" data-grid-columns="1">
<fieldset schema="sentiment">
<legend class="shadcn-radio-title">What is the overall sentiment of this text?</legend>
<div class="shadcn-radio-options">
<div class="shadcn-radio-option">
<input class="sentiment shadcn-radio-input annotation-input"
type="radio"
id="sentiment_Positive_radio"
name="sentiment"
value="Positive"
selection_constraint="single"
schema="sentiment"
label_name="Positive"
onclick="onlyOne(this);registerAnnotation(this);"
validation=""
data-key="1">
<label for="sentiment_Positive_radio" class="shadcn-radio-label" data-toggle="tooltip" data-html="true" data-placement="top" title="The text expresses a clearly positive opinion or emotion">Positive <span class="keybinding-badge">1</span></label>
</div>
<div class="shadcn-radio-option">
<input class="sentiment shadcn-radio-input annotation-input"
type="radio"
id="sentiment_Negative_radio"
name="sentiment"
value="Negative"
selection_constraint="single"
schema="sentiment"
label_name="Negative"
onclick="onlyOne(this);registerAnnotation(this);"
validation=""
data-key="2">
<label for="sentiment_Negative_radio" class="shadcn-radio-label" data-toggle="tooltip" data-html="true" data-placement="top" title="The text expresses a clearly negative opinion or emotion">Negative <span class="keybinding-badge">2</span></label>
</div>
<div class="shadcn-radio-option">
<input class="sentiment shadcn-radio-input annotation-input"
type="radio"
id="sentiment_Neutral_radio"
name="sentiment"
value="Neutral"
selection_constraint="single"
schema="sentiment"
label_name="Neutral"
onclick="onlyOne(this);registerAnnotation(this);"
validation=""
data-key="3">
<label for="sentiment_Neutral_radio" class="shadcn-radio-label" data-toggle="tooltip" data-html="true" data-placement="top" title="The text is factual or does not express a strong opinion">Neutral <span class="keybinding-badge">3</span></label>
</div>
<div class="shadcn-radio-option">
<input class="sentiment shadcn-radio-input annotation-input"
type="radio"
id="sentiment_Mixed_radio"
name="sentiment"
value="Mixed"
selection_constraint="single"
schema="sentiment"
label_name="Mixed"
onclick="onlyOne(this);registerAnnotation(this);"
validation=""
data-key="4">
<label for="sentiment_Mixed_radio" class="shadcn-radio-label" data-toggle="tooltip" data-html="true" data-placement="top" title="The text contains both positive and negative sentiments">Mixed <span class="keybinding-badge">4</span></label>
</div>
</div></fieldset></form>
</div>