Allan Jie

Results 40 comments of Allan Jie

or you can copy the command out of the "bash" file to run? For example, ``` python3 xxx ``` But I doubt that Google Colab can host for a long...

Usually, you should be able to directly run this in the terminal (in your server). ``` bash scripts/run_math23k.sh ```

Would be good if you can let me know the errors after you run the command ``` bash scripts/run_math23k.sh ``` In google colab, probably things will be different, I might...

Sure. For the MAWPS dataset, we only conduct the 5-fold cross-validation experiments in the paper. Thus, I didn't upload the train/test splits for MAWPS. So maybe you can run the...

Sure. Here comes the five-fold data: https://drive.google.com/file/d/1oQZUPeIA6TlNySqjcZhTMQA4-onwljTU/view?usp=sharing. I didn't upload it to GitHub as it is a bit large for GitHub.

I'm on holiday at the moment and will finish it probably by 24 Sept. In the meanwhile, if you need to run the implementation immediately, you can check out the...

Hi @hvingelby , I'm still in the middle of the integration. The early ACL deadline this year prevents me from doing so in a short time. But I will definitely...

Guys, sorry for the pretty delayed late response. The soft version will be released by the end of this week. Thanks 🙂

Though I haven't released yet, I want to let you guys know that I have implemented the `soft` variant in the [adding-soft-model](https://github.com/allanj/ner_incomplete_annotation/tree/adding-soft-model) branch for which you might want to check...