Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -10,6 +10,19 @@ tags:
10
  - generation
11
  ---
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  # CLaRa-7B-E2E (Compression-16 & 128)
14
 
15
  The **CLaRa-7B-E2E** model is our fully end-to-end unified RAG model, jointly optimizing retrieval and generation with 16× and 128x document compression.
 
10
  - generation
11
  ---
12
 
13
+
14
+ # CLaRa: Bridging Retrieval and Generation with Continuous Latent Reasoning
15
+
16
+ <div align="center">
17
+ <img src="clara_logo.jpg" width="300"/>
18
+ </div>
19
+
20
+ <div align="center">
21
+ <a href="https://arxiv.org/abs/2511.18659"><img src="https://img.shields.io/badge/arXiv-2511.18659-b31b1b.svg" alt="arXiv"></a>
22
+ <a href="https://arxiv.org/abs/2511.18659"><img src="https://img.shields.io/badge/Paper-PDF-red.svg" alt="Paper"></a>
23
+ <a href="https://github.com/apple/ml-clara"><img src="https://img.shields.io/badge/GitHub-Code-blue.svg" alt="GitHub"></a>
24
+ </div>
25
+
26
  # CLaRa-7B-E2E (Compression-16 & 128)
27
 
28
  The **CLaRa-7B-E2E** model is our fully end-to-end unified RAG model, jointly optimizing retrieval and generation with 16× and 128x document compression.