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

Question on Backbone for Experiments #27

Open
rahmahkn opened this issue Jun 27, 2023 · 3 comments
Open

Question on Backbone for Experiments #27

rahmahkn opened this issue Jun 27, 2023 · 3 comments

Comments

@rahmahkn
Copy link

Hi! I have a question after seeing your Performance section on README. Why doesn't it show the result for continual learning models using BERT (without frozen)? Thanks in advance!

@ZixuanKe
Copy link
Owner

Thank you for your interest and question.

We did have some trainable LM baselines like BERT NCL/ONE/MTL. However, you're correct in noting that we didn't have more baselines specifically designed for trainable BERT.

The primary reason for this is that many baselines (e.g., HAT) were not originally intended for LM, let alone trainable LM. The most straightforward approach to using them for LM would likely involve employing adapters or other parameter-efficient tuning methods (where the LM is fixed).

We may add more baselines that are with trainable LM later. Before that, if you're interested in trainable LM baselines, feel free to check our latest paper and code in the repository https://github.com/UIC-Liu-Lab/ContinualLM. Our focus of that repository is on trainable LM, particularly in the pre-training setting where training the full LM is typically required.

@rahmahkn
Copy link
Author

Ah I see. Thank you for your response.

@rahmahkn
Copy link
Author

By the way, I have another question regarding this sentence "The most straightforward approach to using them for LM would likely involve employing adapters or other parameter-efficient tuning methods (where the LM is fixed)."

Do you have any papers or other references about this? I am interested to know more about it. Thank you!

@rahmahkn rahmahkn reopened this Jul 10, 2023
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

2 participants