CGL
Learning Concept Graphs from Data
Install / Use
/learn @quark0/CGLREADME
CGL
The code implements a family of Concept Graph Learning (CGL) algorithms developed in the following papers:
Hanxiao Liu, Wanli Ma, Yiming Yang, and Jaime Carbonell. "Learning Concept Graphs from Online Educational Data." In Journal of Artificial Intelligence Research 55 (2016): 1059-1090. [PDF]
Yiming Yang, Hanxiao Liu, Jaime Carbonell, and Wanli Ma. "Concept graph learning from educational data." In the Eighth ACM International Conference on Web Search and Data Mining, pp. 159-168. ACM, 2015. [PDF]
More details about the task and datasets can be found at our project webpage. The raw data crawled from MIT OpenCourseWare can be found under data_raw/.
Please cite the above papers if you end up using our code and/or datasets.
Demo
Concept graph automatically induced from MIT OpenCourseWare:
<img src="http://www.cs.cmu.edu/~hanxiaol/img/cgl.png" width="512">Usage
To conduct cross-validation using plain CGL, run
matlab -r main
Configurations of the program are located at config.m. To allow graph transduction, set
opt.transductive = false;
To carry out sparse CGL, set
opt.algorithm = @cgl_rank_sparse;
Author
Hanxiao Liu, Carnegie Mellon University.
Related Skills
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
groundhog
398Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
isf-agent
a repo for an agent that helps researchers apply for isf funding
