-
Congratulations! It is good work for transferring the reasoning ability between different KBQA datasets! How about releasing the full code of the training method and the processed dataset. Thanks!
JBoRu updated
2 years ago
-
请问大家,我在ubuntu的终端输入docker build -t kbqa:V0.1 .后报错如下
![image](https://user-images.githubusercontent.com/68625084/159836482-d3a099d4-6d68-457b-b734-af538c1f95ed.png)
请问这个怎么解决呢
我是第一次使用docker,感谢大家
-
I’m working on a KBQA system on LC-QuAD 1.0. I would like to ask some questions about the evaluation.
Should I include the literal in golden answers when I execute the golden SPARQL against DBpedia 1…
yhshu updated
3 years ago
-
could you help me?
How to run step by step?
how to run knowledge graph embedding?
how to run KBQA model?
How to run to get answer for question?
-
I try to run KB-BINDER on WebQSP with this command:
```bash
python3 few_shot_kbqa.py --shot_num 40 --temperature 0.3 \
--api_key xxxxx --engine gpt-3.5-turbo \
--train_data_path ./data/GrailQA/w…
-
In your code, I noticed that there are many definitions of current_XXX and previous_XXX in the TrainingInstance module of the KBQA_Runner. Py file, and I want to ask you what **current_topic_entity*…
-
https://virtual2023.aclweb.org/paper_P2119.html
-
Traceback (most recent call last):
File "itchat_app.py", line 59, in
itchat.auto_login(hotReload=True, enableCmdQR=2, statusStorageDir='D:/GitHubDesktop/KBQA-for-Diagnosis/logs/loginInfo.pkl'…
-
Hi,
I am currently training your model to replicate the accuracy results. Could you kindly let me know the number of epochs you trained for for each of the three datasets (MetaQA, PathQuestions, WC20…
-
安利下NLPCC KBQA和DBQA评测的数据集,可以考虑用我之前做AAAI19的清洗预处理后的版本,是matching 任务,大概10K量级的问题,对应到matching pair大概100K量级。
我预处理后的数据见:
https://github.com/Erutan-pku/LCN-for-Chinese-QA/blob/master/data_prepare.sh