🚀 高効率SPLADEモデル
高効率SPLADEモデルは段落検索に使用されます。このアーキテクチャは、クエリとドキュメントの推論に2つの異なるモデルを使用しています。これはクエリモデルです。ドキュメントモデルも同時にダウンロードしてください(https://huggingface.co/naver/efficient-splade-V-large-doc)。詳細情報が必要な場合は、以下を参照してください:
- 論文:https://dl.acm.org/doi/10.1145/3477495.3531833
- コード:https://github.com/naver/splade
✨ 主な機能
このモデルには以下の特性があります:
- クエリとドキュメントの推論にそれぞれ異なる2つのモデルを使用しています。
- 段落検索タスクで高い効率を発揮します。
📚 ドキュメント
属性 |
詳細 |
タグ |
splade、query-expansion、document-expansion、bag-of-words、passage-retrieval、knowledge-distillation、document encoder |
データセット |
ms_marco |
ライセンス |
cc-by-nc-sa-4.0 |
📊 性能指標
モデル名 |
MRR@10 (MS MARCO dev) |
R@1000 (MS MARCO dev) |
レイテンシ (PISA) ms |
レイテンシ (推論) ms |
naver/efficient-splade-V-large |
38.8 |
98.0 |
29.0 |
45.3 |
naver/efficient-splade-VI-BT-large |
38.0 |
97.8 |
31.1 |
0.7 |
📄 ライセンス
このプロジェクトはCC BY-NC-SA 4.0ライセンスの下で提供されています。
📖 引用
もし当社のチェックポイントを使用する場合は、当社の研究を引用してください(更新待ち):
@inproceedings{10.1145/3477495.3531833,
author = {Lassance, Carlos and Clinchant, St\'{e}phane},
title = {An Efficiency Study for SPLADE Models},
year = {2022},
isbn = {9781450387323},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3477495.3531833},
doi = {10.1145/3477495.3531833},
abstract = {Latency and efficiency issues are often overlooked when evaluating IR models based on Pretrained Language Models (PLMs) in reason of multiple hardware and software testing scenarios. Nevertheless, efficiency is an important part of such systems and should not be overlooked. In this paper, we focus on improving the efficiency of the SPLADE model since it has achieved state-of-the-art zero-shot performance and competitive results on TREC collections. SPLADE efficiency can be controlled via a regularization factor, but solely controlling this regularization has been shown to not be efficient enough. In order to reduce the latency gap between SPLADE and traditional retrieval systems, we propose several techniques including L1 regularization for queries, a separation of document/query encoders, a FLOPS-regularized middle-training, and the use of faster query encoders. Our benchmark demonstrates that we can drastically improve the efficiency of these models while increasing the performance metrics on in-domain data. To our knowledge, we propose the first neural models that, under the same computing constraints, achieve similar latency (less than 4ms difference) as traditional BM25, while having similar performance (less than 10% MRR@10 reduction) as the state-of-the-art single-stage neural rankers on in-domain data.},
booktitle = {Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval},
pages = {2220–2226},
numpages = {7},
keywords = {splade, latency, information retrieval, sparse representations},
location = {Madrid, Spain},
series = {SIGIR '22}
}