首页 > 最新文献

18th International Workshop on Database and Expert Systems Applications (DEXA 2007)最新文献

英文 中文
ENIO: An Enterprise Application Integration Ontology ENIO:企业应用集成本体
A. Bouras, P. Gouvas, G. Mentzas
If we try to increase the level of automation in enterprise application integration (EAI) scenarios, we confront challenges related to the resolution of data heterogeneities, service discovery and process composition. In this paper, we propose the enterprise interoperability ontology (ENIO) that provides a shared, common understanding of data, services and processes within enterprise application integration scenarios. ENIO consists of an upper EAI ontology, which is based on the DOLCE-SUMO alignment, with extensions called facets that cover several dimensions of the EAI domain. Each facet contains a relative meta-model that utilizes widely adopted standards.
如果我们试图提高企业应用程序集成(EAI)场景中的自动化水平,我们将面临与数据异构性、服务发现和流程组合的解决相关的挑战。在本文中,我们提出了企业互操作性本体(ENIO),它提供了对企业应用程序集成场景中的数据、服务和流程的共享、通用理解。ENIO由基于DOLCE-SUMO对齐的上层EAI本体组成,其扩展称为facet,覆盖EAI领域的多个维度。每个方面都包含一个使用广泛采用的标准的相对元模型。
{"title":"ENIO: An Enterprise Application Integration Ontology","authors":"A. Bouras, P. Gouvas, G. Mentzas","doi":"10.1109/DEXA.2007.25","DOIUrl":"https://doi.org/10.1109/DEXA.2007.25","url":null,"abstract":"If we try to increase the level of automation in enterprise application integration (EAI) scenarios, we confront challenges related to the resolution of data heterogeneities, service discovery and process composition. In this paper, we propose the enterprise interoperability ontology (ENIO) that provides a shared, common understanding of data, services and processes within enterprise application integration scenarios. ENIO consists of an upper EAI ontology, which is based on the DOLCE-SUMO alignment, with extensions called facets that cover several dimensions of the EAI domain. Each facet contains a relative meta-model that utilizes widely adopted standards.","PeriodicalId":314834,"journal":{"name":"18th International Workshop on Database and Expert Systems Applications (DEXA 2007)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127415807","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 16
Rule component specification for business process deployment 用于业务流程部署的规则组件规范
Saqib Ali, T. Torabi, B. Soh
In this paper we propose an approach to treat business rules as a separate component of business model used in business process deployment. Using this approach, we can define, customise and deploy business processes that are directly dependent upon business rules. Moreover, business rules can be applied efficiently and consistently to a business process. Furthermore, we are able to incorporate these rules into another business process, where each process depends upon some specific rules, policies, procedures and standards. The approach also provides the flexibility to allow business process automation to be more customisable, flexible, efficient and reusable.
在本文中,我们提出了一种方法,将业务规则视为业务流程部署中使用的业务模型的独立组件。使用这种方法,我们可以定义、定制和部署直接依赖于业务规则的业务流程。此外,业务规则可以高效且一致地应用于业务流程。此外,我们能够将这些规则合并到另一个业务流程中,其中每个流程都依赖于一些特定的规则、策略、过程和标准。该方法还提供了灵活性,允许业务流程自动化变得更加可定制、灵活、高效和可重用。
{"title":"Rule component specification for business process deployment","authors":"Saqib Ali, T. Torabi, B. Soh","doi":"10.1109/DEXA.2007.109","DOIUrl":"https://doi.org/10.1109/DEXA.2007.109","url":null,"abstract":"In this paper we propose an approach to treat business rules as a separate component of business model used in business process deployment. Using this approach, we can define, customise and deploy business processes that are directly dependent upon business rules. Moreover, business rules can be applied efficiently and consistently to a business process. Furthermore, we are able to incorporate these rules into another business process, where each process depends upon some specific rules, policies, procedures and standards. The approach also provides the flexibility to allow business process automation to be more customisable, flexible, efficient and reusable.","PeriodicalId":314834,"journal":{"name":"18th International Workshop on Database and Expert Systems Applications (DEXA 2007)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115540588","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 7
Frequent Pattern Mining using Bipartite Graph 基于二部图的频繁模式挖掘
D. Chai, Long Jin, B. Hwang, K. Ryu
In this paper, we propose an efficient ALIB algorithm that can find frequent patterns by only onetime database scan. Frequent patterns are found without generation of candidate sets using LIB-graph. LIB-graph is generated simultaneously when the database is scanned for 1-frequent items generation. LIB-graph represents the relation between 1-frequent items and transactions including the 1-frequent items. That is, LIB-graph compresses database information into a much smaller data structure. We can quickly find frequent patterns because the proposed method conducts only onetime database scan and avoids the generation of candidate sets. Our performance study shows that the ALIB algorithm is efficient for mining frequent patterns, and is faster than the FP-growth.
本文提出了一种高效的ALIB算法,只需对数据库进行一次扫描即可发现频繁模式。使用LIB-graph在不生成候选集的情况下发现频繁模式。LIB-graph在扫描数据库以生成1-频繁项时同时生成。lib图表示1-频繁项与包含1-频繁项的事务之间的关系。也就是说,LIB-graph将数据库信息压缩成更小的数据结构。由于该方法只进行一次数据库扫描,避免了候选集的生成,可以快速发现频繁模式。我们的性能研究表明,ALIB算法对于挖掘频繁模式是有效的,并且比fp增长更快。
{"title":"Frequent Pattern Mining using Bipartite Graph","authors":"D. Chai, Long Jin, B. Hwang, K. Ryu","doi":"10.1109/DEXA.2007.110","DOIUrl":"https://doi.org/10.1109/DEXA.2007.110","url":null,"abstract":"In this paper, we propose an efficient ALIB algorithm that can find frequent patterns by only onetime database scan. Frequent patterns are found without generation of candidate sets using LIB-graph. LIB-graph is generated simultaneously when the database is scanned for 1-frequent items generation. LIB-graph represents the relation between 1-frequent items and transactions including the 1-frequent items. That is, LIB-graph compresses database information into a much smaller data structure. We can quickly find frequent patterns because the proposed method conducts only onetime database scan and avoids the generation of candidate sets. Our performance study shows that the ALIB algorithm is efficient for mining frequent patterns, and is faster than the FP-growth.","PeriodicalId":314834,"journal":{"name":"18th International Workshop on Database and Expert Systems Applications (DEXA 2007)","volume":"45 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132082324","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 13
Integrating Intelligent Tutoring Systems and Health Information Systems 集成智能辅导系统和卫生信息系统
Carolina González, J. C. Burguillo, M. Nistal
The importance of integrating information about patients in intelligent tutoring systems (ITS) is the opportunity given to the students to direct their own learning. We propose an integration-architecture for sharing patient clinical data among tutoring and health information systems (HISs). HL 7 is used as a standard messaging protocol for collecting the clinical patient data distributed over health information systems.
在智能辅导系统(ITS)中整合患者信息的重要性是给学生指导自己学习的机会。我们提出了一种用于在辅导和健康信息系统(HISs)之间共享患者临床数据的集成架构。hl7被用作标准消息传递协议,用于收集分布在卫生信息系统上的临床患者数据。
{"title":"Integrating Intelligent Tutoring Systems and Health Information Systems","authors":"Carolina González, J. C. Burguillo, M. Nistal","doi":"10.1109/DEXA.2007.57","DOIUrl":"https://doi.org/10.1109/DEXA.2007.57","url":null,"abstract":"The importance of integrating information about patients in intelligent tutoring systems (ITS) is the opportunity given to the students to direct their own learning. We propose an integration-architecture for sharing patient clinical data among tutoring and health information systems (HISs). HL 7 is used as a standard messaging protocol for collecting the clinical patient data distributed over health information systems.","PeriodicalId":314834,"journal":{"name":"18th International Workshop on Database and Expert Systems Applications (DEXA 2007)","volume":"45 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125425221","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 9
Consolidating Web Application Server Farms with Redundant Webinterfaces 整合具有冗余Web接口的Web应用程序服务器场
M. Ok, Yangsup Lee, Sung-Il Hong
Computing resources of both hardware and software tends to be located at a certain place, as most professional software supplied by a computing Grid demands powerful computing hardware. The computing Grid in this paper provides work processing with legacy professional software, without any modification or adaptation of the software. The simplified computing Grid model consolidates server farms with multiple Web service providers. A client may access the computing Grid through redundant Web interfaces and experience faster Web interface. The computing Grid would not become inaccessible until all the coordinators crashed down.
由于计算网格提供的大多数专业软件都需要强大的计算硬件,因此硬件和软件的计算资源往往都集中在某个地方。本文提出的计算网格提供了使用传统专业软件进行工作处理的方法,而不需要对软件进行任何修改或调整。简化的计算网格模型将服务器群与多个Web服务提供者合并在一起。客户端可以通过冗余的Web接口访问计算网格,体验更快的Web接口。在所有协调器崩溃之前,计算网格不会变得不可访问。
{"title":"Consolidating Web Application Server Farms with Redundant Webinterfaces","authors":"M. Ok, Yangsup Lee, Sung-Il Hong","doi":"10.1109/DEXA.2007.45","DOIUrl":"https://doi.org/10.1109/DEXA.2007.45","url":null,"abstract":"Computing resources of both hardware and software tends to be located at a certain place, as most professional software supplied by a computing Grid demands powerful computing hardware. The computing Grid in this paper provides work processing with legacy professional software, without any modification or adaptation of the software. The simplified computing Grid model consolidates server farms with multiple Web service providers. A client may access the computing Grid through redundant Web interfaces and experience faster Web interface. The computing Grid would not become inaccessible until all the coordinators crashed down.","PeriodicalId":314834,"journal":{"name":"18th International Workshop on Database and Expert Systems Applications (DEXA 2007)","volume":"46 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114164159","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
A Novel Approach to Fine-grained Content-based Access Control for Video Databases 视频数据库基于内容的细粒度访问控制新方法
N. Tran, T. K. Dang
The growing amount of multimedia data available to the average user has reached a critical phase where methods for indexing, searching, and efficient retrieval are expressly needed to manage the information load. In this paper, we present a hybrid video database model which is a combination of the hierarchical video database model and annotations using. In particular, we extend the original hierarchical indexing mechanism to add frames and salient objects as the lowest granularity level in the video tree with the aim to support multi-level access control. In conjunction, with the use of annotations, we give users more solutions to query for their interesting videos based on the video contents (content-based retrieval). In addition, we also tailor the original database access control model to fit the characteristics of video data. Our updated model supports both multiple access control policies, means a user may be affected by multiple polices, and multilevel access control, means an authorization may be specified at any video levels.
普通用户可用的多媒体数据量不断增长,这已经达到了一个关键阶段,需要索引、搜索和有效检索方法来管理信息负载。本文提出了一种混合视频数据库模型,该模型将分层视频数据库模型与使用注释的方法相结合。特别地,我们扩展了原有的分层索引机制,在视频树中添加帧和显著对象作为最低粒度级别,以支持多级访问控制。结合注释的使用,我们为用户提供了更多基于视频内容查询自己感兴趣视频的解决方案(基于内容的检索)。此外,我们还对原有的数据库访问控制模型进行了调整,以适应视频数据的特点。我们更新的模型既支持多个访问控制策略,意味着一个用户可能受到多个策略的影响,也支持多级访问控制,意味着可以在任何视频级别指定授权。
{"title":"A Novel Approach to Fine-grained Content-based Access Control for Video Databases","authors":"N. Tran, T. K. Dang","doi":"10.1109/DEXA.2007.49","DOIUrl":"https://doi.org/10.1109/DEXA.2007.49","url":null,"abstract":"The growing amount of multimedia data available to the average user has reached a critical phase where methods for indexing, searching, and efficient retrieval are expressly needed to manage the information load. In this paper, we present a hybrid video database model which is a combination of the hierarchical video database model and annotations using. In particular, we extend the original hierarchical indexing mechanism to add frames and salient objects as the lowest granularity level in the video tree with the aim to support multi-level access control. In conjunction, with the use of annotations, we give users more solutions to query for their interesting videos based on the video contents (content-based retrieval). In addition, we also tailor the original database access control model to fit the characteristics of video data. Our updated model supports both multiple access control policies, means a user may be affected by multiple polices, and multilevel access control, means an authorization may be specified at any video levels.","PeriodicalId":314834,"journal":{"name":"18th International Workshop on Database and Expert Systems Applications (DEXA 2007)","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121168964","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 8
Patterns for Automated Management of Security and Dependability Solutions 安全性和可靠性解决方案的自动化管理模式
F. Sánchez-Cid, A. Maña
Current processes for providing security and dependability (S&D) in computing systems require a detailed a priori knowledge about the target systems and their environments. However, in many emergent computing scenarios like ubiquitous computing or ambient intelligence, it is not possible to foresee all possible situations that may arise at runtime so the necessary knowledge is not available at development time. In this paper we present the concept of S&D pattern and the artefacts that we use to implement it, as the basis for the automated provision of S&D solutions to running applications in highly dynamic and heterogeneous environments.
当前在计算系统中提供安全性和可靠性(S&D)的过程需要对目标系统及其环境有详细的先验知识。然而,在许多紧急计算场景(如泛在计算或环境智能)中,不可能预见运行时可能出现的所有情况,因此在开发时无法获得必要的知识。在本文中,我们提出了S&D模式的概念和我们用来实现它的工件,作为在高度动态和异构环境中自动提供运行应用程序的S&D解决方案的基础。
{"title":"Patterns for Automated Management of Security and Dependability Solutions","authors":"F. Sánchez-Cid, A. Maña","doi":"10.1109/DEXA.2007.136","DOIUrl":"https://doi.org/10.1109/DEXA.2007.136","url":null,"abstract":"Current processes for providing security and dependability (S&D) in computing systems require a detailed a priori knowledge about the target systems and their environments. However, in many emergent computing scenarios like ubiquitous computing or ambient intelligence, it is not possible to foresee all possible situations that may arise at runtime so the necessary knowledge is not available at development time. In this paper we present the concept of S&D pattern and the artefacts that we use to implement it, as the basis for the automated provision of S&D solutions to running applications in highly dynamic and heterogeneous environments.","PeriodicalId":314834,"journal":{"name":"18th International Workshop on Database and Expert Systems Applications (DEXA 2007)","volume":"29 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116512973","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 9
OntoAPI: An Ontology-based Data Integration Approach by an a Priori Articulation of Ontologies OntoAPI:一种基于本体的数据集成方法,通过先验的本体表达
Ladjel Bellatreche, G. Pierra
In this paper, we concentrate on the problem of integrating heterogeneous, autonomous and evolving sources using conceptual ontologies. We propose an ontology-based approach by an a priori articulation of ontologies. It assumes that each source has its own ontology that references shared domain ontology. To guarantee the autonomy of sources, the shared ontology can be extended/refined locally. We also study the problem of managing the evolution of sources and show its effect on the integrated system. In ontology based integration systems, the evolution is more challenging, because it concerns not only schemas and populations of sources, but also ontologies (local and shared).
在本文中,我们集中讨论了使用概念本体论集成异构、自治和演化源的问题。我们提出了一种基于本体的方法,通过先验的本体衔接。它假设每个源都有自己的引用共享领域本体的本体。为了保证源的自主性,共享本体可以在本地进行扩展/细化。我们还研究了资源演化的管理问题,并展示了资源演化对综合系统的影响。在基于本体的集成系统中,这种演变更具挑战性,因为它不仅涉及模式和源种群,还涉及本体(本地的和共享的)。
{"title":"OntoAPI: An Ontology-based Data Integration Approach by an a Priori Articulation of Ontologies","authors":"Ladjel Bellatreche, G. Pierra","doi":"10.1109/DEXA.2007.152","DOIUrl":"https://doi.org/10.1109/DEXA.2007.152","url":null,"abstract":"In this paper, we concentrate on the problem of integrating heterogeneous, autonomous and evolving sources using conceptual ontologies. We propose an ontology-based approach by an a priori articulation of ontologies. It assumes that each source has its own ontology that references shared domain ontology. To guarantee the autonomy of sources, the shared ontology can be extended/refined locally. We also study the problem of managing the evolution of sources and show its effect on the integrated system. In ontology based integration systems, the evolution is more challenging, because it concerns not only schemas and populations of sources, but also ontologies (local and shared).","PeriodicalId":314834,"journal":{"name":"18th International Workshop on Database and Expert Systems Applications (DEXA 2007)","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134438993","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
A New Certified Email Protocol 一个新的认证电子邮件协议
Hao Wang, Yuyi Ou, Jie Ling, Xiang Xu, He-qing Guo
As a continuative effort of our WICS'05 paper, a new certified Email protocol is proposed. Email is a standard communication method nowadays but certified email is poorly developed and has very limited application. A certified email protocol assures non-repudiability which means that if the email is successfully sent, the sender cannot deny s/he has actually sent the mail and the recipient cannot deny s/he has actually received it. Our protocol uses an efficient RSA-based convertible signature with non- interactive partial signature proof method and additively split signing secret key.
作为WICS'05论文的持续努力,我们提出了一种新的认证电子邮件协议。电子邮件是当今标准的通信方式,但认证电子邮件发展不完善,应用非常有限。经过认证的电子邮件协议确保了不可否认性,这意味着如果电子邮件被成功发送,发送者不能否认他/她确实发送了该邮件,收件人也不能否认他/她确实收到了该邮件。该协议采用了一种高效的基于rsa的可转换签名,具有非交互式部分签名证明方法和加性分割签名秘钥。
{"title":"A New Certified Email Protocol","authors":"Hao Wang, Yuyi Ou, Jie Ling, Xiang Xu, He-qing Guo","doi":"10.1109/DEXA.2007.117","DOIUrl":"https://doi.org/10.1109/DEXA.2007.117","url":null,"abstract":"As a continuative effort of our WICS'05 paper, a new certified Email protocol is proposed. Email is a standard communication method nowadays but certified email is poorly developed and has very limited application. A certified email protocol assures non-repudiability which means that if the email is successfully sent, the sender cannot deny s/he has actually sent the mail and the recipient cannot deny s/he has actually received it. Our protocol uses an efficient RSA-based convertible signature with non- interactive partial signature proof method and additively split signing secret key.","PeriodicalId":314834,"journal":{"name":"18th International Workshop on Database and Expert Systems Applications (DEXA 2007)","volume":"37 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123086443","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
A Novel Approach to Multi-document Summarization 一种新的多文档摘要方法
Li-qing Qiu, Bin Pang, Sai-Qun Lin, Peng Chen
In the paper we have studied the application of document sets categorization and different features combination in the summarization. The most important work is that we implement an improved extractive summarizer, which analyzes the document sets and decides the categories of the documents using different summarization strategies. The novel summarizer with categorization has confirmed better than summarizer without categorization.
本文研究了文档集分类和不同特征组合在摘要中的应用。最重要的工作是我们实现了一个改进的抽取摘要器,它分析文档集,并使用不同的摘要策略决定文档的类别。具有分类的摘要器优于无分类的摘要器。
{"title":"A Novel Approach to Multi-document Summarization","authors":"Li-qing Qiu, Bin Pang, Sai-Qun Lin, Peng Chen","doi":"10.1109/DEXA.2007.32","DOIUrl":"https://doi.org/10.1109/DEXA.2007.32","url":null,"abstract":"In the paper we have studied the application of document sets categorization and different features combination in the summarization. The most important work is that we implement an improved extractive summarizer, which analyzes the document sets and decides the categories of the documents using different summarization strategies. The novel summarizer with categorization has confirmed better than summarizer without categorization.","PeriodicalId":314834,"journal":{"name":"18th International Workshop on Database and Expert Systems Applications (DEXA 2007)","volume":"233 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-09-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132924582","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 7
期刊
18th International Workshop on Database and Expert Systems Applications (DEXA 2007)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1