paper-with-me

Papers

Deep Factorization Machines for Knowledge Tracing

2018-05-01 · Jill-Jênn Vie

This paper introduces our solution to the 2018 Duolingo Shared Task on Second Language Acquisition Modeling (SLAM). We used deep factorization machines, a wide and deep learning model of pairwise relationships between users, items, skills, and other entities considered. Our solution (AUC 0.815) hopefully managed to beat the logistic regression baseline (AUC 0.774) but not the top performing model (AUC 0.861) and reveals interesting strategies to build upon item response theory models.

📄 PDF Abstract BibTeX arXiv:1805.00356

Code (1)

jilljenn/ktm 공식 구현 tf

Tasks

Knowledge TracingLanguage Acquisitionregression

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Knowledge Tracing Machines: Factorization Machines for Knowledge Tracing

2018-11-08 · Jill-Jênn Vie, Hisashi Kashima

Knowledge tracing is a sequence prediction problem where the goal is to predict the outcomes of students over questions as they are interacting with a learning platform. By tracking the evolution of the knowledge of some…

Knowledge Tracing

Deep Factorization Machines for Knowledge Tracing

2018-06-01 · WS 2018 6 · Jill-J{\^e}nn Vie

This paper introduces our solution to the 2018 Duolingo Shared Task on Second Language Acquisition Modeling (SLAM). We used deep factorization machines, a wide and deep learning model of pairwise relationships between us…

Knowledge TracingLanguage Acquisitionregression

Dynamic Knowledge embedding and tracing

2020-05-18 · Liangbei Xu, Mark A. Davenport

The goal of knowledge tracing is to track the state of a student's knowledge as it evolves over time. This plays a fundamental role in understanding the learning process and is a key task in the development of an intelli…

Knowledge TracingTAG

Knowledge Tracing for Complex Problem Solving: Granular Rank-Based Tensor Factorization

2022-10-06 · Chunpai Wang, Shaghayegh Sahebi, Siqian Zhao, Peter Brusilovsky 외

Knowledge Tracing (KT), which aims to model student knowledge level and predict their performance, is one of the most important applications of user modeling. Modern KT approaches model and maintain an up-to-date state o…

Knowledge Tracing

Factorization Machines

2011-01-20 · 2010/01/01 2010 1 · Steffen Rendle

In this paper, we introduce Factorization Machines (FM) which are a new model class that combines the advantages of Support Vector Machines (SVM) with factorization models. Like SVMs, FMs are a general predictor worki…

parameter estimationRecommendation Systems