PDF(2308 KB)
Research on the identification of thematic characteristics and hierarchical framework of China's new quality productive forces
Chen Xiaohong, Li Zongyu, Hu Dongbin
Science Research Management ›› 2026, Vol. 47 ›› Issue (8) : 1-14.
PDF(2308 KB)
PDF(2308 KB)
Research on the identification of thematic characteristics and hierarchical framework of China's new quality productive forces
In the digital economy era, new quality productive forces (NQPF) has become a critical driver of high-quality economic development in China. To unveil its core characteristics and practical pathways, this study analyzed 6570 media reports on NQPF from mainstream publications dated August 2023 to July 2024. Using the TextRank-Word2Vec-K-Means method and the BERTopic model, the study identified the macro-level and micro-level thematic features of NQPF and constructed a hierarchical thematic framework. It found that, at the macro level, NQPF is characterized by five dimensions:new industrial forms, new strategic goals, new production methods, new technological means, and new supply-demand models. At the micro level, NQPF demonstrates deep integration with 25 specific fields, including rural revitalization, industrial manufacturing, and regional synergy. This indicated that the development of NQPF is driven by disruptive and frontier technologies, featuring multidimensional collaboration to propel industrial transformation and upgrading. These findings will provide critical insights for governments in policy making and for enterprises in reform and innovation, and offer both theoretical foundations and practical guidance for promoting China's high-quality economic development.
new quality productive forces / text mining / news text / semantic similarity clustering / BERTopic
| [1] |
陈晓红, 李杨扬, 宋丽洁, 等. 数字经济理论体系与研究展望[J]. 管理世界, 2022, 38(2):208-224+13-16.
|
| [2] |
张占斌, 陈晓红, 黄群慧, 等. 新质生产力[M]. 长沙: 湖南人民出版社, 2024:52.
|
| [3] |
周文, 许凌云. 论新质生产力:内涵特征与重要着力点[J]. 改革, 2023(10):1-13.
|
| [4] |
余东华, 马路萌. 新质生产力与新型工业化:理论阐释和互动路径[J]. 天津社会科学, 2023(6):90-102.
|
| [5] |
潘建屯, 陶泓伶. 理解新质生产力内涵特征的三重维度[J]. 西安交通大学学报(社会科学版), 2024, 44(4):12-19.
|
| [6] |
戴翔. 以发展新质生产力推动高质量发展[J]. 天津社会科学, 2023(6):103-110.
|
| [7] |
李律成, 曾媛杰, 彭华涛. 数字创新生态系统驱动新质生产力发展的组态路径研究[J]. 科研管理, 2024, 45(8):1-10.
|
| [8] |
姜长云. 农业新质生产力:内涵特征、发展重点、面临制约和政策建议[J]. 南京农业大学学报(社会科学版), 2024, 24(3):1-17.
|
| [9] |
陈晓红, 曹廖滢, 陈姣龙, 等. 我国算力发展的需求、电力能耗及绿色低碳转型对策[J]. 中国科学院院刊, 2024, 39(3):528-539.
|
| [10] |
左其亭, 秦西, 马军霞. 水利新质生产力:内涵解读、理论框架与实施路径[J]. 华北水利水电大学学报(自然科学版), 2024, 45(3):1-8.
|
| [11] |
李大元, 潘壮, 陈晓红. 人工智能赋能创业:基于结构主题模型的综述[J]. 科研管理, 2024, 45(11):14-25.
|
| [12] |
王金凤, 张芷芯, 冯立杰, 等. 基于LDA与共现网络动态分析的技术机会识别[J]. 科研管理, 2024, 45(2):176-188.
|
| [13] |
|
| [14] |
|
| [15] |
李文波, 孙乐, 张大鲲. 基于Labeled-LDA模型的文本分类新算法[J]. 计算机学报, 2008(4):620-627.
|
| [16] |
Topic models are becoming a frequently employed tool in the empirical methods repertoire of information systems and management scholars. Given textual corpora, such as consumer reviews and online discussion forums, researchers and business practitioners often use topic modeling to either explore data in an unsupervised fashion or generate variables of interest for subsequent econometric analysis. However, one important concern stems from the fact that topic models can be notorious for their instability, i.e., the generated results could be inconsistent and irreproducible at different times, even on the same dataset. Therefore, researchers might arrive at potentially unreliable results regarding the theoretical relationships that they are testing or developing. In this paper, we attempt to highlight this problem and suggest a potential approach to addressing it. First, we empirically define and evaluate the stability problem of topic models using four textual datasets. Next, to alleviate the problem and with the goal of extracting actionable insights from textual data, we propose a new method, Stable LDA, which incorporates topical word clusters into the topic model to steer the model inference toward consistent results. We show that the proposed Stable LDA approach can significantly improve model stability while maintaining or even improving the topic model quality. Further, employing two case studies related to an online knowledge community and online consumer reviews, we demonstrate that the variables generated from Stable LDA can lead to more consistent estimations in econometric analyses. We believe that our work can further enhance management scholars’ collective toolkit to analyze ever-growing textual data.
|
| [17] |
|
| [18] |
唐明, 朱磊, 邹显春. 基于Word2Vec的一种文档向量表示[J]. 计算机科学, 2016, 43(6):214-217+269.
在文本分类中,如何运用word2vec词向量高效地表达一篇文档一直是一个难点。目前,将word2vec模型与聚类算法结合形成的doc2vec模型能有效地表达文档信息。但是,这种方法很少考虑单个词对整篇文档的影响力。为了解决这个问题,利用TF-IDF算法计算每篇文档中词的权重,并结合word2vec词向量生成文档向量,最后将其应用于中文文档分类。在搜狗中文语料库上的实验验证了新方法的有效性。
In text classification issues,it is difficult to express a document efficiently by the word vector of word2vec.At present,doc2vec built on the combination of word2vec and clustering algorithm can express the information of document very well.However,this method rarely considers a single word’s influence for the entire document.To solve this pro-blem,in this paper, TF-IDF algorithm was used to calculate the right weight of words in documents,and word2vec was combined to generate document vectors,which were used for Chinese text classification.Experiments on the Sogou Chinese corpus laboratory demonstrate the efficiency of this newly proposed algorithm.
|
| [19] |
杨俊闯, 赵超. K-Means聚类算法研究综述[J]. 计算机工程与应用, 2019, 55(23):7-14+63.
K-均值(K-Means)算法是聚类分析中一种基于划分的算法,同时也是无监督学习算法。其具有思想简单、效果好和容易实现的优点,广泛应用于机器学习等领域。但是K-Means算法也有一定的局限性,比如:算法中聚类数目K值难以确定,初始聚类中心如何选取,离群点的检测与去除,距离和相似性度量等。从多个方面对K-Means算法的改进措施进行概括,并和传统K-Means算法进行比较,分析了改进算法的优缺点,指出了其中存在的问题。对K-Means算法的发展方向和趋势进行了展望。
The K-Means algorithm is a partition-based algorithm in cluster analysis. With an unsupervised learning algorithm, its advantages of simple thinking, good effect and easy implementation are widely used in fields such as machine learning. But the K-Means algorithm also has certain limitations. For example, the K number of clusters in the algorithm is difficult to determine how to choose the initial cluster center, how to detect and remove outliers and the distance and similarity measure. This paper summarizes the improvement of K-Means algorithm from several aspects, and compares it with the classical K-Means algorithm. In addition, it analyzes the advantages and disadvantages of the improved algorithm, and points out the problems. Finally, the development direction and trend of K-Means algorithm are prospected.
|
| [20] |
朱连江, 马炳先, 赵学泉. 基于轮廓系数的聚类有效性分析[J]. 计算机应用, 2010, 30(S2):139-141+198.
|
| [21] |
杨思洛, 吴丽娟. 基于BERTopic模型的国外信息资源管理研究进展分析[J]. 情报理论与实践, 2024, 47(2):189-197.
|
| [22] |
张潮, 冷伏海. 机器学习辅助智能决策分析:以“绿色创新”问题为例[J]. 科研管理, 2022, 43(9):32-40.
|
| [23] |
李牧南, 王良, 赖华鹏. 基于深度学习和多源数据的自动驾驶技术风险识别[J]. 科研管理, 2024, 45(11):160-175.
|
| [24] |
陈晓红, 张静辉, 汪阳洁, 等. 数字技术赋能中国式创新的机制与路径研究[J]. 科研管理, 2024, 45(1):13-20.
|
| [25] |
陈晓红, 杨志慧, 胡东滨. 数字化全渠道客户行为:研究热点与知识框架[J]. 中国管理科学, 2025, 33(7):1-10.
|
| [26] |
陈晓红, 唐湘博, 李大元, 等. 构建新时代两型工程管理理论与实践体系[J]. 管理世界, 2020, 36(5):189-203+18.
|
/
| 〈 |
|
〉 |