Datasets:
Update task category to `question-answering`
Browse filesThis PR updates the `task_categories` metadata to `question-answering`, which more accurately reflects the dataset's intended use for evaluating information retrieval and RAG systems. I have also made the link name for the Arxiv paper more precise by renaming "Arxiv" to "Paper".
README.md
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
- config_name: angular
|
4 |
features:
|
@@ -121,19 +126,13 @@ configs:
|
|
121 |
data_files:
|
122 |
- split: train
|
123 |
path: yolo/train-*
|
124 |
-
license: cc-by-sa-4.0
|
125 |
-
task_categories:
|
126 |
-
- sentence-similarity
|
127 |
-
size_categories:
|
128 |
-
- 10K<n<100K
|
129 |
---
|
130 |
|
131 |
# Dataset Card for FreshStack (Corpus)
|
132 |
|
133 |
-
## Dataset Description
|
134 |
[Homepage](https://fresh-stack.github.io) |
|
135 |
[Repository](https://github.com/fresh-stack/freshstack) |
|
136 |
-
[
|
137 |
|
138 |
FreshStack is a holistic framework to construct challenging IR/RAG evaluation datasets that focuses on search across niche and recent topics.
|
139 |
|
|
|
1 |
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
size_categories:
|
4 |
+
- 10K<n<100K
|
5 |
+
task_categories:
|
6 |
+
- question-answering
|
7 |
dataset_info:
|
8 |
- config_name: angular
|
9 |
features:
|
|
|
126 |
data_files:
|
127 |
- split: train
|
128 |
path: yolo/train-*
|
|
|
|
|
|
|
|
|
|
|
129 |
---
|
130 |
|
131 |
# Dataset Card for FreshStack (Corpus)
|
132 |
|
|
|
133 |
[Homepage](https://fresh-stack.github.io) |
|
134 |
[Repository](https://github.com/fresh-stack/freshstack) |
|
135 |
+
[Paper](https://arxiv.org/abs/2504.13128)
|
136 |
|
137 |
FreshStack is a holistic framework to construct challenging IR/RAG evaluation datasets that focuses on search across niche and recent topics.
|
138 |
|