Search results

1 – 10 of over 46000
Article
Publication date: 13 March 2024

Rong Jiang, Bin He, Zhipeng Wang, Xu Cheng, Hongrui Sang and Yanmin Zhou

Compared with traditional methods relying on manual teaching or system modeling, data-driven learning methods, such as deep reinforcement learning and imitation learning, show…

Abstract

Purpose

Compared with traditional methods relying on manual teaching or system modeling, data-driven learning methods, such as deep reinforcement learning and imitation learning, show more promising potential to cope with the challenges brought by increasingly complex tasks and environments, which have become the hot research topic in the field of robot skill learning. However, the contradiction between the difficulty of collecting robot–environment interaction data and the low data efficiency causes all these methods to face a serious data dilemma, which has become one of the key issues restricting their development. Therefore, this paper aims to comprehensively sort out and analyze the cause and solutions for the data dilemma in robot skill learning.

Design/methodology/approach

First, this review analyzes the causes of the data dilemma based on the classification and comparison of data-driven methods for robot skill learning; Then, the existing methods used to solve the data dilemma are introduced in detail. Finally, this review discusses the remaining open challenges and promising research topics for solving the data dilemma in the future.

Findings

This review shows that simulation–reality combination, state representation learning and knowledge sharing are crucial for overcoming the data dilemma of robot skill learning.

Originality/value

To the best of the authors’ knowledge, there are no surveys that systematically and comprehensively sort out and analyze the data dilemma in robot skill learning in the existing literature. It is hoped that this review can be helpful to better address the data dilemma in robot skill learning in the future.

Details

Robotic Intelligence and Automation, vol. ahead-of-print no. ahead-of-print
Type: Research Article
ISSN: 2754-6969

Keywords

Book part
Publication date: 3 August 2017

Matt Bower

Having considered various types of pedagogy as well as technology affordances and multimedia learning principles, this chapter focuses on issues surrounding the representation and…

Abstract

Having considered various types of pedagogy as well as technology affordances and multimedia learning principles, this chapter focuses on issues surrounding the representation and sharing of content using technology. Anderson & Krathwohl’s (2001) Taxonomy of Learning, Teaching and Assessing is examined as a means of conceptualizing different types of thinking processes in a way that can be applied across discipline areas. The representational requirements of different subject areas (English, mathematics, science, history, geography, and computing) are explored by means of examples, with reference to the role of technology and the range of possible tasks that may be utilized. Assessment issues as they relate to the representation of content are also considered. The broader contextual shift toward open education and sharing is discussed, including key drivers such as learning object repositories, open educational resources, Creative Commons licensing, and massive open online courses.

Details

Design of Technology-Enhanced Learning
Type: Book
ISBN: 978-1-78714-183-4

Article
Publication date: 12 September 2023

Wenjing Wu, Caifeng Wen, Qi Yuan, Qiulan Chen and Yunzhong Cao

Learning from safety accidents and sharing safety knowledge has become an important part of accident prevention and improving construction safety management. Considering the…

Abstract

Purpose

Learning from safety accidents and sharing safety knowledge has become an important part of accident prevention and improving construction safety management. Considering the difficulty of reusing unstructured data in the construction industry, the knowledge in it is difficult to be used directly for safety analysis. The purpose of this paper is to explore the construction of construction safety knowledge representation model and safety accident graph through deep learning methods, extract construction safety knowledge entities through BERT-BiLSTM-CRF model and propose a data management model of data–knowledge–services.

Design/methodology/approach

The ontology model of knowledge representation of construction safety accidents is constructed by integrating entity relation and logic evolution. Then, the database of safety incidents in the architecture, engineering and construction (AEC) industry is established based on the collected construction safety incident reports and related dispute cases. The construction method of construction safety accident knowledge graph is studied, and the precision of BERT-BiLSTM-CRF algorithm in information extraction is verified through comparative experiments. Finally, a safety accident report is used as an example to construct the AEC domain construction safety accident knowledge graph (AEC-KG), which provides visual query knowledge service and verifies the operability of knowledge management.

Findings

The experimental results show that the combined BERT-BiLSTM-CRF algorithm has a precision of 84.52%, a recall of 92.35%, and an F1 value of 88.26% in named entity recognition from the AEC domain database. The construction safety knowledge representation model and safety incident knowledge graph realize knowledge visualization.

