paper-with-me

Papers

Mistake Captioning: A Machine Learning Approach for Detecting Mistakes and Generating Instructive Feedback

2021-09-01 · RANLP 2021 9 · Anton Vinogradov, Andrew Miles Byrd, Brent Harrison

Giving feedback to students is not just about marking their answers as correct or incorrect, but also finding mistakes in their thought process that led them to that incorrect answer. In this paper, we introduce a machine learning technique for mistake captioning, a task that attempts to identify mistakes and provide feedback meant to help learners correct these mistakes. We do this by training a sequence-to-sequence network to generate this feedback based on domain experts. To evaluate this system, we explore how it can be used on a Linguistics assignment studying Grimm’s Law. We show that our approach generates feedback that outperforms a baseline on a set of automated NLP metrics. In addition, we perform a series of case studies in which we examine successful and unsuccessful system outputs.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Deep Dive Into Large Language Model Code Generation Mistakes: What and Why?

2024-11-03 · Qihong Chen, Jiachen Yu, Jiawei Li, Jiecheng Deng 외

Recent advancements in Large Language Models (LLMs) have led to their widespread application in automated code generation. However, these models can still generate defective code that deviates from the specification. Pre…

Code GenerationLanguage ModelingLanguage ModellingLarge Language Model

EgoOops: A Dataset for Mistake Action Detection from Egocentric Videos with Procedural Texts

2024-10-07 · Yuto Haneji, Taichi Nishimura, Hirotaka Kameko, Keisuke Shirai 외

Mistake action detection from egocentric videos is crucial for developing intelligent archives that detect workers' errors and provide feedback. Previous studies have been limited to specific domains, focused on detectin…

Action DetectionMistake Detection

Learning from Mistakes -- A Framework for Neural Architecture Search

2021-11-11 · Bhanu Garg, Li Zhang, Pradyumna Sridhara, Ramtin Hosseini 외

Learning from one's mistakes is an effective human learning technique where the learners focus more on the topics where mistakes were made, so as to deepen their understanding. In this paper, we investigate if this human…

BIG-bench Machine LearningNeural Architecture Search

How do you correct run-on sentences it's not as easy as it seems

2018-09-21 · WS 2018 11 · Junchao Zheng, Courtney Napoles, Joel Tetreault, Kostiantyn Omelianchuk

Run-on sentences are common grammatical mistakes but little research has tackled this problem to date. This work introduces two machine learning models to correct run-on sentences that outperform leading methods for rela…

BIG-bench Machine LearningGrammatical Error CorrectionPunctuation RestorationSentence

Every Mistake Counts in Assembly

2023-07-31 · Guodong Ding, Fadime Sener, Shugao Ma, Angela Yao

One promising use case of AI assistants is to help with complex procedures like cooking, home repair, and assembly tasks. Can we teach the assistant to interject after the user makes a mistake? This paper targets the pro…