nielsr HF Staff commited on
Commit
fb23d82
·
verified ·
1 Parent(s): 1af8ec4

Add dataset card and link to paper/code

Browse files

Hi! I'm Niels from the Hugging Face community science team.

This pull request improves the dataset card for the TARQ dataset by:
- Adding the `text-ranking` task category to the metadata.
- Linking the dataset to the associated paper: [Equip Pre-ranking with Target Attention by Residual Quantization](https://huggingface.co/papers/2509.16931).
- Providing a link to the official GitHub repository.

This helps researchers easily find and cite the relevant work.

Files changed (1) hide show
  1. README.md +16 -3
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)