From 80b707f261f3f05ce900121430f065181cc055d7 Mon Sep 17 00:00:00 2001 From: knightmarehs Date: Fri, 12 Apr 2019 14:05:21 +0800 Subject: [PATCH] Delete README_EN.MD --- README_EN.MD | 56 -------------------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 README_EN.MD diff --git a/README_EN.MD b/README_EN.MD deleted file mode 100644 index f93af1b..0000000 --- a/README_EN.MD +++ /dev/null @@ -1,56 +0,0 @@ -# GAnswer System - -GAnswer system is a natural language QA system developed by Institute of Computer Science & Techonology Data Management Lab, Peking University, led by Prof. Zou Lei. GAnswer is able to translate natural language questions to query graphs containing semantic information. Then, the system can further turn query graphs into standard SPARQL query, which will be executed in graph databases, in order to attain answers for the users. We apply an innovative data-driven method for semantic disambiguation. In details, while generating query graphs, we maintain multiple plans for entities and predicate mappings and we conduct semantic disambiguation in the query execution phrase according to entities and predicate matches ( incorrect mappings ). - -This is an implementation for TKDE 2018 paper [Answering Natural Language Questions by Subgraph Matching over Knowledge Graphs](docs/TKDE18_gAnswer.pdf) - -**For help document, click here [中文(ZH)](docs/gAnswer_help.pdf), [English](docs/gAnswer_help_en.pdf) - -## Quick Start -First you must download necessary data files dbpedia16.rar [here](https://pan.baidu.com/s/1LHGO0cU5et5o5nQWc3UvVg). The extaction code is 1mcr. This is a Baidu Netdisk link. If you have trouble opening it, please try this google drive [link](https://drive.google.com/open?id=1hmqaftrTo0_qQNRApCuxFXaBx7SosNVy).You should unzip the file into directory named data. - -### Deploy GAnswer via jar -We recommend you to deploy GAnswer using the jar files we supply. The specific procedure is as follows: - -- Download 2 files: Ganswer.jar and dbpedia16.rar. We strongly recommend that you download the up-to-date version of Ganswer.jar from the github releases of this project, to ensure stability. -- Unzip Ganswer.jar -```java -jar -xvf Ganswer.jar -``` -- You should unzip it into the main project directory. Please make sure that Ganswer.jar itself is under the same path with the unzipped files. -- Unzip dbpedia16.rar. Note that you must place the unzipped files into a directory named data, and this directory should be under the same path with -```java -unrar x dbpedia16.rar ./data/ -``` -- In other words, your project directory should look like this: ->Main_project_directory ->>Ganswer.jar
->>unzipped files from Ganswer.jar
->>data ->>>unzipped files from dbpedia16.rar
-- Run the jar file -```java -java -jar Ganswer.jar -``` -- Wait for the initialization procedure. When you see "Server Ready!", the initialization is successful and you can access GAnswer service via Http requests. - -About GAnswer Http API, information can be found in Chapter 2.1.1 in help document. - - - -### Run GAnswer in Eclipse -If you would like to run GAnswer in Eclipse, you need to clone or download the source code and import the project into Eclipse. Afterwards, the jar files in lib directory should be added to Build Path. -Due to the sizes, these jar files can not be uploaded to github. Therefore, you can download them [here](https://pan.baidu.com/s/1ZfdKDtuE6PLby1koEs6aFg). The extract code is ud2v. -Meanwhile, dbpedia16.rar is also needed. Please unzipped it into directory named data under the project main directory. Parameters about data path can be found in qa.Globals.localPath. - -### Notice -To run GAnswer, you have to deal with multiple dependencies involving jar, data files and external API. Related information is in Chapter 2.4 in the help document. - -## Other Business - -You are welcome to use GAnswer and tell us your valuable advice or bug report. - -If your advice or report are accepted, your contribution will be recorded in our help document. - -We have published some paper about GAnswer and QA task, which you can find in Chapter 3.2 in help document. -