
Overview
Solution utilizes LLMs and clustering algorithms to enhance the quality of topics extracted and relevance of document topics. This solution applies BERTopic under the hood along with HDBSCAN and Phi3.5 to generate topics and assign the topics to the data. This solution helps improve performance of various down-stream activities performed on documents like assignment of tickets into teams based on the topics discovered. This solution takes a csv file of text chunk as input and returns the CSV with the topics assigned. This solution supports real time inferencing as well which can be used to get topics on the fly.
Highlights
- An easy to use solution for generating high quality topics for your data. One area this solution will aid is in improving generation and assignment of tickets by using advance machine learning techniques
- This soltuion uses unsupervised techiniques for topic generation and therefore, does not require tagged data.
- Mphasis DeepInsights is a cloud-based cognitive computing platform that offers data extraction & predictive analytics capabilities. Need customized Machine Learning and Deep Learning solutions? Get in touch!
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost |
|---|---|---|
ml.m5.large Inference (Batch) Recommended | Model inference on the ml.m5.large instance type, batch mode | $2.00/host/hour |
ml.g5.xlarge Training Recommended | Algorithm training on the ml.g5.xlarge instance type | $2.00/host/hour |
ml.m4.4xlarge Inference (Batch) | Model inference on the ml.m4.4xlarge instance type, batch mode | $2.00/host/hour |
ml.m5.4xlarge Inference (Batch) | Model inference on the ml.m5.4xlarge instance type, batch mode | $2.00/host/hour |
ml.m4.16xlarge Inference (Batch) | Model inference on the ml.m4.16xlarge instance type, batch mode | $2.00/host/hour |
ml.m5.2xlarge Inference (Batch) | Model inference on the ml.m5.2xlarge instance type, batch mode | $2.00/host/hour |
ml.p3.16xlarge Inference (Batch) | Model inference on the ml.p3.16xlarge instance type, batch mode | $2.00/host/hour |
ml.m4.2xlarge Inference (Batch) | Model inference on the ml.m4.2xlarge instance type, batch mode | $2.00/host/hour |
ml.c5.2xlarge Inference (Batch) | Model inference on the ml.c5.2xlarge instance type, batch mode | $2.00/host/hour |
ml.p3.2xlarge Inference (Batch) | Model inference on the ml.p3.2xlarge instance type, batch mode | $2.00/host/hour |
Vendor refund policy
Currently we do not support refunds, but you can cancel your subscription to the service at any time.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Amazon SageMaker algorithm
An Amazon SageMaker algorithm is a machine learning model that requires your training data to make predictions. Use the included training algorithm to generate your unique model artifact. Then deploy the model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.
Version release notes
Bug Fixes
Additional details
Inputs
- Summary
Must be a csv file. It must contain the column name "DESCRIPTION"
- Limitations for input type
- The train.csv with maximum of 10,000 rows.
- Input MIME type
- application/json
Input data descriptions
The following table describes supported input data fields for real-time inference and batch transform.
Field name | Description | Constraints | Required |
|---|---|---|---|
DESCRIPTION | A column which contains the text from which you want to extract the topics. | Type: FreeText | Yes |
Resources
Vendor resources
Support
Vendor support
For any assistance reach out to us at:
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products

