Skip to content

adapt the prompt-gating to Decoder-only language models #2

@Zhaoyi-Li21

Description

@Zhaoyi-Li21

Hi, I am working on adapting the method (say, prompt-gating) from BART (enc-dec transformers) to GPT2 (dec-only transformers) and stuff.
Regarding the paper, I used prefix-tuning to train my condition vectors (e.g., sentiment, topic, ...) while adding prompt-gates as norms (right like what you did in the paper for bart).
However I found the result a little bit disappointing (not much better than without using norm) when I concatenate them together to do MCTG...

I am wondering if this idea can smoothly generalize to GPT-style models? Do you have such experience or suggestions?

I would definitely appreciate it if hearing response from you :D

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions