paper-with-me

홈 › Papers

Integrating Natural Language Prompting Tasks in Introductory Programming Courses

2024-10-04 · Chris Kerslake, Paul Denny, David H Smith IV, James Prather, Juho Leinonen, Andrew Luxton-Reilly, Stephen MacNeil

Introductory programming courses often emphasize mastering syntax and basic constructs before progressing to more complex and interesting programs. This bottom-up approach can be frustrating for novices, shifting the focus away from problem solving and potentially making computing less appealing to a broad range of students. The rise of generative AI for code production could partially address these issues by fostering new skills via interaction with AI models, including constructing high-level prompts and evaluating code that is automatically generated. In this experience report, we explore the inclusion of two prompt-focused activities in an introductory course, implemented across four labs in a six-week module. The first requires students to solve computational problems by writing natural language prompts, emphasizing problem-solving over syntax. The second involves students crafting prompts to generate code equivalent to provided fragments, to foster an understanding of the relationship between prompts and code. Most of the students in the course had reported finding programming difficult to learn, often citing frustrations with syntax and debugging. We found that self-reported difficulty with learning programming had a strong inverse relationship with performance on traditional programming assessments such as tests and projects, as expected. However, performance on the natural language tasks was less strongly related to self-reported difficulty, suggesting they may target different skills. Learning how to communicate with AI coding models is becoming an important skill, and natural language prompting tasks may appeal to a broad range of students.

📄 PDF Abstract BibTeX arXiv:2410.03063

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Can LLM Prompting Serve as a Proxy for Static Analysis in Vulnerability Detection

2024-12-16 · Ira Ceka, Feitong Qiao, Anik Dey, Aastha Valecha 외

Despite their remarkable success, large language models (LLMs) have shown limited ability on applied tasks such as vulnerability detection. We investigate various prompting strategies for vulnerability detection and, as …

Vulnerability Detection

Text Style Transfer: An Introductory Overview

2024-07-20 · Sourabrata Mukherjee, Ondrej Dušek

Text Style Transfer (TST) is a pivotal task in natural language generation to manipulate text style attributes while preserving style-independent content. The attributes targeted in TST can vary widely, including politen…

Style TransferText GenerationText Style Transfer

An Introductory Survey on Attention Mechanisms in NLP Problems

2018-11-12 · Dichao Hu

First derived from human intuition, later adapted to machine translation for automatic token alignment, attention mechanism, a simple method that can be used for encoding sequence data based on the importance score each …

Dependency ParsingGeneral ClassificationMachine TranslationQuestion Answering+5

Many bioinformatics programming tasks can be automated with ChatGPT

2023-03-07 · Stephen R. Piccolo, Paul Denny, Andrew Luxton-Reilly, Samuel Payne 외

Computer programming is a fundamental tool for life scientists, allowing them to carry out many essential research tasks. However, despite a variety of educational efforts, learning to write code can be a challenging end…

Naive Bayes versus BERT: Jupyter notebook assignments for an introductory NLP course

2021-06-01 · NAACL (TeachingNLP) 2021 6 · Jennifer Foster, Joachim Wagner

We describe two Jupyter notebooks that form the basis of two assignments in an introductory Natural Language Processing (NLP) module taught to final year undergraduate students at Dublin City University. The notebooks sh…