Giter Club home page Giter Club logo

dataset's Introduction

VCSum: A Versatile Chinese Meeting Summarization Dataset

Han Wu, Mingjie Zhan, Haochen Tan, Zhaohui Hou, Ding Liang and Linqi Song.

Abstract: 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 real-life meetings, with a total duration of over 230 hours. We claim our dataset is versatile because we provide the annotations of topic segmentation, headlines, segmentation summaries, overall meeting summaries, and salient sentences for each meeting transcript. As such, the dataset can adapt to various summarization tasks or methods, including segmentation-based summarization, multi-granularity summarization and retrieval-then-generate summarization. Our analysis confirms the effectiveness and robustness of VCSum. We also provide a set of benchmark models regarding different downstream summarization tasks on VCSum to facilitate further research.

annotation screenshot

Data Structure

The files started with long_ contain the overall meeting summaries, and the files started with short_ contains the segmentation meeting summaries and corresponding headlines.

We put all meeting transcripts in overall_context.txt and all highlight annotations in overall_highlights.txt. All files share the id and av_num values.

The long/short_train/dev/text.txt files contain the annotations of topic segmentation, headlines, segmentation summary and overall meeting summary. The keys in the dict are:

  • id and av_num: the unique identifiers of the meeting transcript.
  • eos_index: the utterance positions of topic segmentation.
  • speaker: the speaker identifier.
  • context: the meeting transcript.
  • summary: the overall meeting summary.
  • discussion: the segmentation summary.
  • agenda: the segmentation headline.

The highlight files provide the annotations of highlight sentences.

  • id and av_num: the unique identifier of the meeting transcript.
  • highlights: the 0/1 list of context words. 1 stands for the highlighted word.

Cite

@inproceedings{wu-etal-2023-vcsum,
    title = "{VCSUM}: A Versatile {C}hinese Meeting Summarization Dataset",
    author = "Wu, Han and Zhan, Mingjie and Tan, Haochen and Hou, Zhaohui and Liang, Ding and Song, Linqi",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
    month = July,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.findings-acl.377",
    pages = "6065--6079"
}

dataset's People

Contributors

hahahawu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.