paper-with-me

Papers

GIRT-Model: Automated Generation of Issue Report Templates

2024-02-04 · Nafiseh Nikeghbal, Amir Hossein Kargaran, Abbas Heydarnoori

Platforms such as GitHub and GitLab introduce Issue Report Templates (IRTs) to enable more effective issue management and better alignment with developer expectations. However, these templates are not widely adopted in most repositories, and there is currently no tool available to aid developers in generating them. In this work, we introduce GIRT-Model, an assistant language model that automatically generates IRTs based on the developer's instructions regarding the structure and necessary fields. We create GIRT-Instruct, a dataset comprising pairs of instructions and IRTs, with the IRTs sourced from GitHub repositories. We use GIRT-Instruct to instruction-tune a T5-base model to create the GIRT-Model. In our experiments, GIRT-Model outperforms general language models (T5 and Flan-T5 with different parameter sizes) in IRT generation by achieving significantly higher scores in ROUGE, BLEU, METEOR, and human evaluation. Additionally, we analyze the effectiveness of GIRT-Model in a user study in which participants wrote short IRTs with GIRT-Model. Our results show that the participants find GIRT-Model useful in the automated generation of templates. We hope that through the use of GIRT-Model, we can encourage more developers to adopt IRTs in their repositories. We publicly release our code, dataset, and model at https://github.com/ISE-Research/girt-model.

📄 PDF Abstract BibTeX arXiv:2402.02632

Code (1)

ise-research/girt-model 공식 구현

Tasks

Language Modelling

Methods 이 논문이 사용한 방법론

Flan-T5 Flan-T5 is the instruction fine-tuned version of T5 or Text-to-Text Transfer Transformer Language Model.

Similar Papers 제목 키워드 기반

Automated Clinical Report Generation for Remote Cognitive Remediation: Comparing Knowledge-Engineered Templates and LLMs in Low-Resource Settings

2026-05-07 · Yongxin Zhou, Fabien Ringeval, François Portet arxiv

The growing demand for cognitive remediation therapy, combined with limited speech therapist availability, has accelerated the adoption of remote rehabilitation tools. These systems generate large volumes of interaction …

Writing by Memorizing: Hierarchical Retrieval-based Medical Report Generation

2021-05-25 · ACL 2021 5 · Xingyi Yang, Muchao Ye, Quanzeng You, Fenglong Ma

Medical report generation is one of the most challenging tasks in medical image analysis. Although existing approaches have achieved promising results, they either require a predefined template database in order to retri…

DecoderMedical Image AnalysisMedical Report GenerationRetrieval+1

Evaluation of Automated Image Descriptions for Visually Impaired Students

2021-06-29 · Anett Hoppe, David Morris, Ralph Ewerth

Illustrations are widely used in education, and sometimes, alternatives are not available for visually impaired students. Therefore, those students would benefit greatly from an automatic illustration description system,…

Data2Text Studio: Automated Text Generation from Structured Data

2018-11-01 · EMNLP 2018 11 · Longxu Dou, Guanghui Qin, Jinpeng Wang, Jin-Ge Yao 외

Data2Text Studio is a platform for automated text generation from structured data. It is equipped with a Semi-HMMs model to extract high-quality templates and corresponding trigger conditions from parallel data automatic…

Data-to-Text GenerationText Generation

SIAM: Head and Brain MRI Segmentation from Few High-Quality Templates via Synthetic Training

2026-05-04 · Romain Valabregue, Ines Khemir, Eric Badinet, François Rousseau 외 arxiv

Synthetic training has recently advanced brain MRI segmentation by enabling contrast-agnostic models trained entirely on generated data. However, most existing approaches rely on hundreds of automatically labeled templat…

Image Generation