Originality/value

The proposed framework provides a new knowledge management approach to improve the safety management of practitioners and also enriches the application scenarios of knowledge graph. On the one hand, it innovatively proposes a data application method and knowledge management method of safety accident report that integrates entity relationship and matter evolution logic. On the other hand, the legal adjudication dimension is innovatively added to the knowledge graph in the construction safety field as the basis for the postincident disposal measures of safety accidents, which provides reference for safety managers' decision-making in all aspects.

Details

Engineering, Construction and Architectural Management, vol. ahead-of-print no. ahead-of-print
Type: Research Article
ISSN: 0969-9988

Keywords

Article
Publication date: 29 April 2020

Yongjun Zhu, Woojin Jung, Fei Wang and Chao Che

Drug repurposing involves the identification of new applications for existing drugs. Owing to the enormous rise in the costs of pharmaceutical R&D, several pharmaceutical…

Abstract

Purpose

Drug repurposing involves the identification of new applications for existing drugs. Owing to the enormous rise in the costs of pharmaceutical R&D, several pharmaceutical companies are leveraging repurposing strategies. Parkinson's disease is the second most common neurodegenerative disorder worldwide, affecting approximately 1–2 percent of the human population older than 65 years. This study proposes a literature-based drug repurposing strategy in Parkinson's disease.

Design/methodology/approach

The literature-based drug repurposing strategy proposed herein combined natural language processing, network science and machine learning methods for analyzing unstructured text data and producing actional knowledge for drug repurposing. The approach comprised multiple computational components, including the extraction of biomedical entities and their relationships, knowledge graph construction, knowledge representation learning and machine learning-based prediction.

Findings

The proposed strategy was used to mine information pertaining to the mechanisms of disease treatment from known treatment relationships and predict drugs for repurposing against Parkinson's disease. The F1 score of the best-performing method was 0.97, indicating the effectiveness of the proposed approach. The study also presents experimental results obtained by combining the different components of the strategy.

Originality/value

The drug repurposing strategy proposed herein for Parkinson's disease is distinct from those existing in the literature in that the drug repurposing pipeline includes components of natural language processing, knowledge representation and machine learning for analyzing the scientific literature. The results of the study provide important and valuable information to researchers studying different aspects of Parkinson's disease.

Article
Publication date: 8 July 2022

Chuanming Yu, Zhengang Zhang, Lu An and Gang Li

In recent years, knowledge graph completion has gained increasing research focus and shown significant improvements. However, most existing models only use the structures of…

Abstract

Purpose

In recent years, knowledge graph completion has gained increasing research focus and shown significant improvements. However, most existing models only use the structures of knowledge graph triples when obtaining the entity and relationship representations. In contrast, the integration of the entity description and the knowledge graph network structure has been ignored. This paper aims to investigate how to leverage both the entity description and the network structure to enhance the knowledge graph completion with a high generalization ability among different datasets.

Design/methodology/approach

The authors propose an entity-description augmented knowledge graph completion model (EDA-KGC), which incorporates the entity description and network structure. It consists of three modules, i.e. representation initialization, deep interaction and reasoning. The representation initialization module utilizes entity descriptions to obtain the pre-trained representation of entities. The deep interaction module acquires the features of the deep interaction between entities and relationships. The reasoning component performs matrix manipulations with the deep interaction feature vector and entity representation matrix, thus obtaining the probability distribution of target entities. The authors conduct intensive experiments on the FB15K, WN18, FB15K-237 and WN18RR data sets to validate the effect of the proposed model.

Findings

The experiments demonstrate that the proposed model outperforms the traditional structure-based knowledge graph completion model and the entity-description-enhanced knowledge graph completion model. The experiments also suggest that the model has greater feasibility in different scenarios such as sparse data, dynamic entities and limited training epochs. The study shows that the integration of entity description and network structure can significantly increase the effect of the knowledge graph completion task.

Originality/value

The research has a significant reference for completing the missing information in the knowledge graph and improving the application effect of the knowledge graph in information retrieval, question answering and other fields.

Details

Aslib Journal of Information Management, vol. 75 no. 3
Type: Research Article
ISSN: 2050-3806

