dzFinNlp at AraFinNLP: Improving Intent Detection in Financial Conversational Agents
This work addresses intent detection for financial conversational agents, presenting incremental improvements through model experimentation.
The paper tackled intent detection in financial conversational agents by experimenting with various models including LinearSVC, LSTM, and transformers, achieving micro F1-scores of 93.02% on development and 67.21% on test sets of the ArBanking77 dataset.
In this paper, we present our dzFinNlp team's contribution for intent detection in financial conversational agents, as part of the AraFinNLP shared task. We experimented with various models and feature configurations, including traditional machine learning methods like LinearSVC with TF-IDF, as well as deep learning models like Long Short-Term Memory (LSTM). Additionally, we explored the use of transformer-based models for this task. Our experiments show promising results, with our best model achieving a micro F1-score of 93.02% and 67.21% on the ArBanking77 dataset, in the development and test sets, respectively.