All Projects → Theodoric008 → SENet-for-Weakly-Supervised-Relation-Extraction

Theodoric008 / SENet-for-Weakly-Supervised-Relation-Extraction

Licence: other
No description or website provided.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to SENet-for-Weakly-Supervised-Relation-Extraction

Machine-Learning-Projects-2
No description or website provided.
Stars: ✭ 23 (-41.03%)
Mutual labels:  ml, nlp-machine-learning
Click2analyze Androiddevchallenge
An app to analyze the text and fixing the anomaly of the message that deviates from what is standard, normal, or expected. #AndroidDevChallenge
Stars: ✭ 20 (-48.72%)
Mutual labels:  ml, nlp-machine-learning
awesome-list-of-awesomes
A curated list of all the Awesome --Topic Name-- lists I've found till date relevant to Data lifecycle, ML and DL.
Stars: ✭ 259 (+564.1%)
Mutual labels:  ml, dl
query-wellformedness
25,100 queries from the Paralex corpus (Fader et al., 2013) annotated with human ratings of whether they are well-formed natural language questions.
Stars: ✭ 80 (+105.13%)
Mutual labels:  information-retrieval, nlp-machine-learning
ake-datasets
Large, curated set of benchmark datasets for evaluating automatic keyphrase extraction algorithms.
Stars: ✭ 125 (+220.51%)
Mutual labels:  information-retrieval, nlp-machine-learning
deep-significance
Enabling easy statistical significance testing for deep neural networks.
Stars: ✭ 266 (+582.05%)
Mutual labels:  ml, dl
tensorflow-labsheets
Lab worksheets for the Applied Deep Learning Course.
Stars: ✭ 17 (-56.41%)
Mutual labels:  ml, dl
100-days-of-ai
人工智能 100 天
Stars: ✭ 14 (-64.1%)
Mutual labels:  ml, dl
kex
Kex is a python library for unsupervised keyword extraction from a document, providing an easy interface and benchmarks on 15 public datasets.
Stars: ✭ 46 (+17.95%)
Mutual labels:  information-retrieval, nlp-machine-learning
Codesearchnet
Datasets, tools, and benchmarks for representation learning of code.
Stars: ✭ 1,378 (+3433.33%)
Mutual labels:  ml, nlp-machine-learning
neptune-client
📒 Experiment tracking tool and model registry
Stars: ✭ 348 (+792.31%)
Mutual labels:  ml, dl
Dan Jurafsky Chris Manning Nlp
My solution to the Natural Language Processing course made by Dan Jurafsky, Chris Manning in Winter 2012.
Stars: ✭ 124 (+217.95%)
Mutual labels:  information-retrieval, nlp-machine-learning
Atnre
Adversarial Training for Neural Relation Extraction
Stars: ✭ 108 (+176.92%)
Mutual labels:  nlp-machine-learning, relation-extraction
deeplearning-paper-notes
Reading notes on deep learning papers---深度学习论文阅读笔记
Stars: ✭ 36 (-7.69%)
Mutual labels:  ml, dl
adversarial-relation-classification
Unsupervised domain adaptation method for relation extraction
Stars: ✭ 18 (-53.85%)
Mutual labels:  nlp-machine-learning, relation-extraction
Russian news corpus
Russian mass media stemmed texts corpus / Корпус лемматизированных (морфологически нормализованных) текстов российских СМИ
Stars: ✭ 76 (+94.87%)
Mutual labels:  ml, nlp-machine-learning
Knowledge Graphs
A collection of research on knowledge graphs
Stars: ✭ 845 (+2066.67%)
Mutual labels:  information-retrieval, relation-extraction
COVID-Net
Launched in March 2020 in response to the coronavirus disease 2019 (COVID-19) pandemic, COVID-Net is a global open source, open access initiative dedicated to accelerating advancement in machine learning to aid front-line healthcare workers and clinical institutions around the world fighting the continuing pandemic. Towards this goal, our global…
Stars: ✭ 41 (+5.13%)
Mutual labels:  ml, dl
ImageRetrieval
Content Based Image Retrieval Techniques (e.g. knn, svm using MatLab GUI)
Stars: ✭ 51 (+30.77%)
Mutual labels:  information-retrieval
lima
The Libre Multilingual Analyzer, a Natural Language Processing (NLP) C++ toolkit.
Stars: ✭ 75 (+92.31%)
Mutual labels:  relation-extraction

This is the implementation of my paper: SENet for Weakly-Supervised Relation Extraction (CSAI 2018)

Click here for pdf draft: paper_draft

Accepted link: // todo

How to train?

  1. unzip zipfile in data/ (the dataset is too large that you'd better download from here: https://github.com/darrenyaoyao/ResCNN_RelationExtraction/tree/master/data )
  2. in cmd:
python3 train.py

and test result will be saved to temp/ in format of pkl file

How to eval?

python3 eval.py

How to plot and compare with other models?

you need to fill in the pkl file path in plot script, and run

cd plot/
python3 plot_compare_with_other_model.py
python3 metric.py

Model structure

model structure

Best result(epoch ~= 170)

compare with some others

Prerequisits

  1. Tensorflow-gpu==1.4.0
  2. sklearn, tflearn, nltk, numpy
  3. Python3

Other models for RE and some helpful repos

PCNN + ATT

ResCNN-9

Linguistic_adversity

About me

Master candidate from PRIS, BUPT.

Email: [email protected]

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