pku-alignment/align-anything

Align Anything: Training All-modality Model with Feedback

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 55 seconds ago
Added to GitGenius on September 14th, 2026
Created on July 14th, 2024
Open Issues & Pull Requests: 32 (+0)
GitHub issues: Enabled
Number of forks: 504
Total Stargazers: 4,671 (+0)
Total Subscribers: 270 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 22.3 hours
Mean response time: 9.3 days
90th percentile: 18.1 days
Tracked items: 67

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about an hour, while "enhancement" waits about 34 hours. Three people close 61% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 29
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 508 days
Stale 30+ days: 29
Stale 90+ days: 29

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • question (44)
  • enhancement (13)
  • bug (11)
  • algorithms (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Align Anything is a framework for training multimodal models with human feedback across any combination of input and output modalities.

The project addresses the challenge of aligning large models that process diverse modalities—images, video, audio, and text—with human intentions and values. It provides a modular architecture that enables fine-tuning of any-to-any models using multiple alignment methods including supervised fine-tuning, direct preference optimization, reinforcement learning from human feedback, and rule-based reinforcement learning approaches. The framework includes a multimodal command-line interface for working with different modalities and supports specialized training techniques such as reasoning-focused training based on chain-of-thought datasets.

Teams should adopt this tool if they are working on multimodal model alignment and need flexibility to experiment with different training approaches and model architectures. The highly modular design allows customization for specific tasks without requiring extensive modifications to the core codebase. The project is particularly suited for researchers and practitioners building vision-language models, video understanding systems, or other cross-modal applications who want to incorporate human feedback into their training pipelines. The framework supports multiple state-of-the-art models and includes dedicated evaluation tools through its integrated eval-anything project.

Development activity shows active expansion of model support with recent integration of new model families. The project maintains a public roadmap indicating planned work on additional inference engines, advanced vision-language-agent algorithms, and enhanced reinforcement learning training features. The codebase includes specialized sub-projects such as InterMT for multi-turn interleaved preference alignment and eval-anything for large-scale model evaluation, suggesting a structured approach to extending capabilities. Documentation is provided through a dedicated read-the-docs site alongside quick-start guides in the repository.