paper-with-me

홈 › Papers

Multi-Level Feedback Generation with Large Language Models for Empowering Novice Peer Counselors

2024-03-21 · Alicja Chaszczewicz, Raj Sanjay Shah, Ryan Louie, Bruce A Arnow, Robert Kraut, Diyi Yang

Realistic practice and tailored feedback are key processes for training peer counselors with clinical skills. However, existing mechanisms of providing feedback largely rely on human supervision. Peer counselors often lack mechanisms to receive detailed feedback from experienced mentors, making it difficult for them to support the large number of people with mental health issues who use peer counseling. Our work aims to leverage large language models to provide contextualized and multi-level feedback to empower peer counselors, especially novices, at scale. To achieve this, we co-design with a group of senior psychotherapy supervisors to develop a multi-level feedback taxonomy, and then construct a publicly available dataset with comprehensive feedback annotations of 400 emotional support conversations. We further design a self-improvement method on top of large language models to enhance the automatic generation of feedback. Via qualitative and quantitative evaluation with domain experts, we demonstrate that our method minimizes the risk of potentially harmful and low-quality feedback generation which is desirable in such high-stakes scenarios.

📄 PDF Abstract BibTeX arXiv:2403.15482

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Feedback-to-Plan Decisions for Self-Evolving LLM Agents in CUDA Kernel Generation

2026-05-26 · Yee Hin Chong, Jiaming Wu, Youhui Zhang, Peng Qu arxiv

Large language models (LLMs) have shown strong empirical gains as self-evolving agents for CUDA kernel generation, driven by feedback-conditioned planning across generations. However, how planning decisions attribute and…

Aligning Dialogue Agents with Global Feedback via Large Language Model Reward Decomposition

2025-05-21 · Dong Won Lee, Hae Won Park, Cynthia Breazeal, Louis-Philippe Morency

We propose a large language model based reward decomposition framework for aligning dialogue agents using only a single session-level feedback signal. We leverage the reasoning capabilities of a frozen, pretrained large …

Dialogue GenerationLanguage ModelingLanguage ModellingLarge Language Model

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

Generating Feedback-Ladders for Logical Errors in Programming using Large Language Models

2024-05-01 · Hasnain Heickal, Andrew Lan

In feedback generation for logical errors in programming assignments, large language model (LLM)-based methods have shown great promise. These methods ask the LLM to generate feedback given the problem statement and a st…

Language ModellingLarge Language Model

WebGen-Agent: Enhancing Interactive Website Generation with Multi-Level Feedback and Step-Level Reinforcement Learning

2025-09-26 · Zimu Lu, Houxing Ren, Yunqiao Yang, Ke Wang 외 arxiv

Agent systems powered by large language models (LLMs) have demonstrated impressive performance on repository-level code-generation tasks. However, for tasks such as website codebase generation, which depend heavily on vi…

Reinforcement Learning