paper-with-me

Papers

Learning Better Intent Representations for Financial Open Intent Classification

2022-10-25 · Xianzhi Li, Will Aitken, Xiaodan Zhu, Stephen W. Thomas

With the recent surge of NLP technologies in the financial domain, banks and other financial entities have adopted virtual agents (VA) to assist customers. A challenging problem for VAs in this domain is determining a user's reason or intent for contacting the VA, especially when the intent was unseen or open during the VA's training. One method for handling open intents is adaptive decision boundary (ADB) post-processing, which learns tight decision boundaries from intent representations to separate known and open intents. We propose incorporating two methods for supervised pre-training of intent representations: prefix-tuning and fine-tuning just the last layer of a large language model (LLM). With this proposal, our accuracy is 1.63% - 2.07% higher than the prior state-of-the-art ADB method for open intent classification on the banking77 benchmark amongst others. Notably, we only supplement the original ADB model with 0.1% additional trainable parameters. Ablation studies also determine that our method yields better results than full fine-tuning the entire model. We hypothesize that our findings could stimulate a new optimal method of downstream tuning that combines parameter efficient tuning modules with fine-tuning a subset of the base model's layers.

📄 PDF Abstract BibTeX arXiv:2210.14304

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationintent-classificationIntent ClassificationLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Learning Discriminative Representations and Decision Boundaries for Open Intent Detection

2022-03-11 · Hanlei Zhang, Hua Xu, Shaojie Zhao, Qianrui Zhou

Open intent detection is a significant problem in natural language understanding, which aims to identify the unseen open intent while ensuring known intent identification performance. However, current methods face two ma…

Intent DetectionNatural Language UnderstandingOpen Intent Detection

Deep Smart Contract Intent Detection

2022-11-19 · Youwei Huang, Sen Fang, Jianwen Li, Jiachun Tao 외

In recent years, research in software security has concentrated on identifying vulnerabilities in smart contracts to prevent significant losses of crypto assets on blockchains. Despite early successes in this area, detec…

Intent DetectionMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONSentence+1

Hybrid Intent-Aware Personalization with Machine Learning and RAG-Enabled Large Language Models for Financial Services Marketing

2026-03-11 · Akhil Chandra Shanivendra arxiv

Personalized marketing in financial services requires models that can both predict customer behavior and generate compliant, context-appropriate content. This paper presents a hybrid architecture that integrates classica…

A Clustering Framework for Unsupervised and Semi-supervised New Intent Discovery

2023-04-16 · Hanlei Zhang, Hua Xu, Xin Wang, Fei Long 외

New intent discovery is of great value to natural language processing, allowing for a better understanding of user needs and providing friendly services. However, most existing methods struggle to capture the complicated…

ClusteringIntent DiscoveryRepresentation LearningSemantic Similarity+1

Fin-ExBERT: User Intent based Text Extraction in Financial Context using Graph-Augmented BERT and trainable Plugin

2025-09-27 · Soumick Sarker, Abhijit Kumar Rai arxiv

Financial dialogue transcripts pose a unique challenge for sentence-level information extraction due to their informal structure, domain-specific vocabulary, and variable intent density. We introduce Fin-ExBERT, a lightw…

Information Extraction