yixuantt commited on
Commit
7d636df
Β·
verified Β·
1 Parent(s): 54e942c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ with gr.Blocks(title="Benchmark Leaderboard", css=""".search-box {margin-bottom:
175
  gr.Markdown("# πŸ’° FinMTEB Benchmark Leaderboard")
176
  gr.Markdown("**Finance** Massive Text Embedding Benchmark (FinMTEB), an embedding benchmark consists of 64 financial domain-specific text datasets, across English and Chinese, spanning seven different tasks.")
177
  gr.Markdown("---")
178
- gr.Markdown("πŸ“– If you feel our work helpful, please cite the following paper: [Do We Need Domain-Specific Embedding Models? An Empirical Investigation](https://arxiv.org/pdf/2409.18511v1)")
179
  gr.Markdown("Github: [FinMTEB](https://github.com/yixuantt/FinMTEB/blob/main/README.md)")
180
  search = gr.Textbox(
181
  placeholder="πŸ” Enter the model name...",
 
175
  gr.Markdown("# πŸ’° FinMTEB Benchmark Leaderboard")
176
  gr.Markdown("**Finance** Massive Text Embedding Benchmark (FinMTEB), an embedding benchmark consists of 64 financial domain-specific text datasets, across English and Chinese, spanning seven different tasks.")
177
  gr.Markdown("---")
178
+ gr.Markdown("πŸ“– If you feel our work helpful, please cite the following paper: [FinMTEB: Finance Massive Text Embedding Benchmark](https://arxiv.org/abs/2502.10990)")
179
  gr.Markdown("Github: [FinMTEB](https://github.com/yixuantt/FinMTEB/blob/main/README.md)")
180
  search = gr.Textbox(
181
  placeholder="πŸ” Enter the model name...",