mirror of https://github.com/percyliang/sempre
47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
# This file contains additional public datasets described in the EMNLP
|
|
# 2013 paper, including WebQuestions.
|
|
#
|
|
# These files are hosted on the Stanford NLP web endpoint and are
|
|
# intended to be obtained via the command
|
|
#
|
|
# ./download-dependencies emnlp2013
|
|
#
|
|
|
|
############################################################
|
|
#wordnet
|
|
lib/wordnet-3.0-prolog
|
|
lib/derivation.txt
|
|
|
|
#word vectors
|
|
lib/wordreprs/cbow-lowercase-50.vectors
|
|
lib/wordreprs/wordLexicon
|
|
|
|
#paralex phrase table
|
|
lib/paralex/phrase-table.counts.txt
|
|
|
|
# Lexicon alignment data
|
|
lib/fb_data/6/unaryInfoStringAndAlignment.txt
|
|
lib/fb_data/6/binaryInfoStringAndAlignment.txt
|
|
|
|
############################################################
|
|
# WebQuestions
|
|
|
|
lib/data/webquestions/dataset_11/webquestions.examples.train.json
|
|
lib/data/webquestions/dataset_11/webquestions.examples.test.json
|
|
|
|
############################################################
|
|
# Free917 [Cai & Yates, 2013]
|
|
|
|
data/free917.train.examples.canonicalized.json
|
|
data/free917.test.examples.canonicalized.json
|
|
|
|
############################################################
|
|
# Lucene
|
|
lib/lucene/4.4/free917
|
|
lib/lucene/4.4/inexact
|
|
|
|
############################################################
|
|
# Model
|
|
lib/models/915.exec # test model for acl 2014
|
|
|