smaximo commited on
Commit
819fc0d
1 Parent(s): 757095a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ article = """
67
  </tr>
68
  </tbody></table>
69
 
70
- <h3>Conclusion and Future Work</h3>
71
 
72
  <li>Question Answering is a complex task to understand, as it requires not only pre-processing the inputs, but also post-processing the outputs. Moreover, the metrics used are quite specific.
73
  <li>There is not as much documentation and tutorials available for QA as for other more popular NLP tasks. In particular, the examples provided are often focused on the SQUAD v1 format and not on SQUAD v2, the format selected for this project.
 
67
  </tr>
68
  </tbody></table>
69
 
70
+ <h3>Challenges</h3>
71
 
72
  <li>Question Answering is a complex task to understand, as it requires not only pre-processing the inputs, but also post-processing the outputs. Moreover, the metrics used are quite specific.
73
  <li>There is not as much documentation and tutorials available for QA as for other more popular NLP tasks. In particular, the examples provided are often focused on the SQUAD v1 format and not on SQUAD v2, the format selected for this project.