Skip to content

Commit

Permalink
change figure
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Nov 15, 2023
1 parent 74bbb9f commit 58ca125
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
This repo provides the source code and checkpoints for our paper [Scalable and Effective Generative Information Retrieval]() (RIPOR). We propose RIPOR, a optimization framework for generative retrieval. RIPOR is designed based on two often-overlooked fundamental design considerations in generative retrieval. To addresse the issues, we propose a novel prefix-oriented ranking optimization algorithm and relevance-based DocID initialization, which illustrated in the following Figure. The main experiment is conducted on large-scale information retrieval benchmark MSMARCO-8.8M, and evaluated on three evaluation sets MSMARCO-Dev, TREC'19 and 20. RIPOR surpasses state-of-the-art generative retrieval models by a large margin (e.g., 30.5% MRR improvements on MS MARCO Dev Set), and perform better on par with popular dense retrieval models.

<p align="center">
<img align="center" src="./architecture.png" width="750" />
</p>
<p align="center">
<b>Figure:</b> An overview of the RIPOR framework. The top two sub-figures illustrate the novel components in RIPOR framework,
detailed in Sections 3.1 and 3.2. The bottom sub-figure presents the complete optimization pipeline
<img align="center" src="./architecture.png" width="850" />
</p>


Expand Down
Binary file modified architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 58ca125

Please sign in to comment.