Skip to content

Coursework for C490 Natural Language Processing, Imperial College London

Notifications You must be signed in to change notification settings

ansonmiu0214/C490CW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CO490 Coursework: NLP Quality Estimation

Team

  • Anson Miu
  • Cheryl Chen
  • Clara Gila

Introduction

Sentence-level quality estimation (QE) has emerged as a challenging task in natural langauge processing: given a source sentence and its machine translation (MT), the model should predict a score that expresses the quality of the translation (e.g. higher values indicate accurate translations).

We introduce four different methods for performing sentence-level QE for pairs of source sentences and MT in English and Chinese respectively.

Getting Started

Open Sentence_Level_QE_2020.ipynb on Google Colab and run the cells in order.

Prerequisites

Tested on Google Colab

All required module/package dependencies, language models and data files will be downloaded in the notebook cells as required.

Troubleshooting

  • Make sure GPU is selected under Runtime > Change runtime type
  • Restart the runtime and run the cells in order - the utility section contains functions used globally throughout the notebook

About

Coursework for C490 Natural Language Processing, Imperial College London

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published