paper-with-me

Papers

Gala: Global LLM Agents for Text-to-Model Translation

2025-09-10 · Junyang Cai, Serdar Kadioglu, Bistra Dilkina arxiv

Natural language descriptions of optimization or satisfaction problems are challenging to translate into correct MiniZinc models, as this process demands both logical reasoning and constraint programming expertise. We introduce Gala, a framework that addresses this challenge with a global agentic approach: multiple specialized large language model (LLM) agents decompose the modeling task by global constraint type. Each agent is dedicated to detecting and generating code for a specific class of global constraint, while a final assembler agent integrates these constraint snippets into a complete MiniZinc model. By dividing the problem into smaller, well-defined sub-tasks, each LLM handles a simpler reasoning challenge, potentially reducing overall complexity. We conduct initial experiments with several LLMs and show better performance against baselines such as one-shot prompting and chain-of-thought prompting. Finally, we outline a comprehensive roadmap for future work, highlighting potential enhancements and directions for improvement.

📄 PDF Abstract BibTeX arXiv:2509.08970

Code (0)

등록된 구현이 없습니다.

Tasks

Logical Reasoning

Similar Papers 제목 키워드 기반

Investigation on deep learning-based galaxy image translation models

2025-08-05 · Hengxin Ruan, Qiufan Lin, Shupei Chen, Yang Wang 외 arxiv

Galaxy image translation is an important application in galaxy physics and cosmology. With deep learning-based generative models, image translation has been performed for image generation, data quality enhancement, infor…

Information ExtractionAnomaly DetectionImage Generation

Galaxy Image Translation with Semi-supervised Noise-reconstructed Generative Adversarial Networks

2021-01-19 · Qiufan Lin, Dominique Fouchez, Jérôme Pasquet

Image-to-image translation with Deep Learning neural networks, particularly with Generative Adversarial Networks (GANs), is one of the most powerful methods for simulating astronomical images. However, current work is li…

Image-to-Image TranslationSurveyTranslation

Gossip-based Actor-Learner Architectures for Deep Reinforcement Learning

2019-06-09 · NeurIPS 2019 12 · Mahmoud Assran, Joshua Romoff, Nicolas Ballas, Joelle Pineau 외

Multi-simulator training has contributed to the recent success of Deep Reinforcement Learning by stabilizing learning and allowing for higher training throughputs. We propose Gossip-based Actor-Learner Architectures (GAL…

Deep Reinforcement LearningGPUreinforcement-learningReinforcement Learning+1

Galaxy: A Cognition-Centered Framework for Proactive, Privacy-Preserving, and Self-Evolving LLM Agents

2025-08-06 · Chongyu Bao, Ruimin Dai, Yangbo Shen, Runyang Jian 외 arxiv

Intelligent personal assistants (IPAs) such as Siri and Google Assistant are designed to enhance human capabilities and perform tasks on behalf of users. The emergence of LLM agents brings new opportunities for the devel…

LegalAgentBench: Evaluating LLM Agents in Legal Domain

2024-12-23 · Haitao Li, Junjie Chen, Jingli Yang, Qingyao Ai 외

With the increasing intelligence and autonomy of LLM agents, their potential applications in the legal domain are becoming increasingly apparent. However, existing general-domain benchmarks cannot fully capture the compl…

Decision Making