paper-with-me

Papers

Actionable Phrase Detection using NLP

2022-10-30 · Adit Magotra

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 during a crisis, Instruction accuracy for First aid and can also be used to make productivity tools like automatic ToDo list generators from conferences. To accomplish this, we use the Enron Email Dataset and apply our Linguistic filters on the cleaned textual data. We then use Transfer Learning with the Universal Sentence Encoder to train a model to classify whether a given string of raw text is actionable or not.

📄 PDF Abstract BibTeX arXiv:2210.16841

Code (0)

등록된 구현이 없습니다.

Tasks

Actionable Phrase DetectionSentenceTransfer Learning

Similar Papers 제목 키워드 기반

Unsupervised Detection of Sub-events in Large Scale Disasters

2019-12-13 · Chidubem Arachie, Manas Gaur, Sam Anzaroot, William Groves 외

Social media plays a major role during and after major natural disasters (e.g., hurricanes, large-scale fires, etc.), as people ``on the ground'' post useful information on what is actually happening. Given the large amo…

Theme-driven Keyphrase Extraction to Analyze Social Media Discourse

2023-01-27 · William Romano, Omar Sharif, Madhusudan Basak, Joseph Gatto 외

Social media platforms are vital resources for sharing self-reported health experiences, offering rich data on various health topics. Despite advancements in Natural Language Processing (NLP) enabling large-scale social …

Keyphrase ExtractionLanguage ModellingLarge Language Model

Semantic Search as Extractive Paraphrase Span Detection

2021-10-16 · ACL ARR October 2021 10 · Anonymous

In this paper, we approach the problem of semantic search by framing the search task as paraphrase span detection, i.e. given a segment of text as a query phrase, the task is to identify its paraphrase in a given documen…

Extractive Question-AnsweringQuestion AnsweringRetrievalSentence+3

Semantic Search as Extractive Paraphrase Span Detection

2021-12-09 · Jenna Kanerva, Hanna Kitti, Li-Hsin Chang, Teemu Vahtola 외

In this paper, we approach the problem of semantic search by framing the search task as paraphrase span detection, i.e. given a segment of text as a query phrase, the task is to identify its paraphrase in a given documen…

Extractive Question-AnsweringQuestion AnsweringRetrievalSentence+3

Spotting AI's Touch: Identifying LLM-Paraphrased Spans in Text

2024-05-21 · Yafu Li, Zhilin Wang, Leyang Cui, Wei Bi 외

AI-generated text detection has attracted increasing attention as powerful language models approach human-level generation. Limited work is devoted to detecting (partially) AI-paraphrased texts. However, AI paraphrasing …

DiversityText Detection