Fernando Alva-Manchego

Results 16 comments of Fernando Alva-Manchego

Hi! Apologies for the very late reply. I ran your example with the [original implementation of SARI](https://github.com/cocoxu/simplification/blob/master/SARI.py) and I got the same score. So, to begin with, this is not...

Hi @RitaHjz, I ran the following command in a fresh installation of EASSE and it worked fine: `easse evaluate -t turkcorpus_test -m 'samsa' -q < easse/resources/data/system_outputs/turkcorpus/test/RM+EX` As Louis mentioned, it...

Hi! Unfortunately, to the best of our knowledge, there are no publicly-available outputs of MUSTT in PWKP and MTurk. We may try to run MUSST on those test sets in...

This should also be detokenized just like with the other files.

I am also interested in this. I hope the authors can release the data, at least for the Wikipedia-based datasets.

Hello, Just to mention that there is work on active learning for sequence labelling tasks such as NER (not many, though). For example, here is a recent paper: [Active Learning...

Hello again! I'm trying to adapt the example in [nlp_bert_mcdropout.py](https://github.com/ElementAI/baal/blob/master/experiments/nlp_bert_mcdropout.py) for the NER task. If I understand correctly, the changes to be made would be: - **Change the dataset**: instead...

I'd be happy to submit an example for NER after I manage to make it work. There seems to be other parts of the code that need to be changed....

Thanks! Really appreciate all your quick replies. I just started to work on this yesterday, so hopefully I should be submitting something soon for you to take a look.

So, here's a first attempt trying to merge the NER example from huggingface to the example in BaaL for sequence classification ``` import argparse import numpy as np import random...