Skip to content

Commit 557299b

Browse files
Updated topicwizard citation to the preprint:
1 parent bd0eb49 commit 557299b

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

paper.bib

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,15 @@ @inproceedings{sentence_transformers
170170
abstract = "BERT (Devlin et al., 2018) and RoBERTa (Liu et al., 2019) has set a new state-of-the-art performance on sentence-pair regression tasks like semantic textual similarity (STS). However, it requires that both sentences are fed into the network, which causes a massive computational overhead: Finding the most similar pair in a collection of 10,000 sentences requires about 50 million inference computations ({\textasciitilde}65 hours) with BERT. The construction of BERT makes it unsuitable for semantic similarity search as well as for unsupervised tasks like clustering. In this publication, we present Sentence-BERT (SBERT), a modification of the pretrained BERT network that use siamese and triplet network structures to derive semantically meaningful sentence embeddings that can be compared using cosine-similarity. This reduces the effort for finding the most similar pair from 65 hours with BERT / RoBERTa to about 5 seconds with SBERT, while maintaining the accuracy from BERT. We evaluate SBERT and SRoBERTa on common STS tasks and transfer learning tasks, where it outperforms other state-of-the-art sentence embeddings methods."
171171
}
172172
173-
@software{topicwizard,
174-
author = {Kardos, Márton},
175-
month = nov,
176-
title = {{topicwizard: Pretty and opinionated topic model visualization in Python}},
177-
url = {https://github.com/x-tabdeveloping/topic-wizard},
178-
version = {0.5.0},
179-
year = {2023}
173+
@misc{topicwizard,
174+
title={topicwizard -- a Modern, Model-agnostic Framework for Topic Model Visualization and Interpretation},
175+
author={Márton Kardos and Kenneth C. Enevoldsen and Kristoffer Laigaard Nielbo},
176+
year={2025},
177+
eprint={2505.13034},
178+
archivePrefix={arXiv},
179+
primaryClass={cs.CL},
180+
url={https://arxiv.org/abs/2505.13034},
181+
doi="10.48550/arXiv.2505.13034"
180182
}
181183

182184
@article{discourse_analysis,

0 commit comments

Comments
 (0)