paper-with-me

Papers

Kappa Learning: A New Method for Measuring Similarity Between Educational Items Using Performance Data

2018-12-20 · Tanya Nazaretsky, Sara Hershkovitz, Giora Alexandron

Sequencing items in adaptive learning systems typically relies on a large pool of interactive assessment items (questions) that are analyzed into a hierarchy of skills or Knowledge Components (KCs). Educational data mining techniques can be used to analyze students performance data in order to optimize the mapping of items to KCs. Standard methods that map items into KCs using item-similarity measures make the implicit assumption that students performance on items that depend on the same skill should be similar. This assumption holds if the latent trait (mastery of the underlying skill) is relatively fixed during students activity, as in the context of testing, which is the primary context in which these measures were developed and applied. However, in adaptive learning systems that aim for learning, and address subject matters such as K6 Math that consist of multiple sub-skills, this assumption does not hold. In this paper we propose a new item-similarity measure, termed Kappa Learning (KL), which aims to address this gap. KL identifies similarity between items under the assumption of learning, namely, that learners mastery of the underlying skills changes as they progress through the items. We evaluate Kappa Learning on data from a computerized tutor that teaches Fractions for 4th grade, with experts tagging as ground truth, and on simulated data. Our results show that clustering that is based on Kappa Learning outperforms clustering that is based on commonly used similarity measures (Cohen Kappa, Yule, and Pearson).

📄 PDF Abstract BibTeX arXiv:1812.08390

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringMath

Similar Papers 제목 키워드 기반

Measuring Item Similarity in Introductory Programming: Python and Robot Programming Case Studies

2018-05-24 · Radek Pelánek, Tomáš Effenberger, Matěj Vaněk, Vojtěch Sassmann 외

A personalized learning system needs a large pool of items for learners to solve. When working with a large pool of items, it is useful to measure the similarity of items. We outline a general approach to measuring the s…

Measuring Plagiarism in Introductory Programming Course Assignments

2022-04-29 · Muhammad Humayoun, Muhammad Adnan Hashmi, Ali Hanzala Khan

Measuring plagiarism in programming assignments is an essential task to the educational procedure. This paper discusses the methods of plagiarism and its detection in introductory programming course assignments written i…

Effectively Leveraging Attributes for Visual Similarity

2021-05-04 · ICCV 2021 10 · Samarth Mishra, Zhongping Zhang, Yuan Shen, Ranjitha Kumar 외

Measuring similarity between two images often requires performing complex reasoning along different axes (e.g., color, texture, or shape). Insights into what might be important for measuring similarity can can be provide…

AttributeRetrieval

Response-Aware User Memory Selection for LLM Personalization

2026-04-15 · Jillian Fisher, Jennifer Neville, Chan Young Park arxiv

A common approach to personalization in large language models (LLMs) is to incorporate a subset of the user memory into the prompt at inference time to guide the model's generation. Existing methods select these subsets …

Semantic Similarity

Sapling Similarity: a performing and interpretable memory-based tool for recommendation

2022-10-13 · Giambattista Albora, Lavinia Rossi-Mori, Andrea Zaccaria

Many bipartite networks describe systems where an edge represents a relation between a user and an item. Measuring the similarity between either users or items is the basis of memory-based collaborative filtering, a wide…

Collaborative FilteringRecommendation Systems