基于多Agent的突发事件信息智能监测系统研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
突发事件都具有随机性、突然性和危害性的特征。在互联网环境下,突发事件网络信息通过新闻、评论、发贴、回复等形式反映出来,具有传播快捷、信息多元、方式互动等显著特点,这使突发事件信息监测和处理所面临的形势非常复杂和严峻。本文针对突发事件信息的采集、处理、跟踪、分析等关键技术进行了研究,并将这些技术在扩展的JADE平台上进行了基于Agent的实现,使突发事件的信息监测系统具有自动化、分布化和智能化的特点。论文的主要贡献和创新点如下:
     (1)在分析突发事件信息处理需求基础上,对信息的采集、URL去重、信息抽取等关键技术在分布式环境下的应用进行了研究。提出了聚焦双高网页算法(FDHP),考虑了网页本身的主题相关性和主题质量、网页中URL的可信度因素,该算法能使爬虫采集到高质量、高相关度的主题网页。提出了分段式RP算法(SRP),该算法能够在分布式环境下,高效地完成海量的URL的检索去重工作。提出了标注-清洗-统计-抽取方法(MCSA),可对网页信息进行标签标注与清洗、文字分组统计和内容抽取,有较高的F1值,适用于对不同语言网页内容进行快速清洗和抽取工作。
     (2)在双高网页的基础上,通过对基于委员会投票选择方法(QBC)的文本分类模型进行分析,提出了扩展QBC方法(EQBC),使未标注数据点能够发挥更大的作用,只需训练少量样本即可得到较好的分类结果,并且有更快的收敛速度。采用不同的分类器分析比较QBC与EQBC两种方法的性能,实验表明EQBC方法具有更好的分类结果,可以得到主题质量更优、相关度更大的突发事件主题网页。
     (3)在相关主题跟踪的基础上,对突发事件信息进行了分析,给出了突发事件情景的七元组定义,能够有效地描述和记录突发事件的数据、与环境交互、参与者、行为列表等特征。情景分析框架应包括情景获取、表示、映射和使用四个功能。建立了规则与情景-本体-数据模式映射模型(RSODMM),给出了情景的逻辑关系和条件关系定义以及情景分析框架的组成和处理流程,最后用案例和实验验证了情景分析框架的有效性。
     (4)提出并建立了基于多Agent的突发事件信息智能监测原型系统。在突发事件信息采集与处理、主题检测与跟踪、情景系统等领域进行了具体实现。在基于Agent的分布式信息采集系统中,设计并实现了基于Agent的分布式爬虫,可以采用基于关键字和基于双高网页的爬取策略,满足用户对突发事件信息的不同要求。实现了基于主题关键字词典的双语信息检测和基于时间顺序的主题跟踪系统。在情景固化并向情景系统实现时,提出了Agent与情景结合的实现方法,采用Agent角色分析方法实现了突发事件情景系统。
     (5)通过对JADE平台进行扩展开发,将相关的突发事件智能应用系统整合起来,实现在更大平台下的分布式运行和部署,将系统结构分为五层。通信传输层、系统容器层和Agent服务层构成了对多Agent系统应用程序的支撑环境,Agent应用层用作智能应用程序的整合,用户接口层负责将用户的请求转化为系统能够理解的命令,并由Agent应用层进行执行。采用分层机制的JADE支撑平台有利于对应用程序层进行扩展,并且支持多Agent程序的分布式运行和管理。
