Skip to content

Commit

Permalink
remove case id
Browse files Browse the repository at this point in the history
  • Loading branch information
yiranyyu committed Nov 30, 2023
1 parent 64cfb64 commit c6e387a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -585,32 +585,32 @@ <h2 class="title is-3">Examples</h2>
<div class="column is-six-fifths">
<div class="content has-text-justified">
<ul>
<li><b>Case 1: Short-form QA</b>: RLHF-V can give a more trustworthy answer in short-form QA.</li>
<li><b>Short-form QA</b>: RLHF-V can give a more trustworthy answer in short-form QA.</li>
</ul>
</div>
<img src="demos/case1.png" width="90%" alt="">
<div class="content has-text-justified">
<ul>
<li><b>Case 2: Long-form QA</b>: RLHF-V can generate informative image description with less hallucinations.</li>
<li><b>Long-form QA</b>: RLHF-V can generate informative image description with less hallucinations.</li>
</ul>
</div>
<img src="demos/case2.png" width="90%" alt="">
<div class="content has-text-justified">
<ul>
<li><b>Case 3: Long-form QA</b>: RLHF-V can provide detailed reasoning with less hallucinations.</li>
<li><b>Long-form QA</b>: RLHF-V can provide detailed reasoning with less hallucinations.</li>
</ul>
</div>
<img src="demos/case3-1.png" width="90%" alt="">
<img src="demos/case3-2.png" width="90%" alt="">
<div class="content has-text-justified">
<ul>
<li><b>Case 4: Long-form QA</b>: RLHF-V is more resistant to over-generalization.</li>
<li><b>Long-form QA</b>: RLHF-V is more resistant to over-generalization.</li>
</ul>
</div>
<img src="demos/case4.png" width="90%" alt="">
<div class="content has-text-justified">
<ul>
<li><b>Case 5: Long-form QA</b>: RLHF-V is more resistant to over-generalization.</li>
<li><b>Long-form QA</b>: RLHF-V is more resistant to over-generalization.</li>
</ul>
</div>
<img src="demos/case5.png" width="90%" alt="">
Expand Down

0 comments on commit c6e387a

Please sign in to comment.