교육 지식 그래프(Educational Knowledge Graph, EKG)는 학습 개념 간 선수학습(prerequisite) 관계를 구조화하여 개인화 학습 경로 추천, 커리큘럼 설계, 적응형 학습 시스템 등에 활용된다. 그러나 고품...

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
https://www.riss.kr/link?id=T17387649
서울 : 성균관대학교 교육대학원, 2026
학위논문(석사) -- 성균관대학교 교육대학원 , 교육학과 , 2026. 2
2026
한국어
서울
Evaluating LLM-based feedback loops in ACE for educational knowledge graph construction
57 p. : 삽화 ; 30 cm
지도교수: 민무홍
참고문헌: p. 47-50
I804:11040-000000190677
0
상세조회0
다운로드교육 지식 그래프(Educational Knowledge Graph, EKG)는 학습 개념 간 선수학습(prerequisite) 관계를 구조화하여 개인화 학습 경로 추천, 커리큘럼 설계, 적응형 학습 시스템 등에 활용된다. 그러나 고품...
교육 지식 그래프(Educational Knowledge Graph, EKG)는 학습 개념 간 선수학습(prerequisite) 관계를 구조화하여 개인화 학습 경로 추천, 커리큘럼 설계, 적응형 학습 시스템 등에 활용된다. 그러나 고품질 EKG 구축은 도메인 전문가의 수작업에 의존하여 비용과 확장성 문제가 존재한다. ACE(AI-Assisted Construction of EKG)는 CSR(Cumulative Semantic Reference) 기반 순위화와 전문가 피드백 루프를 통해 이 문제를 완화하였으나, 여전히 인간 전문가의 개입이 필수적이다.
본 연구는 ACE의 전문가 피드백 루프를 대규모 언어 모델(LLM, gpt-4o-mini)로 대체하는 가능성을 검토한다. 연구는 두 가지 관점에서 LLM의 성능을 평가하였다. 첫째는 분류기로서의 성능(UCD 데이터셋 대상 실험), 둘째는 MEKG(Minimal Educational Knowledge Graph) 생성기로서의 성능(DSA, Metacademy 데이터셋 대상 실험)이다. ACE 연구에서 제시한 2단계 Chain-of-Thought 프롬프트를 사용하여 재현성을 확보하는 한편 N=5 다수결 투표를 적용하여 응답의 안정성을 확보하였으며, 공개되지 않은 개념 설명 텍스트는 직접 확보하여 재현 실험과 본 실험을 진행하였다.
실험 결과, LLM의 제로샷 분류 F1(0.818)은 CSR_bin(0.649)보다 0.169 높아 분류기로서 우수한 성능을 보였다. 소규모 그래프(DSA, 29개 정점)에서는 F1 0.661로 제한적으로 유효한 MEKG 구축이 가능함을 확인하였다. 그러나 대규모 그래프(Metacademy, 141개 정점)에서는 LLM의 거짓 양성(False Positive) 응답이 폭증하여 F1이 0.307로 저하되었으며, 합의율(0.990)이 높음에도 오답이 많은 확신 있는 오답 현상이 관찰되었다. 결론적으로 ACE 프로세스는 준수한 재현 가능성을 보여주었으나, 논문과 달리 F1을 최대화하는 임곗값에서의 CSR 분류 재현율이 1에 미달하여 다소 불안정하게 재현되었다. 이에 따라 2단계인 전문가 판단에서 정밀도만이 아닌 재현율까지도 다시 고려해야 하는 상황이 되어, ACE 프로세스의 강점 중 하나가 희석됨을 확인하였다. 또한, LLM으로 전문가 판단을 대체하려 할 경우, 선수학습 관계가 상대적으로 뚜렷한 분야에서의 소규모 밀집 그래프에서 제한적으로 유효하게 사용될 수 있음을 확인하였다. 반면 대규모 희소 그래프에서 전문가 역할을 LLM으로 대신 수행하기 위해서는 추가적인 전략이 필요함을 확인하였다. 추후 도메인에 최적화된 프롬프트 엔지니어링, 양방향 판단 상황에서의 인간 협업 방식 등을 도입하여 개선할 수 있을 것으로 기대된다.
다국어 초록 (Multilingual Abstract)
Educational Knowledge Graphs (EKGs) structure prerequisite relationships among learning concepts to support personalized learning path recommendations, curriculum design, and adaptive learning systems. However, constructing high-quality EKGs relies on...
Educational Knowledge Graphs (EKGs) structure prerequisite relationships among learning concepts to support personalized learning path recommendations, curriculum design, and adaptive learning systems. However, constructing high-quality EKGs relies on manual efforts by domain experts, posing challenges in terms of cost and scalability. ACE (AI-Assisted Construction of EKG) mitigates these issues through CSR (Cumulative Semantic Reference)-based ranking and expert feedback loops, yet human expert involvement remains essential.
This study investigates the feasibility of replacing ACE's expert feedback loop with a Large Language Model (LLM, gpt-4o-mini). LLM performance was evaluated from two perspectives: first, as a classifier (experiments on the UCD dataset), and second, as a generator of MEKGs (Minimal Educational Knowledge Graphs) (experiments on DSA and Metacademy datasets). Reproducibility was ensured by employing the two-stage Chain-of-Thought prompts presented in the ACE study, while response stability was achieved through N=5 majority voting. Concept description texts that were not publicly available were independently obtained to conduct both replication and main experiments.
Experimental results showed that the LLM's zero-shot classification F1 (0.818) exceeded CSR_bin (0.649) by 0.169, demonstrating superior classifier performance. For small-scale graphs (DSA, 29 vertices), limited but valid MEKG construction was confirmed with an F1 of 0.661. However, for large-scale graphs (Metacademy, 141 vertices), LLM false positive responses surged, causing F1 to drop to 0.307. Despite high agreement rates (0.990), a phenomenon of confident errors—frequent incorrect answers with high certainty—was observed. In conclusion, the ACE process demonstrated reasonable reproducibility; however, unlike the original paper, CSR classification recall at the F1-maximizing threshold fell below 1, resulting in somewhat unstable replication. Consequently, the second stage of expert judgment required reconsidering not only precision but also recall, thereby diluting one of ACE's key strengths. Furthermore, when attempting to replace expert judgment with LLMs, effectiveness was confirmed to be limited to small, dense graphs in domains where prerequisite relationships are relatively well-defined. In contrast, additional strategies are required for LLMs to assume expert roles in large, sparse graphs. Future improvements may be achieved through domain-optimized prompt engineering and human-AI collaboration approaches for bidirectional judgment scenarios.
목차 (Table of Contents)