paper-with-me

Papers

German Text Embedding Clustering Benchmark

2024-01-05 · Silvan Wehrli, Bert Arnrich, Christopher Irrgang

This work introduces a benchmark assessing the performance of clustering German text embeddings in different domains. This benchmark is driven by the increasing use of clustering neural text embeddings in tasks that require the grouping of texts (such as topic modeling) and the need for German resources in existing benchmarks. We provide an initial analysis for a range of pre-trained mono- and multilingual models evaluated on the outcome of different clustering algorithms. Results include strong performing mono- and multilingual models. Reducing the dimensions of embeddings can further improve clustering. Additionally, we conduct experiments with continued pre-training for German BERT models to estimate the benefits of this additional training. Our experiments suggest that significant performance improvements are possible for short text. All code and datasets are publicly available.

📄 PDF Abstract BibTeX arXiv:2401.02709

Code (1)

climsocana/tecb-de 공식 구현

Tasks

BenchmarkingClustering

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Weight Decay 설명 없음
WordPiece 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Multi-Task Contrastive Learning for 8192-Token Bilingual Text Embeddings

2024-02-26 · Isabelle Mohr, Markus Krimmel, Saba Sturua, Mohammad Kalim Akram 외

We introduce a novel suite of state-of-the-art bilingual text embedding models that are designed to support English and another target language. These models are capable of processing lengthy text inputs with up to 8192 …

Contrastive LearningMulti-Task LearningRetrievalSemantic Textual Similarity+2

Unveiling the Potential of BERTopic for Multilingual Fake News Analysis -- Use Case: Covid-19

2024-07-11 · Karla Schäfer, Jeong-Eun Choi, Inna Vogel, Martin Steinebach

Topic modeling is frequently being used for analysing large text corpora such as news articles or social media data. BERTopic, consisting of sentence embedding, dimension reduction, clustering, and topic extraction, is t…

ArticlesClusteringDimensionality ReductionSentence+2

CMCE at SemEval-2020 Task 1: Clustering on Manifolds of Contextualized Embeddings to Detect Historical Meaning Shifts

2020-12-01 · SEMEVAL 2020 · David Rother, Thomas Haider, Steffen Eger

This paper describes the system Clustering on Manifolds of Contextualized Embeddings (CMCE) submitted to the SemEval-2020 Task 1 on Unsupervised Lexical Semantic Change Detection. Subtask 1 asks to identify whether or no…

Change DetectionClusteringWord Embeddings

A Twitter Corpus and Benchmark Resources for German Sentiment Analysis

2017-04-01 · WS 2017 4 · Mark Cieliebak, Jan Milan Deriu, Dominic Egger, Fatih Uzdilli

In this paper we present SB10k, a new corpus for sentiment analysis with approx. 10,000 German tweets. We use this new corpus and two existing corpora to provide state-of-the-art benchmarks for sentiment analysis in Germ…

Named Entity Recognition (NER)Sentiment AnalysisWord Embeddings

TUE at SemEval-2020 Task 1: Detecting Semantic Change by Clustering Contextual Word Embeddings

2020-12-01 · SEMEVAL 2020 · Anna Karnysheva, Pia Schwarz

This paper describes our system for SemEval 2020 Task 1: Unsupervised Lexical Semantic Change Detection. Target words of corpora from two different time periods are classified according to their semantic change. The lang…

Change DetectionClusteringvalidWord Embeddings