2021
[Programmers] Disguise
October 21, 2021Solution to the Programmers 'Disguise' hash problem using combinatorics to count clothing outfit combinations.
1 min read·algorithm[Programmers] Phone Book
October 21, 2021Solution for the Programmers phone book problem using sorting and prefix comparison.
1 min read·algorithmQA with Phrase Retrieval
October 20, 2021Overview of phrase retrieval for open-domain QA, using dense-sparse representations to bypass the retriever-reader pipeline.
3 min read·nlp[Programmers] Immigration
October 20, 2021Solution for the Programmers immigration problem using binary search on time cost.
1 min read·algorithmNegative In-batch
October 18, 2021An approach that enables large-batch contrastive learning under memory constraints by using in-batch negatives instead of explicit negative sampling.
1 min read·nlpReducing Training Bias
October 18, 2021Types of training bias in MRC and ODQA, and techniques to mitigate them including negative sampling and annotation bias handling.
3 min read·nlp