paper-with-me

홈 › Papers

Principal Phrase Mining

2022-06-28 · Ellie Small, Javier Cabrera

Extracting frequent words from a collection of texts is commonly performed in many subjects. However, as useful as it is to obtain a collection of commonly occurring words from texts, there is a need for more specific information to be obtained from texts in the form of most commonly occurring phrases. Despite this need, extracting frequent phrases is not commonly done due to inherent complications, the most significant being double-counting. Double-counting occurs when words or phrases are counted when they appear inside longer phrases that themselves are also counted, resulting in a selection of mostly meaningless phrases that are frequent only because they occur inside frequent super phrases. Several papers have been written on phrase mining that describe solutions to this issue; however, they either require a list of so-called quality phrases to be available to the extracting process, or they require human interaction to identify those quality phrases during the process. We present here a method that eliminates double-counting via a unique rectification process that does not require lists of quality phrases. In the context of a set of texts, we define a principal phrase as a phrase that does not cross punctuation marks, does not start with a stop word, with the exception of the stop words "not" and "no", does not end with a stop word, is frequent within those texts without being double counted, and is meaningful to the user. Our method identifies such principal phrases independently without human input, and enables their extraction from any texts within a reasonable amount of time.

📄 PDF Abstract BibTeX arXiv:2206.13748

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Principal Component Analysis versus Factor Analysis

2021-10-21 · Zenon Gniazdowski

The article discusses selected problems related to both principal component analysis (PCA) and factor analysis (FA). In particular, both types of analysis were compared. A vector interpretation for both PCA and FA has al…

UCTopic: Unsupervised Contrastive Learning for Phrase Representations and Topic Mining

2022-02-27 · ACL 2022 5 · Jiacheng Li, Jingbo Shang, Julian McAuley

High-quality phrase representations are essential to finding topics and related terms in documents (a.k.a. topic mining). Existing phrase representation learning methods either simply combine unigram representations in a…

Contrastive LearningRepresentation Learning

UCTopic: Unsupervised Contrastive Learning for Phrase Representations and Topic Mining

2021-11-16 · ACL ARR November 2021 11 · Anonymous

High-quality phrase representations are essential to finding topics and related terms in documents (a.k.a. topic mining). Existing phrase representation learning methods either simply combine unigram representations in…

Contrastive LearningRepresentation Learning

Keyphrase Extraction from Bengali Document using LSTM Recurrent Neural Network

2018-09-01 · Nishat Tasnim Ahmed Meem1

Abstract—Keyphrases are single or multiple word phrases of a document which portrays the principal points of that document. These keyphrases help readers to get an overview of the document. In this paper, we proposed …

Keyphrase Extraction

Automated Phrase Mining from Massive Text Corpora

2017-02-15 · Jingbo Shang, Jialu Liu, Meng Jiang, Xiang Ren 외

As one of the fundamental tasks in text analysis, phrase mining aims at extracting quality phrases from a text corpus. Phrase mining is important in various tasks such as information extraction/retrieval, taxonomy constr…

General KnowledgePOSRetrieval