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

Adds Residual X feature, Multi-task learning v1 and SRL configs from dev/v1.2/jy #67

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Conversation

purujitgoyal
Copy link
Collaborator

@purujitgoyal purujitgoyal commented Jan 6, 2022

Residual X feature concats embedded_x with y before passing to global_score.
Sample config at model_configs/srl/ontonotes_seal_nce_bert_residual.jsonnet

Multi-Task v1 assumes tasknn don't has its own tag_projection_layer and will be trained by tasknn-optimizer while both scorenn and sampler/infernece_module train their own tag_projection_layer.
Added a sample config at model_configs/sequence_tagging/conll2003_seal_nce_self_attention_bilstm_multi_task.jsonnet

@purujitgoyal purujitgoyal changed the title Adds Residual X feature and SRL configs from dev/v1.2/jy Adds Residual X feature, Multi-task learning v1 and SRL configs from dev/v1.2/jy Jan 9, 2022
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

Successfully merging this pull request may close these issues.

2 participants