Huffon / sentence-compressor

Compress your lengthy sentence 🗜️
7 stars 1 forks source link

Idea behind your model (which paper is your model based) #4

Closed chuhailinh closed 3 years ago

chuhailinh commented 3 years ago

I want to know which paper you build your model or you create from scratch not based any paper

Huffon commented 3 years ago

There are various papers dealing with Sentence Compression task. Check Laser Tagger !

chuhailinh commented 3 years ago

There are various papers dealing with Sentence Compression task. Check Laser Tagger !

Following your code, i undertand that your model use transformers based machine translation with input is source sentence and output is compress sentence. Is it right? And there are any technique in your code different from transformers model?