-
https://github.com/lanyunshi/Multi-hopComplexKBQA/blob/df6bf3f2608534015e528799e828fb0c5d5203fe/code/KBQA_Runner.py#L253
I'm using Python 3.7.6. There's an error when I'm trying to run:
```
TypeE…
yhshu updated
4 years ago
-
Hi! Is it possible to train KBQA component?
http://docs.deeppavlov.ai/en/master/components/kbqa.html provides only the guide about how to use pre-trained model.
```
from deeppavlov import con…
-
Can kbqa support english version? Or, could it possible one detailed instruction written and everyone else can do it for their own native language
-
您好~~想问下您,目前企业中KBQA更倾向于语义解析还是匹配的方法.
hahlw updated
4 years ago
-
感谢作者的工作!
最近在做KBQA的百科问答,受作者项目的启发,开发了一个基于BERT联合训练的KBQA Demo。
https://github.com/fyubang/Joint-BERT-KBQA
-
从您的教程网站(https://www.ljjyy.com/archives/2019/10/100591.html#1-Mysql%E5%BB%BA%E5%BA%93)转过来下载的项目文件里面缺少了您教程描述的文件。请问能提供一下文件吗?以便知道您数据库的结构。
-
如果待抽取的句子是一个问句,比如"姚明的老婆是谁?",此时是否支持抽取出 实体 “姚明” ,还有 关系属性 “老婆”?
-
Hi, i'm studying in KBQA, and attracted in it.
I wanna see how many correct answer is from document or KB.
But, I used you code and analyzed, I don't know how I can see some answers from document.
…
-
when i run train_entnet.py, i met a problem :
```
Traceback (most recent call last):
File "train_entnet.py", line 43, in
[valid_memories, valid_queries, valid_query_lengths], valid_ent_inds…
-
the preprocessed data and the pretrained models can't be downloaded