paper-with-me

Papers

Deep Learning Models in Software Requirements Engineering

2021-05-17 · Maria Naumcheva

Requirements elicitation is an important phase of any software project: the errors in requirements are more expensive to fix than the errors introduced at later stages of software life cycle. Nevertheless, many projects do not devote sufficient time to requirements. Automated requirements generation can improve the quality of software projects. In this article we have accomplished the first step of the research on this topic: we have applied the vanilla sentence autoencoder to the sentence generation task and evaluated its performance. The generated sentences are not plausible English and contain only a few meaningful words. We believe that applying the model to a larger dataset may produce significantly better results. Further research is needed to improve the quality of generated data.

📄 PDF Abstract BibTeX arXiv:2105.07771

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningSentence

Similar Papers 제목 키워드 기반

Using Social Network Service to determine the Initial User Requirements for Small Software Businesses

2019-04-26 · Nazakat Ali, Jang-Eui Hong

Background/Objectives: Software engineering community has been studied extensively on large-sized software organizations and has provided suitable and interesting solutions. However, small software companies that make a …

Requirements Engineering Framework for Human-centered Artificial Intelligence Software Systems

2023-03-06 · Khlood Ahmad, Mohamed Abdelrazek, Chetan Arora, Arbind Agrahari Baniya 외

[Context] Artificial intelligence (AI) components used in building software solutions have substantially increased in recent years. However, many of these solutions focus on technical aspects and ignore critical human-ce…

ChatGPT Prompt Patterns for Improving Code Quality, Refactoring, Requirements Elicitation, and Software Design

2023-03-11 · Jules White, Sam Hays, Quchen Fu, Jesse Spencer-Smith 외

This paper presents prompt design techniques for software engineering, in the form of patterns, to solve common problems when using large language models (LLMs), such as ChatGPT to automate common software engineering ac…

Opening the Software Engineering Toolbox for the Assessment of Trustworthy AI

2020-07-14 · Mohit Kumar Ahuja, Mohamed-Bachir Belaid, Pierre Bernabé, Mathieu Collet 외

Trustworthiness is a central requirement for the acceptance and success of human-centered artificial intelligence (AI). To deem an AI system as trustworthy, it is crucial to assess its behaviour and characteristics again…

software testing

Agentic AI for Software: thoughts from Software Engineering community

2025-08-24 · Abhik Roychoudhury arxiv

AI agents have recently shown significant promise in software engineering. Much public attention has been transfixed on the topic of code generation from Large Language Models (LLMs) via a prompt. However, software engin…

Code GenerationProgram Repair