How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
BioGPT is a biomedical large language model and domain-specific transformer designed for processing and creating specialized medical text. It functions as a generative tool and knowledge extraction engine trained on large-scale scientific literature to produce human-like scientific prose and factual responses to queries. The project provides specialized capabilities for biomedical named entity recognition and the extraction of complex relations from unstructured medical corpora. It is designed to identify and classify biological entities through data mining and relation extraction to support
Universal Information Extraction, codes for the NeurIPS-2022 paper: Unifying Information Extraction with Latent Adaptive Structure-aware Generative Language Model.
Read this in English. 本仓库基于LLaMA-Factory代码,实现了基于大语言模型的文档级关系抽取系统AutoRE。使用的抽取范式为RHF(论文链接)。 目前基于Re-DocRED数据集进行实验,能够抽取文档级文本中的96个关系的三元组事实。
Sequence Generation with Label Augmentation for Relation Extraction. Bo Li, Dingyao Yu, Wei Ye, Jinglei Zhang, Shikun Zhang. AAAI2023 Oral Paper
The main features of pkuserc/rela are: Relation Extraction.
Open-source alternatives to pkuserc/rela include: microsoft/biogpt — BioGPT is a biomedical large language model and domain-specific transformer designed for processing and creating… chocowu/lasuie — Universal Information Extraction, codes for the NeurIPS-2022 paper: Unifying Information Extraction with Latent… declare-lab/relationprompt — The codes and dataset will be released soon! ding-papa/evaluating-filtering-coling24 — Code and prompt templates for evaluation-filtering + Some data were not uploaded due to size restrictions, but you can… komeijiforce/metaie — This is a meta-model distilled from ChatGPT-3.5-turbo for information extraction. This is an intermediate checkpoint… bigdante/autore — Read this in English. 本仓库基于LLaMA-Factory代码,实现了基于大语言模型的文档级关系抽取系统AutoRE。使用的抽取范式为RHF(论文链接)。…