paper-with-me

홈 › Papers

FewTopNER: Integrating Few-Shot Learning with Topic Modeling and Named Entity Recognition in a Multilingual Framework

2025-02-04 · Ibrahim Bouabdallaoui, Fatima Guerouate, Samya Bouhaddour, Chaimae Saadi, Mohammed Sbihi

We introduce FewTopNER, a novel framework that integrates few-shot named entity recognition (NER) with topic-aware contextual modeling to address the challenges of cross-lingual and low-resource scenarios. FewTopNER leverages a shared multilingual encoder based on XLM-RoBERTa, augmented with language-specific calibration mechanisms, to generate robust contextual embeddings. The architecture comprises a prototype-based entity recognition branch, employing BiLSTM and Conditional Random Fields for sequence labeling, and a topic modeling branch that extracts document-level semantic features through hybrid probabilistic and neural methods. A cross-task bridge facilitates dynamic bidirectional attention and feature fusion between entity and topic representations, thereby enhancing entity disambiguation by incorporating global semantic context. Empirical evaluations on multilingual benchmarks across English, French, Spanish, German, and Italian demonstrate that FewTopNER significantly outperforms existing state-of-the-art few-shot NER models. In particular, the framework achieves improvements of 2.5-4.0 percentage points in F1 score and exhibits enhanced topic coherence, as measured by normalized pointwise mutual information. Ablation studies further confirm the critical contributions of the shared encoder and cross-task integration mechanisms to the overall performance. These results underscore the efficacy of incorporating topic-aware context into few-shot NER and highlight the potential of FewTopNER for robust cross-lingual applications in low-resource settings.

📄 PDF Abstract BibTeX arXiv:2502.02391

Code (1)

ibrahimself/fewtopner 공식 구현 pytorch

Tasks

Entity DisambiguationFew-Shot Learningfew-shot-nerFew-shot NERnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

Fine-tuning Encoders for Improved Monolingual and Zero-shot Polylingual Neural Topic Modeling

2021-04-11 · NAACL 2021 4 · Aaron Mueller, Mark Dredze

Neural topic models can augment or replace bag-of-words inputs with the learned representations of deep pre-trained transformer-based word prediction models. One added benefit when using representations from multilingual…

ClassificationCross-Lingual TransferGeneral ClassificationTopic Classification+1

Combining Deep Learning and Topic Modeling for Review Understanding in Context-Aware Recommendation

2018-06-01 · NAACL 2018 6 · Mingmin Jin, Xin Luo, Huiling Zhu, Hankz Hankui Zhuo

With the rise of e-commerce, people are accustomed to writing their reviews after receiving the goods. These comments are so important that a bad review can have a direct impact on others buying. Besides, the abundant in…

ClusteringCollaborative FilteringRecommendation Systems

Improving Topic Quality by Promoting Named Entities in Topic Modeling

2018-07-01 · ACL 2018 7 · Katsiaryna Krasnashchok, Salim Jouili

News related content has been extensively studied in both topic modeling research and named entity recognition. However, expressive power of named entities and their potential for improving the quality of discovered topi…

Diversitynamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Human in the loop: How to effectively create coherent topics by manually labeling only a few documents per class

2022-12-19 · Anton Thielmann, Christoph Weisser, Benjamin Säfken

Few-shot methods for accurate modeling under sparse label-settings have improved significantly. However, the applications of few-shot modeling in natural language processing remain solely in the field of document classif…

Document ClassificationFew-Shot Learning

Deep Temporal-Recurrent-Replicated-Softmax for Topical Trends over Time

2017-11-15 · NAACL 2018 6 · Pankaj Gupta, Subburam Rajaram, Hinrich Schütze, Bernt Andrassy

Dynamic topic modeling facilitates the identification of topical trends over time in temporal collections of unstructured documents. We introduce a novel unsupervised neural dynamic topic model named as Recurrent Neural …

ArticlesDynamic Topic ModelingTopic Models