Hybrid Top2Vec-Node2Vec Clustering System
(Redirected from Topic-Graph Clustering System)
Jump to navigation
Jump to search
A Hybrid Top2Vec-Node2Vec Clustering System is a hybrid clustering system that combines topic modeling with graph embeddings for unsupervised document clustering.
- AKA: Top2Vec-Node2Vec Hybrid System, Topic-Graph Clustering System, Combined Embedding Clustering System.
- Context:
- It can typically process legal document corpuses using dual embedding approaches.
- It can typically generate topic representations through Top2Vec algorithm.
- It can typically create graph embeddings via Node2Vec algorithm.
- It can often produce interpretable cluster labels from keyword extraction.
- It can often outperform baseline clustering systems in quality metrics.
- It can range from being a Shallow Hybrid Top2Vec-Node2Vec Clustering System to being a Deep Hybrid Top2Vec-Node2Vec Clustering System, depending on its embedding depth.
- It can range from being a Single-Domain Hybrid Top2Vec-Node2Vec Clustering System to being a Multi-Domain Hybrid Top2Vec-Node2Vec Clustering System, depending on its application scope.
- It can range from being a Static Hybrid Top2Vec-Node2Vec Clustering System to being a Dynamic Hybrid Top2Vec-Node2Vec Clustering System, depending on its adaptation capability.
- It can range from being a Clause-Level Hybrid Top2Vec-Node2Vec Clustering System to being a Document-Level Hybrid Top2Vec-Node2Vec Clustering System, depending on its processing granularity.
- ...
- Examples:
- Legal Document Clustering Implementations, such as:
- Research Prototype Systems, such as:
- ...
- Counter-Examples:
- Single-Method Clustering System, which uses one algorithm only.
- Supervised Classification System, which requires labeled data.
- Traditional LDA System, which lacks graph structure.
- See: Hybrid Clustering System, Topic Modeling System, Graph Embedding System, Top2Vec Algorithm, Node2Vec Algorithm, Unsupervised Legal Document Clustering Task, Document Clustering Algorithm, Silhouette Coefficient Metric, Calinski-Harabasz Score Metric.