All Projects → iesl → TypeNet

iesl / TypeNet

Licence: CC0-1.0 license
A Hierarchical Type system for fine grained entity typing

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to TypeNet

Sypht Python Client
A python client for the Sypht API
Stars: ✭ 160 (+213.73%)
Mutual labels:  information-extraction
lima
The Libre Multilingual Analyzer, a Natural Language Processing (NLP) C++ toolkit.
Stars: ✭ 75 (+47.06%)
Mutual labels:  information-extraction
DocuNet
Code and dataset for the IJCAI 2021 paper "Document-level Relation Extraction as Semantic Segmentation".
Stars: ✭ 84 (+64.71%)
Mutual labels:  information-extraction
Event Registry Python
Python package for API access to news articles and events in the Event Registry
Stars: ✭ 179 (+250.98%)
Mutual labels:  information-extraction
Mitie
MITIE: library and tools for information extraction
Stars: ✭ 2,693 (+5180.39%)
Mutual labels:  information-extraction
ReQuest
Indirect Supervision for Relation Extraction Using Question-Answer Pairs (WSDM'18)
Stars: ✭ 26 (-49.02%)
Mutual labels:  information-extraction
Open Ie Papers
Open Information Extraction (OpenIE) and Open Relation Extraction (ORE) papers and data.
Stars: ✭ 150 (+194.12%)
Mutual labels:  information-extraction
batterydatabase
Tools for auto-generating the battery-materials database.
Stars: ✭ 29 (-43.14%)
Mutual labels:  information-extraction
Ner Bert Pytorch
PyTorch solution of named entity recognition task Using Google AI's pre-trained BERT model.
Stars: ✭ 249 (+388.24%)
Mutual labels:  information-extraction
naacl2018-fever
Fact Extraction and VERification baseline published in NAACL2018
Stars: ✭ 109 (+113.73%)
Mutual labels:  information-extraction
Ail Framework
AIL framework - Analysis Information Leak framework
Stars: ✭ 191 (+274.51%)
Mutual labels:  information-extraction
Holmes Extractor
Information extraction from English and German texts based on predicate logic
Stars: ✭ 233 (+356.86%)
Mutual labels:  information-extraction
neural name tagging
Code for "Reliability-aware Dynamic Feature Composition for Name Tagging" (ACL2019)
Stars: ✭ 39 (-23.53%)
Mutual labels:  information-extraction
Nel
Entity linking framework
Stars: ✭ 176 (+245.1%)
Mutual labels:  information-extraction
TableDisentangler
Functional and structural analysis of tables in research papers (Table disentangling)
Stars: ✭ 21 (-58.82%)
Mutual labels:  information-extraction
Chemdataextractor
Automatically extract chemical information from scientific documents
Stars: ✭ 152 (+198.04%)
Mutual labels:  information-extraction
palladian
Palladian is a Java-based toolkit with functionality for text processing, classification, information extraction, and data retrieval from the Web.
Stars: ✭ 32 (-37.25%)
Mutual labels:  information-extraction
CogIE
CogIE: An Information Extraction Toolkit for Bridging Text and CogNet. ACL 2021
Stars: ✭ 47 (-7.84%)
Mutual labels:  information-extraction
Quijote-simulations
Large suite of N-body simulations
Stars: ✭ 69 (+35.29%)
Mutual labels:  information-extraction
awesome-document-understanding
A curated list of resources for Document Understanding (DU) topic
Stars: ✭ 620 (+1115.69%)
Mutual labels:  information-extraction

TypeNet

This is the official repo for TypeNet, a hierarchical type system for the task of fine grained entity typing. It contains 1081 freebase types, and 860 Wordnet types organised in a deep hierarchy with an average depth of 7.8.

GitHub Logo

Instructions for Using the Dataset

To generate a joblib dump that creates a transitive closure of the TypeNet dag, run python process_taxonomy.py. This generates 2 joblibs TypeNet_transitive_closure.joblib and TypeNet_type2idx.joblib. The first joblib is an adjacency matrix of size 1941 x 1941, and the second joblib maps TypeNet types to their ids.

The accompanying paper may be found here!

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].