shezamunir commited on
Commit
643980c
·
verified ·
1 Parent(s): 56e8880

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +9 -6
src/streamlit_app.py CHANGED
@@ -29,11 +29,11 @@ st.markdown(
29
  <div class="header">
30
  <br/>
31
  <p style="font-size:22px;">
32
- VERIFACT: Enhancing Long-Form Factuality Evaluation with Refined Fact Extraction and Reference Facts
33
  </p>
34
  <p style="font-size:20px;">
35
- # 📑 <a href="">Paper</a> | 💻 <a href="">GitHub</a> | 🤗 <a href="">HuggingFace</a>
36
- ⚙️ <strong>Version</strong>: <strong>V1</strong> | <strong># Models</strong>: 12 | Updated: <strong>April 2025</strong>
37
  </p>
38
  </div>
39
  ''',
@@ -88,8 +88,11 @@ with tab1:
88
  st.markdown(html, unsafe_allow_html=True)
89
 
90
  with tab2:
91
- st.markdown("### Benchmark Details")
92
  st.write(
93
- "VERIFACT is a factuality evaluation framework for long‑form LLM outputs. "
94
- "FACTRBENCH provides reference fact sets and external evidence across real‑world prompts."
 
 
 
95
  )
 
29
  <div class="header">
30
  <br/>
31
  <p style="font-size:22px;">
32
+ ExpertLongBench: Benchmarking Language Models on Expert-Level Long-Form Generation with Structured Checklists
33
  </p>
34
  <p style="font-size:20px;">
35
+ 📑 <a href="">Paper</a> | 💻 <a href="">GitHub</a> | <strong>K</strong> <a href="">Kaggle</a> <add links later>
36
+ ⚙️ <strong>Version</strong>: <strong>V1</strong> | <strong># Models</strong>: 12 | Updated: <strong>May 2025</strong>
37
  </p>
38
  </div>
39
  ''',
 
88
  st.markdown(html, unsafe_allow_html=True)
89
 
90
  with tab2:
91
+ st.markdown("## Abstract")
92
  st.write(
93
+ "<add final abstract here>"
94
+ )
95
+ st.markdown("## Pipeline")
96
+ st.write(
97
+ "<add final pipeline figure here>"
98
  )