> Thankfully the BM-25 model used in ranking is robust to this, as it relies on live data from the index itself.
I'm confused by this. TD-IDF incorporates the term frequency (the IDF part), which search engines precompute for the index as a whole. But so does BM25; its IDF formula is slightly different, but also relies on term frequencies. What's the difference?
replies(1):