Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

johnnyb1509/2020_VBDI_DL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2020_VBDI_DL

VinBigData_Deeplearning

Member:

  • Nguyen Minh Son
  • Dang Quynh Anh
  • Le Ngoc Hai

Construction of code:

- project\
    - src\
        - attention.py              # Attention module
        - base_model.py             # Include 3 base models
        - beam_search.py            # Self-created Beam search  (still in testing stage)
        - inference_summary.py      # Function to rewrite the summary from full text
        - rouge_score.py            # Rouge score
        - utils_.py                 # other functions needed for project
    - trainning.py                  # for training
    - decoder.py                    # for decoding and calculate rouge score
    - preprocess_data.ipynb         # Data preprocessor for each kind of model
    - evaluate.ipynb                # visualize the rouge score of result
    - requirement.txt

Data

Data used in this project is re-format and uploaded from the MediaFire link:

In which, the raw data is the Vietnamese Benchmark Data VNDS:

Referrence SOTA models used in this project

FastAbs

We borrowed source code from Yen-Chun Chen, Mohit Bansal to re-train:

BERTSUM

We borrowed source code from Yang Liu to re-build our model for Vietnamese Extractive summary:

About

VinBigData_Deeplearning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published