nielsr HF Staff commited on
Commit
7a2a894
·
verified ·
1 Parent(s): 498ae95

Improve HSCodeComp dataset card: Add metadata, update paper/code links, and sample usage

Browse files

This PR significantly enhances the dataset card for `AIDC-AI/HSCodeComp` by:
- Adding `license`, `task_categories` (`text-classification`, `question-answering`), and relevant `tags` (`e-commerce`, `agentic-ai`, `code-classification`, `rule-application`, `benchmark`) to the YAML metadata, improving discoverability.
- Updating the primary paper link to the specific HSCodeComp arXiv paper: `https://arxiv.org/abs/2510.19631`.
- Updating the code link to the HSCodeComp subdirectory within the main GitHub repository: `https://github.com/AIDC-AI/Marco-Search-Agent/tree/main/HSCodeComp`.
- Renaming the `Quick Start` section to `Sample Usage` for clarity, while preserving its valuable content.
- Consolidating and streamlining external links at the top of the card for better navigation.
- Updating all internal relative paper links and the specific `Data` link to ensure they point to the correct external resources.

These updates provide a more comprehensive and user-friendly dataset card for researchers.

Files changed (1) hide show
  1. README.md +21 -7
README.md CHANGED
@@ -1,5 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # HSCodeComp: A Realistic and Expert-Level Benchmark for Deep Search Agents in Hierarchical Rule Application
2
 
 
 
3
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
4
  [![Python 3.10+](https://img.shields.io/badge/Python-3.10%2B-blue.svg)](https://www.python.org/downloads/)
5
  [![Hugging Face](https://img.shields.io/badge/🤗%20Hugging%20Face-Dataset-yellow.svg)](https://huggingface.co/datasets/AIDC-AI/HSCodeComp)
@@ -10,8 +25,7 @@
10
 
11
  [_**Alibaba International Digital Commerce**_](https://aidc-ai.com)
12
 
13
- <img src="https://octodex.github.com/images/original.png" alt="GitHub Octocat" width="22" height="22"> [**Github**](https://github.com/AIDC-AI/Marco-DeepWideSearch-Agent/HSCodeComp) 🤗 [**Hugging Face**](https://huggingface.co/datasets/AIDC-AI/HSCodeComp) 📝 [**Paper**](../assets/HSCodeComp.pdf) 🗂️ [**Data**](https://github.com/AIDC-AI/Marco-DeepWideSearch-Agent/HSCodeComp/data/test_data.jsonl)
14
-
15
 
16
  </div>
17
 
@@ -37,7 +51,7 @@ Besides, ablation study also reveals that **inference-time scaling fails to impr
37
  ---
38
 
39
  ## 🔥 News
40
- * [2025/10/] 🔥 We released the [paper](../assets/HSCodeComp.pdf) and [dataset](https://huggingface.co/datasets/AIDC-AI/HSCodeComp) of our challenging HSCodeComp dataset.
41
 
42
  ---
43
 
@@ -69,7 +83,7 @@ The HSCode $y \in \mathcal{Y}$ is a single **10-digit numeric string** $\mathcal
69
  - **First 6 digits**: HS sub-heading
70
  - **Last 4 digits (7-10)**: Country-specific codes
71
 
72
- The 10-digit HSCode must follow a valid path in the official HS taxonomy. Please refer to [our paper](../assets/HSCodeComp.pdf) for more details about these data.
73
 
74
  ### Dataset Collection and Statistic
75
 
@@ -90,7 +104,7 @@ We engage several domain experts in HSCode prediction, and conduct a well-design
90
 
91
  ---
92
 
93
- ## ⚙️ Quick Start
94
 
95
  ### 📁 Repository Structure
96
 
@@ -159,7 +173,7 @@ Performance degrades when human decision rules are included in the system prompt
159
 
160
  Two kinds of inference-time scaling strategy (majority voting and self-reflection) fails to effectively improve the performance.
161
 
162
- > For complete experimental results, please refer to [our paper](../assets/HSCodeComp.pdf).
163
 
164
  ---
165
 
@@ -178,4 +192,4 @@ This project is licensed under the **Apache-2.0 License**
178
  ## ⚠️ DISCLAIMER
179
  Our datasets are constructed using publicly accessible product data sources. Although we remove the product image and url in the HSCodeComp, we still cannot guarantee that our datasets are completely free of copyright issues or improper content. If you believe anything infringes on your rights or generates improper content, please contact us ([Tian Lan](https://github.com/gmftbyGMFTBY) and [Longyue Wang](https://www.longyuewang.com/)), and we will promptly address the matter.
180
 
181
- ---
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-classification
5
+ - question-answering
6
+ tags:
7
+ - e-commerce
8
+ - agentic-ai
9
+ - code-classification
10
+ - rule-application
11
+ - benchmark
12
+ ---
13
+
14
  # HSCodeComp: A Realistic and Expert-Level Benchmark for Deep Search Agents in Hierarchical Rule Application
15
 
16
+ [Paper](https://arxiv.org/abs/2510.19631) | [Code](https://github.com/AIDC-AI/Marco-Search-Agent/tree/main/HSCodeComp) | [Dataset on Hugging Face](https://huggingface.co/datasets/AIDC-AI/HSCodeComp)
17
+
18
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
19
  [![Python 3.10+](https://img.shields.io/badge/Python-3.10%2B-blue.svg)](https://www.python.org/downloads/)
20
  [![Hugging Face](https://img.shields.io/badge/🤗%20Hugging%20Face-Dataset-yellow.svg)](https://huggingface.co/datasets/AIDC-AI/HSCodeComp)
 
25
 
26
  [_**Alibaba International Digital Commerce**_](https://aidc-ai.com)
27
 
28
+ 🗂️ [**Data**](https://github.com/AIDC-AI/Marco-Search-Agent/tree/main/HSCodeComp/data/test_data.jsonl)
 
29
 
30
  </div>
31
 
 
51
  ---
52
 
53
  ## 🔥 News
54
+ * [2025/10/] 🔥 We released the [paper](https://arxiv.org/abs/2510.19631) and [dataset](https://huggingface.co/datasets/AIDC-AI/HSCodeComp) of our challenging HSCodeComp dataset.
55
 
56
  ---
57
 
 
83
  - **First 6 digits**: HS sub-heading
84
  - **Last 4 digits (7-10)**: Country-specific codes
85
 
86
+ The 10-digit HSCode must follow a valid path in the official HS taxonomy. Please refer to [our paper](https://arxiv.org/abs/2510.19631) for more details about these data.
87
 
88
  ### Dataset Collection and Statistic
89
 
 
104
 
105
  ---
106
 
107
+ ## ⚙️ Sample Usage
108
 
109
  ### 📁 Repository Structure
110
 
 
173
 
174
  Two kinds of inference-time scaling strategy (majority voting and self-reflection) fails to effectively improve the performance.
175
 
176
+ > For complete experimental results, please refer to [our paper](https://arxiv.org/abs/2510.19631).
177
 
178
  ---
179
 
 
192
  ## ⚠️ DISCLAIMER
193
  Our datasets are constructed using publicly accessible product data sources. Although we remove the product image and url in the HSCodeComp, we still cannot guarantee that our datasets are completely free of copyright issues or improper content. If you believe anything infringes on your rights or generates improper content, please contact us ([Tian Lan](https://github.com/gmftbyGMFTBY) and [Longyue Wang](https://www.longyuewang.com/)), and we will promptly address the matter.
194
 
195
+ ---