Spaces:
Sleeping
Sleeping
File size: 463 Bytes
c23efd7 |
1 2 3 4 5 6 7 8 9 10 11 |
### Sequential Dependence Model
The Sequential Dependence Model (SDM) re-writes queries to boost terms that appear in sequence or in proximity with one another.
It functions as a `Q→Q` (query re-writing, query-to-query) transformer, and can be used in pipelines as such.
<div class="pipeline">
<div class="df" title="Query Frame">Q</div>
<div class="transformer attn" title="SDM Transformer">SDM</div>
<div class="df" title="Query Frame">Q</div>
</div>
|