WindChimeRan / pytorch_multi_head_selection_re

BERT + reproduce "Joint entity recognition and relation extraction as a multi-head selection problem" for Chinese and English IE
138 stars 31 forks source link

word embeeding #17

Open 526222883 opened 4 years ago

526222883 commented 4 years ago

how do you embed the word? thank you

moyan007 commented 4 years ago

bert? and embeding layer?

526222883 commented 4 years ago

bert? and embeding layer?

what about conll_selection_re?

moyan007 commented 4 years ago

bert? and embeding layer?

what about conll_selection_re?

the selection model is same. use bert as the encoder or not. but as so far, I use bert as encoder still failed.