diff options
Diffstat (limited to 'sources.csv')
-rw-r--r-- | sources.csv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sources.csv b/sources.csv new file mode 100644 index 0000000..83ada5e --- /dev/null +++ b/sources.csv @@ -0,0 +1,2 @@ +Paper,Domain,Abstract,Summary,Url,DOI,BibTeX,Review?,PDF? +The Probabilistic Relevance Framework: BM25 and Beyond,RAG,"The Probabilistic Relevance Framework (PRF) is a formal framework for document retrieval, grounded in work done in the 1970–1980s, which led to the development of one of the most successful text-retrieval algorithms, BM25. In recent years, research in the PRF has yielded new retrieval models capable of taking into account document meta-data (especially structure and link-graph information). Again, this has led to one of the most successful Web-search and corporate-search algorithms, BM25F. This work presents the PRF from a conceptual point of view, describing the probabilistic modelling assumptions behind the framework and the different ranking algorithms that result from its application: the binary independence model, relevance feedback models, BM25 and BM25F. It also discusses the relation between the PRF and other statistical models for IR, and covers some related topics, such as the use of non-textual features, and parameter optimisation for models with free parameters.","explores the theoretical underpinnings, development, and extensions of the Probabilistic Relevance Framework (PRF) used in information retrieval systems. Central to this framework is the idea of estimating the probability of relevance between a query and a document, which serves as the foundation for ranking algorithms like BM25.",https://github.com/tpn/pdfs/blob/master/The%20Probabilistic%20Relevance%20Framework%20-%20BM25%20and%20Beyond.pdf,https://doi.org/10.1561/1500000019,"@article{INR-019, url = {http://dx.doi.org/10.1561/1500000019}, year = {2009}, volume = {3}, journal = {Foundations and Trends® in Information Retrieval}, title = {The Probabilistic Relevance Framework: BM25 and Beyond}, doi = {10.1561/1500000019}, issn = {1554-0669}, number = {4}, pages = {333-389}, author = {Stephen Robertson and Hugo Zaragoza} }",,Yes |