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
72
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
2024/10/30 産総研AIセミナー発表資料
keisuke198619
1
410
クロスセクター効果研究会 熊本都市交通リノベーション~「車1割削減、渋滞半減、公共交通2倍」の実現へ~
trafficbrain
0
340
CVPR2024 参加報告
kwchrk
0
150
チュートリアル:Mamba, Vision Mamba (Vim)
hf149
6
2k
20240918 交通くまもとーく 未来の鉄道網編(太田恒平)
trafficbrain
0
440
Weekly AI Agents News! 11月号 プロダクト/ニュースのアーカイブ
masatoto
0
260
20240918 交通くまもとーく 未来の鉄道網編(こねくま)
trafficbrain
0
400
地理空間情報と自然言語処理:「地球の歩き方旅行記データセット」の高付加価値化を通じて
hiroki13
1
160
大規模言語モデルのバイアス
yukinobaba
PRO
4
830
Weekly AI Agents News! 11月号 論文のアーカイブ
masatoto
0
260
【NLPコロキウム】Stepwise Alignment for Constrained Language Model Policy Optimization (NeurIPS 2024)
akifumi_wachi
3
410
文書画像のデータ化における VLM活用 / Use of VLM in document image data conversion
sansan_randd
2
410
Featured
See All Featured
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.5k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.3k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
A designer walks into a library…
pauljervisheath
205
24k
Visualization
eitanlees
146
15k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
98
18k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
127
18k
Designing for Performance
lara
604
68k
Learning to Love Humans: Emotional Interface Design
aarron
274
40k
Making Projects Easy
brettharned
116
6k
Building Adaptive Systems
keathley
38
2.4k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3.1k
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