141011-progress

来自cslt Wiki
2014年10月11日 (六) 05:01Lr讨论 | 贡献的版本

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

Problem

  • QA framework
  • wrong order or template expansion
  • incomplete information in question
  • correct the input error

soluation

  • QA framework
  • check other company or opensource framwork
  • read the QA reveiew,tutorial and paper
  • wrong order or template expansion
  • vsm or BM25[1]
  • word2vec
  • Automatic template expansion,may use SEMPRE[2]
  • now use the combination of the word to cover the wrong order. now just deal with the two words.

now problem

  • code
  • the standard question and template all is loaded into the lucene index. so it is ok?
  • add the vsm method to deal with the wrong order problem.