Views
No views yet
| Dataset | Number of sentence |
|---|---|
| Train | 14543 |
| Dev | 1824 |
| Test | 1824 |
tree2label can't generate the label. We list out the issue here. When done, we moved on fine-tuning the model.
(OH) is mistaken to be the constituent. To solve this, we remove the bracket for the code to work.tree2label. To solve this, we add a word like NULL to the null constituent..safetensor version is used, provided by HuggingFace staff in the pull request.tree2label is ground truth, we decide to freeze the embedding layer and classifier layer when training to preserved the pre-trained model's knowledge and prevent overfitting.| metric | dev | test |
|---|---|---|
| f1 | 86.5 | 86.4 |
| precision | 86.2 | 86.2 |
| recall | 86.8 | 86.7 |