Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ md = """
|
|
104 |
|
105 |
A Document-Retrieval QA application built by training **[RoBERTa model](https://arxiv.org/pdf/1907.11692)** on **[SQuAD 2.0](https://rajpurkar.github.io/SQuAD-explorer/)** dataset for efficient answer extraction and
|
106 |
the system is augmented by using NLP based **[BM25](https://www.researchgate.net/publication/220613776_The_Probabilistic_Relevance_Framework_BM25_and_Beyond)** retriever for information retrieval from a large text corpus.
|
107 |
-
The project is a brief enhancement and augmentation to the work done in the research paper **
|
108 |
In this paper we study about BERT and its advanced variants and learn to build an efficient answer extraction QA system from scratch.
|
109 |
The built system can be used in information retrieval system and search engines.
|
110 |
|
|
|
104 |
|
105 |
A Document-Retrieval QA application built by training **[RoBERTa model](https://arxiv.org/pdf/1907.11692)** on **[SQuAD 2.0](https://rajpurkar.github.io/SQuAD-explorer/)** dataset for efficient answer extraction and
|
106 |
the system is augmented by using NLP based **[BM25](https://www.researchgate.net/publication/220613776_The_Probabilistic_Relevance_Framework_BM25_and_Beyond)** retriever for information retrieval from a large text corpus.
|
107 |
+
The project is a brief enhancement and augmentation to the work done in the research paper **Encoder-based LLMs: Building QA systems and Comparative Analysis**.
|
108 |
In this paper we study about BERT and its advanced variants and learn to build an efficient answer extraction QA system from scratch.
|
109 |
The built system can be used in information retrieval system and search engines.
|
110 |
|