hmhm1229 commited on
Commit
d1f1c71
·
verified ·
1 Parent(s): 4d9f1af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -37,7 +37,8 @@ Maosong Sun<sup>2</sup>
37
 
38
 
39
  ## News
40
- 8.22 We upload [MoRE-3B](https://huggingface.co/hmhm1229/R1-Router-3B).
 
41
 
42
  ## Environment
43
  For training, answer generation, and evaluation processes:
@@ -61,7 +62,7 @@ conda activate retriever
61
  wikiextractor enwiki-20241020-pages-articles-multistream.xml.bz2 -o wiki_extracted
62
  python wiki_preprocess.py
63
  ```
64
- For the image corpus, you can directly download [M-BEIR](https://huggingface.co/datasets/TIGER-Lab/M-BEIR). To embed and index it you can follow the [repository](https://github.com/TIGER-AI-Lab/UniIR)
65
 
66
  For the table corpus, you can download, embed and index Open-WikiTable following the [repository](https://github.com/sean0042/Open_WikiTable), or you can download directly the one we have already preprocessed from [here](https://huggingface.co/hmhm1229/table-retriever).
67
 
 
37
 
38
 
39
  ## News
40
+ 26.04.28 Our Work is now accepted by SIGIR 2026🎉!
41
+ 8.22 We upload [MoRE-3B](https://huggingface.co/hmhm1229/MoRE-3B).
42
 
43
  ## Environment
44
  For training, answer generation, and evaluation processes:
 
62
  wikiextractor enwiki-20241020-pages-articles-multistream.xml.bz2 -o wiki_extracted
63
  python wiki_preprocess.py
64
  ```
65
+ For the image corpus, you can directly download [M-BEIR](https://huggingface.co/datasets/TIGER-Lab/M-BEIR). To embed and index it, you can follow the [repository](https://github.com/TIGER-AI-Lab/UniIR)
66
 
67
  For the table corpus, you can download, embed and index Open-WikiTable following the [repository](https://github.com/sean0042/Open_WikiTable), or you can download directly the one we have already preprocessed from [here](https://huggingface.co/hmhm1229/table-retriever).
68