Coder Social home page Coder Social logo

yisyuanchen / spec Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 362 KB

Original PyTorch implementation for TASLP 2022 Paper "SPEC: Summary Preference Decomposition for Low-Resource Abstractive Summarization."

Home Page: https://ieeexplore.ieee.org/abstract/document/9992078

Python 89.58% Shell 10.42%
abstractive-summarization low-resource meta-learning transfer-learning

spec's Introduction

SPEC: Summary Preference Decomposition for Low-Resource Abstractive Summarization

[Paper] [Datasets] [Models]

Introduction

Original PyTorch implementation for TASLP 2022 Paper "SPEC: Summary Preference Decomposition for Low-Resource Abstractive Summarization " by Yi-Syuan Chen, Yun-Zhu Song, and Hong-Han Shuai.

Instructions

Dataset

The datasets are organized in CSV format for individual splits, where each row denotes a single datum. The input and output column names may differ across datasets, which will be handle within the codes (src/data/dataset_mappings.py). The CSV files also include the preference values for each datum, which are obtained by runing the script in src/get_preference/. To generate the representative preference, please also refer to the script in src/get_preference/.

You may check the formats and prepare your datasets accordingly to run on our codes.

We provide part of the datasets that can be directly used for exploring. After downloading from [Datasets], unzip the compressed file and place the datasets/ and analysis/ folders under SPEC/. The datasets/ folder contains the CSV files while the analysis/ folder contains the representative preferences required for runing the codes.

Run the Codes

We provide the scripts for training, adaptation, and testing of the SPEC-IPL and SPEC-IIPL. Please run them with ./scripts/<script_name>.sh under src/ folder.

We provide part of the models that can be directly used for exploring. After downloading from [Models], unzip the compressed file and place the results/ folder under SPEC/.

Citation

@ARTICLE{9992078,
    author={Chen, Yi-Syuan and Song, Yun-Zhu and Shuai, Hong-Han},
    journal={IEEE/ACM Transactions on Audio, Speech, and Language Processing}, 
    title={SPEC: Summary Preference Decomposition for Low-Resource Abstractive Summarization}, 
    year={2023},
    volume={31},
    number={},
    pages={603-618},
    doi={10.1109/TASLP.2022.3230539}
}

spec's People

Contributors

yisyuanchen avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.