Natural Language Processing

Please use this form to arrange a time to meet me to discuss project supervision: https://forms.gle/G82EJhXymGU3Wbf58 I have the below projects available, all related to Natural Language Processing: Data Collection for Analysis of Language in Video; Video Sentiment Analysis; Automatic Video Transcription; Automatic Identification of bias in Video Language; Automatic Prediction of Video Content Quality; … Read more

Reconstructing Redacted Text Using A Tranformer LLM

Currently, the main method for enhancing the privacy of text is redaction i.e. masking out selected key words such as names, emails etc. While this is effective for removing obvious personally identifiable information, redacted text may potentially still leak textual patterns that can reveal authorship, sensitive topics (e.g. that the text relates to a medical … Read more

Training A Transformer LLM To Play Tic Tac Toe

Transformer neural nets have transformed natural language processing, but they can also be applied to other sequences not just sequences of words. In particular, they can be applied to game playing, which consists of a sequence of moves and where the task is to predict a good next move. In this project you will investigate … Read more