Add dataset card with metadata and links
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-nd-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-nd-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-retrieval
|
| 5 |
+
language:
|
| 6 |
+
- km
|
| 7 |
+
tags:
|
| 8 |
+
- khmer
|
| 9 |
+
- retrieval
|
| 10 |
+
- low-resource
|
| 11 |
---
|
| 12 |
+
|
| 13 |
+
# KSE-Web3K
|
| 14 |
+
|
| 15 |
+
This dataset is associated with the paper [KSE-Web: An Analysis of Hybrid Retrieval and LLM-Assisted Query Expansion for Low-Resource Khmer Semantic Search](https://huggingface.co/papers/2608.21365).
|
| 16 |
+
|
| 17 |
+
It contains 3,000 cleaned full-text Khmer web documents, 300 manually reviewed Khmer search queries, and silver relevance labels. The dataset is designed for sparse, dense, hybrid, and LLM-assisted retrieval experiments.
|
| 18 |
+
|
| 19 |
+
- **Paper:** [KSE-Web paper](https://huggingface.co/papers/2608.21365)
|
| 20 |
+
- **Code:** [GitHub repository](https://github.com/back-kh/Khmer-Semantic-Search)
|
| 21 |
+
|
| 22 |
+
The repository provides the following files:
|
| 23 |
+
- `documents.csv` / `documents.jsonl` – document collection (titles, cleaned text, categories, sources, URLs)
|
| 24 |
+
- `queries.csv` – user-style Khmer search queries
|
| 25 |
+
- `qrels_silver_v2.csv` – silver relevance judgments with partial human verification
|
| 26 |
+
|
| 27 |
+
For usage instructions and evaluation scripts, please refer to the [GitHub README](https://github.com/back-kh/Khmer-Semantic-Search).
|