Add link to paper
Browse filesThis PR ensures that the dataset card is linked to (and can be found at) https://huggingface.co/papers/2501.12106.
README.md
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: text
|
@@ -20,17 +29,8 @@ configs:
|
|
20 |
data_files:
|
21 |
- split: eval
|
22 |
path: data/eval-*
|
23 |
-
license: other
|
24 |
-
task_categories:
|
25 |
-
- text-classification
|
26 |
-
- feature-extraction
|
27 |
-
language:
|
28 |
-
- de
|
29 |
tags:
|
30 |
- medical
|
31 |
-
size_categories:
|
32 |
-
- n<1K
|
33 |
-
pretty_name: UroLlmEvalSet
|
34 |
---
|
35 |
|
36 |
# UroLlmEvalSet
|
@@ -80,7 +80,7 @@ As this dataset is primarily intended for evaluation purposes, the license restr
|
|
80 |
|
81 |
## Citation and further information
|
82 |
|
83 |
-
Further information about the dataset and about the benchmark can be found in the following [preprint article](
|
84 |
|
85 |
```bibtex
|
86 |
@article{UroLlmEval_2025,
|
@@ -96,4 +96,4 @@ Further information about the dataset and about the benchmark can be found in th
|
|
96 |
}
|
97 |
```
|
98 |
|
99 |
-
If you use this dataset in your work, please consider citing the article.
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- de
|
4 |
+
license: other
|
5 |
+
size_categories:
|
6 |
+
- n<1K
|
7 |
+
task_categories:
|
8 |
+
- text-classification
|
9 |
+
- feature-extraction
|
10 |
+
pretty_name: UroLlmEvalSet
|
11 |
dataset_info:
|
12 |
features:
|
13 |
- name: text
|
|
|
29 |
data_files:
|
30 |
- split: eval
|
31 |
path: data/eval-*
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
tags:
|
33 |
- medical
|
|
|
|
|
|
|
34 |
---
|
35 |
|
36 |
# UroLlmEvalSet
|
|
|
80 |
|
81 |
## Citation and further information
|
82 |
|
83 |
+
Further information about the dataset and about the benchmark can be found in the following [preprint article](https://huggingface.co/papers/2501.12106):
|
84 |
|
85 |
```bibtex
|
86 |
@article{UroLlmEval_2025,
|
|
|
96 |
}
|
97 |
```
|
98 |
|
99 |
+
If you use this dataset in your work, please consider citing the article.
|