Bird
0
0

In BM25 scoring, what role does the parameter 'k1' play?

easy🧠 Conceptual Q2 of 15
Elasticsearch - Search Results and Scoring
In BM25 scoring, what role does the parameter 'k1' play?
AAdjusts document length normalization
BSets the inverse document frequency weight
CControls term frequency saturation
DDefines the maximum score a document can get
Step-by-Step Solution
Solution:
  1. Step 1: Identify the function of 'k1' in BM25

    'k1' controls how quickly term frequency saturates, limiting the impact of very frequent terms.
  2. Step 2: Differentiate from other parameters

    'b' adjusts length normalization, IDF is separate, and max score is not set by 'k1'.
  3. Final Answer:

    Controls term frequency saturation -> Option C
  4. Quick Check:

    k1 = Term frequency saturation control = Controls term frequency saturation [OK]
Quick Trick: 'k1' limits how much term frequency affects score [OK]
Common Mistakes:
MISTAKES
  • Confusing 'k1' with 'b' parameter
  • Thinking 'k1' sets IDF weight
  • Assuming 'k1' sets max score

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Elasticsearch Quizzes