Spaces:
Running on Zero
Running on Zero
Updated citations
Browse files
app.py
CHANGED
|
@@ -175,10 +175,12 @@ def reset_state():
|
|
| 175 |
|
| 176 |
|
| 177 |
with gr.Blocks(title="ZSInvert") as demo:
|
| 178 |
-
gr.Markdown("#
|
| 179 |
gr.Markdown(
|
| 180 |
"Reconstruct text from its embedding vector using "
|
| 181 |
-
"cosine-similarity-guided beam search."
|
|
|
|
|
|
|
| 182 |
)
|
| 183 |
|
| 184 |
# --- State ---
|
|
|
|
| 175 |
|
| 176 |
|
| 177 |
with gr.Blocks(title="ZSInvert") as demo:
|
| 178 |
+
gr.Markdown("# Inverting Embeddings")
|
| 179 |
gr.Markdown(
|
| 180 |
"Reconstruct text from its embedding vector using "
|
| 181 |
+
"cosine-similarity-guided beam search. "
|
| 182 |
+
"Based on [Text Embeddings Reveal (Almost) As Much As Text](https://arxiv.org/abs/2310.06816) "
|
| 183 |
+
"(Zhang, Morris, Shmatikov 2023)."
|
| 184 |
)
|
| 185 |
|
| 186 |
# --- State ---
|