ThisIsSoMe / CCKS2019-CKBQALinks
A system for CCKS2019-CKBQA, whose single system reach 0.69 and ensemble system reach 0.73
☆40Updated 3 years ago
Alternatives and similar repositories for CCKS2019-CKBQA
Users that are interested in CCKS2019-CKBQA are comparing it to the libraries listed below
Sorting:
- ACE2005事件抽取数据预处理☆56Updated 5 years ago
- Source code for ACL 2021 finding paper: CasEE: A Joint Learning Framework with Cascade Decoding for Overlapping Event Extraction.☆80Updated 3 years ago
- 支持百度竞赛数据的中文事件抽取,支持ace2005数据的英文事件抽取,本人将苏神的三元组抽取算法中的DGCNN改成了事件抽取任务,并将karas改成了本人习惯使用的pytorch,在数据加载处考虑了各种语言的扩展☆48Updated 4 years ago
- 通用kbqa,训练数据来源于ccks2018和2019,图谱数据爬取于百度百科☆24Updated 4 years ago
- ACE 2005 corpus preprocessing for Event Extraction task☆52Updated 5 years ago
- Pytorch implementation of EMNLP 2021 paper "TransferNet: An Effective and Transparent Framework for Multi-hop Question Answering over Rel…☆64Updated last year
- code for ACL2020:《FLAT: Chinese NER Using Flat-Lattice Transformer》 我注释&修改&添加了部分源码,使得大家更容易复现这个代码。☆56Updated 4 years ago
- 端到端的基于知识图谱的问答系统,分为实体识别和关系分类两部,在BERT基础上做多任务联合训练。☆30Updated 5 years ago
- ☆18Updated 3 years ago
- CCKS2020 面向中文短文本的实体链指任务。主要思路为:使用基于BiLSTM和Attention的语义模型进行Query和Doc的文本匹配,再针对匹配度进行pairwise排序,从而选出最优的知识库实体。☆47Updated 4 years ago
- Release for ECAI 2020 paper "Joint Extraction of Entities and Relations Based on a Novel Decomposition Strategy"☆162Updated 5 years ago
- 搜索所有中文NLP数据集,附常用英文NLP数据集☆14Updated 5 years ago
- ccks2021事件抽取比赛☆30Updated 3 years ago
- Code for our EMNLP 2021 paper - Large-Scale Relation Learning for Question Answering over Knowledge Bases with Pre-trained Language Model…☆25Updated 3 years ago
- A Chinese KBQA dataset with SPARQL annotations.☆144Updated 5 years ago
- 开源QG系统(Question Generation,问题生成),基于Pytorch和Transformer编写☆54Updated 10 months ago
- 基于bert的中文实体链接☆30Updated 3 years ago
- 本项目采用PyTorch和transformers模块实现英语序列标注,其中对BERT进行微调。☆19Updated 4 years ago
- 百度2021年语言与智能技术竞赛机器阅读理解torch版baseline☆53Updated 4 years ago
- Data Augmentation with a Generation Approach for Low-resource Tagging Tasks☆80Updated 4 years ago
- lic2020关系抽取比赛,使用Pytorch实现苏神的模型。