Keywords

Article
Publication date: 5 July 2021

Xuhui Li, Liuyan Liu, Xiaoguang Wang, Yiwen Li, Qingfeng Wu and Tieyun Qian

The purpose of this paper is to propose a graph-based representation approach for evolutionary knowledge under the big data circumstance, aiming to gradually build conceptual…

Abstract

Purpose

The purpose of this paper is to propose a graph-based representation approach for evolutionary knowledge under the big data circumstance, aiming to gradually build conceptual models from data.

Design/methodology/approach

A semantic data model named meaning graph (MGraph) is introduced to represent knowledge concepts to organize the knowledge instances in a graph-based knowledge base. MGraph uses directed acyclic graph–like types as concept schemas to specify the structural features of knowledge with intention variety. It also proposes several specialization mechanisms to enable knowledge evolution. Based on MGraph, a paradigm is introduced to model the evolutionary concept schemas, and a scenario on video semantics modeling is introduced in detail.

Findings

MGraph is fit for the evolution features of representing knowledge from big data and lays the foundation for building a knowledge base under the big data circumstance.

Originality/value

The representation approach based on MGraph can effectively and coherently address the major issues of evolutionary knowledge from big data. The new approach is promising in building a big knowledge base.

Details

The Electronic Library , vol. 39 no. 3
Type: Research Article
ISSN: 0264-0473

Keywords

Article
Publication date: 16 August 2023

Anish Khobragade, Shashikant Ghumbre and Vinod Pachghare

MITRE and the National Security Agency cooperatively developed and maintained a D3FEND knowledge graph (KG). It provides concepts as an entity from the cybersecurity…

Abstract

Purpose

MITRE and the National Security Agency cooperatively developed and maintained a D3FEND knowledge graph (KG). It provides concepts as an entity from the cybersecurity countermeasure domain, such as dynamic, emulated and file analysis. Those entities are linked by applying relationships such as analyze, may_contains and encrypt. A fundamental challenge for collaborative designers is to encode knowledge and efficiently interrelate the cyber-domain facts generated daily. However, the designers manually update the graph contents with new or missing facts to enrich the knowledge. This paper aims to propose an automated approach to predict the missing facts using the link prediction task, leveraging embedding as representation learning.

Design/methodology/approach

D3FEND is available in the resource description framework (RDF) format. In the preprocessing step, the facts in RDF format converted to subject–predicate–object triplet format contain 5,967 entities and 98 relationship types. Progressive distance-based, bilinear and convolutional embedding models are applied to learn the embeddings of entities and relations. This study presents a link prediction task to infer missing facts using learned embeddings.

Findings

Experimental results show that the translational model performs well on high-rank results, whereas the bilinear model is superior in capturing the latent semantics of complex relationship types. However, the convolutional model outperforms 44% of the true facts and achieves a 3% improvement in results compared to other models.

Research limitations/implications

Despite the success of embedding models to enrich D3FEND using link prediction under the supervised learning setup, it has some limitations, such as not capturing diversity and hierarchies of relations. The average node degree of D3FEND KG is 16.85, with 12% of entities having a node degree less than 2, especially there are many entities or relations with few or no observed links. This results in sparsity and data imbalance, which affect the model performance even after increasing the embedding vector size. Moreover, KG embedding models consider existing entities and relations and may not incorporate external or contextual information such as textual descriptions, temporal dynamics or domain knowledge, which can enhance the link prediction performance.

Practical implications

Link prediction in the D3FEND KG can benefit cybersecurity countermeasure strategies in several ways, such as it can help to identify gaps or weaknesses in the existing defensive methods and suggest possible ways to improve or augment them; it can help to compare and contrast different defensive methods and understand their trade-offs and synergies; it can help to discover novel or emerging defensive methods by inferring new relations from existing data or external sources; and it can help to generate recommendations or guidance for selecting or deploying appropriate defensive methods based on the characteristics and objectives of the system or network.

Originality/value

The representation learning approach helps to reduce incompleteness using a link prediction that infers possible missing facts by using the existing entities and relations of D3FEND.

Details

International Journal of Web Information Systems, vol. 19 no. 3/4
Type: Research Article
ISSN: 1744-0084

