paper-with-me

Papers

GPT-Guided Monte Carlo Tree Search for Symbolic Regression in Financial Fraud Detection

2024-11-07 · Prashank Kadam

With the increasing number of financial services available online, the rate of financial fraud has also been increasing. The traffic and transaction rates on the internet have increased considerably, leading to a need for fast decision-making. Financial institutions also have stringent regulations that often require transparency and explainability of the decision-making process. However, most state-of-the-art algorithms currently used in the industry are highly parameterized black-box models that rely on complex computations to generate a score. These algorithms are inherently slow and lack the explainability and speed of traditional rule-based learners. This work introduces SR-MCTS (Symbolic Regression MCTS), which utilizes a foundational GPT model to guide the MCTS, significantly enhancing its convergence speed and the quality of the generated expressions which are further extracted to rules. Our experiments show that SR-MCTS can detect fraud more efficiently than widely used methods in the industry while providing substantial insights into the decision-making process.

📄 PDF Abstract BibTeX arXiv:2411.04459

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingFraud DetectionSymbolic Regression

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Adam 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Discovering Mathematical Formulas from Data via GPT-guided Monte Carlo Tree Search

2024-01-24 · YanJie Li, Weijun Li, Lina Yu, Min Wu 외

Finding a concise and interpretable mathematical formula that accurately describes the relationship between each variable and the predicted value in the data is a crucial task in scientific research, as well as a signifi…

regressionSymbolic Regression

Monte Carlo Tree Search for Execution-Guided Program Repair with Large Language Models

2026-01-28 · Yixuan Liang arxiv

Automated program repair with large language models remains challenging at the repository level due to long-horizon reasoning requirements and the limitations of autoregressive decoding. We present CodePilot, a hybrid fr…

Program Repair

Constructing a Neuro-Symbolic Mathematician from First Principles

2025-12-31 · Keqin Xie arxiv

Large Language Models (LLMs) exhibit persistent logical failures in complex reasoning due to the lack of an internal axiomatic framework. We propose Mathesis, a neuro-symbolic architecture that encodes mathematical state…

Controlling Perceived Emotion in Symbolic Music Generation with Monte Carlo Tree Search

2022-08-10 · Lucas N. Ferreira, Lili Mou, Jim Whitehead, Levi H. S. Lelis

This paper presents a new approach for controlling emotion in symbolic music generation with Monte Carlo Tree Search. We use Monte Carlo Tree Search as a decoding mechanism to steer the probability distribution learned b…

Language ModelingLanguage ModellingMusic Generation

Improving Monte Carlo Tree Search for Symbolic Regression

2025-09-19 · Zhengyao Huang, Daniel Zhengyu Huang, Tiannan Xiao, Dina Ma 외 arxiv

Symbolic regression aims to discover concise, interpretable mathematical expressions that satisfy desired objectives, such as fitting data, posing a highly combinatorial optimization problem. While genetic programming ha…

Reinforcement Learning