jansowa commited on
Commit
d6e8af2
1 Parent(s): 13e7219

New text on the first tab

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ st.markdown("""
138
  tab1, tab2 = st.tabs([RESULTS_COLUMN_NAME, "Description"])
139
 
140
  with tab1:
141
- st.write("This benchmark evaluates the ability of language models to correctly interpret Polish texts with complex implicatures, such as sarcasm and idiomatic expressions. Models are assessed on sentiment analysis, understanding of true intentions, and identification of idiomatic phrases.")
142
 
143
  # Prepare data
144
  data = load_data('data.json')
 
138
  tab1, tab2 = st.tabs([RESULTS_COLUMN_NAME, "Description"])
139
 
140
  with tab1:
141
+ st.write("This benchmark is designed to evaluate the ability of language models to correctly interpret complex Polish texts, including sarcasm, phraseological compounds, and implicatures. Models are assessed not only on traditional sentiment analysis but also on their ability to understand and interpret more complex language forms. The focus is on how well models can uncover the intended meaning in texts that require going beyond literal word meanings to recognize deeper, context-dependent interpretations.")
142
 
143
  # Prepare data
144
  data = load_data('data.json')