Randomness, suddenness and harmfulness are the features of emergency. In the context of Internet, emergency network information is reflected through the approaches of news, comment and posting, as well as reply, with obvious characteristics such as spreading rapidly, having diverse information sources and being interactive, which brings complexes and challenges to the monitoring and processing of the emergency information. Thus, this dissertation studies on the detection, process, tracking and analysis of the emergency information monitoring, and realizes these technologies based on agent through the extended JADE platform. In this regard, the emergency information monitoring system turns to be automatic, distributed and intelligent. The main contributions and innovations of this dissertation are as follows:
     (1) Based on the analysis of the emergency information requirements, the key technologies, such as data collection, URL redundancy removing, text content abstraction, are researched under the distributed environment. Focusing double-high pages algorithm (FDHP) is proposed, the way which the crawler can collect double-high topic web pages considering the topic relevance and quality of the web page, as well as the URL confidence in the web page. Sectional RP algorithm (SRP) is also proposed to improve the original RP algorithm efficiency. SRP works well to retrieval and remove the huge amount of redundant URLs under distributed environment. Marking, cleaning, statistics, and abstraction method (MCSA) is proposed to mark the elements in the web page, clear the tags, statistics the text groups and abstract the text content. Using MCSA can get the right result and high F1 value from the web pages of different languages. The algorithm is also adapted to carry out the multi-language web page clearing and abstraction job in distributed case.
     (2) On the basis of double-high web pages, by analyzing the Query by Committee (QBC) classification model, the Extension of QBC approach (EQBC) is presented, which can make the unlabelled data spot play a more important role and get sound categorized results by less samples but with faster convergence speed. The experiment of comparing the attributes of the QBC method and the EQBC method through different classifier shows that method of EQBC gets a better categorical result with better quality and higher relevant emergency topic web page.
     (3) On the basis of topic tracking, the emergency information is analyzed and the seven-tuple definition of emergency scenario is proposed, which effectively describes and records the features of emergency, such as data, interaction with environment, participant and behavior list, etc. It indicates the four functions of scenario analysis frame, including scenario getting, expressing, reflecting and using. The model of rule and scenario, ontology and data scheme mapping (RSODMM) is proposed. The logical relations and conditional relations are defined, and the composition and process procedure of scenario analysis frame are also elaborated. In the end, the effectiveness of the scenario analysis frame is verified by case and experiment.
     (4) It proposes and sets up intelligent emergency information monitoring prototype system based on multi-agent. Emergency information collecting and processing, topic monitoring and tracking, and scenario system are applied and realized. In the distributed system of information collecting based on Agent, distributed crawler based on agent is designed and realized to meet the different requirements of users on emergency information by crawling strategy based on key words and double-high web pages. Bilingual information monitoring based on key words dictionary and time-based sequence topic tracking system are realized. The implementation of the integration of agent and scenario is proposed when the scenario is frozen. The emergency scenario system is realized by the approach of agent role analysis.
     (5) Through the extended development of JADE platform, relevant emergency intelligence system is integrated, which operates and deploys on a larger platform. System structure is categorized by five levels, with telecommunication transmission level, system container level and agent service level composing a supporting environment to multi-agent system application, agent application level integrating intelligent application, user interface lever transferring the request of user to system understandable order, and agent application level doing the execution. The layered JADE supporting platform is favorable to the extension of application layer and supports multi-agent distributed operation and management.
