tree-of-clarifications
tree-of-clarifications copied to clipboard
Questions about Bing results & ColBERT sever/index.
Hi.
I couldn't find './bing/results.json'
in your repository. Could you please share the pre-compiled bing search results?
Moreover, the ColBERT sever url 'http://ec2-44-228-128-229.us-west-2.compute.amazonaws.com:8893/api/search'
seems to have changed. The paper does't seem to mention what the retrieval datastore (ColBERT index) is, so I couldn't set up a new sever. I wonder if you could share a link to the index. It's better if you could also share a new ColBERT sever url.
The paper mentions "Finally, we obtain over 200 passages by combining passages retrieved by each system.", while the default 'top_k_docs'
in 'run_toc.py' is 100. Btw, the default 'top_k'
in 'bing_search.py' is 50 and that in 'get_wiki.py' is 100.
Does that mean 100 docs are retrieved by Bing, from which the top-50 docs along with other 50 docs retrieved by ColBERT consist the final 100(rather than 200)-doc datastore?
Thank you very much for your time and attention to this matter.