| Literature DB >> 35387240 |
Abstract
How to facilitate users to quickly and accurately search for the text information they need is a current research hotspot. Text clustering can improve the efficiency of information search and is an effective text retrieval method. Keyword extraction and cluster center point selection are key issues in text clustering research. Common keyword extraction algorithms can be divided into three categories: semantic-based algorithms, machine learning-based algorithms, and statistical model-based algorithms. There are three common methods for selecting cluster centers: randomly selecting the initial cluster center point, manually specifying the cluster center point, and selecting the cluster center point according to the similarity between the points to be clustered. The randomly selected initial cluster center points may contain "outliers," and the clustering results are locally optimal. Manually specifying the cluster center points will be very subjective because each person's understanding of the text set is different, and it is not suitable for the case of a large number of text sets. Selecting the cluster center points according to the similarity between the points to be clustered can make the selected cluster center points distributed in each class and be as close as possible to the class center points, but it takes a long time to calculate the cluster centers. Aiming at this problem, this paper proposes a keyword extraction algorithm based on cluster analysis. The results show that the algorithm does not rely on background knowledge bases, dictionaries, etc., and obtains statistical parameters and builds models through training. Experiments show that the keyword extraction algorithm has high accuracy and can quickly extract the subject content of an English translation.Entities:
Mesh:
Year: 2022 PMID: 35387240 PMCID: PMC8979710 DOI: 10.1155/2022/4293102
Source DB: PubMed Journal: Comput Intell Neurosci
Figure 1Flow chart of clustering and keyword extraction method based on word vector.
Figure 2The change curve of F-measure with the text-similarity threshold T.
The result of text clustering.
| Dataset | # Raw texts | # Extracted texts | Extraction ratio | ## Feature words | Average word frequency of text | Coverage | F-measure |
|---|---|---|---|---|---|---|---|
| Data1 | 200 | 88 | 0.40 | 2400 | 92 | 0.88 | 0.89 |
| Data2 | 400 | 270 | 0.60 | 5100 | 122 | 0.78 | 0.80 |
| Data3 | 600 | 220 | 0.65 | 4800 | 126 | 0.77 | 0.72 |
Figure 3Comparison of PRF values of different keyword extraction algorithms.
Figure 4The results of different keywords extraction algorithms.