Learn Before
Concept

Document Scoring

Document is scored according to the similarity with query to decide the rank of it in the response list. The plain score can be expressed as: score(q,d)=cos(q,d)=(q)(q)(d)(d)score(q,d) = cos(q,d) = \frac{\textbf(q)}{|\textbf(q)|} \cdot \frac{\textbf(d)}{|\textbf(d)|}

0

1

Updated 2022-04-18

Tags

Data Science

Learn After