摩根大通:“开源冲击”、“AI安全”都不是问题,未来两年资本开支仍有空间,半导体设备将成“新瓶颈”
MS MARCO click-translation expansion tables ("poor man's" DSSM) [P]
TLDR: I made "poor man’s" DSSM (Deep Structured Semantic Model) — the count-based translation table that can enrich the inverted index for full-text search. This trick can improve baseline BM25.
So the idea is the following:
- You have supervised pairs (query, relevant document), e.g., MS MARCO or click logs.
- You tokenize both sides into some units (char n‑grams, wordpieces, words).
- You count cross‑pair co‑occurrences: unit u on the document side vs. unit v on the query side (not co‑occurrence within the same text).
- For each document‑side unit u, you keep the top‑k query‑side units v with the strongest association.
- At indexing time, each document gets postings not only for its own units, but also for the top‑k associated units of each of its units — i.e., document expansion baked into the inverted index.
It’s like mixing synonyms into the search query (but it’s not a synonyms exactly). The one difference from the DSSM is that it can only handle linear dependencies whilst DSSM can do the non-linear one.
And so it improves the performance over BM25 baseline.
I packed it as hf model repo: https://huggingface.co/mirth/msmarco-expansion-tables with a small usage demo script.
I am not claiming that this is a new idea. I made it because it’s fun and I’m planning to use it in my own search engine project.
[link] [comments]
Nonnegative matrix factorizations and related compositional models: Equivalence, identifiability, and an application on the grain-size analysis of sediments
The Orthogonalized Read Is a Removable Training Scaffold for Recurrent Memory
EviDep: Uncertainty-Aware Multimodal Depression Estimation via Disentangled Evidential Learning
PRISM: Parallel Residual Iterative Sequence Model
Explainable Graph-theoretical Machine Learning with Application to Alzheimer's Disease Prediction
Attention is All You Need Until You Need Retention
Bias-Induced Crossover in Absolute Capacity of Dense Associative Memory
<1/2$, however, the capacity is $O(N^{n/2})$ for even $n\ge4$ and $O(N^{(n+1)/2})$ for odd $n\ge5$. For $n=3$, both the unbiased and fixed-bias capacities remain $O(N^2/\ln N)$. For $n\ge4$, these different asymptotic forms imply a nonuniform large-$N$ limit near $q=1/2$. Asymptotic matching predicts a bias-induced crossover in the region $1-2q=O(\ln N/N^{\lfloor n/2\rfloor-1})$. The crossover originates from a bias-dependent crosstalk mean that reduces the stability of sites carrying the more frequent value $-q$. Computer simulations are compared with the finite-size conditioned-Gaussian predictions. An activity-dependent control potential that cancels the conditional crosstalk mean restores the $N^{n-1}/\ln N$ capacity for fixed $0<1/2$ within the conditioned-Gaussian approximation.
Kernel-Based Metrics Learning for Uncertain Opponent Vehicle Trajectory Prediction in Autonomous Racing
Symmetric solution of the Bellman optimality equation for repeated harmony game
Semantic-Aware Neural Video Codec for Error-Resilient Low-Latency Transmission
Permutation-Based Stegomalware in Large Language Models: Threats and Countermeasures
Predicting Social Media Engagement using Machine Learning