Trayvon commited on
Commit
0ab3cc6
1 Parent(s): 60e2092

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with demo:
75
  elem_classes="markdown-text",
76
  )
77
 
78
- gr.Markdown("""🤖**ConvRe**🤯 is the benchmark proposed in our EMNLP 2023 main conference paper: [An Investigation of LLMs’ Inefficacy in Understanding Converse Relations]().
79
  It aims to evaluate LLMs' ability on understanding converse relations.
80
  Converse relation is defined as the opposite of semantic relation while keeping the surface form of the triple unchanged.
81
  For example, the triple `(x, has part, y)` is interpreted as "x has a part called y" in normal relation, while "y has a part called x" in converse relation 🔁.
 
75
  elem_classes="markdown-text",
76
  )
77
 
78
+ gr.Markdown("""🤖**ConvRe**🤯 is the benchmark proposed in our EMNLP 2023 main conference paper: [An Investigation of LLMs’ Inefficacy in Understanding Converse Relations](https://arxiv.org/abs/2310.05163).
79
  It aims to evaluate LLMs' ability on understanding converse relations.
80
  Converse relation is defined as the opposite of semantic relation while keeping the surface form of the triple unchanged.
81
  For example, the triple `(x, has part, y)` is interpreted as "x has a part called y" in normal relation, while "y has a part called x" in converse relation 🔁.