Changes between Version 13 and Version 14 of AnnotationManual/CZSNLI/training


Ignore:
Timestamp:
Mar 4, 2024, 10:49:45 AM (3 months ago)
Author:
Zuzana Nevěřilová
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnnotationManual/CZSNLI/training

    v13 v14  
    66   $(".toggle").on("click", function(){
    77      var siblings = $(this).siblings();
    8       console.log("Siblings", siblings);
    98      siblings.each(function(){
    109          if ($(this).is(":visible"))
     
    2221
    2322<h2>Example 1</h2>
    24 <p><strong>Premise</strong> Jeden pán kontroluje kolo, zatímco některé ženy se dívají.</p>
    25 <p><strong>Hypothesis</strong> Někdo kontroluje kolo.</p>
    26 <div>
    27 <p class="toggle">Annotation (think first, then click to show correct annotation).
    28 </p>
    29 <div class="collapsible">
    30 <strong>Entailment</strong>
    31 <p>Mark "Jeden pán" and "Někdo" and connect them with the <span="background-color: green">generalization"</span> relation.</p>
    32 </div>
    33 </div>
     23  <p><strong>Premise</strong> Jeden pán kontroluje kolo, zatímco některé ženy se dívají.</p>
     24  <p><strong>Hypothesis</strong> Někdo kontroluje kolo.</p>
     25  <div>
     26    <p class="toggle">Annotation (think first, then click to show correct annotation).</p>
     27    <div class="collapsible">
     28      <strong>Entailment</strong>
     29      <p>Mark "Jeden pán" and "Někdo" and connect them with the <span style="background-color: green">generalization</span> relation.</p>
     30    </div>
     31   </div>
    3432<h2>Example 2</h2>
    35 <div>
    36 <p class="toggle">text 2</p>
    37 <p class="collapsible">collapsed text</p>
    38 </div>
     33  <p><strong>Premise</strong> Mladá žena v krátkém oranžovém tílku, krátkých modrých kalhotách a růžových atletických botách s velkou jmenovkou na přední straně, na které je napsáno SARAH, běží ulicí kolem diváků a dvou přenosných záchodů.</p>
     34  <p><strong>Hypothesis</strong> Mladá žena běží v závodě.</p>
     35  <div>
     36    <p class="toggle">Annotation (think first, then click to show correct annotation).</p>
     37    <div class="collapsible">
     38      <strong>Entailment</strong>
     39      <p>Mark "běží ulicí kolem diváků" and "běží v závodě" and connect them with the <span style="background-color: green">similar</span> relation.</p>
     40    </div>
     41   </div>
     42<h2>Example 3</h2>
     43  <p><strong>Premise</strong> Kluk jezdí na skateboardu a jiný muž ho fotí.</p>
     44  <p><strong>Hypothesis</strong> Muž, který fotí, je jeho otec.</p>
     45  <div>
     46    <p class="toggle">Annotation (think first, then click to show correct annotation).</p>
     47    <div class="collapsible">
     48      <strong>Neutral</strong>
     49      <p>Mark "otec" because it is a new information in the hypothesis.</p>
     50    </div>
     51   </div>
     52
     53
     54
    3955
    4056}}}