paper-with-me

홈 › Papers

The AlphaPhysics Term Rewriting System for Marking Algebraic Expressions in Physics Exams

2025-07-24 · Peter Baumgartner, Lachlan McGinness arxiv

We present our method for automatically marking Physics exams. The marking problem consists in assessing typed student answers for correctness with respect to a ground truth solution. This is a challenging problem that we seek to tackle using a combination of a computer algebra system, an SMT solver and a term rewriting system. A Large Language Model is used to interpret and remove errors from student responses and rewrite these in a machine readable format. Once formalized and language-aligned, the next step then consists in applying automated reasoning techniques for assessing student solution correctness. We consider two methods of automated theorem proving: off-the-shelf SMT solving and term rewriting systems tailored for physics problems involving trigonometric expressions. The development of the term rewrite system and establishing termination and confluence properties was not trivial, and we describe it in some detail in the paper. We evaluate our system on a rich pool of over 1500 real-world student exam responses from the 2023 Australian Physics Olympiad.

📄 PDF Abstract BibTeX arXiv:2507.18337

Code (0)

등록된 구현이 없습니다.

Tasks

Automated Theorem Proving

Similar Papers 제목 키워드 기반

Non-determinsitic algebraic rewriting as adjunction

2022-04-26 · Răzvan Diaconescu

We develop a general model theoretic semantics to rewriting beyond the usual confluence and termination assumptions. This is based on preordered algebra which is a model theory that extends many sorted algebra. In this f…

Algebraic Dynamical Systems in Machine Learning

2023-11-06 · Iolo Jones, Jerry Swan, Jeffrey Giansiracusa

We introduce an algebraic analogue of dynamical systems, based on term rewriting. We show that a recursive function applied to the output of an iterated rewriting system defines a formal class of models into which all th…

Algebraic Net Class Rewriting Systems, Syntax and Semantics for Knowledge Representation and Automated Problem Solving

2013-05-24 · Seppo Ilari Tirri

The intention of the present study is to establish general framework for automated problem solving by approaching the task universal algebraically introducing knowledge as realizations of generalized free algebra based n…

Learning of Human-like Algebraic Reasoning Using Deep Feedforward Neural Networks

2017-04-25 · Cheng-Hao Cai, Dengfeng Ke, Yanyan Xu, Kaile Su

There is a wide gap between symbolic reasoning and deep learning. In this research, we explore the possibility of using deep learning to improve symbolic reasoning. Briefly, in a reasoning system, a deep feedforward neur…

LLM Watermark Evasion via Bias Inversion

2025-09-27 · Jeongyeon Hwang, Sangdon Park, Jungseul Ok arxiv

Watermarking offers a promising solution for detecting LLM-generated content, yet its robustness under realistic query-free (black-box) evasion remains an open challenge. Existing query-free attacks often achieve limited…