OStars

Results 8 comments of OStars

I met the same problem. In the line 22 `rn = len(fh)/width` which should be `rn = len(fh)//width` , otherwise the result would be float , not a interger

Do you get the GE2013 now? Are there some alternative datasets for biomedical event extraction?

I find GE2013 dataset which is the same as GE2016. GE2016 reuse the GE2013, which is re-complemented and re-designed for evaluation from KB construction perspective. For details, you could read...

> I find GE2013 dataset which is the same as GE2016. GE2016 reuse the GE2013, which is re-complemented and re-designed for evaluation from KB construction perspective. For details, you could...

I just change the value of the argument `keep_entity_tokens` from `False` to `True` in the `preprocess.py`, line 266 and it works well

> I just change the value of the argument `keep_entity_tokens` from `False` to `True` in the `preprocess.py`, line 266 and it works well It may be a not wise solution....

> We face the following problem when enabling the DDP. The environment is set up by following Dockerfile. > > ![image](https://user-images.githubusercontent.com/44126839/185774045-e5bae340-6f25-4257-8a67-382d24e9391f.png) > > Thank you for your reply. Have you...

> > > I see, it needs to process the original files. > > > > > > Hi, could you teach me how to get the .sdf files? I...