Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -53,9 +53,12 @@ language:
|
|
| 53 |
- zh
|
| 54 |
---
|
| 55 |
|
| 56 |
-
# ArkTS-CodeSearch
|
| 57 |
|
| 58 |
-
|
|
|
|
|
|
|
|
|
|
| 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 |
|
|
|
|
| 53 |
- zh
|
| 54 |
---
|
| 55 |
|
| 56 |
+
# Recommended Version: ArkTS-CodeSearch-Pro
|
| 57 |
|
| 58 |
+
**We strongly recommend using [ArkTS-CodeSearch-Pro](https://huggingface.co/datasets/hreyulog/arkts-code-docstring-pro) for all new research and development.**
|
| 59 |
+
The Pro version is the actively maintained release and provides improved data quality through stricter open-source license filtering, repository quality control (`stars > 0`), comment normalization, removal of license/copyright headers and code-only comments, minimum docstring length filtering, and global code/query deduplication.
|
| 60 |
+
|
| 61 |
+
The original [ArkTS-CodeSearch](https://huggingface.co/datasets/hreyulog/arkts-code-docstring) dataset is preserved only for backward compatibility and reproducing results from previous versions. **New experiments should use ArkTS-CodeSearch-Pro instead.**
|
| 62 |
|
| 63 |
[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) |
|
| 64 |
|