Skip to content

Commit 434a694

Browse files
authored
swap first and last names 2024.emnlp-main.922 and 2024.fever-1.13 (#4094)
1 parent 5f12c57 commit 434a694

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/xml/2024.emnlp.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11856,7 +11856,7 @@
1185611856
</paper>
1185711857
<paper id="922">
1185811858
<title>Multi-Level Information Retrieval Augmented Generation for Knowledge-based Visual Question Answering</title>
11859-
<author><first>Adjali</first><last>Omar</last><affiliation>CEA</affiliation></author>
11859+
<author><first>Omar</first><last>Adjali</last><affiliation>CEA</affiliation></author>
1186011860
<author><first>Olivier</first><last>Ferret</last><affiliation>CEA</affiliation></author>
1186111861
<author><first>Sahar</first><last>Ghannay</last><affiliation>Universuté paris saclay</affiliation></author>
1186211862
<author><first>Hervé</first><last>Le Borgne</last><affiliation>CEA</affiliation></author>

data/xml/2024.fever.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
</paper>
162162
<paper id="13">
163163
<title>Exploring Retrieval Augmented Generation For Real-world Claim Verification</title>
164-
<author><first>Adjali</first><last>Omar</last><affiliation>CEA</affiliation></author>
164+
<author><first>Omar</first><last>Adjali</last><affiliation>CEA</affiliation></author>
165165
<pages>113-117</pages>
166166
<abstract>Automated Fact-Checking (AFC) has recently gained considerable attention to address the increasing misinformation spreading in the web and social media. The recently introduced AVeriTeC dataset alleviates some limitations of existing AFC benchmarks. In this paper, we propose to explore Retrieval Augmented Generation (RAG) and describe the system (UPS participant) we implemented to solve the AVeriTeC shared task.Our end-to-end system integrates retrieval and generation in a joint training setup to enhance evidence retrieval and question generation. Our system operates as follows: First, we conduct dense retrieval of evidence by encoding candidate evidence sentences from the provided knowledge store documents. Next, we perform a secondary retrieval of question-answer pairs from the training set, encoding these into dense vectors to support question generation with relevant in-context examples. During training, the question generator is optimized to generate questions based on retrieved or gold evidence. In preliminary automatic evaluation, our system achieved respectively 0.198 and 0.210 AVeriTeC scores on the dev and test sets.</abstract>
167167
<url hash="e0c10e3f">2024.fever-1.13</url>

0 commit comments

Comments
 (0)