Index of papers in Proc. ACL 2008 that mention
  • weight vector
Huang, Liang
Forest Reranking
As usual, we define the score of a parse y to be the dot product between a high dimensional feature representation and a weight vector w:
Forest Reranking
Using a machine learning algorithm, the weight vector w can be estimated from the training data where each sentence 3,- is labelled with its correct (“gold-standard”) parse As for the learner, Collins (2000) uses the boosting algorithm and Charniak and Johnson (2005) use the maximum entropy estimator.
Forest Reranking
Now we train the reranker to pick the oracle parses as often as possible, and in case an error is made (line 6), perform an update on the weight vector (line 7), by adding the difference between two feature representations.
weight vector is mentioned in 4 sentences in this paper.
Topics mentioned in this paper: