-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meeting Summarization Use Case #76
Comments
Meeting SummarizationMeeting summarization is the process of creating a concise overview of the key points, decisions, and action items discussed during a meeting[1]. It serves to keep stakeholders informed, facilitate decision-making, encourage accountability, and enhance communication[1]. There are several proven ways to summarize a meeting effectively:
Challenges in meeting summarization include the difficulty of collecting confidential meeting data, the labor-intensive process of annotating summaries, and the need to capture key issues while excluding irrelevant discussions[4][5]. Recent research has focused on creating benchmark datasets[3][4][5] and developing advanced summarization models[2][3]. In summary, meeting summarization is a crucial skill for keeping teams aligned and productive, with various manual and automated techniques available to create high-quality summaries efficiently. Citations: |
Diverse Summarization DatasetFrom Pegasus - Paper |
From Abstractive Meeting Summarization
Customer Service Calls could be multi-party conversation but only two party speak in a given time span. Also the format of the meeting in customer service is problem solving in nature. Eg: Customer Rep - Agent 1 ---> Customer Rep - Agent 2 ----> Customer Rep -- Agent 3 Related: Abstractive Dialogue summarization, Abstractive Text Summarization, Meeting Summariziation, text Generation Stages in abstractive
|
Differences from traditional summarization
|
From Call Summarization: why it is important and what it is possible today and in a near future
"AUTOMATIC SUMMARIZATION OF CALL-CENTER CONVERSATION" by E. Stepanov, B. Favre, F. Alam, S. Chowdhury, K. Singla, J. Trione, F. Be ́chet, G. Riccardi. offers a hybrid approach using both extractive/abstractive. See
|
Challenges involvedNature of meeting-style speech :
Preference for abstractive summarization
Heterogeneous meeting formats
Subjectivity
|
See the example case study from Orca paper on Meeting Transcript processing Example from the paper SystemYou are a teacher. Given a task, you explain in simple steps what the task is asking, any guidelines it provides, and how to use those guidelines it provides to find the answer. UserYou will read a meeting transcript, then extract the relevant segments to answer the following question Question: How does Steven feel about selling? $Meeting_Transcript Please answer the following question Extract from transcript the most relevant segments for the answer, then answer the question. |
Five levels of summarizing Youtube
Usecase YouTube Videos - Auto Chapter Generation |
PYDATA - NYC 2024 The Art of Compression: Crafting Insightful Summaries with LLMs As Large Language Models continue to advance, their application in text summarization presents both powerful opportunities and specific challenges. This talk will focus on practical strategies to overcome the limitations posed by context windows—a critical factor when dealing with extensive texts. The talk will also demonstrate how fine-tuning can improve summarization tasks for domain specific private datasets and when to use what. Attendees will learn how to build an end-to-end summarization workflow, with a focus on effective data chunking, prompt optimization, and advanced evaluation methods to ensure accurate and meaningful summaries. Outline:
Background Knowledge Required:
Presentation - https://github.com/aartij22/Pydata-NYC-2024 |
Tiny titans - Can smaller LLM models punch above their weight for meeting summarization
Originally posted by @manisnesan in #47 (comment)
Questions
The text was updated successfully, but these errors were encountered: