Digo / hw5-team11

For class project homework 5
0 stars 0 forks source link

Implementation of the baseline methods for answer scoring #4

Closed lskeeper closed 11 years ago

lskeeper commented 11 years ago

We assign scores to each answer choice by comparing the similarity between each reformed sentence and the corresponding article and background corpus, based on the features extracted from different annotators. These features could be defined by both low-level (e.g., bag of words) and structural (e.g., dependency parsing) information. We also need to come up with an appropriate model that combines the feature values and different types of scores to finally give the score of each candidate answer.