amandakonet commited on
Commit
3404fa4
β€’
1 Parent(s): 4dc5b23
Files changed (1) hide show
  1. app.py +3 -3
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(" - 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
 
 
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