CoolFace
Datasetpublic

Mozilla/smart-form-fill-relevant-tabs

Smart Form Fill - Relevant Tabs (Call 2 / select_tabs) eval (v2) Given the form the user is filling (the anchor) and a set of open browser tabs (candidates, title + url only), pick which tabs are relevant sources for filling the form. Each row is one session. Model input (per row) page{anchor_title, anchor_url} + anchor_fields + session_tabs (each {id,title,url}, metadata only). The model returns a relevance judgement per tab id. Labels relevance =… See the full description on the dataset page: https://huggingface.co/datasets/Mozilla/smart-form-fill-relevant-tabs.

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes25downloads
8 commits on main
6fd2ef02mo ago

recall-first rebalance: realistic composition (1-2 relevant + content-heavy), category labels

vazish
3f666462mo ago

v3-labels: category-match relevance (validated 11/11 vs human); corrects over-strict field-overlap labels

vazish
a046a112mo ago

v2.3: English-text cleanup (fix lang filter), strip junk fields + title cruft, drop empty titles (361 sessions)

vazish
1e48ecb2mo ago

v2.2: add dense-positive slice (5-8 relevant tabs) for the recall@m sweep

vazish
f810f182mo ago

v2.1: extend n-axis to 50 for size diversity

vazish
4b8e2052mo ago

v2: provides-based relevance + content-source tabs + n-axis (456 sessions)

vazish
72e4e252mo ago

Add smart-form-fill relevant-tabs (select_tabs) eval dataset: 138 sessions

vazish
5b3b72a2mo ago

initial commit

vazish