Pesquisa Bibliográfica III - Advanced Techniques used for Semantic Search & The Future of Semantic Search
5.1 Ranking ***standard ranking techniques for document-centric keyword search on text, such as: BM25 scoring, language models*** BM25 substitui o TF/IDF no ElasticSearch BM25 is a ranking function that ranks a set of documents based on the query terms appearing in each document, regardless of the inter-relationship between the query terms within a document (e.g., their relative proximity). It is not a single function, but actually a whole family of scoring functions, with slightly different components and parameters. It is used by search engines to rank matching documents according to their relevance to a given search query and is often referred to as “Okapi BM25,” since the Okapi information retrieval system was the first system implementing this function. The BM25 retrieval formula belongs to the BM family of retrieval models (BM stands for Best Match) Fonte: https://doi.org/ 10.1007/978-0-387-39940-9_921 BM25F for ad-hoc entity retrieval on RDF data BM25F is a modific