Stars
Implementation of my RAG system that won all categories in Enterprise RAG Challenge 2
Medical o1, Towards medical complex reasoning with LLMs
Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)
中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)
https://tianchi.aliyun.com/dataset/dataDetail?dataId=95414
经济学人(含音频)、纽约客、卫报、连线、大西洋月刊等英语杂志免费下载,支持epub、mobi、pdf格式, 每周更新
[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction
shadowsocksrr / electron-ssr
Forked from Akkariiin/electron-ssrShadowsocksr client using electron
Official pytorch implementation of paper "Dual-Level Collaborative Transformer for Image Captioning" (AAAI 2021).
Image to LaTeX (Seq2seq + Attention with Beam Search) - Tensorflow
北京航空航天大学大数据高精尖中心自然语言处理研究团队开展了智能问答的研究与应用总结。包括基于知识图谱的问答(KBQA),基于文本的问答系统(TextQA),基于表格的问答系统(TableQA)、基于视觉的问答系统(VisualQA)和机器阅读理解(MRC)等,每类任务分别对学术界和工业界进行了相关总结。
A python framework to transform natural language questions to queries in a database query language.
Source code and dataset for ACL 2019 paper "ERNIE: Enhanced Language Representation with Informative Entities"
京东/淘宝客服对话数据公开,seq2seq生成模型设计对话系统获第二名
DoTAT 是一款基于web、面向领域的通用文本标注工具,支持大规模实体标注、关系标注、事件标注、文本分类、基于字典匹配和正则匹配的自动标注以及用于实现归一化的标准名标注,同时也支持迭代标注、嵌套实体标注和嵌套事件标注。标注规范可自定义且同类型任务中可“一次创建多次复用”。通过分级实体集合扩大了实体类型的规模,并设计了全新高效的标注方式,提升了用户体验和标注效率。此外,本工具增加了审核环节,…
GenericCDSS is a web-based application, which provides the main dashboard where professionals (e.g, practitioners, nurses) can follow all the patients that are under their responsibility and some d…
2019语言与智能技术竞赛 信息抽取(Information Extraction) 个人baseline with BERT
使用深度学习方法解析问题 知识图谱存储 查询知识点 基于医疗垂直领域的对话系统
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net