bablf
bablf
Hi, great paper! In your paper you state that you train on 220 relations but relation_counts.tsv has 230 relations. Is that a typo in the paper or is the relations...
## Describe the bug In `load_dataset_builder()`, `build_kwargs` and `config_kwargs` can contain the same keywords leading to a TypeError("type object got multiple values for keyword argument "xyz"). I ran into this...
An Evaluation on BenchIE would be great. Since it is probably the best available dataset. Link to Dataset: [https://paperswithcode.com/dataset/benchie](https://paperswithcode.com/dataset/benchie)
Hey, firstup please tell me what additional information is needed to debug this error. I ran the following command: `mongo-connector --unique-key=id -n news-articles.articles -m localhost:27017 -t http://localhost:8983/solr/mongo_solr_collection -d solr_doc_manager `...
Having the dataset available as a huggingface Dataset would greatly simplify getting all the data. Especially an extra column with the text extracted from the report (using https://github.com/aptnotes/tools) would be...
Great project. Love it. It would be great if we could get the indices of the found IoCs with start and end position in the provided string. We will probably...
I noticed it on [bild.de](bild.de) and on others as well. I made a video of it, which shows the problem, since it is difficult to explain. [https://streamable.com/8t4i1u](https://streamable.com/8t4i1u) Thanks for your...
https://github.com/vlegoy/rcATT/blob/f82f7fd456279abefcd3e0b50e8056345c11aeb7/classification_tools/postprocessing.py#L92C7-L92C47 this should be: `predprob_techniques_corrected[i][j] = 0` k makes no sense. See `confidence_propagation`-function. I also changed the effectiveness of the function with numpy arrays. See my pending pull request.
I also added the missing requirements. See #7