hreyulog commited on
Commit
bfd539f
·
verified ·
1 Parent(s): b10cf6c

Point original dataset README to Pro dataset

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -55,6 +55,8 @@ language:
55
 
56
  # ArkTS-CodeSearch: A Open-Source ArkTS Dataset for Code Retrieval
57
 
 
 
58
  [Paper](https://huggingface.co/papers/2602.05550) | [Evaluation Code](https://github.com/hreyulog/retrieval_eval) |[Dataset processing Code](https://github.com/hreyulog/arkts-codesearch) | [Fine-Tuned Model](https://huggingface.co/hreyulog/embedinggemma_arkts) | [Repository-Level Split](https://huggingface.co/datasets/hreyulog/arkts-code-docstring-resplit-by-repo) |
59
 
60
 
@@ -131,4 +133,4 @@ If you use this dataset in your research, please cite the following paper:
131
  primaryClass={cs.SE},
132
  url={https://arxiv.org/abs/2602.05550},
133
  }
134
- ```
 
55
 
56
  # ArkTS-CodeSearch: A Open-Source ArkTS Dataset for Code Retrieval
57
 
58
+ > **Looking for the improved version?** Please use [ArkTS-CodeSearch-Pro](https://huggingface.co/datasets/hreyulog/arkts-code-docstring-pro). The Pro dataset applies stricter open-source license filtering, keeps only repositories with `stars > 0`, normalizes comments, removes license/copyright headers and code-only docstrings, enforces minimum docstring length, and performs global code/query deduplication. This original dataset is retained for compatibility.
59
+
60
  [Paper](https://huggingface.co/papers/2602.05550) | [Evaluation Code](https://github.com/hreyulog/retrieval_eval) |[Dataset processing Code](https://github.com/hreyulog/arkts-codesearch) | [Fine-Tuned Model](https://huggingface.co/hreyulog/embedinggemma_arkts) | [Repository-Level Split](https://huggingface.co/datasets/hreyulog/arkts-code-docstring-resplit-by-repo) |
61
 
62
 
 
133
  primaryClass={cs.SE},
134
  url={https://arxiv.org/abs/2602.05550},
135
  }
136
+ ```