๐ข Information credibility measuring pipeline
A pipeline used to measure ๏ธโ๏ธ System objective information credibility
๐พ Steps
- ๐ For data-set: Document level relevance (Pyserini BM25) -> ranking R0
- ๐ Per document: Passage level relevance (monot5) -> ranking R1
- ๐ Most relevant documents: Passage level reliability (super/unsupervised) -> is (not) reliable
- ๐ Score fusion = R0 + R1 + is(not)reliable -> R2