paper-with-me

Papers

Attentional Graph Convolutional Networks for Knowledge Concept Recommendation in MOOCs in a Heterogeneous View

2020-06-23 · Shen Wang, Jibing Gong, Jinlong Wang, Wenzheng Feng, Hao Peng, Jie Tang, Philip S. Yu

Massive open online courses are becoming a modish way for education, which provides a large-scale and open-access learning opportunity for students to grasp the knowledge. To attract students' interest, the recommendation system is applied by MOOCs providers to recommend courses to students. However, as a course usually consists of a number of video lectures, with each one covering some specific knowledge concepts, directly recommending courses overlook students'interest to some specific knowledge concepts. To fill this gap, in this paper, we study the problem of knowledge concept recommendation. We propose an end-to-end graph neural network-based approach calledAttentionalHeterogeneous Graph Convolutional Deep Knowledge Recommender(ACKRec) for knowledge concept recommendation in MOOCs. Like other recommendation problems, it suffers from sparsity issues. To address this issue, we leverage both content information and context information to learn the representation of entities via graph convolution network. In addition to students and knowledge concepts, we consider other types of entities (e.g., courses, videos, teachers) and construct a heterogeneous information network to capture the corresponding fruitful semantic relationships among different types of entities and incorporate them into the representation learning process. Specifically, we use meta-path on the HIN to guide the propagation of students' preferences. With the help of these meta-paths, the students' preference distribution with respect to a candidate knowledge concept can be captured. Furthermore, we propose an attention mechanism to adaptively fuse the context information from different meta-paths, in order to capture the different interests of different students. The promising experiment results show that the proposedACKRecis able to effectively recommend knowledge concepts to students pursuing online learning in MOOCs.

📄 PDF Abstract BibTeX arXiv:2006.13257

Code (2)

JockWang/ACKRec tf
deep-mining/ACKRec tf

Tasks

Graph Neural NetworkRepresentation Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Reinforced MOOCs Concept Recommendation in Heterogeneous Information Networks

2022-03-08 · Jibing Gong, Yao Wan, Ye Liu, Xuewen Li 외

Massive open online courses (MOOCs), which offer open access and widespread interactive participation through the internet, are quickly becoming the preferred method for online and remote learning. Several MOOC platforms…

Graph AttentionGraph Neural Networkreinforcement-learningReinforcement Learning (RL)

Graph Convolutional Neural Networks via Motif-based Attention

2018-11-11 · Hao Peng, Jian-Xin Li, Qiran Gong, Senzhang Wang 외

Many real-world problems can be represented as graph-based learning problems. In this paper, we propose a novel framework for learning spatial and attentional convolution neural networks on arbitrary graphs. Different fr…

General ClassificationGraph Classification

Modeling Balanced Explicit and Implicit Relations with Contrastive Learning for Knowledge Concept Recommendation in MOOCs

2024-02-13 · Hengnian Gu, Zhiyi Duan, Pan Xie, Dongdai Zhou

The knowledge concept recommendation in Massive Open Online Courses (MOOCs) is a significant issue that has garnered widespread attention. Existing methods primarily rely on the explicit relations between users and knowl…

Contrastive LearningGraph Neural NetworkImplicit Relations

Learning Structure and Knowledge Aware Representation with Large Language Models for Concept Recommendation

2024-05-21 · Qingyao Li, Wei Xia, Kounianhua Du, Qiji Zhang 외

Concept recommendation aims to suggest the next concept for learners to study based on their knowledge states and the human knowledge system. While knowledge states can be predicted using knowledge tracing models, previo…

Contrastive LearningKnowledge TracingRepresentation Learning

Knowledge-aware attentional neural network for review-based movie recommendation with explanations

2022-09-04 · Neural Computing and Applications 2022 9 · Yun Liu, Jun Miyazaki

In this paper, we propose a knowledge-aware attentional neural network (KANN) for dealing with movie recommendation tasks by extracting knowledge entities from movie reviews and capturing understandable interactions bet…

Movie RecommendationRecommendation SystemsWord Embeddings