deepex icon indicating copy to clipboard operation
deepex copied to clipboard

Code repo for EMNLP21 paper "Zero-Shot Information Extraction as a Unified Text-to-Triple Translation"

Results 11 deepex issues
Sort by recently updated
recently updated
newest added

I followed the README and successfully run the OpenIE16 benchmark, then I modified ```OIE_2016.json``` file to point to my directory with ```test.txt``` file containing just one line ```Julia owns two...

Hi, I am unable to figure out how to use the deepex model. I want to input a sentence and get the triplets generated from it. Is there any code...

Hi, did you relese a skript about "Magolor/deepex-ranking-model"? I dont know how to use it.

Hi Could you described the steps to reproduce the results in your paper for OIE 2016 and the other systems. You used the supervised-oie repo and the benchmark included in...

使用论文中举的例子 ,”Born in Glasgow, Fisher is a graduate of the London Opera Centre. “ ,在第一步generator中抽取的三元组结果比较混乱,不知是否正常(OIE2016结果复现没有问题,top3 f1=72.6)。模型为默认的bert-large-cased。 [search_res.json.txt](https://github.com/cgraywang/deepex/files/7947193/search_res.json.txt)

The file of P0_result.json is empty.

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)

In `./scripts/deepex/model/kgm.py`, line444, you wrote `inputs['head_entity_ids'][b][i].name=="$NIL"`, however, there was no context. Other places were `$NIL$`, was this a mistake?

When I tried to run OIE on a new sentence, I got `ValueError: y_true takes value in {} and pos_label is not specified: either make y_true take value in {0,...