词条 | Extended Boolean model |
释义 |
The Extended Boolean model was described in a Communications of the ACM article appearing in 1983, by Gerard Salton, Edward A. Fox, and Harry Wu. The goal of the Extended Boolean model is to overcome the drawbacks of the Boolean model that has been used in information retrieval. The Boolean model doesn't consider term weights in queries, and the result set of a Boolean query is often either too small or too big. The idea of the extended model is to make use of partial matching and term weights as in the vector space model. It combines the characteristics of the Vector Space Model with the properties of Boolean algebra and ranks the similarity between queries and documents. This way a document may be somewhat relevant if it matches some of the queried terms and will be returned as a result, whereas in the Standard Boolean model it wasn't.[1] Thus, the extended Boolean model can be considered as a generalization of both the Boolean and vector space models; those two are special cases if suitable settings and definitions are employed. Further, research has shown effectiveness improves relative to that for Boolean query processing. Other research has shown that relevance feedback and query expansion can be integrated with extended Boolean query processing. DefinitionsIn the Extended Boolean model, a document is represented as a vector (similarly to in the vector model). Each i dimension corresponds to a separate term associated with the document. The weight of term {{math|Kx}} associated with document {{math|dj}} is measured by its normalized Term frequency and can be defined as: where {{math|Idfx}} is inverse document frequency and {{math|fx,j}} the term frequency for term x in document j. The weight vector associated with document {{math|dj}} can be represented as: The 2 Dimensions Example{{multiple image| width = 150 | image1 = 2D_Extended_Boolean_model_OR_example.png | alt1 = Figure 1 | caption1 = Figure 1: The similarities of {{math|q {{=}} (Kx ∨ Ky)}} with documents {{math|dj}} and {{math|dj+1}}. | image2 = 2D_Extended_Boolean_model_AND_example.png | alt2 = Figure 2 | caption2 = Figure 2: The similarities of {{math|q {{=}} (Kx ∧ Ky)}} with documents {{math|dj}} and {{math|dj+1}}. }} Considering the space composed of two terms {{math|Kx}} and {{math|Ky}} only, the corresponding term weights are {{math|w1}} and {{math|w2}}.[2] Thus, for query {{math|qor {{=}} (Kx ∨ Ky)}}, we can calculate the similarity with the following formula: For query {{math|qand {{=}} (Kx ∧ Ky)}}, we can use: Generalizing the idea and P-normsWe can generalize the previous 2D extended Boolean model example to higher t-dimensional space using Euclidean distances. This can be done using P-norms which extends the notion of distance to include p-distances, where {{math|1 ≤ p ≤ ∞}} is a new parameter.[3]
ExamplesConsider the query {{math|q {{=}} (K1 ∧ K2) ∨ K3}}. The similarity between query {{math|q}} and document {{math|d}} can be computed using the formula: Improvements over the Standard Boolean ModelLee and Fox[4] compared the Standard and Extended Boolean models with three test collections, CISI, CACM and INSPEC. Using P-norms they obtained an average precision improvement of 79%, 106% and 210% over the Standard model, for the CISI, CACM and INSPEC collections, respectively. The P-norm model is computationally expensive because of the number of exponentiation operations that it requires but it achieves much better results than the Standard model and even Fuzzy retrieval techniques. The Standard Boolean model is still the most efficient. Further reading
See also
References1. ^ {{citation | url=http://portal.acm.org/citation.cfm?id=358466 | last1=Salton | first1=Gerard | first2=Edward A. | last2=Fox | first3= Harry | last3=Wu | title=Extended Boolean information retrieval | publisher=Communications of the ACM, Volume 26, Issue 11 | year=1983 }} {{DEFAULTSORT:Extended Boolean Model}}2. ^Lusheng Wang 3. ^{{ citation | last=Garcia | first= Dr. E. | url=http://www.miislita.com/term-vector/term-vector-6-boolean-model.html | title=The Extended Boolean Model - Weighted Queries: Term Weights, p-Norm Queries and Multiconcept Types. Boolean OR Extended? AND that is the Query }} 4. ^{{citation | last1=Lee | first1=W. C. | first2=E. A. | last2=Fox | year=1988 | title=Experimental Comparison of Schemes for Interpreting Boolean Queries | url = http://eprints.cs.vt.edu/archive/00000112/01/TR-88-27.pdf}} 1 : Information retrieval techniques |
随便看 |
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。