eeqa
eeqa copied to clipboard
Event Extraction by Answering (Almost) Natural Questions
Why Runtime Error Enviroment: RTX3090 CUDA: nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2017 NVIDIA Corporation Built on Fri_Nov__3_21:07:56_CDT_2017 Cuda compilation tools, release 9.1, V9.1.85 Error: 06/19/2021 16:37:19 -...
Hello! I've got training to work and now I want the trained model to label unlabeled text with event triggers. When I set the --model-dir to the epoch#-step# dir associated...
What about the result of the argument extraction part you reproduced?
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...
When I try to run convert_example.py (in .proc/) as the proc/README says,it always generate the error: json.decoder.JSONDecodeError:Expecting property name enclosed in double quotes:line 2 column 1(char 2) Could anyone tell...
你好,我在阅读和调试代码过程中,发现所有data中的event[0]位置都是一个只有2个元素的列表,第一个元素为触发词的offset,第二个元素为event_type标签,请问这个意思是说触发词只能由单个字符(词)构成吗? ```json "event": [[[463, "Contact.Meet"], [466, 466, "Entity"]]] ```
我只使用了一条数据如下(Only 1 example to train dev and test): {"sentence": ["网上车市从布鲁克斯自动化公司官方获悉,布鲁克斯自动化公司全新蓝河正式发布。"], "s_start": 0, "ner": [[[5, 14, "CompanyName"], [19, 28, "CompanyName"], [30, 32, "Product"]]], "event": [[[32, 36, "NewService.正式发布"], [5, 14, "CompanyName"], [19,...
the paras of the BertForQuestionAnswering_withIfTriggerEmbedding‘s forward is `def forward(self, input_ids, if_trigger_ids, token_type_ids=None, attention_mask=None, start_positions=None, end_positions=None):` but the code of train in run_args_qa.py at line 556 is ` if not args.add_if_trigger_embedding:...
Do not merge directly, I changed some of the scripts (mostly removed the loading toy example components) Originally the code was not using JSONs specifications. Particularly it was saving multiple...
对于训练机有什么要求