Dropbox builds ML-powered content suggestions to surface relevant files for users
Searching through Dropbox content was tedious for users, who lacked a smart, contextual way to surface the files they needed without manual browsing.
Initial rule-based heuristics showed unrelated files together, surfaced files accessed by background programs rather than users, and grew too complex to maintain; CTR also proved a poor and slow proxy for measuring model accuracy.
Replacing heuristics with an iteratively improved ML model significantly boosted the hit ratio and overall click-through rate for file suggestions.
Frequently asked questions
What did this team achieve with this AI workflow?
Replacing heuristics with an iteratively improved ML model significantly boosted the hit ratio and overall click-through rate for file suggestions.
What tools did this team use?
Stormcrow, SVM, neural network, Learning-To-Rank.
What results were reported?
Hit ratio: significantly boost our hit ratio; click-through rate (CTR): improve overall CTR (source-reported, not independently verified).
What failed first in this deployment?
Initial rule-based heuristics showed unrelated files together, surfaced files accessed by background programs rather than users, and grew too complex to maintain; CTR also proved a poor and slow proxy for measuring mo…
How is this back office ops AI workflow structured?
Content suggestions triggered → Fetch candidate files → Fetch signals per file → Encode feature vectors → ML model scores and ranks → Permission check before display → Hit ratio feedback loop.