All Projects → lanwuwei → Gigabert

lanwuwei / Gigabert

Zero-shot Transfer Learning from English to Arabic

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Gigabert

Fox
Federated Knowledge Extraction Framework
Stars: ✭ 155 (+573.91%)
Mutual labels:  named-entity-recognition, relation-extraction
lima
The Libre Multilingual Analyzer, a Natural Language Processing (NLP) C++ toolkit.
Stars: ✭ 75 (+226.09%)
Mutual labels:  named-entity-recognition, relation-extraction
Pytorch graph Rel
A PyTorch implementation of GraphRel
Stars: ✭ 204 (+786.96%)
Mutual labels:  named-entity-recognition, relation-extraction
Jointre
End-to-end neural relation extraction using deep biaffine attention (ECIR 2019)
Stars: ✭ 41 (+78.26%)
Mutual labels:  named-entity-recognition, relation-extraction
InformationExtractionSystem
Information Extraction System can perform NLP tasks like Named Entity Recognition, Sentence Simplification, Relation Extraction etc.
Stars: ✭ 27 (+17.39%)
Mutual labels:  named-entity-recognition, relation-extraction
Deeplearning nlp
基于深度学习的自然语言处理库
Stars: ✭ 154 (+569.57%)
Mutual labels:  named-entity-recognition, relation-extraction
OpenUE
OpenUE是一个轻量级知识图谱抽取工具 (An Open Toolkit for Universal Extraction from Text published at EMNLP2020: https://aclanthology.org/2020.emnlp-demos.1.pdf)
Stars: ✭ 274 (+1091.3%)
Mutual labels:  named-entity-recognition, relation-extraction
Information Extraction Chinese
Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取
Stars: ✭ 1,888 (+8108.7%)
Mutual labels:  named-entity-recognition, relation-extraction
Shukongdashi
使用知识图谱,自然语言处理,卷积神经网络等技术,基于python语言,设计了一个数控领域故障诊断专家系统
Stars: ✭ 109 (+373.91%)
Mutual labels:  named-entity-recognition, relation-extraction
CogIE
CogIE: An Information Extraction Toolkit for Bridging Text and CogNet. ACL 2021
Stars: ✭ 47 (+104.35%)
Mutual labels:  named-entity-recognition, relation-extraction
Agriculture knowledgegraph
农业知识图谱(AgriKG):农业领域的信息检索,命名实体识别,关系抽取,智能问答,辅助决策
Stars: ✭ 2,957 (+12756.52%)
Mutual labels:  named-entity-recognition, relation-extraction
IE Paper Notes
Paper notes for Information Extraction, including Relation Extraction (RE), Named Entity Recognition (NER), Entity Linking (EL), Event Extraction (EE), Named Entity Disambiguation (NED).
Stars: ✭ 14 (-39.13%)
Mutual labels:  named-entity-recognition, relation-extraction
spert
PyTorch code for SpERT: Span-based Entity and Relation Transformer
Stars: ✭ 572 (+2386.96%)
Mutual labels:  named-entity-recognition, relation-extraction
FDDC
Named Entity Recognition & Relation Extraction 实体命名识别与关系分类
Stars: ✭ 29 (+26.09%)
Mutual labels:  named-entity-recognition, relation-extraction
knowledge-graph-nlp-in-action
从模型训练到部署,实战知识图谱(Knowledge Graph)&自然语言处理(NLP)。涉及 Tensorflow, Bert+Bi-LSTM+CRF,Neo4j等 涵盖 Named Entity Recognition,Text Classify,Information Extraction,Relation Extraction 等任务。
Stars: ✭ 58 (+152.17%)
Mutual labels:  named-entity-recognition, relation-extraction
Deepke
基于深度学习的开源中文关系抽取框架
Stars: ✭ 525 (+2182.61%)
Mutual labels:  relation-extraction
Yedda
YEDDA: A Lightweight Collaborative Text Span Annotation Tool. Code for ACL 2018 Best Demo Paper Nomination.
Stars: ✭ 704 (+2960.87%)
Mutual labels:  named-entity-recognition
Fewrel
A Large-Scale Few-Shot Relation Extraction Dataset
Stars: ✭ 526 (+2186.96%)
Mutual labels:  relation-extraction
Knowledge Graph Learning
A curated list of awesome knowledge graph tutorials, projects and communities.
Stars: ✭ 516 (+2143.48%)
Mutual labels:  relation-extraction
Nre
Neural Relation Extraction, including CNN, PCNN, CNN+ATT, PCNN+ATT
Stars: ✭ 795 (+3356.52%)
Mutual labels:  relation-extraction

GigaBERT

This repo contains pre-trained models and code-switched data generation script for GigaBERT:

@inproceedings{lan2020gigabert,
  author     = {Lan, Wuwei and Chen, Yang and Xu, Wei and Ritter, Alan},
  title      = {GigaBERT: Zero-shot Transfer Learning from English to Arabic},
  booktitle  = {Proceedings of The 2020 Conference on Empirical Methods on Natural Language Processing (EMNLP)},
  year       = {2020}
} 

Fine-tuning Experiments

Please check Yang Chen's GitHub for code and data.


Checkpoints

The pre-trained models can be found here: GigaBERT-v3 and GigaBERT-v4

Please contact Wuwei Lan for code-switched GigaBERT with different configurations.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].