Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,40 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# TU Wien Publication Abstracts
|
| 8 |
+
|
| 9 |
+
<!-- Provide a quick summary of the dataset. -->
|
| 10 |
+
|
| 11 |
+
This dataset holds English (and only English)
|
| 12 |
+
the abstracts of TU Wiens publications from
|
| 13 |
+
2018 till the beginning of April 2025. This is an intersection
|
| 14 |
+
of several datasource, some publications might still be missing.
|
| 15 |
+
|
| 16 |
+
The sources for this dataset have been provided by the
|
| 17 |
+
TU Wien Service Unit for Research Information Systems, which
|
| 18 |
+
are thankfully acknowledged.
|
| 19 |
+
|
| 20 |
+
The final dataset was assembled in its current form by
|
| 21 |
+
Thomas Haschka.
|
| 22 |
+
|
| 23 |
+
If you use this dataset please cite:
|
| 24 |
+
|
| 25 |
+
Semantic Tree Inference on Text Corpa using a Nested
|
| 26 |
+
Density Approach together with Large Language Model Embeddings
|
| 27 |
+
Thomas Haschka and Joseph Bakarji (2025)
|
| 28 |
+
https://doi.org/10.48550/arXiv.2512.23471
|
| 29 |
+
**BibTeX:**
|
| 30 |
+
```
|
| 31 |
+
@misc{haschka2025semantictreeinferencetext,
|
| 32 |
+
title={Semantic Tree Inference on Text Corpa using a Nested Density Approach together with Large Language Model Embeddings},
|
| 33 |
+
author={Thomas Haschka and Joseph Bakarji},
|
| 34 |
+
year={2025},
|
| 35 |
+
eprint={2512.23471},
|
| 36 |
+
archivePrefix={arXiv},
|
| 37 |
+
primaryClass={cs.CL},
|
| 38 |
+
url={https://arxiv.org/abs/2512.23471},
|
| 39 |
+
}
|
| 40 |
+
```
|