Spaces:
Runtime error
Runtime error
amandakonet
commited on
Commit
β’
3404fa4
1
Parent(s):
4dc5b23
test tab
Browse files
app.py
CHANGED
@@ -51,9 +51,9 @@ st.markdown("1. User inputs a climate claim")
|
|
51 |
#st.image(input_gif, width=100)
|
52 |
|
53 |
st.markdown("2. Retrieve evidence related to input claim")
|
54 |
-
st.markdown("
|
55 |
-
st.markdown("
|
56 |
-
st.markdown("
|
57 |
|
58 |
st.markdown("3. Send (claim, evidence) pairs to a transformer model. Have the model predict whether each evidence supports, refutes, or is not relevant to the claim. (π YOU ARE HERE!)")
|
59 |
|
|
|
51 |
#st.image(input_gif, width=100)
|
52 |
|
53 |
st.markdown("2. Retrieve evidence related to input claim")
|
54 |
+
st.markdown(" - Similarity between claim and available documents")
|
55 |
+
st.markdown(" - For each claim, collect N related documents")
|
56 |
+
st.markdown(" - Current area of research: How do we keep the set of curated documents up-to-date? Validate their contents?")
|
57 |
|
58 |
st.markdown("3. Send (claim, evidence) pairs to a transformer model. Have the model predict whether each evidence supports, refutes, or is not relevant to the claim. (π YOU ARE HERE!)")
|
59 |
|