shezamunir commited on
Commit
a8e7fd3
Β·
verified Β·
1 Parent(s): b39db91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -122,11 +122,11 @@ st.markdown(
122
  <div class="header">
123
  <br/>
124
  <p style="font-size:22px;">
125
- πŸ”Ž FactBench: A Dynamic Benchmark for In-the-Wild Language Model Factuality Evaluation
126
  </p>
127
  <p style="font-size:20px;">
128
- πŸ“‘ <a href="https://arxiv.org/abs/2410.22257v1">Paper</a> | πŸ’» <a href="https://github.com/launchnlp/FactBench">GitHub</a> | πŸ€— <a href="https://huggingface.co/datasets/launch/FactBench">HuggingFace</a> | 🐦 <a href="https://x.com/FarimaFB/status/1851752079318261933">X</a> | πŸ’¬ <a href="https://huggingface.co/spaces/launch/factbench/discussions">Discussion</a> |
129
- βš™οΈ <strong>Version</strong>: <strong>V1</strong> | <strong># Models</strong>: 7 | Updated: <strong>10/26/2024</strong>
130
  </p>
131
  </div>
132
  ''',
@@ -134,9 +134,9 @@ st.markdown(
134
  )
135
 
136
 
137
- # st.markdown('<div class="title">FactBench Leaderboard</div>',
138
  # unsafe_allow_html=True)
139
- # st.markdown('<div class="description">Benchmark for LM Factuality Evaluation</div>', unsafe_allow_html=True)
140
  st.markdown('</div>', unsafe_allow_html=True)
141
 
142
  # Load the data
 
122
  <div class="header">
123
  <br/>
124
  <p style="font-size:22px;">
125
+ VERIFACT: Enhancing Long-Form Factuality Evaluation with Refined Fact Extraction and Reference Facts
126
  </p>
127
  <p style="font-size:20px;">
128
+ # πŸ“‘ <a href="">Paper</a> | πŸ’» <a href="">GitHub</a> | πŸ€— <a href="">HuggingFace</a>
129
+ βš™οΈ <strong>Version</strong>: <strong>V1</strong> | <strong># Models</strong>: 8 | Updated: <strong>???</strong>
130
  </p>
131
  </div>
132
  ''',
 
134
  )
135
 
136
 
137
+ # st.markdown('<div class="title">VeriFact Leaderboard</div>',
138
  # unsafe_allow_html=True)
139
+ # st.markdown('<div class="description">Long-Form Factuality Evaluation with Refined Fact Extraction and Reference Facts</div>', unsafe_allow_html=True)
140
  st.markdown('</div>', unsafe_allow_html=True)
141
 
142
  # Load the data