paper-with-me

홈 › Papers

Reasoning, Memorization, and Fine-Tuning Language Models for Non-Cooperative Games

2024-10-18 · Yunhao Yang, Leonard Berthellemy, Ufuk Topcu

We develop a method that integrates the tree of thoughts and multi-agent framework to enhance the capability of pre-trained language models in solving complex, unfamiliar games. The method decomposes game-solving into four incremental tasks -- game summarization, area selection, action extraction, and action validation -- each assigned to a specific language-model agent. By constructing a tree of thoughts, the method simulates reasoning paths and allows agents to collaboratively distill game representations and tactics, mitigating the limitations of language models in reasoning and long-term memorization. Additionally, an automated fine-tuning process further optimizes the agents' performance by ranking query-response pairs based on game outcomes, e.g., winning or losing. We apply the method to a non-cooperative game and demonstrate a 65 percent winning rate against benchmark algorithms, with an additional 10 percent improvement after fine-tuning. In contrast to existing deep learning algorithms for game solving that require millions of training samples, the proposed method consumes approximately 1000 training samples, highlighting its efficiency and scalability.

📄 PDF Abstract BibTeX arXiv:2410.14890

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMemorization

Similar Papers 제목 키워드 기반

On Memorization of Large Language Models in Logical Reasoning

2024-10-30 · Chulin Xie, Yangsibo Huang, Chiyuan Zhang, Da Yu 외

Large language models (LLMs) achieve good performance on challenging reasoning benchmarks, yet could also make basic reasoning mistakes. This contrasting behavior is puzzling when it comes to understanding the mechanisms…

Logical ReasoningMemorization

Unveiling Over-Memorization in Finetuning LLMs for Reasoning Tasks

2025-08-06 · Zhiwen Ruan, Yun Chen, Yutao Hou, Peng Li 외 arxiv

The pretrained large language models (LLMs) are finetuned with labeled data for better instruction following ability and alignment with human values. In this paper, we study the learning dynamics of LLM finetuning on rea…

Instruction Following

Exploring Memorization in Fine-tuned Language Models

2023-10-10 · Shenglai Zeng, Yaxin Li, Jie Ren, Yiding Liu 외

Large language models (LLMs) have shown great capabilities in various tasks but also exhibited memorization of training data, raising tremendous privacy and copyright concerns. While prior works have studied memorization…

Memorization

Leaner Training, Lower Leakage: Revisiting Memorization in LLM Fine-Tuning with LoRA

2025-06-25 · Fei Wang, Baochun Li

Memorization in large language models (LLMs) makes them vulnerable to data extraction attacks. While pre-training memorization has been extensively studied, fewer works have explored its impact in fine-tuning, particular…

Memorization

Memorization in NLP Fine-tuning Methods

2022-05-25 · FatemehSadat Mireshghallah, Archit Uniyal, Tianhao Wang, David Evans 외

Large language models are shown to present privacy risks through memorization of training data, and several recent works have studied such risks for the pre-training phase. Little attention, however, has been given to th…

Memorization