Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io> Signed-off-by: wang.yuqi <noooop@126.com> Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
3 lines
292 B
Django/Jinja
3 lines
292 B
Django/Jinja
A: {{ (messages | selectattr("role", "eq", "query") | first).content }}
|
|
B: {{ (messages | selectattr("role", "eq", "document") | first).content }}
|
|
Given a query A and a passage B, determine whether the passage contains an answer to the query by providing a prediction of either 'Yes' or 'No'. |