Keywords

Article
Publication date: 24 October 2008

Nicola Capuano, Matteo Gaeta, Pierluigi Ritrovato and Saverio Salerno

The purpose of this paper is to propose an innovative approach for providing an answer to the emerging trends on how to integrate e‐learning efficiently in the business value

2918

Abstract

Purpose

The purpose of this paper is to propose an innovative approach for providing an answer to the emerging trends on how to integrate e‐learning efficiently in the business value chain in medium and large enterprises.

Design/methodology/approach

The proposed approach defines methodologies and technologies for integrating technology‐enhanced learning with knowledge and human resources management based on a synergistic use of knowledge models, methods, technologies and approaches covering different steps of the knowledge life‐cycle.

Findings

The proposed approach makes explicit and supports, from the methodological, technological and organizational points of view, mutual dependencies between the enterprise's organizational learning and the business processes, considering also their integration in order to allow the optimization of employees' learning plans with respect to business processes and taking into account competencies, skills, performances and knowledge available inside the organization.

Practical implications

This mutual dependency, bridging individual and organizational learning, enables an improvement loop to become a key aspect for successful business process improvement (BPI) and business process reengineering (BPR), enabling closure of, at the same time, the learning and knowledge loops at individual, group and organization levels.

Originality/value

The proposed improvements are relevant with respect to the state of the art and respond to a real need felt by enterprises and further commercial solutions and research projects on the theme.

Details

Journal of Knowledge Management, vol. 12 no. 6
Type: Research Article
ISSN: 1367-3270

Keywords

Open Access
Article
Publication date: 28 July 2020

Julián Monsalve-Pulido, Jose Aguilar, Edwin Montoya and Camilo Salazar

This article proposes an architecture of an intelligent and autonomous recommendation system to be applied to any virtual learning environment, with the objective of efficiently…

1904

Abstract

This article proposes an architecture of an intelligent and autonomous recommendation system to be applied to any virtual learning environment, with the objective of efficiently recommending digital resources. The paper presents the architectural details of the intelligent and autonomous dimensions of the recommendation system. The paper describes a hybrid recommendation model that orchestrates and manages the available information and the specific recommendation needs, in order to determine the recommendation algorithms to be used. The hybrid model allows the integration of the approaches based on collaborative filter, content or knowledge. In the architecture, information is extracted from four sources: the context, the students, the course and the digital resources, identifying variables, such as individual learning styles, socioeconomic information, connection characteristics, location, etc. Tests were carried out for the creation of an academic course, in order to analyse the intelligent and autonomous capabilities of the architecture.

Details

Applied Computing and Informatics, vol. 20 no. 1/2
Type: Research Article
ISSN: 2634-1964

Keywords

Article
Publication date: 26 May 2023

Kam Cheong Li and Billy Tak-Ming Wong

This paper aims to present a comprehensive overview of the patterns and trends of publications on artificial intelligence (AI) in personalised learning. It addresses the need to…

Abstract

Purpose

This paper aims to present a comprehensive overview of the patterns and trends of publications on artificial intelligence (AI) in personalised learning. It addresses the need to investigate the intellectual structure and development of this area in view of the growing amount of related research and practices.

Design/methodology/approach

A bibliometric analysis was conducted to cover publications on AI in personalised learning published from 2000 to 2022, including a total of 1,005 publications collected from the Web of Science and Scopus. The patterns and trends in terms of sources of publications, intellectual structure and major topics were analysed.

Findings

Research on AI in personalised learning has been widely published in various sources. The intellectual bases of related work were mostly on studies on the application of AI technologies in education and personalised learning. The relevant research covered mainly AI technologies and techniques, as well as the design and development of AI systems to support personalised learning. The emerging topics have addressed areas such as big data, learning analytics and deep learning.

Originality/value

This study depicted the research hotspots of personalisation in learning with the support of AI and illustrated the evolution and emerging trends in the field. The results highlight its latest developments and the need for future work on diverse means to support personalised learning with AI, the pedagogical issues, as well as teachers’ roles and teaching strategies.

Details

Interactive Technology and Smart Education, vol. 20 no. 3
Type: Research Article
ISSN: 1741-5659

Keywords

1 – 10 of over 46000