Evaluation of Project Performance in Participatory Budgeting
Abstract
Optimization problems are ubiquitous across various domains, such as resource scheduling, production planning, and sales management. Traditionally, they are modeled manually, leading to inefficiencies due to difficulties in communication and collaboration between modeling and domain experts. The emergence of Large Language Models (LLMs) has made automated modeling possible. However, real-world applications are often large-scale and have numerous variables and constraints, limiting the applicability of existing methods. To address this, we propose PaMOP, a novel modeling framework based on LLMs, to model optimization problems automatically, given only natural language descriptions. Specifically, we extract and partition the problems using a tree structure, guiding the LLMs to model each set of constraints with self-augmented prompts, thus reducing the demands on the LLM's capabilities of large contents. The mathematical model is then iteratively corrected and validated through our correction procedures. The experiments demonstrate that our method improves performance on the common benchmark dataset NLP4LP, achieving an accuracy of 62.3% and a code executability rate of 86.8% when tested on GPT-4. Additionally, we demonstrate the effectiveness of our PaMOP in handling large real-world problems.
Cite
Text
Boehmer et al. "Evaluation of Project Performance in Participatory Budgeting." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/296Markdown
[Boehmer et al. "Evaluation of Project Performance in Participatory Budgeting." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/boehmer2024ijcai-evaluation/) doi:10.24963/ijcai.2024/296BibTeX
@inproceedings{boehmer2024ijcai-evaluation,
title = {{Evaluation of Project Performance in Participatory Budgeting}},
author = {Boehmer, Niclas and Faliszewski, Piotr and Janeczko, Lukasz and Peters, Dominik and Pierczynski, Grzegorz and Schierreich, Simon and Skowron, Piotr and Szufa, Stanislaw},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2024},
pages = {2678-2686},
doi = {10.24963/ijcai.2024/296},
url = {https://mlanthology.org/ijcai/2024/boehmer2024ijcai-evaluation/}
}