China Safety Science Journal ›› 2025, Vol. 35 ›› Issue (10): 230-238.doi: 10.16265/j.cnki.issn1003-3033.2025.10.1691
• Emergency technology and management • Previous Articles Next Articles
CHEN Chong1(
), TAN Ruipu1,2,**(
), ZHANG Wende1
Received:2025-05-15
Revised:2025-07-18
Online:2025-11-10
Published:2026-04-28
Contact:
TAN Ruipu
CLC Number:
CHEN Chong, TAN Ruipu, ZHANG Wende. Research on emergency decision-making method for online public opinion on emergency events based on probabilistic linguistic term sets[J]. China Safety Science Journal, 2025, 35(10): 230-238.
Add to citation manager EndNote|Ris|BibTeX
URL: http://www.cssjj.com.cn/EN/10.16265/j.cnki.issn1003-3033.2025.10.1691
Table 1
Pseudo-code for evaluating language rating rules for sentiment scores
| 算法1 情感分析 |
|---|
| 输入:评论数据集df, 包含评论内容列 输出:情感分析后的数据集df, 包含情感分数和情感类别列; 各类别情感标签的数量统计 |
| 1: function GET_SENTIMENT(text) |
| 2: 对text进行情感分析 |
| 3: if 情感分析成功then |
| 4: return情感分数 |
| 5: else |
| 6: return None // 或者返回其他的默认值 |
| 7: end if |
| 8: end function |
| 9: 对df中的每条评论内容应用GET_SENTIMENT, 并将结果作为情感分数存入df 的 ’情感分数’ 列 |
| 10: funciton CONVERT_TO_FIVE_LABELS(score) |
| 11: if score ≤ 0.2 then |
| 12: return ’s0’ |
| 13: else if score ≤ 0.4 then |
| 14: return ’s1’ |
| 15: else if score ≤ 0.6 then |
| 16: return ’s2’ |
| 17: else if score ≤ 0.8 then |
| 18: return ’s3’ |
| 19: else |
| 20: return ’s4’ |
| 21: end if |
| 22: end function |
| 23: 对df中的每条情感分数应用CONVERT_TO_FIVE_LABELS, 并将结果作为情感类别存入df 的 ’情感类别’ 列 |
| 24: 统计df中 ’情感类别’ 列每个类别的数量, 得到category_counts |
| 25: 输出更新后的df数据集和category_counts |
Table 3
Grey correlation coefficient matrix
| 方案 | ξ+ | ξ- | |||||||
|---|---|---|---|---|---|---|---|---|---|
| 0.892 | 0.930 | 0.712 | 0.890 | 0.478 | 0.634 | 0.416 | 0.680 | 0.656 | |
| 0.889 | 0.925 | 0.637 | 0.745 | 0.497 | 0.796 | 0.632 | 0.869 | 0.451 | |
| 0.875 | 0.912 | 0.744 | 0.852 | 0.447 | 0.679 | 0.461 | 0.794 | 0.623 | |
| 0.889 | 1.000 | 0.615 | 0.780 | 0.491 | 0.721 | 0.657 | 0.850 | 0.470 | |
| 0.876 | 0.839 | 0.625 | 0.769 | 0.469 | 0.921 | 0.667 | 1.000 | 0.398 | |
| 0.816 | 0.939 | 0.674 | 0.760 | 0.557 | 0.792 | 0.588 | 0.952 | 0.444 | |
| 0.872 | 0.963 | 0.656 | 0.755 | 0.484 | 0.745 | 0.592 | 0.964 | 0.458 | |
| 0.887 | 0.903 | 0.765 | 0.959 | 0.465 | 0.769 | 0.500 | 0.656 | 0.630 | |
| 0.897 | 0.899 | 0.692 | 0.788 | 0.479 | 0.695 | 0.514 | 0.791 | 0.521 | |
| 0.876 | 0.964 | 0.590 | 0.775 | 0.518 | 0.738 | 0.736 | 0.824 | 0.413 | |
| 0.872 | 0.914 | 0.770 | 0.831 | 0.495 | 0.671 | 0.485 | 0.788 | 0.590 | |
| 0.861 | 0.993 | 0.700 | 0.805 | 0.500 | 0.737 | 0.453 | 0.733 | 0.606 | |
| 0.880 | 0.939 | 0.731 | 0.817 | 0.475 | 0.717 | 0.474 | 0.740 | 0.560 | |
| 0.683 | 0.907 | 0.602 | 0.953 | 0.445 | 0.603 | 0.470 | 0.560 | 0.581 | |
| 0.859 | 0.859 | 0.741 | 0.869 | 0.519 | 0.748 | 0.461 | 0.733 | 0.551 | |
Table 5
Comparative analysis results of different sorting methods
| 方案 | 传统 TOPSIS 方法 | 排序 | PLWA 算子方法 | 排序 | 文中 方法 | 排序 |
|---|---|---|---|---|---|---|
| 0.609 | 1 | 0.314 | 2 | 0.607 | 1 | |
| 0.526 | 12 | 0.274 | 12 | 0.465 | 12 | |
| 0.587 | 4 | 0.304 | 6 | 0.582 | 3 | |
| 0.536 | 10 | 0.279 | 10 | 0.476 | 10 | |
| 0.499 | 15 | 0.260 | 15 | 0.429 | 15 | |
| 0.522 | 13 | 0.276 | 11 | 0.464 | 13 | |
| 0.532 | 11 | 0.274 | 13 | 0.471 | 11 | |
| 0.597 | 3 | 0.313 | 3 | 0.590 | 2 | |
| 0.567 | 9 | 0.285 | 9 | 0.514 | 9 | |
| 0.519 | 14 | 0.271 | 14 | 0.441 | 14 | |
| 0.582 | 6 | 0.304 | 5 | 0.563 | 5 | |
| 0.581 | 7 | 0.308 | 4 | 0.573 | 4 | |
| 0.584 | 5 | 0.298 | 7 | 0.542 | 7 | |
| 0.599 | 2 | 0.341 | 1 | 0.559 | 6 | |
| 0.579 | 8 | 0.291 | 8 | 0.537 | 8 |
| [1] |
曾润喜. 网络舆情管控工作机制研究[J]. 图书情报工作, 2009, 53(18): 79-82.
|
|
|
|
| [2] |
中国互联网络信息中心. 第54次《中国互联网络发展状况统计报告》[EB/OL]. [2024-08-29]. https://www3.cnnic.cn/n4/2024/0829/c88-11065.html.
|
| [3] |
石川, 马铭君, 胡琳梅. 基于用户心理的网络舆情指标体系构建研究[J]. 北京邮电大学学报: 社会科学版, 2019, 21(5): 93-99.
|
|
|
|
| [4] |
|
| [5] |
doi: 10.1007/s11227-022-04900-x |
| [6] |
陈鑫, 谢科范. 基于主动安全的重大事故网络舆情智能建模与仿真[J]. 中国安全科学学报, 2024, 34(1): 53-61.
doi: 10.16265/j.cnki.issn1003-3033.2024.01.0741 |
|
doi: 10.16265/j.cnki.issn1003-3033.2024.01.0741 |
|
| [7] |
刘婷, 鲁梓萌, 刘翕, 等. 基于灾害链的突发公共事件网络舆情风险评估研究[J]. 情报科学, 2025, 43(1): 69-78.
|
|
|
|
| [8] |
张桂蓉, 王雨晴. 数智赋能推进敏捷化应急情报体系研究[J]. 现代情报, 2024, 44(4): 3-10, 31.
|
|
|
|
| [9] |
陈冲, 谭睿璞, 张文德, 等. 基于中智数的突发事件网络舆情辅助决策方法研究[J]. 中国安全生产科学技术, 2024, 20(5): 50-56.
|
|
|
|
| [10] |
doi: 10.1016/j.cie.2019.03.037 |
| [11] |
doi: 10.1109/TFUZZ.2011.2170076 |
| [12] |
刘富鹏, 杨九, 吴世博, 等. 基于FDHHFLTS-BN的海底管道泄漏失效风险定量分析[J]. 中国安全科学学报, 2024, 34(1): 166-170.
doi: 10.16265/j.cnki.issn1003-3033.2024.01.1247 |
|
doi: 10.16265/j.cnki.issn1003-3033.2024.01.1247 |
|
| [13] |
|
| [14] |
|
| [15] |
李宝德, 吕靖, 李晶. 基于前景理论和概率语言术语的突发事件应急响应决策方法[J]. 系统管理学报, 2023, 32(6): 1164-1175.
|
|
|
|
| [16] |
|
| [17] |
王增强, 蒲云. 基于多粒度概率语言和双参照点的应急决策方法[J/OL]. 中国管理科学: 1-12. [2024-02-19]. https://doi.org/10.16381/j.cnki.issn1003-207x.2023.0990.
|
|
|
|
| [18] |
doi: 10.1016/0305-0548(94)00059-H |
| [19] |
谭学瑞, 邓聚龙. 灰色关联分析: 多因素统计分析新方法[J]. 统计研究, 1995(3): 46-48.
|
| [1] | WANG Xiao, SUN Yu, HUANG Xintong, LIU Tianqi, ZHANG Guowei. Visualization of flood and rainstorm model and application of emergency decision [J]. China Safety Science Journal, 2025, 35(4): 227-232. |
| [2] | LI Zhiqiang, FAN Yanjia, SUN Yu. Research on evolutionary game of emergency management audit [J]. China Safety Science Journal, 2025, 35(4): 233-240. |
| [3] | WANG Xiaoqing, CHEN Kebing, QIAN Chengjiang, SONG Jian. System dynamics analysis of online public opinion governance for chemical emergencies under evolutionary games [J]. China Safety Science Journal, 2025, 35(2): 95-103. |
| [4] | ZHANG Xiaobing, CHEN Zhe. Knowledge graph analysis of hot spots and trends in emergency social mobilization research [J]. China Safety Science Journal, 2024, 34(6): 216-224. |
| [5] | TAN Shuang, CHAI Zitong. Research on knowledge production of risk communication for public health emergencies in China [J]. China Safety Science Journal, 2024, 34(4): 26-32. |
| [6] | CHEN Xin, XIE Kefan. Intelligent modeling and simulation of online public opinion for major accidents based on proactive safety [J]. China Safety Science Journal, 2024, 34(1): 53-61. |
| [7] | YANG Chao. Research on urban emergencies based on butterfly catastrophe theory [J]. China Safety Science Journal, 2023, 33(S1): 235-242. |
| [8] | LI Delong, CHENG Yu, LI Youdong. Prediction model for demand for subway security inspectors under public health emergencies [J]. China Safety Science Journal, 2023, 33(S1): 228-234. |
| [9] | WANG Meng, SUN Le, SUN Zhen, DANG Zhiyuan, DENG Xiuquan. Characteristic analysis and prevention and control countermeasures of emergencies along high-speed railways [J]. China Safety Science Journal, 2023, 33(S1): 174-179. |
| [10] | CHEN Weigong, WANG Lizhan, ZHANG Yongliang, WANG Xiangdan. Resilience evaluation of government collaborative governance network in public health emergencies: based on prevention and control of novel coronavirus [J]. China Safety Science Journal, 2023, 33(4): 140-147. |
| [11] | HAN Yu, LI Jiameng, GU Jing. Analysis of emergency decision-making behavior characteristics driven by implicit memory in context of sudden accidents [J]. China Safety Science Journal, 2023, 33(10): 234-239. |
| [12] | LI Li, CHEN Yao, ZHAO Yue, CAO Changcheng. Effect of pilots' career resilience on job burnout under major public health emergencies [J]. China Safety Science Journal, 2023, 33(10): 23-29. |
| [13] | YUN Xiaopeng. Research progress and prospect of emergency management based on CNKI and CiteSpace [J]. China Safety Science Journal, 2022, 32(8): 185-193. |
| [14] | LIU Zhenliang, YUAN Wei, LI Suchao. Resilience assessment of highway bridge networks subjected to both earthquakes and earthquake-induced secondary emergencies [J]. China Safety Science Journal, 2022, 32(8): 176-184. |
| [15] | LIANG Jinfan, ZHAO Hanping, ZHANG Jiale. Rapid construction mode of emergency material supply chain [J]. China Safety Science Journal, 2022, 32(4): 135-140. |
| Viewed | ||||||
|
Full text |
|
|||||
|
Abstract |
|
|||||