Hao Xu
commited on
Commit
Β·
15e1734
1
Parent(s):
f420004
update arxiv link
Browse files
app.py
CHANGED
@@ -261,7 +261,7 @@ with gr.Blocks() as interface:
|
|
261 |
'''<h1 text-align="center">π Benchmark Contamination Monitoring System</h1>
|
262 |
|
263 |
<p style='font-size: 16px;'>This system monitors potential contamination in benchmark datasets used for evaluating language models across various open-source corpora π§.</p>
|
264 |
-
<p style='font-size: 16px;'>The system is released along with our paper Infini-gram mini: Exact n-gram Search at the Internet Scale with FM-Index
|
265 |
<p style='font-size: 16px;'>We welcome the community to submit new benchmarks for contamination analysis using the <b>"Add New Benchmarks"</b> tab.</p>
|
266 |
'''
|
267 |
)
|
|
|
261 |
'''<h1 text-align="center">π Benchmark Contamination Monitoring System</h1>
|
262 |
|
263 |
<p style='font-size: 16px;'>This system monitors potential contamination in benchmark datasets used for evaluating language models across various open-source corpora π§.</p>
|
264 |
+
<p style='font-size: 16px;'>The system is released along with our paper <a href="https://arxiv.org/abs/2506.12229">Infini-gram mini: Exact n-gram Search at the Internet Scale with FM-Index</a>, which documents the methodology and findings in detail.</p>
|
265 |
<p style='font-size: 16px;'>We welcome the community to submit new benchmarks for contamination analysis using the <b>"Add New Benchmarks"</b> tab.</p>
|
266 |
'''
|
267 |
)
|