中文
相关论文

相关论文: ComSum: Commit Messages Summarization and Meaning …

200 篇论文

Summarization is the task of compressing source document(s) into coherent and succinct passages. This is a valuable tool to present users with concise and accurate sketch of the top ranked documents related to their queries. Query-based…

计算与语言 · 计算机科学 2020-10-27 Sayali Kulkarni , Sheide Chammas , Wan Zhu , Fei Sha , Eugene Ie

This paper incorporates the efficiency of automatic summarization and addresses the challenge of generating personalized summaries tailored to individual users' interests and requirements. To tackle this challenge, we introduce SummPilot,…

人工智能 · 计算机科学 2026-01-14 JungMin Yun , Juhwan Choi , Kyohoon Jin , Soojin Jang , Jinhee Jang , YoungBin Kim

Video summarization is a task of shortening a video by choosing a subset of frames while preserving its essential moments. Despite the innate subjectivity of the task, previous works have deterministically regressed to an averaged frame…

机器学习 · 计算机科学 2025-10-10 Kwanseok Kim , Jaehoon Hahm , Sumin Kim , Jinhwan Sul , Byunghak Kim , Joonseok Lee

The high annotation costs and diverse demands of various summarization tasks motivate the development of few-shot summarization. However, despite the emergence of many summarization tasks and datasets, the current training paradigm for…

计算与语言 · 计算机科学 2023-05-30 Yulong Chen , Yang Liu , Ruochen Xu , Ziyi Yang , Chenguang Zhu , Michael Zeng , Yue Zhang

Dialogue summarization aims to provide a concise and coherent summary of conversations between multiple speakers. While recent advancements in language models have enhanced this process, summarizing dialogues accurately and faithfully…

计算与语言 · 计算机科学 2024-09-17 Eunice Akani , Benoit Favre , Frederic Bechet , Romain Gemignani

Video transcript summarization is a fundamental task for video understanding. Conventional approaches for transcript summarization are usually built upon the summarization data for written language such as news articles, while the domain…

计算与语言 · 计算机科学 2021-07-16 Tengchao Lv , Lei Cui , Momcilo Vasilijevic , Furu Wei

Automatic summarization methods are efficient but can suffer from low quality. In comparison, manual summarization is expensive but produces higher quality. Can humans and AI collaborate to improve summarization performance? In similar text…

计算与语言 · 计算机科学 2022-06-15 Vivian Lai , Alison Smith-Renner , Ke Zhang , Ruijia Cheng , Wenjuan Zhang , Joel Tetreault , Alejandro Jaimes

This study presents a controllable abstract summary generation method for large language models based on prompt engineering. To address the issues of summary quality and controllability in traditional methods, we design a multi-stage prompt…

计算与语言 · 计算机科学 2025-10-20 Xiangchen Song , Yuchen Liu , Yaxuan Luan , Jinxu Guo , Xiaofan Guo

Due to the exponential growth of information and the need for efficient information consumption the task of summarization has gained paramount importance. Evaluating summarization accurately and objectively presents significant challenges,…

计算与语言 · 计算机科学 2024-12-31 Dong Yuan , Eti Rastogi , Fen Zhao , Sagar Goyal , Gautam Naik , Sree Prasanna Rajagopal

The rapid expansion of scientific literature in computer science presents challenges in tracking research trends and extracting key insights. Existing datasets provide metadata but lack structured summaries that capture core contributions…

信息检索 · 计算机科学 2025-03-03 Javin Liu , Aryan Vats , Zihao He

Most existing cross-lingual summarization (CLS) work constructs CLS corpora by simply and directly translating pre-annotated summaries from one language to another, which can contain errors from both summarization and translation processes.…

计算与语言 · 计算机科学 2023-07-11 Yulong Chen , Huajian Zhang , Yijie Zhou , Xuefeng Bai , Yueguan Wang , Ming Zhong , Jianhao Yan , Yafu Li , Judy Li , Michael Zhu , Yue Zhang

Document summarization condenses a long document into a short version with salient information and accurate semantic descriptions. The main issue is how to make the output summary semantically consistent with the input document. To reach…

计算与语言 · 计算机科学 2022-04-01 Mingyang Song , Liping Jing

Multi-document summarization is the process of automatically generating a concise summary of multiple documents related to the same topic. This summary can help users quickly understand the key information from a large collection of…

计算与语言 · 计算机科学 2023-12-20 Charles Rajan , Nishit Asnani , Shreya Singh

The availability of large-scale datasets has driven the development of neural models that create summaries from single documents, for generic purposes. When using a summarization system, users often have specific intents with various…

计算与语言 · 计算机科学 2021-06-02 Yumo Xu , Mirella Lapata

Code summary generation is the task of writing natural language descriptions of a section of source code. Recent advances in Large Language Models (LLMs) and other AI-based technologies have helped make automatic code summarization a…

软件工程 · 计算机科学 2024-08-20 Chia-Yi Su , Aakash Bansal , Yu Huang , Toby Jia-Jun Li , Collin McMillan

The creation of a quality summarization dataset is an expensive, time-consuming effort, requiring the production and evaluation of summaries by both trained humans and machines. If such effort is made in one language, it would be beneficial…

计算与语言 · 计算机科学 2021-12-09 Spencer Braun , Oleg Vasilyev , Neslihan Iskender , John Bohannon

Deep learning has led to significant improvement in text summarization with various methods investigated and improved ROUGE scores reported over the years. However, gaps still exist between summaries produced by automatic summarizers and…

计算与语言 · 计算机科学 2020-10-12 Dandan Huang , Leyang Cui , Sen Yang , Guangsheng Bao , Kun Wang , Jun Xie , Yue Zhang

Compared to news and chat summarization, the development of meeting summarization is hugely decelerated by the limited data. To this end, we introduce a versatile Chinese meeting summarization dataset, dubbed VCSum, consisting of 239…

计算与语言 · 计算机科学 2023-05-16 Han Wu , Mingjie Zhan , Haochen Tan , Zhaohui Hou , Ding Liang , Linqi Song

MediaSum, a large-scale media interview dataset consisting of 463.6K transcripts with abstractive summaries. To create this dataset, we collect interview transcripts from NPR and CNN and employ the overview and topic descriptions as…

计算与语言 · 计算机科学 2021-03-15 Chenguang Zhu , Yang Liu , Jie Mei , Michael Zeng

Software documentation largely consists of short, natural language summaries of the subroutines in the software. These summaries help programmers quickly understand what a subroutine does without having to read the source code him or…

软件工程 · 计算机科学 2020-04-13 Sakib Haque , Alexander LeClair , Lingfei Wu , Collin McMillan