Improve model card: Add description, paper and code links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -1,11 +1,19 @@
1
  ---
2
- license: apache-2.0
3
- language:
4
- - en
5
  base_model:
6
  - Qwen/Qwen2.5-3B-Instruct
7
- pipeline_tag: text-generation
 
8
  library_name: transformers
 
 
9
  tags:
10
  - agent
11
- ---
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
2
  base_model:
3
  - Qwen/Qwen2.5-3B-Instruct
4
+ language:
5
+ - en
6
  library_name: transformers
7
+ license: apache-2.0
8
+ pipeline_tag: text-generation
9
  tags:
10
  - agent
11
+ ---
12
+
13
+ # GTAlign: Game-Theoretic Alignment of LLM Assistants for Mutual Welfare
14
+
15
+ 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.
16
+
17
+ - 📄 Paper: [GTAlign: Game-Theoretic Alignment of LLM Assistants for Mutual Welfare](https://huggingface.co/papers/2510.08872)
18
+ - 💻 Code: [https://github.com/ulab-uiuc/GTAlign](https://github.com/ulab-uiuc/GTAlign)
19
+ - 🌐 Project Page: [https://huggingface.co/GTAlign](https://huggingface.co/GTAlign)