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
91
03 LL4IR Architecture
lila16ecir
0
70
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
Grounding Text Complexity Control in Defined Linguistic Difficulty [Keynote@*SEM2025]
yukiar
0
140
A History of Approximate Nearest Neighbor Search from an Applications Perspective
matsui_528
1
210
SREのためのテレメトリー技術の探究 / Telemetry for SRE
yuukit
13
3.4k
【NICOGRAPH2025】Photographic Conviviality: ボディペイント・ワークショップによる 同時的かつ共生的な写真体験
toremolo72
0
200
AI Agentの精度改善に見るML開発との共通点 / commonalities in accuracy improvements in agentic era
shimacos
6
1.4k
"主観で終わらせない"定性データ活用 ― プロダクトディスカバリーを加速させるインサイトマネジメント / Utilizing qualitative data that "doesn't end with subjectivity" - Insight management that accelerates product discovery
kaminashi
16
23k
AIスーパーコンピュータにおけるLLM学習処理性能の計測と可観測性 / AI Supercomputer LLM Benchmarking and Observability
yuukit
1
770
Aurora Serverless からAurora Serverless v2への課題と知見を論文から読み解く/Understanding the challenges and insights of moving from Aurora Serverless to Aurora Serverless v2 from a paper
bootjp
6
1.6k
The mathematics of transformers
gpeyre
0
150
世界モデルにおける分布外データ対応の方法論
koukyo1994
7
2k
AIを叩き台として、 「検証」から「共創」へと進化するリサーチ
mela_dayo
0
200
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
330
Featured
See All Featured
16th Malabo Montpellier Forum Presentation
akademiya2063
PRO
0
80
Testing 201, or: Great Expectations
jmmastey
46
8.1k
30 Presentation Tips
portentint
PRO
1
260
New Earth Scene 8
popppiees
1
1.8k
Building Applications with DynamoDB
mza
96
7k
Designing for Performance
lara
611
70k
The Pragmatic Product Professional
lauravandoore
37
7.2k
A designer walks into a library…
pauljervisheath
210
24k
Faster Mobile Websites
deanohume
310
31k
Building the Perfect Custom Keyboard
takai
2
720
The Director’s Chair: Orchestrating AI for Truly Effective Learning
tmiket
1
140
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.3k
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