Spaces:
Sleeping
Sleeping
Sean MacAvaney
commited on
Commit
•
c23efd7
1
Parent(s):
7e8e133
update
Browse files
sdm.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
### Sequential Dependence Model
|
2 |
+
|
3 |
+
The Sequential Dependence Model (SDM) re-writes queries to boost terms that appear in sequence or in proximity with one another.
|
4 |
+
It functions as a `Q→Q` (query re-writing, query-to-query) transformer, and can be used in pipelines as such.
|
5 |
+
|
6 |
+
<div class="pipeline">
|
7 |
+
<div class="df" title="Query Frame">Q</div>
|
8 |
+
<div class="transformer attn" title="SDM Transformer">SDM</div>
|
9 |
+
<div class="df" title="Query Frame">Q</div>
|
10 |
+
</div>
|