Jeremy Tan

Results 8 issues of Jeremy Tan

Hi, lovely repo! Can I ask where did the pretrained models come from? ie were they from microsoft and whose google drive is the code downloading the model from? Appreciate...

Hi I'd like to create a custom function that only takes 1 array and 1 constant specifically. For example, a function that changes it to +1 / -1 depending on...

enhancement

Love the paper. I've tried it on my own closed domain dataset and achieved poor recall. ``` Role identification: P: 49.30, R: 28.43, F: 36.06 Role: P: 44.41, R: 25.60,...

Hi, absolutely love the repo and the paper. Congratulations on developing this. Would just like to ask about the `evaluation` function in main.py Line 275: `preds` is derived from normalized_data_batch_1...

There are some serious discrepancies between the code and the paper. Below is the image describing the inputs into the roberta model ![image](https://user-images.githubusercontent.com/28703546/129527852-9bd0fef3-d24a-4bfa-9d34-103e215e5d3e.png) However, after running the scripts, The discrepancies...

Loving the paper. Is the code for the context builder released in this repo? I am unable to find how the training / testing data is generated. Context builder referring...

### Issue: Running the following command: ``` python main.py --mode eval --order offset --model_path 'Model/model' --method SL ``` Raises the following error: ``` TypeError: predict() missing 2 required positional arguments:...

Hi, I've read your paper and look forward to the release of your code. I'm hoping to include this for an application. Can I ask if there is a timeline...