Hacker News new | ask | show | jobs
by MojoJolo 4419 days ago
In my opinion, automatic summarization by abstraction. There are lots of automatic summarization algorithm that does extraction like TextTeaser (https://github.com/MojoJolo/textteaser). I think they do the job well but it doesn't have a realistic feel in it. To achieve it, I think automatic summarization by abstraction is the way to go. It almost mimics how humans summarized text. But I think there is still no algorithm that can really perform abstraction well.

I'm looking to try it in the near future. With a good training data, I'm looking into using genetic algorithm eventually evolving the text into an almost human summary. I'm excited for this!