This is the repository for some of the research assistant work done at Nanjing University from Summer 2023 to Winter 2024. The related programming work was implemented using Python NumPy & Keras. Other research work involved data collection, data cleaning, and analysis. Please feel free to email me at ruoheng.du@nyu.edu for any more information.
The /text_classification directory contains the training and prediction using the Hierarchical Attention Network model on different datasets. This part of the work aimed to explore the effectiveness of classification models for future research.
The /word_embeddings directory includes the code for static word embeddings, contextual word embeddings, and their Cartesian product. This part of the work aimed to prepare for text processing in subsequent research.