Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

MultiLabel-MultiClass Model for Joint Sequence Tagging #1335

Closed

Conversation

shivanipods
Copy link
Contributor

Summary:
We need to support multi-class as well as multi-label prediction for joint models in pytext. This diff implements a

  1. Joint Multi Label Decoder
  2. MultiLabelClassification Output Layer
  3. Loss computation for multi-label-multi-class scenarios
  4. Label weights per label and per class
  5. Softmax options for output layers
  6. Custom Metric Reporter, Metric Class and Output for flow

Reviewed By: seayoung1112

Differential Revision: D20210880

@facebook-github-bot facebook-github-bot added CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported labels Apr 24, 2020
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D20210880

shivanipods added a commit to shivanipods/pytext that referenced this pull request Apr 27, 2020
…rch#1335)

Summary:
Pull Request resolved: facebookresearch#1335

We need to support multi-class as well as multi-label prediction for joint models in pytext. This diff implements a

1. Joint Multi Label Decoder
2. MultiLabelClassification Output Layer
3. Loss computation for multi-label-multi-class scenarios
4. Label weights per label and per class
5. Softmax options for output layers
6. Custom Metric Reporter, Metric Class and Output for flow

Reviewed By: seayoung1112

Differential Revision: D20210880

fbshipit-source-id: 701ca0a32302f923f13efe012618bba693b2d4db
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D20210880

…rch#1335)

Summary:
Pull Request resolved: facebookresearch#1335

We need to support multi-class as well as multi-label prediction for joint models in pytext. This diff implements a

1. Joint Multi Label Decoder
2. MultiLabelClassification Output Layer
3. Loss computation for multi-label-multi-class scenarios
4. Label weights per label and per class
5. Softmax options for output layers
6. Custom Metric Reporter, Metric Class and Output for flow

Reviewed By: seayoung1112

Differential Revision: D20210880

fbshipit-source-id: 9351ef1957cb2076794d9ef402a1ee804f226c66
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D20210880

shivanipods added a commit to shivanipods/pytext that referenced this pull request Apr 29, 2020
…rch#1335)

Summary:
Pull Request resolved: facebookresearch#1335

We need to support multi-class as well as multi-label prediction for joint models in pytext. This diff implements a

1. Joint Multi Label Decoder
2. MultiLabelClassification Output Layer
3. Loss computation for multi-label-multi-class scenarios
4. Label weights per label and per class
5. Softmax options for output layers
6. Custom Metric Reporter, Metric Class and Output for flow

Differential Revision: D20210880

fbshipit-source-id: f6eca5e7d991c14b074f89b24cbc53960855341f
shivanipods added a commit to shivanipods/pytext that referenced this pull request Apr 29, 2020
…rch#1335)

Summary:
Pull Request resolved: facebookresearch#1335

We need to support multi-class as well as multi-label prediction for joint models in pytext. This diff implements a

1. Joint Multi Label Decoder
2. MultiLabelClassification Output Layer
3. Loss computation for multi-label-multi-class scenarios
4. Label weights per label and per class
5. Softmax options for output layers
6. Custom Metric Reporter, Metric Class and Output for flow

Differential Revision: D20210880

fbshipit-source-id: ebbb4e9446d16ee387f0f7ae70ef3c6caf31b8ca
shivanipods added a commit to shivanipods/pytext that referenced this pull request Apr 29, 2020
…rch#1335)

Summary:
Pull Request resolved: facebookresearch#1335

We need to support multi-class as well as multi-label prediction for joint models in pytext. This diff implements a

1. Joint Multi Label Decoder
2. MultiLabelClassification Output Layer
3. Loss computation for multi-label-multi-class scenarios
4. Label weights per label and per class
5. Softmax options for output layers
6. Custom Metric Reporter, Metric Class and Output for flow

Differential Revision: D20210880

fbshipit-source-id: cd0e9d687e748887647363857d1ebc6b4e09d80c
shivanipods added a commit to shivanipods/pytext that referenced this pull request Apr 29, 2020
…rch#1335)

Summary:
Pull Request resolved: facebookresearch#1335

We need to support multi-class as well as multi-label prediction for joint models in pytext. This diff implements a

1. Joint Multi Label Decoder
2. MultiLabelClassification Output Layer
3. Loss computation for multi-label-multi-class scenarios
4. Label weights per label and per class
5. Softmax options for output layers
6. Custom Metric Reporter, Metric Class and Output for flow

Differential Revision: D20210880

fbshipit-source-id: 8d6292e0acd2ec8974bc8da4b86abc56f7b04f84
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 7d07750.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants