As a novel system description and problem solving method,agent organization can potentially decrease the difficulty of problem solving and reduce the complexity of agent *** research about agent organization are mostl...
详细信息
As a novel system description and problem solving method,agent organization can potentially decrease the difficulty of problem solving and reduce the complexity of agent *** research about agent organization are mostly being undertaken in agent organization model,organization structure,organization rules, organization formation and evolution,so it is necessary to extend the research to analyze mental states and their *** this paper,the mental states of commitments in agent organization are defined and analyzed including internal commitment,social commitment,Group commitment and organization *** semantics and properties of different commitments are given so that advances the works associated with agent organization.
Knowledge processing is an important research field in AI. A lot of research practice has proved that it is necessary for a computer to really realize intelligence to have enough knowledge (i.e. knowledge base) and in...
详细信息
Knowledge processing is an important research field in AI. A lot of research practice has proved that it is necessary for a computer to really realize intelligence to have enough knowledge (i.e. knowledge base) and interconnections among knowledge. Otherwise, Johnson has advanced a famous three stage knowledge acquisition model, where knowledge is not isolated but mutually relevant. These sufficiently show that it is necessary and feasible to research knowledge interconnection in knowledge processing. We firstly introduce the CR (concept-relation) model and hierarchical concept graph (HCG), and then research knowledge interconnection in the National Knowledge Infrastructure (NKI).
The paper focuses on how to construct student models in the online virtual educational *** firstly analyze social interaction between students in the community,and present some algorithms to model students'(person...
详细信息
The paper focuses on how to construct student models in the online virtual educational *** firstly analyze social interaction between students in the community,and present some algorithms to model students'(personal and shared) needs, preferences or knowledge structures in interaction ***,the paper proposes an integrated student model combined with student modeling in information services and task processes,and emphasizes that it builds up a foundation to personalize information services and customize online educational programs.
The paper focuses on how to construct student models in the online virtual educational community. First, we analyze social interaction between students in the community, and present some algorithms to model students...
详细信息
The paper focuses on how to construct student models in the online virtual educational community. First, we analyze social interaction between students in the community, and present some algorithms to model students' (personal and shared) needs, preferences or knowledge structures in interaction activities. Then, the paper proposes an integrated student model combined with student modeling in information services and task processes, and emphasizes that it builds up a foundation to personalize information services and customize online educational programs.
As a novel system description and problem solving method, agent organization can potentially decrease the difficulty of problem solving and reduce the complexity of agent interactions. Current research about agent org...
详细信息
As a novel system description and problem solving method, agent organization can potentially decrease the difficulty of problem solving and reduce the complexity of agent interactions. Current research about agent organization are mostly being undertaken in an agent organization model, organization structure, organization rules, organization formation and evolution, so it is necessary to extend the research to analyze mental states and their relations. In the paper, the mental states of commitments in agent organization are defined and analyzed including internal commitment, social commitment, group commitment and organization commitment. The semantics and properties of different commitments are given so advancing the works associated with agent organization.
The idea of performing client-server computing by transmission of executable programs between clients and servers has become highly popular among researchers and developers who are engaged in intelligent network servi...
详细信息
The idea of performing client-server computing by transmission of executable programs between clients and servers has become highly popular among researchers and developers who are engaged in intelligent network services. computing based on mobile agents is an important aspect of this idea. This paper focuses on researching the migration process of agents. A model based on modules is devised for constructing agents. A concurrent schedule method is presented, with which the agent migration can be easily implemented. Most of the unnecessary transmission of codes and data can be avoided by module reuse. Consequently, the executing period of mobile agents is reduced and their efficiency is improved. Additionally, a fault-tolerance mechanism is designed in the system to ensure that the agent can work even when some faults occur in the network or in the host.
As the outcome of a 3-year joint effort of Department of Computer Science, Tsinghua University and Language informationprocessinginstitute, Beijing Language and Culture University, Beijing, China, a word-segmented a...
As the outcome of a 3-year joint effort of Department of Computer Science, Tsinghua University and Language informationprocessinginstitute, Beijing Language and Culture University, Beijing, China, a word-segmented and part-of-speech tagged Chinese corpus with size of 2 million Chinese characters, named HuaYu, has been established. This paper firstly introduces some basics about HuaYu in brief, as its genre distribution, fundamental considerations in designing it, word segmentation and part-of-speech tagging standards. Then the complete list of tag set used in HuaYu is given, along with typical examples for each tag accordingly. Several pieces of annotated texts in each genre are also included at last for reader's reference.
Because of wide variation in gray levels and particle dimensions and the presence of many small gravel objects in the background, as well as corrupting the image by noise, it is difficult o segment gravel objects. In ...
详细信息
Because of wide variation in gray levels and particle dimensions and the presence of many small gravel objects in the background, as well as corrupting the image by noise, it is difficult o segment gravel objects. In this paper, we develop a partial entropy method and succeed to realize gravel objects segmentation. We give entropy principles and fur calculation methods. Moreover, we use minimum entropy error automaticly to select a threshold to segment image. We introduce the filter method using mathematical morphology. The segment experiments are performed by using different window dimensions for a group of gravel image and demonstrates that this method has high segmentation rate and low noise sensitivity.
The Cross-lingual Dependency Parsing (XDP) task poses a significant challenge due to the differences in dependency structures between training and testing languages, known as the out-of-distribution (OOD) problem. Our...
详细信息
The Cross-lingual Dependency Parsing (XDP) task poses a significant challenge due to the differences in dependency structures between training and testing languages, known as the out-of-distribution (OOD) problem. Our research delved into this issue in the XDP dataset by selecting 43 languages from 22 language families. We found that the primary factor of the OOD problem is the unbalanced length distribution among languages. To address the impact of the OOD problem, we propose deep stable learning for Cross-lingual Dependency Parsing (SL-XDP), which utilizes deep stable learning with a feature fusion module. In detail, we implemented five feature fusion operations for generating comprehensive representations with dependency relations and the deep stable learning algorithm to decorrelate dependency structures with sequence length. Our experiments on Universal Dependencies have demonstrated that SL-XDP can lessen the impact of the OOD problem and improve the model generalization among 21 languages, with a maximum improvement of 18%.
Knowledge graphs have proven highly effective for learning representations of entities and relations, with hyper-relational knowledge graphs (HKGs) gaining increased attention due to their enhanced representation capa...
详细信息
Knowledge graphs have proven highly effective for learning representations of entities and relations, with hyper-relational knowledge graphs (HKGs) gaining increased attention due to their enhanced representation capabilities. Each fact in an HKG consists of a main triple supplemented by attribute-value qualifiers that provide additional contextual information. Due to the complexity of hyper-relations, HKGs typically contain complex geometric structures, such as hierarchical, ring, and chain structures, often mixed together. However, previous work mainly embeds HKGs into Euclidean space, limiting their ability to capture these complex geometric structures simultaneously. To address this challenge, we propose a novel model called Geometry Aware Hyper-relational Embedding (GAHE). Specifically, GAHE adopts a multi-curvature geometry-aware approach by modeling HKGs in Euclidean space (zero curvature), hyperbolic space (negative curvature), and hyperspherical space (positive curvature) in a unified framework. In this way, it can integrate space-invariant and space-specific features to accurately capture the diverse structures in HKGs. In addition, GAHE introduces a module termed hyper-relational subspace learning, which allocates multiple sub-relations for each hyper-relation. It enables the exploitation of abundant latent semantic interactions and facilitates the exploration of fine-grained semantics between attribute-value pairs and hyper-relations across multiple subspaces. Furthermore, we provide theoretical guarantees that GAHE is fully expressive and capable of modeling a wide range of semantic patterns for hyper-relations. Empirical evaluations demonstrate that GAHE achieves state-of-the-art results on both hyper-relational and binary-relational benchmarks.
暂无评论