ACE icon indicating copy to clipboard operation
ACE copied to clipboard

[ACL-IJCNLP 2021] Automated Concatenation of Embeddings for Structured Prediction

Results 14 ACE issues
Sort by recently updated
recently updated
newest added

Sorry to raise another issue. I observed ACE+doc is worse ACE+doc (`python .\train.py --config .\config\doc_ner_best.yaml --test`) MICRO_AVG: acc 0.8338 - f1-score 0.9094 MACRO_AVG: acc 0.8032 - f1-score 0.8851 LOC tp:...

Hello, Hit an error while running `python .\train.py --config .\config\doc_ner_best.yaml --batch_size 1 --parse --target_dir .\datasets\mytest --keep_order ` on Windows 10, Python 3.7, no GPU. Here is the error message: 2022-07-28...

Are all Embeddings publicly available or some/all of them need a license?

Is there a parameter in the config file that I can use to put my own file path to test NER model on?

Hi there! I am trying to test with your pretrained dependency parsing model. However, I cannot find your processed PTB dataset. Can you share it with a link? Also, I...

As the best parser on DM, i wanna apply it for DM parsing. But now I can't use the code, even cannot reproduce the semantic dependency parsing on DM. For...

There is an error when `pip install -r requirement.txt`. Environment: 百度飞浆 python3.7 ``` ERROR: Ignored the following versions that require a different python version: 0.2.0 Requires-Python ==3.6; 1.10.0rc1 Requires-Python =3.8;...

Hi Team, As suggested by you [here](https://github.com/Alibaba-NLP/ACE/blob/main/resources/docs/named_entity_recognition.md) to evaluate the model on the CoNLL2003 dataset, I was running the command `CUDA_VISIBLE_DEVICES=0 python train.py --config config/conll_03_english.yaml --test` to test the working...

❯ python -V Python 3.6.13 :: Anaconda, Inc. ❯ python Python 3.6.13 |Anaconda, Inc.| (default, Jun 4 2021, 14:25:59) [GCC 7.5.0] on linux Type "help", "copyright", "credits" or "license" for...

Hi there! Great repo. I was trying to train the conll 2003 on the default conll_03_english.yaml and got this error. ``` Traceback (most recent call last): File "train.py", line 397,...