shenzaimin / Text2SQL-or-NL2SQL-End2End-baseline
本方案在以下赛事中获得TOP3名次:1.2021百度paddlepaddle&国家电网AI创新大赛 语义解析赛道 三等奖 2.千言·语义解析 冠军 3.CCKS 2022 金融NL2SQL 亚军 4. WAIC 2022 Text2SQL 三等奖
☆30Updated 2 years ago
Alternatives and similar repositories for Text2SQL-or-NL2SQL-End2End-baseline:
Users that are interested in Text2SQL-or-NL2SQL-End2End-baseline are comparing it to the libraries listed below
- NLP实验:新词挖掘+预训练模型继续Pre-training☆47Updated last year
- DataFountain第五届达观杯第4名方案☆49Updated 2 years ago
- Cascade bert+word vec and one layer FLAT, trained by adversarial FGM and Stochastic Weight Averaging☆23Updated 3 years ago
- ☆39Updated 3 years ago
- CCKS2020 面向中文短文本的实体链指任务。主要思路为:使用基于BiLSTM和Attention的语义模型进行Query和Doc的文本匹配,再针对匹配度进行pairwise排序,从而选出最优的知识库实体。☆47Updated 3 years ago
- 2022搜狐校园算法大赛NLP赛道第一名开源方案(实验代码)☆80Updated 2 years ago
- using lear to do ner extraction☆29Updated 2 years ago
- ccks金融事件主体抽取☆71Updated 4 years ago
- TIANCHI-小布助手对话短文本语义匹配BERT baseline☆32Updated 3 years ago
- 2020 CCF大数据与计算智能大赛-非结构化商业文本信息中隐私信息识别-第7名方案☆74Updated 3 years ago
- 2021 搜狐校园文本匹配算法大赛方案☆16Updated 2 months ago
- 实验苏神的CoSENT的Torch实现☆32Updated 3 years ago
- ☆57Updated 2 years ago
- ☆32Updated 3 years ago
- 多标签文本分类☆29Updated 3 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆46Updated 4 years ago
- 基于prompt的中文文本分类。☆54Updated last year
- 使用多头的思想来进行命名实体识别☆33Updated 3 years ago
- SinglepassTextCluster, an TextCluster tools based on Singlepass cluster algorithm that use tfidf vector and doc2vec,which can be used for…☆62Updated 3 years ago
- multi-label,classifier,text classification,多标签文本分类,文本分类,BERT,ALBERT,multi-label-classification,seq2seq,attention,beam search☆32Updated 2 years ago
- 使用Mask LM预训练任务来预训练Bert模型。训练垂直领域语料的模型表征,提升下游任务的表现。☆41Updated last year
- GAIIC2022商品标题实体识别Baseline,使用GlobalPointer实现,线上0.80349☆53Updated 2 years ago
- 天池中药说明书实体识别挑战冠军方案;中文命名实体识别;NER; BERT-CRF & BERT-SPAN & BERT-MRC;Pytorch