Skip to main content

Questions tagged [text-summarization]

For questions related to (automatic) text summarization, which is the task of producing a concise and fluent summary of a text or document while preserving key information content and the overall meaning of the original document. For example, search engines are an example of an application that generates summaries as the previews of the documents or websites.

1 vote
1 answer
168 views

I don't ask how to make it summarize xy but if it is known how a "LLM" understands and performs this meta task at all. The same is true for prompts like "Be brief" or "Explain ...
d3nigma's user avatar
  • 23
1 vote
2 answers
155 views

I'm given pdf documents containing complex information about a financial product and my task is to write a disclaimer: a two page document with a very precise structure explaining this financial ...
Arthur Gere's user avatar
2 votes
1 answer
83 views

With users expecting instantaneous information and no compromise on in-depth details, app developers are challenged to condense long-form content such as articles, editorials, and discussion threads ...
Anshu Kumar Gupta's user avatar
0 votes
1 answer
72 views

I am new to this community and not even too sure if this is the right place for such a question. I want to know how I could implement (possibly with already made solutions) a system which could take ...
Yossi Sternlicht's user avatar
1 vote
2 answers
82 views

I now have $N$ documents, which share common content and they have special unique content. Say I have $3$ legal documents related to the same person. Document $A$ is about land law, document $B$ is ...
fuyutsuki's user avatar
1 vote
2 answers
157 views

I would like to classify the subject of a conversation. I could classify each messages of the conversation, but I will loose some imformation because of related messages. I also need to do it ...
Benjamin Binard's user avatar
1 vote
1 answer
743 views

As a software engineer, I am searching for an existing solution or, if none exists, willing to create one that will be able to process texts (e.g. news from online media) to extract/paraphrase dry ...
Greendrake's user avatar
1 vote
0 answers
44 views

I'm evaluating the state of the art techniques to translate legal text to simple text, what are the best approaches for a non-English language (Portuguese)?
Miguel Carvalhais Matos's user avatar
0 votes
1 answer
1k views

I am intrigued with the idea of Zettelkasten but unsatisfied with the current implementations. It seems to me that a machine learning and NLP approach could be productive by helpfully identifying “...
Charlie Martin's user avatar
0 votes
1 answer
266 views

I want to use a pretrained model found in [BERT Embeddings] https://github.com/UKPLab/sentence-transformers and I want to add a layer to get the sentence embeddings from the model and pass on to the ...
inquisitive's user avatar
3 votes
1 answer
104 views

I am trying to build a model for extractive text summarization using keras sequential layers. I am having a hard time trying to understand how to input my x data. Should it be an array of documents ...
inquisitive's user avatar
1 vote
0 answers
245 views

I am currently starting a research project whereby I am trying to convert text of one form into another. i.e. If I were to write a seed sentance of the form "Scientists have finally achieved the ...
Colleen Larsen's user avatar
2 votes
1 answer
139 views

My thinking is you input a paragraph, or sentence, and the program can boil it down to the primary concept(s). Example: Input: Sure, it would be nice if morality was simply a navigation toward ...
Otherness's user avatar
  • 305
0 votes
1 answer
90 views

I have a bunch of training data for classifying product names, around 30,000 samples. The task is to classify these product names into types of product, around 100 classes (single words). For example:...
Dan D's user avatar
  • 1,338
6 votes
1 answer
125 views

We have the popular TextRank API which given a text, ranks keywords and can apply summarization given a predefined text length. I am wondering if there is a similar tool for video summarization. ...
Mary's user avatar
  • 1,003

15 30 50 per page