paper-with-me

홈 › Papers

Performance of the Pre-Trained Large Language Model GPT-4 on Automated Short Answer Grading

2023-09-17 · Gerd Kortemeyer

Automated Short Answer Grading (ASAG) has been an active area of machine-learning research for over a decade. It promises to let educators grade and give feedback on free-form responses in large-enrollment courses in spite of limited availability of human graders. Over the years, carefully trained models have achieved increasingly higher levels of performance. More recently, pre-trained Large Language Models (LLMs) emerged as a commodity, and an intriguing question is how a general-purpose tool without additional training compares to specialized models. We studied the performance of GPT-4 on the standard benchmark 2-way and 3-way datasets SciEntsBank and Beetle, where in addition to the standard task of grading the alignment of the student answer with a reference answer, we also investigated withholding the reference answer. We found that overall, the performance of the pre-trained general-purpose GPT-4 LLM is comparable to hand-engineered models, but worse than pre-trained LLMs that had specialized training.

📄 PDF Abstract BibTeX arXiv:2309.09338

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Short-answer scoring with ensembles of pretrained language models

2022-02-23 · Christopher Ormerod

We investigate the effectiveness of ensembles of pretrained transformer-based language models on short answer questions using the Kaggle Automated Short Answer Scoring dataset. We fine-tune a collection of popular small,…

Hyperparameter Optimization

Automatic scoring of short answers using justification cues estimated by BERT

2022-07-01 · NAACL (BEA) 2022 7 · Shunya Takano, Osamu Ichikawa

Automated scoring technology for short-answer questions has been attracting attention to improve the fairness of scoring and reduce the burden on the scorer. In general, a large amount of data is required to train an aut…

Fairness

Large-Scale Data Selection for Instruction Tuning

2025-03-03 · Hamish Ivison, Muru Zhang, Faeze Brahman, Pang Wei Koh 외

Selecting high-quality training data from a larger pool is a crucial step when instruction-tuning language models, as carefully curated datasets often produce models that outperform those trained on much larger, noisier …

Get It Scored Using AutoSAS -- An Automated System for Scoring Short Answers

2020-12-21 · Yaman Kumar, Swati Aggarwal, Debanjan Mahata, Rajiv Ratn Shah 외

In the era of MOOCs, online exams are taken by millions of candidates, where scoring short answers is an integral part. It becomes intractable to evaluate them by human graders. Thus, a generic automated system capable o…

Diversity

Automated Assessment of Students' Code Comprehension using LLMs

2023-12-19 · Priti Oli, Rabin Banjade, Jeevan Chapagain, Vasile Rus

Assessing student's answers and in particular natural language answers is a crucial challenge in the field of education. Advances in machine learning, including transformer-based models such as Large Language Models(LLMs…

Semantic Textual SimilaritySTS