Add model card and pipeline tag

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,3 +1,30 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pipeline_tag: audio-text-to-text
4
+ ---
5
+
6
+ # MATS: An Audio Language Model under Text-only Supervision
7
+
8
+ MATS is an audio-language multimodal Large Language Model (LLM) designed to handle multiple audio tasks using solely text-only supervision. By leveraging pre-trained audio-language alignment models such as CLAP, MATS projects the shared audio-language latent space into the LLM latent space, enabling audio comprehension without relying on audio data during training.
9
+
10
+ - **Paper:** [MATS: An Audio Language Model under Text-only Supervision](https://huggingface.co/papers/2502.13433)
11
+ - **GitHub Repository:** [https://github.com/wangwen-banban/MATS](https://github.com/wangwen-banban/MATS)
12
+
13
+ ## Highlights
14
+
15
+ - **Text-only Supervision:** Endows LLMs with audio comprehension capabilities without using audio data for fine-tuning.
16
+ - **Santa Mechanism:** Bridges the modality gap between audio and language embeddings within CLAP (Strongly-related noisy text with audio).
17
+ - **Versatility:** Capable of handling various audio tasks including captioning, classification, and Question Answering.
18
+
19
+ ## Citation
20
+
21
+ If you find MATS useful in your research, please cite:
22
+
23
+ ```bibtex
24
+ @article{wang2025matsaudiolanguagemodel,
25
+ title={MATS: An Audio Language Model under Text-only Supervision},
26
+ author={Wen Wang and Ruibing Hou and Hong Chang and Shiguang Shan and Xilin Chen},
27
+ journal={arXiv preprint arXiv:2502.13433},
28
+ year={2025}
29
+ }
30
+ ```