-
Dense Embedding
October 14, 2021Dense embedding for passage retrieval: training bi-encoders with contrastive learning and negative sampling strategies.
3 min read ·nlp -
Passage Retrieval
October 13, 2021Fundamentals of passage retrieval for open-domain QA, covering sparse embedding, TF-IDF, and similarity search in vector space.
3 min read ·nlp -
[Baekjoon] 2048 (Easy)
October 13, 2021Solution for Baekjoon 12100 (2048 Easy) using brute-force simulation with block merging and four-directional movement.
2 min read ·algorithmpython -
Generation-based MRC
October 13, 2021Generation-based MRC using seq2seq models like BART: comparison with extraction-based approaches, preprocessing, and decoding strategies.
1 min read ·nlp -
Extraction-Based MRC
October 13, 2021Extraction-based machine reading comprehension: span prediction with BERT, preprocessing, fine-tuning, and post-processing.
1 min read ·naver-boostcamp -
Recent NLP Models
October 13, 2021Survey of post-BERT NLP models including XLNet, RoBERTa, BART, T5, Meena, and controllable language models like PPLM.
3 min read ·nlp
2021