nielsr's picture
nielsr HF Staff
Improve model card: Add description, paper and code links
12e6123 verified
|
raw
history blame
777 Bytes
---
base_model:
- Qwen/Qwen2.5-3B-Instruct
language:
- en
library_name: transformers
license: apache-2.0
pipeline_tag: text-generation
tags:
- agent
---
# GTAlign: Game-Theoretic Alignment of LLM Assistants for Mutual Welfare
GTAlign is an alignment framework that integrates game-theoretic decision-making into both reasoning and training of LLM assistants, encouraging them to make decisions that are not only accurate but also rational, cooperative, and transparent.
- πŸ“„ Paper: [GTAlign: Game-Theoretic Alignment of LLM Assistants for Mutual Welfare](https://huggingface.co/papers/2510.08872)
- πŸ’» Code: [https://github.com/ulab-uiuc/GTAlign](https://github.com/ulab-uiuc/GTAlign)
- 🌐 Project Page: [https://huggingface.co/GTAlign](https://huggingface.co/GTAlign)