INVEST
Browse files
app.py
CHANGED
@@ -90,7 +90,6 @@ https://www.kaggle.com/datasets/trainingdatapro/20000-customers-reviews-on-banks
|
|
90 |
gr.Examples(
|
91 |
[
|
92 |
["having credit card problem"],
|
93 |
-
|
94 |
["low interest credit card"],
|
95 |
["upset customer"],
|
96 |
["what is the password"],
|
@@ -102,6 +101,14 @@ Description:
|
|
102 |
=======
|
103 |
In today's dynamic financial landscape, the Semantic Similarity Document Search (SSDS) capability is a practical innovation to improve client experience, marketing leads, and sentiment analysis. As a Data Scientist with a decades in the financial industry, I see the value of SSDS in action.
|
104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
Observability/Cyber Security:
|
106 |
------
|
107 |
Proactive Detection: Identify potential fraud threats and vulnerabilities in real-time.
|
@@ -111,14 +118,6 @@ Customer-Centric Approach: Gain insights into customer concerns, allowing us to
|
|
111 |
### issue:
|
112 |
- what is the password
|
113 |
|
114 |
-
Sentiments:
|
115 |
-
------
|
116 |
-
SSDS tracks customer sentiment, empowering us to swiftly respond to upset customers. It ensures we address their issues promptly, enhancing trust and loyalty.
|
117 |
-
With no need for jargon, SSDS delivers tangible value to our fintech operations. It's about staying agile, informed, and customer-centric in a rapidly changing financial world.
|
118 |
-
|
119 |
-
### issue:
|
120 |
-
- upset customer
|
121 |
-
|
122 |
Client Experience:
|
123 |
------
|
124 |
When a client faces a bad experience, SSDS helps us swiftly locate relevant documents to understand and address their concerns, be it credit card issues, late payment fees, or credit score drops.
|
@@ -129,12 +128,14 @@ When a client faces a bad experience, SSDS helps us swiftly locate relevant docu
|
|
129 |
- late payment fee
|
130 |
- credit score dropping
|
131 |
|
132 |
-
|
133 |
------
|
134 |
-
|
|
|
|
|
|
|
|
|
135 |
|
136 |
-
### issue:
|
137 |
-
- low interest credit card
|
138 |
|
139 |
""")
|
140 |
|
|
|
90 |
gr.Examples(
|
91 |
[
|
92 |
["having credit card problem"],
|
|
|
93 |
["low interest credit card"],
|
94 |
["upset customer"],
|
95 |
["what is the password"],
|
|
|
101 |
=======
|
102 |
In today's dynamic financial landscape, the Semantic Similarity Document Search (SSDS) capability is a practical innovation to improve client experience, marketing leads, and sentiment analysis. As a Data Scientist with a decades in the financial industry, I see the value of SSDS in action.
|
103 |
|
104 |
+
Investment Portfolio Construction/Marketing Leads:
|
105 |
+
------
|
106 |
+
To enhance marketing strategies, SSDS identifies market trends and consumer preferences, such as the demand for low-interest credit cards. It's a treasure trove for refining our product offerings.
|
107 |
+
|
108 |
+
### issue:
|
109 |
+
- low interest credit card
|
110 |
+
- GIC
|
111 |
+
|
112 |
Observability/Cyber Security:
|
113 |
------
|
114 |
Proactive Detection: Identify potential fraud threats and vulnerabilities in real-time.
|
|
|
118 |
### issue:
|
119 |
- what is the password
|
120 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
Client Experience:
|
122 |
------
|
123 |
When a client faces a bad experience, SSDS helps us swiftly locate relevant documents to understand and address their concerns, be it credit card issues, late payment fees, or credit score drops.
|
|
|
128 |
- late payment fee
|
129 |
- credit score dropping
|
130 |
|
131 |
+
Sentiments:
|
132 |
------
|
133 |
+
SSDS tracks customer sentiment, empowering us to swiftly respond to upset customers. It ensures we address their issues promptly, enhancing trust and loyalty.
|
134 |
+
With no need for jargon, SSDS delivers tangible value to our fintech operations. It's about staying agile, informed, and customer-centric in a rapidly changing financial world.
|
135 |
+
|
136 |
+
### issue:
|
137 |
+
- upset customer
|
138 |
|
|
|
|
|
139 |
|
140 |
""")
|
141 |
|