Shared Task on Feedback Comment Generation for Language Learners
In this paper, we propose a generation challenge called Feedback comment generation for language learners. It is a task where given a text and a span, a system generates, for the span, an explanatory note that helps the writer (language learner) improve their writing skills. The motivations for this challenge are: (i) practically, it will be beneficial for both language learners and teachers if a computer-assisted language learning system can provide feedback comments just as human teachers do; (ii) theoretically, feedback comment generation for language learners has a mixed aspect of other generation tasks together with its unique features and it will be interesting to explore what kind of generation technique is effective against what kind of writing rule. To this end, we have created a dataset and developed baseline systems to estimate baseline performance. With these preparations, we propose a generation challenge of feedback comment generation.
Code (0)
등록된 구현이 없습니다.
Tasks
Comment GenerationSimilar Papers 제목 키워드 기반
Error syntax aware augmentation of feedback comment generation dataset
This paper presents a solution to the GenChal 2022 shared task dedicated to feedback comment generation for writing learning. In terms of this task given a text with an error and a span of the error, a system generates a…
Comment GenerationSentence-level Feedback Generation for English Language Learners: Does Data Augmentation Help?
In this paper, we present strong baselines for the task of Feedback Comment Generation for Writing Learning. Given a sentence and an error span, the task is to generate a feedback comment explaining the error. Sentences …
Comment GenerationData AugmentationSentenceExploring Methods for Generating Feedback Comments for Writing Learning
The task of generating explanatory notes for language learners is known as feedback comment generation. Although various generation techniques are available, little is known about which methods are appropriate for this t…
Comment GenerationRetrievalCreating Corpora for Research in Feedback Comment Generation
In this paper, we report on datasets that we created for research in feedback comment generation {---} a task of automatically generating feedback comments such as a hint or an explanatory note for writing learning. Ther…
Comment GenerationEnhancing Code Generation via Bidirectional Comment-Level Mutual Grounding
Large Language Models (LLMs) have demonstrated unprecedented capability in code generation. However, LLM-generated code is still plagued with a wide range of functional errors, especially for complex programming tasks th…
Code GenerationComment GenerationHumanEvalProgram Synthesis