Skip to content

Commit

Permalink
Added gold standard for three phases: keyterm, retrieval and passage
Browse files Browse the repository at this point in the history
extractors #4
  • Loading branch information
ziy committed Oct 27, 2012
1 parent 6d829f3 commit b8d2c53
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/gs/small.keyterm
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
1|0 3|Who
1|4 10|killed
1|11 26|Abraham Lincoln
6 changes: 6 additions & 0 deletions src/main/resources/gs/small.passage
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
20442.txt|19816 19898
21267.txt|28034 28258
21267.txt|181180 182553
22577.txt|39616 39688
22577.txt|39719 39794
wit4010.txt|211585 212091
4 changes: 4 additions & 0 deletions src/main/resources/gs/small.retrieval
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
20442.txt
21267.txt
22577.txt
wit4010.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class: edu.cmu.lti.oaqa.openqa.hello.retrieval.SimpleSolrRetrievalStrategist
hit-list-size: 10
#embedded: true
#core: data/guten
server: http://peace.isri.cs.cmu.edu:9080/guten/
port: 9080
embedded: true
core: data/guten
#server: http://peace.isri.cs.cmu.edu:9080/guten/
#port: 9080

persistence-provider: |
inherit: ecd.default-log-persistence-provider

0 comments on commit b8d2c53

Please sign in to comment.