期刊文献+
共找到6篇文章
< 1 >
每页显示 20 50 100
Probabilistic Quantitative Temporal Constraints:Representing,Reasoning,and Query Answering
1
作者 Paolo Terenziani Antonella Andolina 《Journal of Electronic Science and Technology》 CAS CSCD 2018年第1期1-10,共10页
In many applications and domains,temporal constraints between actions, and their probabilities play an important role. We propose the first approach in the literature coping with probabilistic quantitative constraints... In many applications and domains,temporal constraints between actions, and their probabilities play an important role. We propose the first approach in the literature coping with probabilistic quantitative constraints. To achieve such a challenging goal, we extend the widely used simple temporal problem(STP) framework to consider probabilities.Specifically,we propose i) a formal representation of probabilistic quantitative constraints, ii) an algorithm,based on the operations of intersection and composition,for the propagation of such temporal constraints, and iii) facilities to support query answering on a set of such constraints. As a result, we provide users with the first homogeneous method supporting the treatment(representing,reasoning,and querying) of probabilistic quantitative constraints, as required by many applications and domains. 展开更多
关键词 Artificial intelligence(AI) probabilities query answering quantitative temporal constraints temporal reasoning
下载PDF
Querying over Fuzzy Description Logic
2
作者 CHENG Jingwei MA Zongmin YAN Li WANG Hailong 《Wuhan University Journal of Natural Sciences》 CAS 2008年第4期429-434,共6页
Description logics (DLs) play an important role in representing and reasoning domain knowledge. Conjunctive queries stemmed from the domain of relational databases, and have attracted more attentions in semantic Web... Description logics (DLs) play an important role in representing and reasoning domain knowledge. Conjunctive queries stemmed from the domain of relational databases, and have attracted more attentions in semantic Web recently. To acquire a tractable DL for query answering, DL-Lite is proposed. Due to the large amount of imprecision and uncertainty in the real world, it is essential to extend DLs to deal with these vague and imprecise information. We thus propose a new fuzzy DL f-DLR-Lite.n, which allows for the presence of n-ary relations and the occurrence of concept conjunction on the left land of inclusion axioms. We also suggest an improved fuzzy query language, which supports the presence of thresholds and user defined weights. We also show that the query answering algorithm over the extended DL is still FOL reducible and shows polynomial data complexity. DL f-DLR-Lite,n can make up for the disadvantages of knowledge representation and reasoning of classic DLs, and the enhanced query language expresses user intentions more precisely and reasonably. 展开更多
关键词 query answering fuzzy set description logics
下载PDF
Querying Big Data: Bridging Theory and Practice 被引量:3
3
作者 樊文飞 怀进鹏 《Journal of Computer Science & Technology》 SCIE EI CSCD 2014年第5期849-869,共21页
Big data introduces challenges to query answering, from theory to practice. A number of questions arise. What queries are "tractable" on big data? How can we make big data "small" so that it is feasible to find e... Big data introduces challenges to query answering, from theory to practice. A number of questions arise. What queries are "tractable" on big data? How can we make big data "small" so that it is feasible to find exact query answers?When exact answers are beyond reach in practice, what approximation theory can help us strike a balance between the quality of approximate query answers and the costs of computing such answers? To get sensible query answers in big data,what else do we necessarily do in addition to coping with the size of the data? This position paper aims to provide an overview of recent advances in the study of querying big data. We propose approaches to tackling these challenging issues,and identify open problems for future research. 展开更多
关键词 big data query answering TRACTABILITY APPROXIMATION data quality
原文传递
Continually Answering Constraint k-NN Queries in Unstructured P2P Systems 被引量:1
4
作者 王斌 杨晓春 +4 位作者 王国仁 于戈 陈雷 王晓阳 林学民 《Journal of Computer Science & Technology》 SCIE EI CSCD 2008年第4期538-556,共19页
We consider the problem of efficiently computing distributed geographical k-NN queries in an unstructured peer-to-peer (P2P) system, in which each peer is managed by an individual organization and can only communica... We consider the problem of efficiently computing distributed geographical k-NN queries in an unstructured peer-to-peer (P2P) system, in which each peer is managed by an individual organization and can only communicate with its logical neighboring peers. Such queries are based on local filter query statistics, and require as less communication cost as possible which makes it more difficult than the existing distributed k-NN queries. Especially, we hope to reduce candidate peers and degrade communication cost. In this paper, we propose an efficient pruning technique to minimize the number of candidate peers to be processed to answer the k-NN queries. Our approach is especially suitable for continuous k-NN queries when updating peers, including changing ranges of peers, dynamically leaving or joining peers, and updating data in a peer. In addition, simulation results show that the proposed approach outperforms the existing Minimum Bounding Rectangle (MBR)-based query approaches, especially for continuous queries. 展开更多
关键词 unstructured P2P k-NN queries answering queries CONSTRAINTS
原文传递
Annotation Based Query Answer over Inconsistent Database
5
作者 吴爱华 谈子敬 汪卫 《Journal of Computer Science & Technology》 SCIE EI CSCD 2010年第3期469-481,共13页
In this paper, we introduce a concept of Annotation Based Query Answer, and a method for its computation, which can answer queries on relational databases that may violate a set of functional dependencies. In this app... In this paper, we introduce a concept of Annotation Based Query Answer, and a method for its computation, which can answer queries on relational databases that may violate a set of functional dependencies. In this approach, inconsistency is viewed as a property of data and described with annotations. To be more precise, every piece of data in a relation can have zero or more annotations with it and annotations are propagated along with queries from the source to the output. With annotations, inconsistent data in both input tables and query answers can be marked out but preserved, instead of being filtered in most previous work. Thus this approach can avoid information loss, a vital and common deficiency of most previous work in this area. To calculate query answers on an annotated database, we propose an algorithm to annotate the input tables, and redefine the five basic relational algebra operations (selection, projection, join, union and difference) so that annotations can be correctly propagated as the valid set of functional dependency changes during query processing. We also prove the soundness and completeness of the whole annotation computing system. Finally, we implement a prototype of our system, and give some performance experiments, which demonstrate that our approach is reasonable in running time, and excellent in information preserving. 展开更多
关键词 uncertain data data quality consistent query answer integrity constraints data cleaning
原文传递
Towards Progressive and Load Balancing Distributed Computation:A Case Study on Skyline Analysis 被引量:3
6
作者 黄晋 赵丰 +2 位作者 陈健 裴健 印鉴 《Journal of Computer Science & Technology》 SCIE EI CSCD 2010年第3期431-443,共13页
Many latest high performance distributed computational environments come with high bandwidth in commu- nication. Such high bandwidth distributed systems provide unprecedented opportunities for analyzing huge datasets,... Many latest high performance distributed computational environments come with high bandwidth in commu- nication. Such high bandwidth distributed systems provide unprecedented opportunities for analyzing huge datasets, but simultaneously posts new technical challenges. For users, progressive query answering is important. For utility of systems, load balancing is critical. How we can achieve progressive and load balancing distributed computation is an interesting and promising research direction. As skyline analysis has been shown very useful in many multi-criteria decision making applications, in this paper, we study the problem of progressive and load balancing distributed skyline analysis. We propose a simple yet scalable approach which comes with several nice properties for progressive and load balancing query answering. We conduct extensive experiments which demonstrate the feasibility and effectiveness of the proposed method. 展开更多
关键词 SKYLINE progressive query answering load balancing distributed computing
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部