SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2307.04429 · 2023

Designing Novel Cognitive Diagnosis Models via Evolutionary Multi-Objective Neural Architecture Search

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 8 functions out of this paper's own repositories and ran 6 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
devilyangs/emo-nas-cd canonical 6 of 8
FunctionStatusWhere it lives
F_distance Ran devilyangs/emo-nas-cd/EMO_public/F_distance.py
code served (permissive licence) · get_code("a8be0cbff1e83846")
F_mating Ran devilyangs/emo-nas-cd/EMO_public/F_mating.py
code served (permissive licence) · get_code("45641417c526d625")
P_DTLZ Ran devilyangs/emo-nas-cd/EMO_public/P_objective.py
code served (permissive licence) · get_code("cb149545ae42f9bc")
P_generator Ran devilyangs/emo-nas-cd/EMO_public/P_generator.py
code served (permissive licence) · get_code("b2783272316c01ae")
P_settings Ran devilyangs/emo-nas-cd/EMO_public/P_settings.py
code served (permissive licence) · get_code("9f06ae3831716438")
sortrows Ran devilyangs/emo-nas-cd/EMO_public/sortrows.py
code served (permissive licence) · get_code("b1da807366fea710")
P_objective Not yet run devilyangs/emo-nas-cd/EMO_public/P_objective.py
code served (permissive licence) · get_code("f6d9dda23b46a1ba")
randint Not yet run devilyangs/emo-nas-cd/EMO_public/P_generator.py
code served (permissive licence) · get_code("e340b8f4085b3aeb")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Cognitive diagnosis plays a vital role in modern intelligent education platforms to reveal students' proficiency in knowledge concepts for subsequent adaptive tasks. However, due to the requirement of high model interpretability, existing manually designed cognitive diagnosis models hold too simple architectures to meet the demand of current intelligent education systems, where the bias of human design also limits the emergence of effective cognitive diagnosis models. In this paper, we propose to automatically design novel cognitive diagnosis models by evolutionary multi-objective neural architecture search (NAS). Specifically, we observe existing models can be represented by a general model handling three given types of inputs and thus first design an expressive search space for the NAS task in cognitive diagnosis. Then, we propose multi-objective genetic programming (MOGP) to explore the NAS task's search space by maximizing model performance and interpretability. In the MOGP design, each architecture is transformed into a tree architecture and encoded by a tree for easy optimization, and a tailored genetic operation based on four sub-genetic operations is devised to generate offspring effectively. Besides, an initialization strategy is also suggested to accelerate the convergence by evolving half of the population from existing models' variants. Experiments on two real-world datasets demonstrate that the cognitive diagnosis models searched by the proposed approach exhibit significantly better performance than existing models and also hold as good interpretability as human-designed models.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2307.04429")
get_code_for_paper("2307.04429")
have("2307.04429")

Connect an agent — have() is free.