Skip to content

The objective of this project is to design a model to generate 3 different kinds of headlines(Chinese) of news.

Notifications You must be signed in to change notification settings

chipinzhen/StylizedTitleGeneration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StylizedTitleGeneration

The objective of this project is to design a model to generate 3 different kinds of headlines(Chinese) of news.

The style here are offcial style, normal style, and clickbait style.

The model is based on the BART from huggingface. The style guided mechanisms are applied in Decoder.

The cleaned version dataset can be collected from https://drive.google.com/drive/folders/1aCBBZAiDwC_Duumr3vRJGF30vtGuAgrB?usp=sharing

The Framework of model

image The two tasks share the encoder.

The style guided decoder

image

As shown in above figure, The style guided mechanisms are implemented by using style-guided normalization layer and style guided attention layer.

About

The objective of this project is to design a model to generate 3 different kinds of headlines(Chinese) of news.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages