CLNov 24, 2022

AI Knows Which Words Will Appear in Next Year's Korean CSAT

arXiv:2211.15426v2h-index: 7Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of exam preparation for Korean students by providing a highly accurate prediction tool, though it is incremental as it builds on existing text-mining and LSTM techniques.

The paper tackles predicting which words will appear in the next Korean CSAT exam by introducing a text-mining-based categorization method and an LSTM-based prediction method, achieving 100% accuracy in the top score range and only 1.7% error for scores over 60 points.

A text-mining-based word class categorization method and LSTM-based vocabulary pattern prediction method are introduced in this paper. A preprocessing method based on simple text appearance frequency analysis is first described. This method was developed as a data screening tool but showed 4.35 ~ 6.21 times higher than previous works. An LSTM deep learning method is also suggested for vocabulary appearance pattern prediction method. AI performs a regression with various size of data window of previous exams to predict the probabilities of word appearance in the next exam. Predicted values of AI over various data windows are processed into a single score as a weighted sum, which we call an "AI-Score", which represents the probability of word appearance in next year's exam. Suggested method showed 100% accuracy at the range 100-score area and showed only 1.7% error of prediction in the section where the scores were over 60 points. All source codes are freely available at the authors' Git Hub repository. (https://github.com/needleworm/bigdata_voca)

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes