nikolamilosevic86 / verifAI

VerifAI initiative to build open-source easy-to-deploy generative question-answering engine that can reference and verify answers for correctness (using posteriori model)
https://verifai-project.com
GNU Affero General Public License v3.0
28 stars 1 forks source link

Implementation of Verification Part Backend and Fronted #20

Closed LorenzoCassano closed 6 months ago

LorenzoCassano commented 6 months ago

Adding the fact Verification Model in backend and frontend part.

I want a confirm if the input of verification model is correct. The implementation has the following structure for the input to the verification model: CLS CLAIM SEP ABSTRACT SEP

Closes #12