-
git clone https://github.com/luheng/hitl_parsing
-
cd hitl_parsing
-
./setup.sh
-
ant
-
./run.sh
(for replicating results on ccg dev) -
./run.sh -ccg-test
(for replicating results on ccg test)
As specified in corpora.properties:
- PennTreebank: (used to get the dev split of CCGBank) needs to be located at
hitl_parsing/testfiles/wsj/COMBINED/WSJ/
- CCGBank: needs to be located at
hitl_parsing/testfiles/ccgbank/data/
- Viewing annotated QA data
- Human-in-the-loop Demo
- Stand-alone question generator
This human-in-the-loop framework is described in the following paper:
Human-in-the-Loop Parsing
Luheng He, Julian Michael, Mike Lewis and Luke Zettlemoyer
In proceedings of EMNLP 2016
For questions about our code and data, please contact: luheng at cs dot washington dot edu