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
55
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
77
02 Online Evaluation
lila16ecir
0
85
03 LL4IR Architecture
lila16ecir
0
66
04 Use-Cases
lila16ecir
0
69
05 API Interactions I.
lila16ecir
0
63
07 API Interactions II.
lila16ecir
0
54
08 Interpreting Feedback
lila16ecir
0
97
09 API Interactions III.
lila16ecir
0
50
10 Simulations
lila16ecir
0
74
Other Decks in Research
See All in Research
2025/7/5 応用音響研究会招待講演@北海道大学
takuma_okamoto
1
230
[RSJ25] Enhancing VLA Performance in Understanding and Executing Free-form Instructions via Visual Prompt-based Paraphrasing
keio_smilab
PRO
0
150
電通総研の生成AI・エージェントの取り組みエンジニアリング業務向けAI活用事例紹介
isidaitc
1
1.1k
ウェブ・ソーシャルメディア論文読み会 第31回: The rising entropy of English in the attention economy. (Commun Psychology, 2024)
hkefka385
1
110
Combining Deep Learning and Street View Imagery to Map Smallholder Crop Types
satai
3
140
説明可能な機械学習と数理最適化
kelicht
0
300
多言語カスタマーインタビューの“壁”を越える~PMと生成AIの共創~ 株式会社ジグザグ 松野 亘
watarumatsuno
0
140
若手研究者が国際会議(例えばIROS)でワークショップを企画するメリットと成功法!
tanichu
0
100
超高速データサイエンス
matsui_528
1
170
EarthDial: Turning Multi-sensory Earth Observations to Interactive Dialogues
satai
3
280
HoliTracer:Holistic Vectorization of Geographic Objects from Large-Size Remote Sensing Imagery
satai
3
170
Combinatorial Search with Generators
kei18
0
1.1k
Featured
See All Featured
How GitHub (no longer) Works
holman
315
140k
Documentation Writing (for coders)
carmenintech
76
5.1k
GraphQLとの向き合い方2022年版
quramy
49
14k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
It's Worth the Effort
3n
187
28k
Being A Developer After 40
akosma
91
590k
How to Think Like a Performance Engineer
csswizardry
27
2.2k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Building Adaptive Systems
keathley
44
2.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