Skip to content

Instantly share code, notes, and snippets.

@hsiaoyi0504
Last active December 15, 2021 01:24
Show Gist options
  • Save hsiaoyi0504/19c6b2875a03fbfa010e36c5f7b4ed14 to your computer and use it in GitHub Desktop.
Save hsiaoyi0504/19c6b2875a03fbfa010e36c5f7b4ed14 to your computer and use it in GitHub Desktop.
Final Evaluation

| | NDCG| |------------------------------| | Baseline (BM25) | 0.674 | | BM25 with customized parameters| 0.691| | Stemming methods| | Krovetz stemmer with default BM25 parameters | 0.653 | |No stemming with default BM25 parameters| 0.664| |Query Expansion| |RM3 query expansion with default BM25 parameters|0.684| |RM3 query expansion with customized BM25 parameters|0.695| |Final models | |Without stemming, but with RM3 query expansion and customized BM25 parameters|0.700| |Without stemming and RM3 query expansion, but with the weighted scoring scheme and customized BM25 parameters|0.734| |Without stemming, but with RM3 query expansion and the weighted scoring scheme and customized BM25 parameters|0.737|

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment