“Improved search method by rewrited query”版本间的差异
来自cslt Wiki
(→Test result 1) |
|||
第34行: | 第34行: | ||
|+ different result in lucene(queryNorm independent ) | |+ different result in lucene(queryNorm independent ) | ||
|- | |- | ||
− | ! method !!baseline !! new_index_template(1.0 1.0) !! by Z-MERT( | + | ! method !!baseline !! new_index_template(1.0 1.0,1.0) !! by Z-MERT(2.836, 6.88,0.043) !! |
|- | |- | ||
! Accary | ! Accary | ||
− | | 0.662280 || 0. | + | | 0.662280 || 0.212 || 0.51754 |
|- | |- | ||
|} | |} | ||
note:above are only sq and pattern. | note:above are only sq and pattern. | ||
+ | |||
=Test result 2= | =Test result 2= |
2014年12月22日 (一) 00:54的版本
ppt
test
- Test conditions
- (../res/corpus/20141016凉山州/3文本/testJ.txt) about 1596 questions.
- Only Lucene
Test result 1
- PTN+STD
- queryNorm dependent but include coord(between query)
method | baseline | new_index_template(1.0 1.0) | by Z-MERT(1.8411, 1.0) | |
---|---|---|---|---|
Accary | 0.662280 | 0.669799 | 0.678571 |
- queryNorm independent but include coord(between query)
method | baseline | new_index_template(1.0 1.0) | by Z-MERT(1.8435, 1.0) | |
---|---|---|---|---|
Accary | 0.662280 | 0.67669 | 0.68671679 |
- PTN+STD+ANS
method | baseline | new_index_template(1.0 1.0,1.0) | by Z-MERT(2.836, 6.88,0.043) | |
---|---|---|---|---|
Accary | 0.662280 | 0.212 | 0.51754 |
note:above are only sq and pattern.