GEM-Lab commited on
Commit
1e954c5
·
verified ·
1 Parent(s): bde9cbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -1,4 +1,25 @@
1
- # ECTEL_Course_Generation_APP
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  This is app for generating a scenario-based tutoring lesson based on the uploaded PDFs , expected themes .
3
  Our code will be released after the paper is getting accepted.
4
 
 
1
+ ---
2
+ title: Automatic LLMs Creation of Interactive Learning Lessons
3
+ emoji: 📘
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: streamlit
7
+ sdk_version: "1.35.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ license: apache-2.0
11
+ ---
12
+
13
+ # Reference
14
+ @article{lin2025automatic,
15
+ title={Automatic Large Language Models Creation of Interactive Learning Lessons},
16
+ author={Lin, Jionghao and Rao, Jiarui and Zhao, Yiyang and Wang, Yuting and Gurung, Ashish and Barany, Amanda and Ocumpaugh, Jaclyn and Baker, Ryan S and Koedinger, Kenneth R},
17
+ journal={arXiv preprint arXiv:2506.17356},
18
+ year={2025}
19
+ }
20
+
21
+
22
+ # Course_Generation_APP
23
  This is app for generating a scenario-based tutoring lesson based on the uploaded PDFs , expected themes .
24
  Our code will be released after the paper is getting accepted.
25