Skip to content

s-mostafa-a/punctuation-prediction-with-NER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Punctuation Prediction Using NER Models

This is the course project for Data Mining EECS6412 at York University. For the full report, please read this file.

Dataset

We have used Wikipedia dataset Wikitext103V1.

Models

In this project we have implemented 3 different models for the punctuation prediction task.

  1. BLSTM:

BLSTM Net

  1. BERT:

BERT Net

  1. BLSTM on BERT:

BLSTM on BERT Net

Results

  1. BLSTM:

BLSTM Result

  1. BERT:

BERT Result

  1. BLSTM on BERT:

BLSTM on BERT Result