Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Zhaoyi-Li21 opened this issue Nov 15, 2023 · 0 comments
Open

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

Zhaoyi-Li21 opened this issue Nov 15, 2023 · 0 comments

Comments

@Zhaoyi-Li21
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant