Spaces:
Running
on
Zero
Running
on
Zero
Commit
Β·
00c5352
1
Parent(s):
9006816
update
Browse files
app.py
CHANGED
@@ -857,22 +857,7 @@ with gr.Blocks(theme=theme, css=custom_css) as demo:
|
|
857 |
|
858 |
gr.Markdown("""
|
859 |
<div style="font-size: 18px;">
|
860 |
-
AttnTrace is an efficient context traceback method for long contexts (e.g., full papers). It is over 15Γ faster than the state-of-the-art context traceback method TracLLM. Compared to previous attention-based approaches, AttnTrace is more accurate, reliable, and memory-efficient.
|
861 |
-
""", elem_classes="feature-highlights")
|
862 |
-
|
863 |
-
# Image
|
864 |
-
with gr.Row():
|
865 |
-
with gr.Column(scale=3):
|
866 |
-
pass
|
867 |
-
with gr.Column(scale=4):
|
868 |
-
gr.Image("assets/fig1.png", show_label=False, container=False)
|
869 |
-
with gr.Column(scale=3):
|
870 |
-
pass
|
871 |
-
|
872 |
-
# Feature highlights
|
873 |
-
gr.Markdown("""
|
874 |
-
<div style="font-size: 18px;">
|
875 |
-
As shown in the above figure, AttnTrace can trace back to the texts in a long context that contribute to the output of an LLM. AttnTrace can be used in many real-world applications, such as tracing back to:
|
876 |
|
877 |
- π prompt injection instructions that manipulate LLM-generated paper reviews.
|
878 |
- π» malicious comment & code hiding in the codebase that misleads the AI coding assistant.
|
|
|
857 |
|
858 |
gr.Markdown("""
|
859 |
<div style="font-size: 18px;">
|
860 |
+
AttnTrace is an efficient context traceback method for long contexts (e.g., full papers). It is over 15Γ faster than the state-of-the-art context traceback method TracLLM. Compared to previous attention-based approaches, AttnTrace is more accurate, reliable, and memory-efficient. AttnTrace can be used in many real-world applications, such as tracing back to:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
861 |
|
862 |
- π prompt injection instructions that manipulate LLM-generated paper reviews.
|
863 |
- π» malicious comment & code hiding in the codebase that misleads the AI coding assistant.
|