nielsr HF Staff commited on
Commit
12e6123
·
verified ·
1 Parent(s): 42ba7b3

Improve model card: Add description, paper and code links

Browse files

This PR improves the model card by adding a description of the GTAlign model, a link to its paper ([GTAlign: Game-Theoretic Alignment of LLM Assistants for Mutual Welfare](https://huggingface.co/papers/2510.08872)), a link to the corresponding GitHub repository ([https://github.com/ulab-uiuc/GTAlign](https://github.com/ulab-uiuc/GTAlign)), and a link to the project page ([https://huggingface.co/GTAlign](https://huggingface.co/GTAlign)).

The existing metadata for `license`, `library_name`, `pipeline_tag`, `base_model`, `language`, and `tags` remains unchanged as it is already comprehensive.

Please review and merge if everything looks good!

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)