Add task category, paper link, and GitHub link
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
language:
|
| 4 |
- zh
|
| 5 |
-
|
|
|
|
|
|
|
| 6 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- zh
|
| 4 |
+
license: mit
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-retrieval
|
| 7 |
---
|
| 8 |
+
|
| 9 |
+
# KuaiSearch: An E-Commerce Search Dataset
|
| 10 |
+
|
| 11 |
+
This dataset is introduced in the paper [KuaiSearch: An E-Commerce Search Dataset with Authentic Queries and Product Texts for Recall, Ranking, and Relevance](https://huggingface.co/papers/2602.11518).
|
| 12 |
+
|
| 13 |
+
Code: https://github.com/benchen4395/KuaiSearch
|
| 14 |
+
|
| 15 |
+
The dataset contains authentic user queries and natural-language product texts from the Kuaishou platform, covering recall, ranking, and relevance judgment tasks for e-commerce search.
|