All Projects → sivareddyg → Graph Parser

sivareddyg / Graph Parser

Licence: other
GraphParser is a semantic parser which can convert natural language sentences to logical forms and graphs.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Graph Parser

Awesome chinese medical nlp
中文医学NLP公开资源整理:术语集/语料库/词向量/预训练模型/知识图谱/命名实体识别/QA/信息抽取/模型/论文/etc
Stars: ✭ 623 (+466.36%)
Mutual labels:  knowledge-graph, dataset
Onepiece Kg
a knowledge graph project for ONEPIECE /《海贼王》知识图谱
Stars: ✭ 123 (+11.82%)
Mutual labels:  knowledge-graph, dataset
Datasets knowledge embedding
Datasets for Knowledge Graph Completion with textual information about the entities
Stars: ✭ 116 (+5.45%)
Mutual labels:  knowledge-graph, dataset
Cesi
WWW 2018: CESI: Canonicalizing Open Knowledge Bases using Embeddings and Side Information
Stars: ✭ 85 (-22.73%)
Mutual labels:  knowledge-graph, dataset
Workbase
Grakn Workbase (Knowledge IDE)
Stars: ✭ 106 (-3.64%)
Mutual labels:  knowledge-graph
Iso 3166 Countries With Regional Codes
ISO 3166-1 country lists merged with their UN Geoscheme regional codes in ready-to-use JSON, XML, CSV data sets
Stars: ✭ 1,372 (+1147.27%)
Mutual labels:  dataset
C3
Investigating Prior Knowledge for Challenging Chinese Machine Reading Comprehension
Stars: ✭ 101 (-8.18%)
Mutual labels:  dataset
Universal Data Tool
Collaborate & label any type of data, images, text, or documents, in an easy web interface or desktop app.
Stars: ✭ 1,356 (+1132.73%)
Mutual labels:  dataset
Utbm robocar dataset
EU Long-term Dataset with Multiple Sensors for Autonomous Driving
Stars: ✭ 109 (-0.91%)
Mutual labels:  dataset
Imagenetv2
A new test set for ImageNet
Stars: ✭ 109 (-0.91%)
Mutual labels:  dataset
Chatgirl
ChatGirl is an AI ChatBot based on TensorFlow Seq2Seq Model. ChatGirl 一个基于 TensorFlow Seq2Seq 模型的聊天机器人。(包含预处理过的 twitter 英文数据集,训练,运行,工具代码,来波 Star 。)QQ群:167122861
Stars: ✭ 105 (-4.55%)
Mutual labels:  dataset
Kge Hake
The code of paper Learning Hierarchy-Aware Knowledge Graph Embeddings for Link Prediction. Zhanqiu Zhang, Jianyu Cai, Yongdong Zhang, Jie Wang. AAAI 2020.
Stars: ✭ 101 (-8.18%)
Mutual labels:  knowledge-graph
Ua Gec
UA-GEC: Grammatical Error Correction and Fluency Corpus for the Ukrainian Language
Stars: ✭ 108 (-1.82%)
Mutual labels:  dataset
Kgnn Ls
A tensorflow implementation of Knowledge-aware Graph Neural Networks with Label Smoothness regularization
Stars: ✭ 101 (-8.18%)
Mutual labels:  knowledge-graph
Impy
Impy is a Python3 library with features that help you in your computer vision tasks.
Stars: ✭ 109 (-0.91%)
Mutual labels:  dataset
Scientificsummarizationdatasets
Datasets I have created for scientific summarization, and a trained BertSum model
Stars: ✭ 100 (-9.09%)
Mutual labels:  dataset
Faceaging By Cyclegan
Stars: ✭ 105 (-4.55%)
Mutual labels:  dataset
Lic2019 Competition
2019语言与智能技术竞赛-基于知识图谱的主动聊天
Stars: ✭ 109 (-0.91%)
Mutual labels:  knowledge-graph
Simple
SimplE Embedding for Link Prediction in Knowledge Graphs
Stars: ✭ 104 (-5.45%)
Mutual labels:  knowledge-graph
Fma
FMA: A Dataset For Music Analysis
Stars: ✭ 1,391 (+1164.55%)
Mutual labels:  dataset

GraphParser

GraphParser is decribed in the paper http://sivareddy.in/papers/reddy2014semanticparsing.pdf

Installation

GraphParser is written in Java, and requires few external java libraries. You can install them using

./install.py ungrounded

Ungrounded Semantic Parser

GraphParser can parse natural language sentences to logical parses and graphs. Run the following command

cat input.txt | sh run.sh

Online demo

Online demo of GraphParser can be accessed at http://sivareddy.in/graphparser.html

Evaluation datasets

If you are interested in evaluation datasets, and the output of GraphParser on the test datasets, you can download them using

./install.py evaluation

The datasets will be downloaded to the folders data/tacl_splits and data/tacl_ouput.

Grounded Semantic Parser

To replicate TACL results, you will have to install Freebase SPARQL endpoint. Please email me personally.

References:

If you are using GraphParser, please cite

@article{reddy_largescale_2014,
  author = {Reddy, Siva and Lapata, Mirella and Steedman, Mark},
  title = {Large-scale Semantic Parsing without Question-Answer Pairs},
  journal = {Transactions of the Association for Computational Linguistics},
  volume = {2},
  year = {2014},
  pages = {377--392},
  url = {http://aclweb.org/anthology/Q14-1030}
}

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