paper-with-me

Papers

Shared Task on Feedback Comment Generation for Language Learners

2021-08-01 · INLG (ACL) 2021 8 · Ryo Nagata, Masato Hagiwara, Kazuaki Hanawa, Masato Mita, Artem Chernodub, Olena Nahorna

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Comment Generation

Similar Papers 제목 키워드 기반

Error syntax aware augmentation of feedback comment generation dataset

2022-12-29 · Nikolay Babakov, Maria Lysyuk, Alexander Shvets, Lilya Kazakova 외

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 Generation

Sentence-level Feedback Generation for English Language Learners: Does Data Augmentation Help?

2022-12-18 · Shabnam Behzad, Amir Zeldes, Nathan Schneider

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 AugmentationSentence

Exploring Methods for Generating Feedback Comments for Writing Learning

2021-11-01 · EMNLP 2021 11 · Kazuaki Hanawa, Ryo Nagata, Kentaro Inui

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 GenerationRetrieval

Creating Corpora for Research in Feedback Comment Generation

2020-05-01 · LREC 2020 5 · Ryo Nagata, Kentaro Inui, Shin{'}ichiro Ishikawa

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 Generation

Enhancing Code Generation via Bidirectional Comment-Level Mutual Grounding

2025-05-12 · Yifeng Di, Tianyi Zhang

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