paper-with-me

홈 › Papers

The Effectiveness of a Dynamic Loss Function in Neural Network Based Automated Essay Scoring

2023-05-15 · Oscar Morris

Neural networks and in particular the attention mechanism have brought significant advances to the field of Automated Essay Scoring. Many of these systems use a regression-based model which may be prone to underfitting when the model only predicts the mean of the training data. In this paper, we present a dynamic loss function that creates an incentive for the model to predict with the correct distribution, as well as predicting the correct values. Our loss function achieves this goal without sacrificing any performance achieving a Quadratic Weighted Kappa score of 0.752 on the Automated Student Assessment Prize Automated Essay Scoring dataset.

📄 PDF Abstract BibTeX arXiv:2305.10447

Code (0)

등록된 구현이 없습니다.

Tasks

Automated Essay Scoringregression

Similar Papers 제목 키워드 기반

Enhancing Automated Essay Scoring Performance via Fine-tuning Pre-trained Language Models with Combination of Regression and Ranking

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Ruosong Yang, Jiannong Cao, Zhiyuan Wen, Youzheng Wu 외

Automated Essay Scoring (AES) is a critical text regression task that automatically assigns scores to essays based on their writing quality. Recently, the performance of sentence prediction tasks has been largely improve…

Automated Essay ScoringLanguage ModellingMulti-Task Learningregression+1

Transformer-based Joint Modelling for Automatic Essay Scoring and Off-Topic Detection

2024-03-24 · Sourya Dipta Das, Yash Vadi, Kuldeep Yadav

Automated Essay Scoring (AES) systems are widely popular in the market as they constitute a cost-effective and time-effective option for grading systems. Nevertheless, many studies have demonstrated that the AES system f…

Automated Essay Scoring

Review of feedback in Automated Essay Scoring

2023-07-09 · You-Jin Jong, Yong-Jin Kim, Ok-Chol Ri

The first automated essay scoring system was developed 50 years ago. Automated essay scoring systems are developing into systems with richer functions than the previous simple scoring systems. Its purpose is not only to …

Automated Essay Scoring

Improving Performance of Automated Essay Scoring by using back-translation essays and adjusted scores

2022-03-01 · You-Jin Jong, Yong-Jin Kim, Ok-Chol Ri

Automated essay scoring plays an important role in judging students' language abilities in education. Traditional approaches use handcrafted features to score and are time-consuming and complicated. Recently, neural netw…

Automated Essay ScoringFeature Engineering

Data Augmentation for Automated Essay Scoring using Transformer Models

2022-10-23 · Kshitij Gupta

Automated essay scoring is one of the most important problem in Natural Language Processing. It has been explored for a number of years, and it remains partially solved. In addition to its economic and educational useful…

Automated Essay ScoringData AugmentationTransfer Learning