Actionable Phrase Detection using NLP
Adit Magotra

TL;DR
This paper proposes a method to detect actionable phrases in text using linguistic filters and transfer learning with the Universal Sentence Encoder, enabling applications like emergency task detection and productivity tools.
Contribution
It introduces a novel approach combining handcrafted linguistic filters with transfer learning for actionable phrase detection from raw text.
Findings
Achieved effective classification of actionable vs. non-actionable text.
Demonstrated potential applications in crisis management and productivity tools.
Utilized Enron Email Dataset for training and evaluation.
Abstract
Actionable sentences are terms that, in the most basic sense, imply the necessity of taking a specific action. In Linguistic terms, they are steps to achieve an operation, often through the usage of action verbs. For example, the sentence, `Get your homework finished by tomorrow` qualifies as actionable since it demands a specific action (In this case, finishing homework) to be taken. In contrast, a simple sentence such as, `I like to play the guitar` does not qualify as an actionable phrase since it simply states a personal choice of the person instead of demanding a task to be finished. In this paper, the aim is to explore if Actionables can be extracted from raw text using Linguistic filters designed from scratch. These filters are specially catered to identifying actionable text using Transfer Learning as the lead role. Actionable Detection can be used in detecting emergency tasks…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Topic Modeling
