Add dataset card and link to paper/code
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-ranking
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# TARQ Dataset
|
| 8 |
+
|
| 9 |
+
This dataset is associated with the paper [Equip Pre-ranking with Target Attention by Residual Quantization](https://huggingface.co/papers/2509.16931).
|
| 10 |
+
|
| 11 |
+
TARQ is a novel pre-ranking framework designed for industrial recommendation systems. It bridges the gap between efficiency and effectiveness by bringing the modeling power of Target Attention (TA) into the latency-critical pre-ranking stage through Residual Quantization.
|
| 12 |
+
|
| 13 |
+
## Resources
|
| 14 |
+
|
| 15 |
+
- **Paper:** [Equip Pre-ranking with Target Attention by Residual Quantization](https://huggingface.co/papers/2509.16931)
|
| 16 |
+
- **Code:** [https://github.com/zyody/tarq_sigir2026](https://github.com/zyody/tarq_sigir2026)
|