Minghan Li
Minghan Li
Does anyone know if there's a batching method for IndexReader.compute_query_document_score in anserini? The original method seems to run very slow, roughly 6 hrs for ~500k query-doc pairs on an Intel(R)...
Currently pyserini only supports building indexes on the document collections stored in the disk, but it would be nice to also support building indexes on the fly, i.e., using GPT-2...
Hi, I just found that the input embeddings of character-bert encoder are not tied with the output MLM weights. I would appreciate it if you could also release the pre-trained...
Dear BERT-Flow authors, I notice there's a mistake in your code where you attempt to average the last 2 layers of BERT but instead you average the first and last...
Nice implementation of the capsule network with EM routing! However, I do have a question about the function mat_transform() in the ConvCaps layer. In your implementation the weights are not...