Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
06 Models for Use-Cases
Search
LiLa'16
March 20, 2016
Research
0
58
06 Models for Use-Cases
LiLa'16
March 20, 2016
Tweet
Share
More Decks by LiLa'16
See All by LiLa'16
01 Introduction
lila16ecir
0
81
02 Online Evaluation
lila16ecir
0
90
03 LL4IR Architecture
lila16ecir
0
69
04 Use-Cases
lila16ecir
0
74
05 API Interactions I.
lila16ecir
0
64
07 API Interactions II.
lila16ecir
0
57
08 Interpreting Feedback
lila16ecir
0
110
09 API Interactions III.
lila16ecir
0
52
10 Simulations
lila16ecir
0
79
Other Decks in Research
See All in Research
Collective Predictive Coding and World Models in LLMs: A System 0/1/2/3 Perspective on Hierarchical Physical AI (IEEE SII 2026 Plenary Talk)
tanichu
1
280
SREはサイバネティクスの夢をみるか? / Do SREs Dream of Cybernetics?
yuukit
3
420
Akamaiのキャッシュ効率を支えるAdaptSizeについての論文を読んでみた
bootjp
1
480
A History of Approximate Nearest Neighbor Search from an Applications Perspective
matsui_528
1
190
生成AI による論文執筆サポート・ワークショップ ─ サーベイ/リサーチクエスチョン編 / Workshop on AI-Assisted Paper Writing Support: Survey/Research Question Edition
ks91
PRO
0
160
姫路市 -都市OSの「再実装」-
hopin
0
1.7k
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
380
空間音響処理における物理法則に基づく機械学習
skoyamalab
0
230
ローテーション別のサイドアウト戦略 ~なぜあのローテは回らないのか?~
vball_panda
0
300
第二言語習得研究における 明示的・暗示的知識の再検討:この分類は何に役に立つか,何に役に立たないか
tam07pb915
0
1.4k
その推薦システムの評価指標、ユーザーの感覚とズレてるかも
kuri8ive
1
330
FUSE-RSVLM: Feature Fusion Vision-Language Model for Remote Sensing
satai
3
180
Featured
See All Featured
[RailsConf 2023] Rails as a piece of cake
palkan
59
6.4k
Scaling GitHub
holman
464
140k
Color Theory Basics | Prateek | Gurzu
gurzu
0
230
Navigating Weather and Climate Data
rabernat
0
130
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
210
Unlocking the hidden potential of vector embeddings in international SEO
frankvandijk
0
190
Efficient Content Optimization with Google Search Console & Apps Script
katarinadahlin
PRO
1
360
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
96
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
460
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
60
42k
New Earth Scene 8
popppiees
1
1.7k
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
Transcript
Anne Schuth (Blendle / University of Amsterdam, The Netherlands) Krisztian
Balog (University of Stavanger, Norway) Tutorial at ECIR 2016 in Padua, Italy Models for Use-Cases
Overview • Two use-cases • Product search • Academic literature
search • Simple shared approach • Fielded document representation
Baseline model • Single-field document retrieval • E.g., BM25 score
( d, q ) = X t2q ft,d · (1 + k1) ft,d + k1(1 b + b |d| avgdl ) · idft
Single-field document represenation • Using only product name field •
Using catchall field docid R-d3504 product_name LEGO DUPLO Kreatív láda 10817 docid R-d3504 catchall LEGO DUPLO Kreatív láda 10817 Építőjáték, LEGO LEGO Éld ki kreativitásod minden évszakban LEGO DUPLO elemekkel!
Fielded extension • Multi-field document retrieval, e.g., BM25F score (
d, q ) = X t2q ˜ ft,d k1 + ˜ ft,d · idft ˜ ft,d = X i wi ft,di Bi Combining term frequencies across fields Field weight Soft normalization for field i
Multi-field document representation docid R-d3504 product_name LEGO DUPLO Kreatív láda
10817 brand LEGO DUPLO short_description Éld ki kreativitásod minden évszakban LEGO DUPLO elemekkel! catchall LEGO DUPLO Kreatív láda 10817 Építőjáték, LEGO LEGO Éld ki kreativitásod minden évszakban LEGO DUPLO elemekkel!
Incorporating historical feedback • Combining historical score with retrieval score
• A simple approach: • or