paper-with-me

Papers

Learning with Weak Supervision for Email Intent Detection

2020-05-26 · Kai Shu, Subhabrata Mukherjee, Guoqing Zheng, Ahmed Hassan Awadallah, Milad Shokouhi, Susan Dumais

Email remains one of the most frequently used means of online communication. People spend a significant amount of time every day on emails to exchange information, manage tasks and schedule events. Previous work has studied different ways for improving email productivity by prioritizing emails, suggesting automatic replies or identifying intents to recommend appropriate actions. The problem has been mostly posed as a supervised learning problem where models of different complexities were proposed to classify an email message into a predefined taxonomy of intents or classes. The need for labeled data has always been one of the largest bottlenecks in training supervised models. This is especially the case for many real-world tasks, such as email intent classification, where large scale annotated examples are either hard to acquire or unavailable due to privacy or data access constraints. Email users often take actions in response to intents expressed in an email (e.g., setting up a meeting in response to an email with a scheduling request). Such actions can be inferred from user interaction logs. In this paper, we propose to leverage user actions as a source of weak supervision, in addition to a limited set of annotated examples, to detect intents in emails. We develop an end-to-end robust deep neural network model for email intent identification that leverages both clean annotated data and noisy weak supervision along with a self-paced learning mechanism. Extensive experiments on three different intent detection tasks show that our approach can effectively leverage the weakly supervised data to improve intent detection in emails.

📄 PDF Abstract BibTeX arXiv:2005.13084

Code (0)

등록된 구현이 없습니다.

Tasks

intent-classificationIntent ClassificationIntent DetectionScheduling

Similar Papers 제목 키워드 기반

LLM-Powered Intent-Based Categorization of Phishing Emails

2025-06-17 · Even Eilertsen, Vasileios Mavroeidis, Gudmund Grov

Phishing attacks remain a significant threat to modern cybersecurity, as they successfully deceive both humans and the defense mechanisms intended to protect them. Traditional detection systems primarily focus on email m…

Binary Classification

Adapting Task-Oriented Dialogue Models for Email Conversations

2022-08-19 · Soham Deshmukh, Charles Lee

Intent detection is a key part of any Natural Language Understanding (NLU) system of a conversational assistant. Detecting the correct intent is essential yet difficult for email conversations where multiple directives a…

Intent DetectionNatural Language UnderstandingTransfer Learning

Agenda Pushing in Email to Thwart Phishing

2021-08-01 · ACL (dialdoc) 2021 8 · Hyundong Cho, Genevieve Bartlett, Marjorie Freedman

In this work, we draw parallels between automatically responding to emails for combating social-engineering attacks and document-grounded response generation and lay out the blueprint of our approach. Phishing emails are…

Response Generation

Automated email Generation for Targeted Attacks using Natural Language

2019-08-19 · Avisha Das, Rakesh Verma

With an increasing number of malicious attacks, the number of people and organizations falling prey to social engineering attacks is proliferating. Despite considerable research in mitigation systems, attackers continual…

Text Generation

Actionable Email Intent Modeling with Reparametrized RNNs

2017-12-26 · Chu-Cheng Lin, Dongyeop Kang, Michael Gamon, Madian Khabsa 외

Emails in the workplace are often intentional calls to action for its recipients. We propose to annotate these emails for what action its recipient will take. We argue that our approach of action-based annotation is more…

Action Classification