Skip to content

code for the arxiv paper "Subjective Bias in Abstractive Summarization"

Notifications You must be signed in to change notification settings

thinkwee/SubjectiveBiasABS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SubjectiveBiasABS

  • code for the paper "Subjective Bias in Abstractive Summarization"
  • arxiv pdf

introduction

  • params.py:hyperparameters
  • get_datasets.py:get the topk oracle sentences in the article then parse
  • process_dataset.py:turn parsed file into the format of DGL graph triplet
  • model.py:the self-supervised GCN model for extracting subjective style embedding
  • train.py:training
  • infer.py: infer the whole training set to get subjective style embedding for clustering

detail

  • negative samples of oracle sentences are uniform-sampled by the jaccard sim

About

code for the arxiv paper "Subjective Bias in Abstractive Summarization"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages