a1da4 / paper-survey

Summary of machine learning papers
32 stars 0 forks source link

Reading: Effect of Post-processing on Contextualized Word Representations #246

Open a1da4 opened 1 year ago

a1da4 commented 1 year ago

0. Paper

1. What is it?

They analyze the effect of post-processing methods in contextualized word embeddings.

2. What is amazing compared to previous works?

They reveal that applying zscore (a simple post-process method in feature-based machine learning) constantly improves performance because of the huge variance of contextualized word embeddings. スクリーンショット 2023-02-08 11 27 35

3. Where is the key to technologies and techniques?

They applied two feature-based normalizations (z score and min-max) and two postprocessing for static word embeddings:

4. How did evaluate it?

スクリーンショット 2023-02-08 11 00 10 スクリーンショット 2023-02-08 11 00 36

These Figures show that:

From these findings, applying zscore (and abtt) is recommended using contextualized word embeddings.

5. Is there a discussion?

6. Which paper should read next?