Skip to content

NKWBTB/SummaCoz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,006 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SummaCoz

Paper Link

SummaCoz: A Dataset for Improving the Interpretability of Factual Consistency Detection for Summarization

Dataset Link

You can access the dataset on huggingface datasets nkwbtb/SummaCoz

from datasets import load_dataset
summacoz = load_dataset("nkwbtb/SummaCoz")

File structure

  • train.py: training script
  • testing.py: testing script for Balanced Accuracy on test sets
  • template.py: prompt template and functions for parsing the LLM output
  • merge_adapter.py: merge LoRA adapter to the original model
  • llama2_gen.py: generate with llama2
  • instruct_data.py: dataset utility for training, merge the generated reasoning back to the dataset
  • config.py: model and hyperparameters setting
  • check_overlap.py: check the overlap between different datasets, remove the duplications for training

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors