Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -55,7 +55,10 @@ 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) | [Fine-Tuned Model](https://huggingface.co/hreyulog/embedinggemma_arkts)
|
|
|
|
|
|
|
|
|
|
| 59 |
|
| 60 |
This dataset collects **function-level information from ArkTS (HarmonyOS Ark TypeScript) projects**, including original functions, docstrings, abstract syntax tree (AST) representations, obfuscated versions, and source code metadata. It is suitable for tasks such as code analysis, code understanding, AST research, and code search.
|
| 61 |
|
|
|
|
| 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)
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+

|
| 62 |
|
| 63 |
This dataset collects **function-level information from ArkTS (HarmonyOS Ark TypeScript) projects**, including original functions, docstrings, abstract syntax tree (AST) representations, obfuscated versions, and source code metadata. It is suitable for tasks such as code analysis, code understanding, AST research, and code search.
|
| 64 |
|