paper-with-me

Papers Comment Generation

“Comment Generation” 태그가 달린 논문 65편 · 필터 해제

Leveraging Reward Models for Guiding Code Review Comment Generation

2025-06-04 · Oussama Ben Sghaier, Rosalia Tufano, Gabriele Bavota, Houari Sahraoui

Code review is a crucial component of modern software development, involving the evaluation of code quality, providing feedback on potential issues, and refining the code to address identified problems. Despite these ben…

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

ReviewAgents: Bridging the Gap Between Human and AI-Generated Paper Reviews

2025-03-11 · Xian Gao, Jiacheng Ruan, Jingsheng Gao, Ting Liu 외

Academic paper review is a critical yet time-consuming task within the research community. With the increasing volume of academic publications, automating the review process has become a significant challenge. The primar…

Comment Generation

Mimicking the Familiar: Dynamic Command Generation for Information Theft Attacks in LLM Tool-Learning System

2025-02-17 · Ziyou Jiang, Mingyang Li, Guowei Yang, Junjie Wang 외

Information theft attacks pose a significant risk to Large Language Model (LLM) tool-learning systems. Adversaries can inject malicious commands through compromised tools, manipulating LLMs to send sensitive information …

Comment GenerationLarge Language Model

DeepCRCEval: Revisiting the Evaluation of Code Review Comment Generation

2024-12-24 · Junyi Lu, Xiaojia Li, Zihan Hua, Lei Yu 외

Code review is a vital but demanding aspect of software development, generating significant interest in automating review comments. Traditional evaluation methods for these comments, primarily based on text similarity, f…

Comment GenerationFew-Shot Learningtext similarity

Automated Medical Report Generation for ECG Data: Bridging Medical Text and Signal Processing with Deep Learning

2024-12-05 · Amnon Bleich, Antje Linnemann, Bjoern H. Diem, Tim OF Conrad

Recent advances in deep learning and natural language generation have significantly improved image captioning, enabling automated, human-like descriptions for visual content. In this work, we apply these captioning techn…

Comment GenerationDecoderImage CaptioningMedical Report Generation+3

Prompting and Fine-tuning Large Language Models for Automated Code Review Comment Generation

2024-11-15 · Md. Asif Haider, Ayesha Binte Mostofa, Sk. Sabit Bin Mosaddek, Anindya Iqbal 외

Generating accurate code review comments remains a significant challenge due to the inherently diverse and non-unique nature of the task output. Large language models pretrained on both programming and natural language d…

Comment Generation

DeepCodeProbe: Towards Understanding What Models Trained on Code Learn

2024-07-11 · Vahid Majdinasab, Amin Nikanjam, Foutse khomh

Machine learning models trained on code and related artifacts offer valuable support for software maintenance but suffer from interpretability issues due to their complex internal variables. These concerns are particular…

Clone DetectionCode SummarizationComment GenerationDecision Making+1

Prompting for Numerical Sequences: A Case Study on Market Comment Generation

2024-04-03 · Masayuki Kawarada, Tatsuya Ishigaki, Hiroya Takamura

Large language models (LLMs) have been applied to a wide range of data-to-text generation tasks, including tables, graphs, and time-series numerical data-to-text settings. While research on generating prompts for structu…

Comment GenerationData-to-Text GenerationText GenerationTime Series

MESIA: Understanding and Leveraging Supplementary Nature of Method-level Comments for Automatic Comment Generation

2024-03-26 · Xinglu Pan, Chenxiao Liu, Yanzhen Zou, Tao Xie 외

Code comments are important for developers in program comprehension. In scenarios of comprehending and reusing a method, developers expect code comments to provide supplementary information beyond the method signature. H…

Comment Generation

OMPGPT: A Generative Pre-trained Transformer Model for OpenMP

2024-01-28 · Le Chen, Arijit Bhattacharjee, Nesreen Ahmed, Niranjan Hasabnis 외

Large language models (LLMs)such as ChatGPT have significantly advanced the field of Natural Language Processing (NLP). This trend led to the development of code-based large language models such as StarCoder, WizardCoder…

Code CompletionCode GenerationComment GenerationComputational Efficiency+1

Investigating the Efficacy of Large Language Models for Code Clone Detection

2024-01-24 · Mohamad Khajezade, Jie JW Wu, Fatemeh Hendijani Fard, Gema Rodríguez-Pérez 외

Large Language Models (LLMs) have demonstrated remarkable success in various natural language processing and software engineering tasks, such as code generation. The LLMs are mainly utilized in the prompt-based zero/few-…

Clone DetectionCode Comment GenerationCode GenerationComment Generation

DiffuCom: A novel diffusion model for comment generation

2023-10-16 · Knowledge-Based Systems 2023 10 · Jiamiao Liu, Pengsen Cheng, Jinqiao Dai, Jiayong Liu

Given that the diffusion model has good advantages in diversity, an increasing number of researchers have recently begun exploring natural language generation. However, despite significant progress in modeling based on t…

Comment GenerationmodelSentenceText Generation

LiveChat: Video Comment Generation from Audio-Visual Multimodal Contexts

2023-10-01 · Julien Lalanne, Raphael Bournet, Yi Yu

Live commenting on video, a popular feature of live streaming platforms, enables viewers to engage with the content and share their comments, reactions, opinions, or questions with the streamer or other viewers while wat…

Comment GenerationDiversitymultimodal generation

A variational selection mechanism for article comment generation

2023-09-12 · Expert Systems with Applications 2023 9 · Jiamiao Liu, Pengsen Cheng, Jinqiao Dai, Jiayong Liu

Article comment generation is a new and challenging task in natural language processing, which has recently received much attention from researchers. In the article comment generation, there are apparent distinctions and…

ArticlesComment GenerationDiversityInformativeness

ViCo: Engaging Video Comment Generation with Human Preference Rewards

2023-08-22 · Yuchong Sun, Bei Liu, Xu Chen, Ruihua Song 외

Engaging video comments play an important role in video social media, as they are the carrier of feelings, thoughts, or humor of the audience. Preliminary works have made initial exploration for video comment generation …

Caption GenerationComment GenerationDescriptive

Steering Language Generation: Harnessing Contrastive Expert Guidance and Negative Prompting for Coherent and Diverse Synthetic Data Generation

2023-08-15 · Charles O'Neill, Yuan-Sen Ting, Ioana Ciuca, Jack Miller 외

Large Language Models (LLMs) hold immense potential to generate synthetic data of high quality and utility, which has numerous applications from downstream model training to practical data utilisation. However, contempor…

Comment GenerationDiversitySynthetic Data GenerationText Generation

Knowledge Enhanced Model for Live Video Comment Generation

2023-04-28 · Jieting Chen, Junkai Ding, Wenping Chen, Qin Jin

Live video commenting is popular on video media platforms, as it can create a chatting atmosphere and provide supplementary information for users while watching videos. Automatically generating live video comments can im…

Comment GenerationDecodermodel

APIContext2Com: Code Comment Generation by Incorporating Pre-Defined API Documentation

2023-03-03 · Ramin Shahbazi, Fatemeh Fard

Code comments are significantly helpful in comprehending software programs and also aid developers to save a great deal of time in software maintenance. Code comment generation aims to automatically predict comments in n…

Code Comment GenerationComment GenerationDecoder

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
1–20 / 65 다음 →