Skip to content

Latest commit

 

History

History

baselines

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Baselines

This repository contains the information about the baselines (query/answer translation and BM 25). All of the codes here are implemented by Velocity (Xinyan) Yu.

  • bm25: Codes to build a BM25-based lexical retriever for each target language. We use pyserini for the implementation.
  • trans-test: Codes for machine translation models used to translate input queries and answers.