PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
May 3, 20260 citationsOpen Access

Similarity Microservices with Automated Tag Generation

View Full Paper
BSB. SrimannarayanaGRG. RahulDKDr. K. Mahesh Kumar

Key Points

  • The aim is to develop a scalable application that automatically identifies similar text posts and generates contextually relevant tags.
  • Implemented microservices architecture to modularize functionality.
  • Utilized sentence embeddings from models like Sentence Transformer for similarity comparison.
  • Applied the RAKE algorithm for automated tag extraction from post content.
  • Similarity scores between new and existing posts are evaluated, obtaining a threshold of 75% to 85%.
  • Posts with high similarity recommendations are provided automatically without manual intervention.
  • Tags generated are based on important keywords, enhancing categorization and search optimization.

Abstract

A scalable web-based application addresses the problem of identifying contextually similar text posts and automatically generating relevant tags using Natural Language Processing (NLP) techniques, integrated within a modular and microservices architecture. The system enables users to create and manage text-based posts. Upon submission, two critical backend services are triggered: the Similarity Engine and the Tag Generator. The Similarity Engine converts post content into sentence embeddings using models like Sentence Transformer, and uses cosine similarity to compare the new post with all existing posts. A similarity threshold of 75% to 85% is applied. If the similarity score exceeds this threshold, the matched posts are recommended to the user; otherwise, the new post is added. This allows the application to recommend semantically related posts, even if they use entirely different wording. Simultaneously, the Tag Generator microservice uses the RAKE algorithm to extract the most important keywords from the post content, which are then used as tags for categorization, filtering, and search optimization. This process is entirely automated and does not rely on manually assigned labels. This approach demonstrates effective semantic text processing and modern software engineering practices, making it adaptable for applications such as search engines, recommendation systems, e-learning platforms, and customer support tools.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Srimannarayana et al. (2026) studied this question.

synapsesocial.com/papers/69f6e6648071d4f1bdfc7102https://doi.org/10.5281/zenodo.19943996
Ask AI
Helpful
Bookmark
Share
View Full Paper