Skip to content

Commit 31d4b1c

Browse files
Update publication information
1 parent 9c84c15 commit 31d4b1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/pages/open-source.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import * as features from '@site/src/components/OpenSourceFeatures';
2626
{/* <features.StarItem userName="ssu-humane" repoName="HerO" /> */}
2727
<features.StarItem userName="ssu-humane" repoName="HerO" />
2828
<features.GithubLinkItem userName="ssu-humane" repoName="HerO" repoNickname="HerO" />
29-
<features.PaperLinkItem paperLink="" title="HerO at AVeriTeC: The Herd of Open Large Language Models for Verifying Real-World Claims" />
29+
<features.PaperLinkItem paperLink="https://arxiv.org/abs/2410.12377" title="HerO at AVeriTeC: The Herd of Open Large Language Models for Verifying Real-World Claims" />
3030
</li>
3131
<li>
3232
{/* <features.StarItem userName="jaeyeonkim99" repoName="EnCLAP" /> */}

src/pages/publications.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import * as features from '@site/src/components/PublicationFeatures';
1515
<section id="activities" className={styles.category}>
1616
<ul className={styles.publications}>
1717
<li>
18-
<features.ConferenceItem conference="Under Review"/>
18+
<features.ConferenceItem conference="NeurIPS Workshop OWA Accepted, ICRA Under Review"/>
1919
<features.PaperTitle paperLink="https://arxiv.org/abs/2410.01273" title="CANVAS: Commonsense-Aware Navigation System for Intuitive Human-Robot Interaction"/>
2020
<features.AuthorItem authors={["Suhwan Choi", "Yongjun Cho", "Minchan Kim", "Jaeyoon Jung", "Myunchul Joe", "Yubeen Park", "Minseo Kim", "Sungwoong Kim", "Sungjae Lee", "Hwiseong Park", "Jiwan Chung", "Youngjae Yu"]} numFirstAuthor={4} isBrainTeam={[true, true, true, true, true, false, false, false, false, false, false, false]}/>
2121
<features.PaperDescription preview="Real-life robot navigation involves more than just reaching a destination; it requires optimizing movements while addressing scenario-specific goals. "
@@ -25,7 +25,7 @@ import * as features from '@site/src/components/PublicationFeatures';
2525
</li>
2626
<li>
2727
<features.ConferenceItem conference="EMNLP Workshop (Oral)"/>
28-
<features.PaperTitle paperLink="" title="HerO at AVeriTeC: The Herd of Open Large Language Models for Verifying Real-World Claims"/>
28+
<features.PaperTitle paperLink="https://arxiv.org/abs/2410.12377" title="HerO at AVeriTeC: The Herd of Open Large Language Models for Verifying Real-World Claims"/>
2929
<features.AuthorItem authors={["Yejun Yoon", "Jaeyoon Jung", "Seunghyun Yoon", "Kunwoo Park"]} numFirstAuthor={2} isBrainTeam={[false, true, false, false]}/>
3030
<features.PaperDescription preview="To tackle the AVeriTeC shared task hosted by the FEVER-24, we introduce a system that only employs publicly available large language models (LLMs) "
3131
description="for each step of automated fact-checking, dubbed the Herd of Open LLMs for verifying real-world claims (HerO). HerO employs multiple LLMs for each step of automated fact-checking. For evidence retrieval, a language model is used to enhance a query by generating hypothetical fact-checking documents. We prompt pretrained and fine-tuned LLMs for question generation and veracity prediction by crafting prompts with retrieved in-context samples. HerO achieved 2nd place on the leaderboard with the AVeriTeC score of 0.57, suggesting the potential of open LLMs for verifying real-world claims. For future research, we make our code publicly available at https://github.com/ssu-humane/HerO."/>

0 commit comments

Comments
 (0)