Add metadata, paper link, and project information
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,7 +1,24 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
|
|
|
| 3 |
|
|
|
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
```bibtex
|
| 7 |
@article{steuerllm,
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- de
|
| 4 |
+
license: other
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-generation
|
| 7 |
+
---
|
| 8 |
|
| 9 |
+
# SteuerLLM Pretraining Dataset
|
| 10 |
|
| 11 |
+
[Project page](https://steuerllm.i5.ai.fau.de) | [Paper](https://arxiv.org/abs/2602.11081) | [GitHub](https://github.com/windprak/steuerllm)
|
| 12 |
|
| 13 |
+
Pretraining Dataset for German Tax Law filtered from FineWeb. This dataset was used for the continual pretraining stage of **SteuerLLM**, a specialized large language model for German tax law analysis.
|
| 14 |
+
|
| 15 |
+
## Dataset Description
|
| 16 |
+
|
| 17 |
+
The SteuerLLM pretraining dataset is a domain-specific subset filtered from large-scale web corpora. It focuses on identifying and extracting tax-related content from German web data to adapt base model representations to the specific terminology, precise legal terminology, and structure of German tax legislation.
|
| 18 |
+
|
| 19 |
+
For more information on the model and the full pipeline, please visit the [GitHub repository](https://github.com/windprak/steuerllm).
|
| 20 |
+
|
| 21 |
+
## Citation
|
| 22 |
|
| 23 |
```bibtex
|
| 24 |
@article{steuerllm,
|