ola13 commited on
Commit
d9047f7
·
1 Parent(s): 741662a

update preprint link

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -263,9 +263,9 @@ description = """
263
  The ROOTS corpus was developed during the [BigScience workshop](https://bigscience.huggingface.co/) for the purpose
264
  of training the Multilingual Large Language Model [BLOOM](https://huggingface.co/bigscience/bloom). This tool allows
265
  you to search through the ROOTS corpus. We serve a BM25 index for each language or group of languages included in
266
- ROOTS. You can read more about the details of the tool design
267
- [here](https://huggingface.co/spaces/bigscience-data/scisearch/blob/main/roots_search_tool_specs.pdf). For more
268
- information and instructions on how to access the full corpus check [this form](https://forms.gle/qyYswbEL5kA23Wu99)."""
269
 
270
 
271
  if __name__ == "__main__":
 
263
  The ROOTS corpus was developed during the [BigScience workshop](https://bigscience.huggingface.co/) for the purpose
264
  of training the Multilingual Large Language Model [BLOOM](https://huggingface.co/bigscience/bloom). This tool allows
265
  you to search through the ROOTS corpus. We serve a BM25 index for each language or group of languages included in
266
+ ROOTS. We also offer exact search which is enabled if you enclose your query in double quotes. For details, please check out
267
+ the preprint describing our tool available [on Arxiv](https://arxiv.org/abs/2302.14035). For more
268
+ information and instructions on how to access the full corpus consult [this form](https://forms.gle/qyYswbEL5kA23Wu99)."""
269
 
270
 
271
  if __name__ == "__main__":