
Basic github commands
I sometimes forget github commands when I start and manage a new project.. So here I write some...

Setting Python packages in editable mode
Occasionally, during development, you may need to modify a Python package manually. One convenient way to do this...

[NLP Project] Information Retrieval for Insurance Documents
At our lab, I’m currently involved in a research project commissioned by an insurance company in South Korea....


25-1 Text analytics project – The DRAGON Challenge
Recently, I started an NLP project for my <Text Analytics> class. Following our professor’s recommendation to choose an...

[Paper Review] RoBERTa: A Robustly Optimized BERT Pretraining Approach
Introduction Experimental Setup Training Procedure Analysis Which choices are important for pretraining BERT models? Static vs. Dynamic Masking...