引文
[1]龙艳,罗明娅,徐南等.关于完善我国突发事件应急管理体制的思考[J].云南警官学院学报,2010,(04):19-25.
    [2]郑红玲.突发事件应急管理面临的挑战及对策[J].领导科学,2010,(29):35-41.
    [3]http://www.cnnic.net.cn/dtygg/dtgg/201101/t20110118_20250.html.
    [4]郑瑜.记者角色与社会责任[J].当代传播,2007,(1):23-26.
    [5]刘尚亮,沈惠璋,李峰等.我国突发事件应急管理体系构建研究[J].科技管理研究,2010,(19):17-23.
    [6]Dongmei Yan, Li He. Modeling government emergency information resources based on decision support[C]. Advanced Computer Theory and Engineering. ICACTE,2010,2:662-665.
    [7]Yongjun Yang, Lili Rong. A Method of Evaluating the Emergency Response Capability of Emergency Plans[C]. Wireless Communications, Networking and Mobile Computing,2008:1-4.
    [8]Wang WenJun, Dong CunXiang, Yang Peng. Ontology Modeling of Emergency Plan Systems[C]. Fuzzy Systems and Knowledge Discovery,2009,2:290-294.
    [9]张伍苏,智婷.突发事件应急管理体系的构建[J].河南科技,2010,(20):14-20.
    [10]黄开腾.政府危机决策体制完善和创新研究[D].重庆大学,2007.
    [11]薛澜,钟开斌.突发公共事件分类、分级与分期:应急体制的管理基础[J].CPA中国行政管理,2005,(1):102-107.
    [12]罗伯特·希斯,王成,宋炳辉等.危机管理[M].中信出版社,2001,9-15.
    [13]覃燕红.突发事件应急预案有效性评价[J].科技管理研究,2010,(24):19-25.
    [14]马志毅.中国应急管理:体制、机制与法制[J].行政管理改革,2010,(10):28-33.
    [15]张维平.突发事件预警管理体系的构建及运行[J].中国人民公安大学学报(社会科学版),2009,(1):32-37.
    [16]姜秀敏.论突发事件管理中我国政府信息公开建设[J].东北大学学报(社会科学版),2009,(01):10-15.
    [17]丰芳芳.突发事件应对中的行政信息公开[J].西南政法大学学报,2009,(10):23-29.
    [18]Qiu-ling Chen, Qing Zhang, Shu-ting Huang. Evolution mechanism study for food safety emergency-Based on Life-cycle Theory[C]. Industrial Engineering and Engineering Management (IE&EM),2010:1053-1057.
    [19]戚建刚.非常规突发事件与我国行政应急管理体制之创新[J].华东政法大学学报,2010,(05):31-36.
    [20]杨涛.建立和完善突发事件应对机制探析[J].中共贵州省委党校学报,2010,(03):20-25.
    [21]郑红玲.突发事件应急管理面临的挑战及对策[J].领导科学,2010,(29):17-23.
    [22]刘志玲.当前我国群体性突发事件的类型、特点及对策[J].江东论坛,2010,(02):40-45.
    [23]周定平.社会安全事件特征的比较分析[J].北京人民警察学院学报,2008,(02):32-37.
    [24]Huizhang Shen, Huang, W.W., Jidi Zhao. A sequential group decision process for emergency response [C]. Systems, Man and Cybernetics,2008:867-871.
    [25]秦治来.国外突发事件应急管理的若干启示[J].中国党政干部论坛,2010,(05):12-17.
    [26]陈月生.略论群体心态与舆情研究[J].理论月刊,2007,(08):4-9.
    [27]于建嵘.社会泄愤事件中群体心理研究—对“瓮安事件”发生机制的一种解释[J].北京行政学院学报,2009,(01):23-28.
    [28]郝文江,马晓明,武捷.网络舆情现状分析与引导机制研究[J].计算机安全,2011,(02):13-18.
    [29]韩立新,霍江河.蝴蝶效应与网络舆情生成机制[J].新媒体,2008,(6):64-66.
    [30]杜阿宁.网络舆情信息挖掘方法研究[D].哈尔滨工业大学,2007.
    [31]刘鹏飞.网络舆情抽样与分析方法[J].调查与研究,2009,(3):4-5.
    [32]宋海龙,巨乃岐,张备等.突发事件网络舆情的形成、演化与控制[J].河南工程学院学报(社会科学版),2010,(4):12-17.
    [33]周立柱,林玲.聚焦爬虫技术研究综述[J].计算机应用,2005,(09):30-35.
    [34]Xiaolin Zheng, Tao Zhou, Zukun Yu. URL Rule Based Focused Crawler[J]. E-Business Engineering,2008, (6):147-154.
    [35]Wenxian Wang, Xingshu Chen, Yongbin Zou. A Focused Crawler Based on Naive Bayes Classifier[C]. Intelligent Information Technology and Security Informatics (IITSI),2010:517-521.
    [36]Guerriero, A., Ragni, F., Martines, C. A dynamic URL assignment method for parallel web crawler[C]. Computational Intelligence for Measurement Systems and Applications (CIMSA),2010:119-123.
    [37]Selamat, A., Ahmadi-Abkenari, F.. Application of clickstream analysis as Web page importance metric in parallel crawlers[J]. Information Technology(ITSim), 2010,1:1-6.
    [38]Li Wei-jiang, Ru Hua-suo, Zhao Tie-jun. A New Algorithm of Topical Crawler[C]. Computer Science and Engineering. WCSE'09,2009:1:443-446.
    [39]Li Wei-jiang, Ru Hua-suo, Hong Kun. A New Algorithm of Blog-Oriented Crawler[C]. Computer Science-Technology and Applications. IFCSTA'09,2009, 1:428-431.
    [40]Qing Gao, Bo Xiao, Zhiqing Lin. A high-precision forum crawler based on vertical crawling[C]. Network Infrastructure and Digital Content IC-NIDC 2009: 362-367.
    [41]Qin Dong. Search-Engine-Oriented Theme Crawler Design. System Science[C], Engineering Design and Manufacturing Informatization. ICSEM,2010,2:303-306.
    [42]Sirisha Gadiraju, N.V.G., Krishna Chaitanya, R., Padma Raju, GV.. Effect of feature selection method on the performance of focused crawlers—A case study on traditional and accelerated focused crawlers[C].Networking and Information Technology (ICNIT),2010:482-487.
    [43]Ke Hu, Wing Shing Wong. A probabilistic model for intelligent Web crawlers[C]. Computer Software and Applications Conference. COMPSAC 2003,278-282.
    [44]Bra D P, Houben G, Kornatzky et al. Information retrieval in distributed hypertexts[C]. Proceedings of the 4th RIAO Conference, New York, 1994:481-491.
    [45]Hersovici M, Jacovi M, Maarek Y et al. The shark-search algorithm an application:tailored Web site mapping[J]. Computer Networks and ISDN System,1998,30(3):256-264.
    [46]Yanjung Chen. Web and Document Databases:An Effective Way to Explore the Internet[J]. Computer and Information Science (ICIS),2010:529-534.
    [47]Brin S, Page L. The anatomy of a large-scale hypertextual Web-search engine[C]. Proceedings 7th International World Wide Web Conference, Brisbane,1998:146-164.
    [48]Chakrabarti S,Dom B,NDYK P. Enhanced hypertext categorization using hyperlinks[C]. Proceedings of the ACM SIGMOD International Conference on Management of Data, New York,1998:307-318.
    [49]Chakrabarti S, Punera K, Subramanyam M. Accelerated focused crawling through online relevance feedback[C]. Proceedings of the 11th International conference on World Wide Web, Honolulu, Hawaii, USA,2002:148-159.
    [50]傅向华,冯博琴,马兆丰等.可在线增量学习的聚焦爬行方法[J].西安交通大学学报,2004,38(6).59-60.
    [51]李盛韬,赵章界,余智华.基于主题的Web信息采集系统的设计与实现[J].计算机工程,2003,29(17):102-104.
    [52]Ramaswamy S, Rastogi R, Shim K. Efficient algorithms for mining outliers from large data sets[C]. Proceedings of ACM International Conference Management of Data, Dallas,2000:427-438.
    [53]Diligenti M, Coetzee FM, Lawrence S et al. Focused crawling using context graphs[C]. Proceedings of the 26th International Conference on Very Large Data Bases, Cairo,2000:527-534.
    [54]Aggarwal C, AI-Garawi F, Yu S P. Intelligent crawling on the World Wide Web with arbitrary predicates[C]. Proceedings of the 10th International World Wide Web Conference, New York,2001:96-105.
    [55]Sarawagi, S. Automation in information extractionand data integration (tutorial) [C]. In Proceedings of the 28th International Conference on Very Large Data Bases,2002:126-131
    [56]Laender, A. H. F., Ribeiro-Neto, B. A., et al. A brief survey of web data extraction tools[J]. SIGMOD Record,2002,31(2):84-93.
    [57]N. Kushmerick, D. S. Weld, and R. B. Doorenbos. Wrapper induction for information extraction[J]. Int. JointConf. On Artificial Intelligence,1997, 3:39-45.
    [58]C. Hsu and M. Dung. Generating finite-state transducers for semi-structured data extraction from the web[J]. Information Systems,1998,23:521-538.
    [59]I. Muslea, S. Minton, C. Knoblock. A hierarchical approach to wrapper induction. International Conference on Autonomous Agents[M],1999,190-197.
    [60]M. Klein. Combining and relating ontologies:an analysis of problems and solutions[C]. Workshop on Ontologies and Information Sharing, IJCAI, 2002:42-47.
    [61]V. Crescenzi, G. Mecca, P. Merialdo. RoadRunner:Towards automatic data extraction from large Websites[C]. International Conference on Very Large Data Bases,2001:109-118.
    [62]D. Cai, S. Yu, et al. Extracting Content Structure for Web Pages based on VisualRepresentation[C]. The Fifth Asia Pacific Web Conference,2003,345-350
    [63]Liang Liu, Yongzhi Wei, Yan Shen. Scenario-based research on unconventional emergency decision-making[J]. Emergency Management and Management Sciences, ICEMMS,2010:519-522.
    [64]李保利,俞士汉.主题识别与跟踪研究[J].计算机工程与应用,2003,39(17).7-10.
    [65]Y Watanabe,Y Okaxta, et al.Multiple Media Database System for TV Newscasts and Newspapers[A]. Technical Report of IEIGE,1998:47-54.
    [66]Xianfei Zhang, Zhigang Guo, Bicheng Li. An Effective Algorithm of News Topic Tracking [J]. Intelligent Systems, GCIS'09,2009,3:510-513.
    [67]Y. Zhang, J. G Carbonell, J. Allan. Topic Detection and Tracking: Detection-Task [A]. In:Proceedings of the Workshop of Topic Detection and Tracking [C],1997:43-48.
    [68]Kupiee and J Pedersen. A trainable document summarizer [A], In:Proceedings of the 18th Annual Intel ACM SIGIR Conf on Research and Development in Information Retrieval (SIGIR'95) [C],1995:68-73.
    [69]James Allan, Ron Papka, Victor Lavrenko. On-line New Event Detection and Tracking [A]. In:the proceedings of SIGIR'98 [C],1998:37-45.
    [70]J M Schultz and Mark Liberman. Topic detection and tracking using idf-weighted cosine coefficient[A]. In:Proceedings of the DARPA Broadcast News Workshop[C],1999:189-192.
    [71]J P Yarnron, S Knecht and P V Mulbregt. Dragon's Tracking and Detection Systems for the TDT2000 E-valuation [A]. In:Topic Detection and Tracking Workshop[C],2000:75-79.
    [72]M Franz, JS Me Carley. Unsupervised and supervised clustering for topic tracking [A]. In:Proceedings of the 24th annual international ACM SIGIR[C], 2001:310-317.
    [73]Nianli Ma, Yiming Yang, and Monica Rogati. Applying CLIR Techniques to Event Tracking [A]. In:AIRS 2004[C],2005:24-35.
    [74]L S Larkey, F F Feng, et al. Language-specific Models in MultiIingoal Topic Tracking [A]. In:Proceedings of the 27th annual international conference on research and development in information retrieval [C],2004:402-409.
    [75]T Strzalkowski, G C Stein and G B Wise. GE. Tracker:A Robust, Lightweight Topic Tracking System[A]. In:Proceedings of the DARPA Broadcast News Workshop [C],1999:36-42.
    [76]J P Yarnron, S Knecht and P V Mulbregt. Dragon's Tracking and Detection Systems for the TDT2000 E-valuation [A]. In:Topic Detection and Tracking Workshop[C],2000:5-79.
    [77]J Allan, V Lavrenko, D Frey, et al. IJMass at TDT 2000 [A]. In:Proceedings of Topic Detection and Tracking Workshop [C],2000:109-115.
    [78]W Lam, S Mukhopadhyay, J Mostafa et al. Detection of Shifts in User Interests for Personalized Information Filtering [A]. In:Proceedings of the 19th Annual International ACM SIG1R Conference on Research and Development in Information Retrieval [C].1996:317-325.
    [79]Y Lo, J L Gauvain. The LIMSI Topic Tracking System for TDT 2002 [A]. In: Topic Detection and Tracking Workshop [C],2002:56-62.
    [80]Juha Makkonen, Helena Ahonen-Myka and Marko Salinenkivi. Applying Semantic Classes in Event Detection and Tracking [A]. In Proc. International Conference on Language Processing (ICON'02) [C],2002:175-183.
    [81]Juha Makkonen, Helena Ahonen-Myka and Marko Salinenkivi. Topic detection and tracking with spatio-temporal evidence [A]. Accepted in ECIR 2003 [C], 2003:126-133.
    [82]Juha Makkonen. Investigations on Event Evolution in TDT [A]. Proceedings of HLT-NAACL[C],2003:43-48.
    [83]赵华,赵铁军,于浩等.基于查询向量的英语主题跟踪研究[J].计算机研究与发展,2007,44(8):1412-1417.
    [84]宋丹,卫东,陈英.基于改进向量空间模型的主题识别跟踪[J].计算机技术与发展,2006,9(16):62-67.
    [85]王会珍,朱靖波,季铎等.基于反馈学习自适应的中文主题跟踪[J].中文信息学报,2006,20(3):92-98.
    [86]金珠,林鸿飞,赵晶.基于HowNet的主题跟踪及倾向性分类研究[J].情报学报,2005,24(5):10-22.
    [87]贾自艳,何清,张海俊等.一种基于动态进化模型的事件探测和跟踪算法[J].计算机研究与发展,2004,41(7):1273-1280.
    [88]杨丽英.基于主题要素的突发事件后续报道追踪方法研究[D].山西大学.2008.
    [89]苗蕊,刘鲁,刘志明.基于隐马尔可夫模型的突发事件新闻报道的爆发性分析[J].系统工程,2010,(08),17-23.
    [90]宋莎莎,戴锋,卫保璐.基于模糊层次分析法和聚类分析的突发事件分级研究[J].科学决策.2010,(10):34-40
    [91]樊旭琴.形式概念分析在突发事件新闻文本聚类中的应用[D].山西大学.2010.
    [92]Han zhiyong, Weng wenguo, Yang lie xu, et al. Backgrounds, Targets, and Organization of the Major Research Plan Study on Unconverntional Emergencies Management[A],2009, (4):215-22.
    [93]刘卫国,康维.基于多场景的状态图自动生成方法[J].计算机系统应用,2009,(12):54-60.
    [94]BROWN P J, BOVEY J D, CHEN X. Contextv aware applications:From the laboratory to the marketp lace [J]. Personal Communications,1997,4(5):58-64.
    [95]CHEN GL, KOTZD. A survey of context-aware mobile computing research[R] //Dartmouth Computer Science Technical Report TR20002381,2000.
    [96]张翼,林鹏辉.情景感知业务的价值链研究[J].北京邮电大学学报(社会科学版),2009,(5):59-65.
    [97]李仕明,刘娟娟,王博等.基于情景的非常规突发事件应急管理研究[J].2009突发事件应急管理论坛.电子科技大学学报(社会科学版),2010,12(1):45-49.
    [98]李湖生,刘铁民.突发事件应急准备体系的研究进展及关键科学问题[J].中国安全生产科学技术,2009,5(6):5-10.
    [99]姜卉,黄钧.罕见重大突发事件应急实时决策中的情景演变[J].华中科技大学学报,2009,23(1):43-49.
    [100]Storari, S., Ciampolini, A., Mello, P.. An abductive multi-agent framework for distributed service coordination and reasoning in emergency scenarios[J]. Pervasive Computing Technologies for Healthcare,2008,3:93-96.
    [101]Rizvi, S.R.A., Olariu, S., Rizvi, M.E.. A Traffic Chaos Reduction Approach for Emergency Scenarios[C]. Performance, Computing, and Communications Conference,2007:576-578.
    [102]詹承豫.动态情景下突发事件应急预案的完善路径研究[J].行政法学研究,2011,(1):64-70.
    [103]Giacomo Cabri, Francesco De Mola, Raffaele Quitadamo. Supporting a Territorial Emergency Scenario with Services and Agents:A Case Study Comparison[J]. Enabling Technologies:Infrastructure for Collaborative Enterprises,2006:35-40.
    [104]何力,卢冰原.突发事件决策情景与知识供给研究[J].情报理论与实践.2010,(12):28-34.
    [105]Anjum, M., Rana, M., Ivanova, J.GIS-Based Emergency Management Scenario for Urban Petroleum Storage Tanks[J]. Multi-Platform/Multi-Sensor Remote Sensing and Mapping (M2RSM),2009:1-5.
    [106]Anjum, M., Rana, M., et al. Visualized Emergency Planning System Based on GIS and Scenario Analysis Technology[C]. Multi-Platform/Multi-Sensor Remote Sensing and Mapping (M2RSM),2011:1-5.
    [107]Liwei Liu, Liang Liu, Bo Wang. The research of effectiveness assessment of unconventional emergency plans based on scenario[C]. Emergency Management and Management Sciences (ICEMMS),2010:285-288.
    [108]王飞跃,邱晓刚,曾大军等.平行系统的非常规突发事件计算实验平台研究[J].复杂系统与复杂性科学,2010,7(4):1-9.
    [109]王飞跃.平行应急管理系统PeMS的体系框架及其应用研究[J].中国应急管理,2007(12):22-8.
    [110]Shuang Li, Liang Liu, Wen Xiao, et al. Study on the scenario-based assessment methods of the whole process of unconventional emergency disposals. Emergency Management and Management Sciences (ICEMMS),2010: 326-329.
    [111]Herbert A. Simon. Administrative Behavior [M]. New York,1945 (4th Edition, 1997.3).45-60.
    [112]Herbert A. Simon. A Behavioral Model of Rational Choice [J]. Quarterly Journal of Economics,1955,63:99-118.
    [113]孙喁喁,刘萍萍.基于黑板的多Agent智能决策支持系统的Agent实现[J].电子设计工程,2009,(02):44-49.
    [114]王亚利,李立新.基于Agent的商务关系网模型[J].微计算机信息,2007,(12):20-25.
    [115]刘炜,刘宗田Multi-Agent系统中基于UML的领域本体建模[J].计算机工程与应用,2004,(05):14-19.
    [116]赵书良,蒋国瑞,黄梯云.一种Multi-agent System的信任模型[J].管理科学学 报,2006,(05):20-25.
    [117]Chenguang Zhao, Qingshan Li, Meisheng Wang. An Agent Based Wrapper Mechanism Used in System Integration [J]. E-Business engineering,2008:637-640.
    [118]Kouremenos, S., Vrettos, S., Stafylopatis, A.. An intelligent agent-mediated Web trading environment[J]. Web Intelligence,2003, (4):436-441.
    [119]Bo Liu, Xinmao Zhu, Jie Zhang. Consensus Analysis of the Multi-agent System[C]. Chaos-Fractals Theories and Applications (IWCFTA),2010:383-387.
    [120]Niu Limin, Feng Nenglian. Research on cooperation control of chassis multi-agent. Computer, Mechatronics[C], Control and Electronic Engineering (CMCE),2010,2:464-467.
    [121]Wittig, T., Jennings, N.R., Mamdani, E.H.. ARCHON:framework for intelligent cooperation [J]. Intelligent Systems Engineering,1994,2:68-179.
    [122]Chuansheng Liu, Wanchang Zhang, Dengzhong Zhao. Remotely-sensed evapotranspiration of typical oasis in the southern edge of tarim basin and its relationship to land cover changes[C]. Geoscience and Remote Sensing Symposium,2007:3237-3240.
    [123]Pipattanasomporn, M., Feroze, H., Rahman, S.. Multi-agent systems in a distributed smart grid:Design and implementation[C]. Power Systems Conference and Exposition,2009:1-8.
    [124]Ali, S., Soh, B., Torabi, T.. A novel approach toward integration of rules into business processes using an agent-oriented framework. Industrial Informatics[C],145-154.
    [125]Sufang Chen, Power dispatching sheet generation system based Multi-Agent[C]. Computer, Mechatronics, Control and Electronic Engineering (CMCE), 2010:126-129.
    [126]袁凌云,王兴超,徐天伟.基于移动Agent和WSN的突发事件场景数据收集算法研究[J].电子与信息学报,2010(08):44-50.
    [127]邵荃,翁文国,袁宏永.基于动态信任网络的突发事件模型库系统的研究[J].中国安全生产科学技术.2009(03):12-17.
    [128]江湉湉.基于VR技术的学生群体紧急疏散模拟研究[D].华东师范大学硕士论文.2011.
    [129]姜静逸.机场应急救援的规模决策与资源调配研究[D].南京航空航天大学 硕士论文.2011.
    [130]杨超.基于Agent的旅游突发事件信息集成系统研究[D].北京邮电大学硕士论文.2009.
    [131]Jun-yi Wang, Xin-ming Ye. The study of methods for language model based positive and negative relevance feedback in information retrieval[C]. Intelligent Computing and Intelligent Systems (ICIS),2010:870-873.
    [132]Robertson, GH.. Expanded set of Robertson's detection characteristics[R]. 12-40.
    [133]Sun Park. Automatic personalized text summarization agent using generic relevance weight based on NMF[J]. Information Networking,2009,4:1-3.
    [134]Lei Zheng, Cox, I.J.. Document-Oriented Pruning of the Inverted Index in Information Retrieval Systems[C]. Advanced Information Networking and Applications Workshops,2009:697-702.
    [135]Altingovde, I.S., Ulusoy, O.. Exploiting interclass rules for focused crawling[J]. Intelligent Systems,2006,1:66-73.
    [136]梁正友,张林才.基于Rabin指纹方法的URL去重算法[[J].计算机应用2008,(6):185-186.
    [137]Kovacevic, M.,Diligenti, M.,Gori, M. et al. Recognition of common areas in a web page using visual information:a possible application in a page classification[R],250-257.
    [138]Zhao, H., Meng, et al. C.2005. Fully automatic wrapper generation for search engines[C]. In Proceedings of the 14th International Conference on World Wide Web,2005:66-75.
    [139]周佳颖,朱珍民,高晓芳.基于统计与正文特征的中文网页正文抽取研究[J].中文信息学报,2009,23(5):80-85.
    [140]张霞亮,陈家骏.基于逻辑行和最大接纳距离的网页正文抽取[J].计算机工程与应用,2009,45(25):125-128,147.
    [141]Y Freund, HS Seung, E Shamir, et al. Selective sampling using the query by committee algorithm. Machine Learning[R].1997:133-168
    [142]Zhou, Z.-H., Zhan, et al. Semi-supervised learning with very few labeled training examples[C]. Twenty-Second AAAI Conference on Artificial Intelligence (AAAI-07),2007:100-105.
    [143]Nigam, K., McCallurn, A. K., et al. Text classification from labeled and unlabeled documents using EM. Machine Learning[R],2000,39(2/3):103-134.
    [144]Blum, A.& Mitchell, T. combining labeled and unlabeled data with Co-Training[C]. In Proceedings of the 11th Annual Conference on Computational Learning Theory,1998:92-100.
    [145]Joachims, T. Transductive inference for text classification using support vector machines[C]. In Proceedings of 16th International Conference on Machine Learning.1999:200-209.
    [146]T. Cover and J. Thomas. Elements of Information Theory[M]. Wiley Interscience,1991.
    [147]Yanyan Huang, Jianyu Wang, Rong Jiang,etc. Simulation and Evaluation for the Emergency Management under the Situation of Fatal Disaster[C]. Multimedia Communications (Mediacom),2010:258-262.
    [148]Fuping Yang, Lei Deng, Dongjian Xue. The construction and analysis of the universal model of emergency response[J]. Geo informatics,2010,(4):1-5.
    [149]http://www.sda.gov.cn/WS01/CL0103/25357.html
    [150]http://www.cwz56.com.cn/article/9967.html
    [151]Jingqiao Zhang, Sanderson, A.C. JADE. Adaptive Differential Evolution with Optional External Archive[J]. Evolutionary Computation,2007, (2):945-958.
    [152]詹恒飞,杨岳湘,方宏.Nutch分布式网络爬虫研究与优化[J].计算机科学与探索.2011,5(1):68-74.
    [153]Ricci, L., Genovali, L.JaDE. A JXTA support for distributed virtual environments[J]. Computers and Communications,2008, (1):109-114.
    [154]石研,包娟.浅谈计算机网络[J].今日科苑,2008,(04):43-48.
    [155]Gawinecki, Maciej, Frackowiak. Multi-Agent Systems with JADE:A Guide with Extensive Study[J]. Distributed Systems Online,2003, (5):4.
    [156]Ronghua Ye, Xiafen Yang. Multi-Agent Web Services Aggregation Driven by Requirement in JADE. Computer Network and Multimedia Technology[C], 2009:1-4.
    [157]Xin Jin, Shu-juan Ji, Yong-quan Liang. Protocol ontology and its application in extending JADE[C]. Computer Application and System Modeling (ICCASM), 2010,12:264-268.
    [158]Shemshadi, A., Soroor, J., Tarokh, et al.Implementing a multi-agent system for the real-time coordination of a typical supply chain based on the JADE technology[C]. System of Systems Engineering,2008:1-6.
    [159]Xue Jinkai, Yu Weihong. Study on comparison between JAFMAS and JADE[C]. Circuits, Communications and System (PACCS),2010:105-108.