Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,15 @@ It achieves the following results on the evaluation set:
|
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
@@ -68,7 +76,15 @@ This model is meant to generate "Intent" for a given customer query on bank's ne
|
|
68 |
'transaction_limit': 36,
|
69 |
'update_beneficiary': 37}
|
70 |
</pre>
|
71 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
## Training and evaluation data
|
73 |
|
74 |
More information needed
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
+
This project is integral to the development of a Natural User Experience within the Banking and Finance Industry [BFSI].
|
25 |
+
|
26 |
+
The TenaliAI-FinTech model is specifically designed to tackle the intricate task of deciphering the intent behind customer queries in the BFSI sector.
|
27 |
+
|
28 |
+
The underlying technology behind TenaliAI-FinTech employs advanced natural language processing and machine learning algorithms. These technologies enhance the model's ability to accurately classify and understand the diverse range of customer queries. By leveraging sophisticated classification techniques, the model ensures a more precise interpretation of user intent, regardless of whether the query originates from the bank's net banking portal, mobile banking portal, or other communication channels.
|
29 |
+
|
30 |
+
Furthermore, the model excels in query tokenization, making it proficient in breaking down customer queries into meaningful components. This capability not only streamlines the processing of customer requests but also enables a more efficient and targeted response.
|
31 |
+
|
32 |
+
Ultimately, the technology powering TenaliAI-FinTech contributes to an enhanced customer service experience by providing quicker and more accurate responses to inquiries across multiple banking platforms.
|
33 |
|
34 |
## Intended uses & limitations
|
35 |
|
|
|
76 |
'transaction_limit': 36,
|
77 |
'update_beneficiary': 37}
|
78 |
</pre>
|
79 |
+
|
80 |
+
How to use :
|
81 |
+
|
82 |
+
1. Type a query such as "Tell me my last 10 transactions" or "What is the fixed deposit rate for senior citizens" or "I want to send money to my brother" etc.
|
83 |
+
2. This engine will understand the "intent" behind the query and return the value of LABEL_0 to LABEL_50.
|
84 |
+
3. The LABEL having maximum value (which will be at the top in the result) will be the identified "intent"
|
85 |
+
4. Use above mapping table and convert LABEL to Code. So, for example, LABEL_34 means "Senior Citizen Fixed Deposit Rate" and so on.
|
86 |
+
|
87 |
+
|
88 |
## Training and evaluation data
|
89 |
|
90 |
More information needed
|