paper-with-me

Papers

Preprocessing Source Code Comments for Linguistic Models

2022-08-23 · Sergey Matskevich, Colin S. Gordon

Comments are an important part of the source code and are a primary source of documentation. This has driven interest in using large bodies of comments to train or evaluate tools that consume or produce them -- such as generating oracles or even code from comments, or automatically generating code summaries. Most of this work makes strong assumptions about the structure and quality of comments, such as assuming they consist mostly of proper English sentences. However, we know little about the actual quality of existing comments for these use cases. Comments often contain unique structures and elements that are not seen in other types of text, and filtering or extracting information from them requires some extra care. This paper explores the contents and quality of Python comments drawn from 840 most popular open source projects from GitHub and 8422 projects from SriLab dataset, and the impact of na\"ive vs. in-depth filtering can have on the use of existing comments for training and evaluation of systems that generate comments.

📄 PDF Abstract BibTeX arXiv:2208.11235

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An Annotation Framework for Luxembourgish Sentiment Analysis

2020-05-01 · LREC 2020 5 · Joshgun Sirajzade, Daniela Gierschek, Christoph Schommer

The aim of this paper is to present a framework developed for crowdsourcing sentiment annotation for the low-resource language Luxembourgish. Our tool is easily accessible through a web interface and facilitates sentence…

ArticlesPOSSentenceSentiment Analysis+1

Automated Identification of Toxic Code Reviews Using ToxiCR

2022-02-26 · Jaydeb Sarker, Asif Kamal Turzo, Ming Dong, Amiangshu Bosu

Toxic conversations during software development interactions may have serious repercussions on a Free and Open Source Software (FOSS) development project. For example, victims of toxic conversations may become afraid to …

A Convolutional Neural Network for Language-Agnostic Source Code Summarization

2019-03-29 · Jessica Moore, Ben Gelman, David Slater

Descriptive comments play a crucial role in the software engineering process. They decrease development time, enable better bug detection, and facilitate the reuse of previously written code. However, comments are common…

Code SummarizationDecoderDescriptiveSource Code Summarization

Medical Dataset Classification for Kurdish Short Text over Social Media

2022-03-26 · Ari M. Saeed, Shnya R. Hussein, Chro M. Ali, Tarik A. Rashid

The Facebook application is used as a resource for collecting the comments of this dataset, The dataset consists of 6756 comments to create a Medical Kurdish Dataset (MKD). The samples are comments of users, which are ga…

text-classificationText Classification

Comparative Analysis of AutoML and BiLSTM Models for Cyberbullying Detection on Indonesian Instagram Comments

2026-04-29 · Raihana Adelia Putri, Aisyah Musfirah, Anggi Puspita Ningrum, Luluk Muthoharoh 외 arxiv

This study compares machine learning and deep learning approaches for cyberbullying detection in Indonesian-language Instagram comments. Using a balanced dataset of 650 comments labeled as Bullying and Non-Bullying, the …