From e62e9467a9ab089cb47e9a0daef1df8331f39657 Mon Sep 17 00:00:00 2001 From: Thong Nguyen Date: Wed, 14 Feb 2024 22:01:58 +0100 Subject: [PATCH] Add DOI --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 904d5c9..173ea31 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ - ![](https://badgen.net/badge/lsr/instructions/red?icon=github) ![](https://badgen.net/badge/python/3.9.12/green?icon=python) +[![DOI](https://zenodo.org/badge/586806249.svg)](https://zenodo.org/doi/10.5281/zenodo.10659499) + # LSR: A unified framework for efficient and effective learned sparse retrieval The framework provides a simple yet effective toolkit for defining, training, and evaluating learned sparse retrieval methods. The framework is composed of standalone modules, allowing for easy mixing and matching of different modules or integration with your own implementation. This provides flexibility to experiment and customize the retrieval model to meet your specific needs. @@ -239,4 +240,4 @@ If you find this repository helpful, feel free to cite our paper [A Unified Fram year={2023}, organization={Springer} } -``` \ No newline at end of file +```