-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Sedra
committed
Apr 8, 2013
1 parent
8b242e8
commit 3bbdd85
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Stephen Bly | ||
Ryhan Hasan | ||
Daniel Sedra | ||
|
||
Team 6 | ||
|
||
We used Python (mostly NLTK) and Java (arkref). We are still working on coreference resolution. | ||
|
||
|
||
Ask: | ||
|
||
First splits file into sentences and then ranks them based on length and presence of 'It is' or 'is'. It then generates question using handwritten rules. | ||
|
||
Example: | ||
|
||
./ask Question_Answer_Dataset_v1.1/S08/data/set1/a1.txt 4 | ||
|
||
generates 4 questions from a1.txt | ||
|
||
Answer: | ||
|
||
Given a quesition we search for relevant sentences using n-gram overlap and keyword proximity. This sentence is then returned. | ||
|
||
Example: | ||
|
||
./answer elephant | ||
|
||
goes to Question_Answer_Dataset_v1.1 and each year answering every question from every year. |