ankanghosh commited on
Commit
6e7c59a
·
verified ·
1 Parent(s): 4dbfec8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -147,6 +147,8 @@ with st.sidebar:
147
  st.info(
148
  "This system uses a combination of NLP techniques and LLMs to "
149
  "extract claims, gather evidence, and classify the truthfulness of statements.\n\n"
 
 
150
  "**Technical:** Built with Python, Streamlit, LangGraph, and OpenAI, leveraging spaCy for NLP and various APIs for retrieving evidence from diverse sources."
151
  )
152
 
@@ -256,8 +258,7 @@ claim_input = st.text_area("",
256
  height=100,
257
  placeholder=(
258
  "Examples: The Eiffel Tower is located in Rome, Italy. "
259
- "Meta recently released its Llama 4 large language model. "
260
- "Justin Trudeau is not the Canadian Prime Minister anymore. "
261
  "A recent piece of news."
262
  ),
263
  key="claim_input_area",
 
147
  st.info(
148
  "This system uses a combination of NLP techniques and LLMs to "
149
  "extract claims, gather evidence, and classify the truthfulness of statements.\n\n"
150
+ "**Performance Metrics:** The system achieves **Accuracy** between 50.0% and 57.5% and a **Safety Rate** between 82.5% and 85.0% (the percentage of time the system does not classify information incorrectly). "
151
+ "These metrics tend to vary with time due to the dynamic nature of information - new content is constantly being generated while older content gets deprioritized by sources.\n\n"
152
  "**Technical:** Built with Python, Streamlit, LangGraph, and OpenAI, leveraging spaCy for NLP and various APIs for retrieving evidence from diverse sources."
153
  )
154
 
 
258
  height=100,
259
  placeholder=(
260
  "Examples: The Eiffel Tower is located in Rome, Italy. "
261
+ "Meta released its Llama 4 large language model. "
 
262
  "A recent piece of news."
263
  ),
264
  key="claim_input_area",