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
54
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
73
02 Online Evaluation
lila16ecir
0
70
03 LL4IR Architecture
lila16ecir
0
62
04 Use-Cases
lila16ecir
0
67
05 API Interactions I.
lila16ecir
0
62
07 API Interactions II.
lila16ecir
0
52
08 Interpreting Feedback
lila16ecir
0
86
09 API Interactions III.
lila16ecir
0
49
10 Simulations
lila16ecir
0
72
Other Decks in Research
See All in Research
marukotenant01/tenant-20240826
marketing2024
0
520
言語と数理の交差点:テキストの埋め込みと構造のモデル化 (IBIS 2024 チュートリアル)
yukiar
4
920
snlp2024_multiheadMoE
takase
0
460
The Fellowship of Trust in AI
tomzimmermann
0
150
国際会議ACL2024参加報告
chemical_tree
1
350
ミニ四駆AI用制御装置の事例紹介
aks3g
0
180
Leveraging LLMs for Unsupervised Dense Retriever Ranking (SIGIR 2024)
kampersanda
2
250
チュートリアル:Mamba, Vision Mamba (Vim)
hf149
5
1.6k
リモートワークにおけるパッシブ疲労
matsumoto_r
PRO
4
1.9k
外積やロドリゲスの回転公式を利用した点群の回転
kentaitakura
1
720
言語処理学会30周年記念事業留学支援交流会@YANS2024:「学生のための短期留学」
a1da4
1
260
Weekly AI Agents News! 10月号 論文のアーカイブ
masatoto
1
400
Featured
See All Featured
Designing Experiences People Love
moore
138
23k
How to train your dragon (web standard)
notwaldorf
88
5.7k
Optimizing for Happiness
mojombo
376
70k
Mobile First: as difficult as doing things right
swwweet
222
9k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.1k
Statistics for Hackers
jakevdp
796
220k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
26
1.9k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Docker and Python
trallard
42
3.1k
Designing for humans not robots
tammielis
250
25k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
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