paper-with-me

Papers

Steps are all you need: Rethinking STEM Education with Prompt Engineering

2024-12-06 · Krishnasai Addala, Kabir Dev Paul Baghel, Chhavi Kirtani, Avinash Anand, Rajiv Ratn Shah

Few shot and Chain-of-Thought prompting have shown promise when applied to Physics Question Answering Tasks, but are limited by the lack of mathematical ability inherent to LLMs, and are prone to hallucination. By utilizing a Mixture of Experts (MoE) Model, along with analogical prompting, we are able to show improved model performance when compared to the baseline on standard LLMs. We also survey the limits of these prompting techniques and the effects they have on model performance. Additionally, we propose Analogical CoT prompting, a prompting technique designed to allow smaller, open source models to leverage Analogical prompting, something they have struggled with, possibly due to a lack of specialist training data.

📄 PDF Abstract BibTeX arXiv:2412.05023

Code (0)

등록된 구현이 없습니다.

Tasks

AllHallucinationMixture-of-ExpertsPrompt EngineeringQuestion Answering

Similar Papers 제목 키워드 기반

Owlgorithm: Supporting Self-Regulated Learning in Competitive Programming through LLM-Driven Reflection

2025-11-13 · Juliana Nieto-Cardenas, Erin Joy Kramer, Peter Kurto, Ethan Dickey 외 arxiv

We present Owlgorithm, an educational platform that supports Self-Regulated Learning (SRL) in competitive programming (CP) through AI-generated reflective questions. Leveraging GPT-4o, Owlgorithm produces context-aware, …

AI Education in Higher Education: A Taxonomy for Curriculum Reform and the Mission of Knowledge

2025-09-27 · Tian Zheng arxiv

Artificial intelligence (AI) is reshaping higher education, yet current debates often feel tangled, mixing concerns about pedagogy, operations, curriculum, and the future of work without a shared framework. This paper of…

LLM Prompt Evaluation for Educational Applications

2026-01-22 · Langdon Holmes, Adam Coscia, Scott Crossley, Joon Suh Choi 외 arxiv

As large language models (LLMs) become increasingly common in educational applications, there is a growing need for evidence-based methods to design and evaluate LLM prompts that produce personalized and pedagogically al…

Prompt Engineering

Rethinking with Retrieval: Faithful Large Language Model Inference

2022-12-31 · Hangfeng He, Hongming Zhang, Dan Roth

Despite the success of large language models (LLMs) in various natural language processing (NLP) tasks, the stored knowledge in these models may inevitably be incomplete, out-of-date, or incorrect. This motivates the nee…

Language ModelingLanguage ModellingLarge Language Modelmodel+2

Enhancing Computer Programming Education with LLMs: A Study on Effective Prompt Engineering for Python Code Generation

2024-07-07 · Tianyu Wang, Nianjun Zhou, Zhixiong Chen

Large language models (LLMs) and prompt engineering hold significant potential for advancing computer programming education through personalized instruction. This paper explores this potential by investigating three crit…

Code GenerationPrompt Engineering