henryharm commited on
Commit
8b7d12c
1 Parent(s): bd5fc8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -1
README.md CHANGED
@@ -1,3 +1,76 @@
1
  ---
2
- license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pretty_name: AMIsum
3
+ annotations_creators:
4
+ - expert-generated
5
+ language:
6
+ - en
7
+ license:
8
+ - cc-by-4.0
9
+ multilinguality:
10
+ - monolingual
11
+ size_categories:
12
+ - n<1K
13
+ source_datasets:
14
+ - original
15
+ task_categories:
16
+ - summarization
17
+ paperswithcode_id: ami-sum
18
  ---
19
+ # Dataset Card for "AMIsum"
20
+ ## Table of Contents
21
+ - [Dataset Description](#dataset-description)
22
+ - [Dataset Summary](#dataset-summary)
23
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
24
+ - [Languages](#languages)
25
+ - [Dataset Structure](#dataset-structure)
26
+ - [Data Instances](#data-instances)
27
+ - [Data Fields](#data-fields)
28
+ - [Data Splits](#data-splits)
29
+ - [Dataset Creation](#dataset-creation)
30
+ - [Curation Rationale](#curation-rationale)
31
+ - [Source Data](#source-data)
32
+ - [Annotations](#annotations)
33
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
34
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
35
+ - [Social Impact of Dataset](#social-impact-of-dataset)
36
+ - [Discussion of Biases](#discussion-of-biases)
37
+ - [Other Known Limitations](#other-known-limitations)
38
+ - [Additional Information](#additional-information)
39
+ - [Dataset Curators](#dataset-curators)
40
+ - [Licensing Information](#licensing-information)
41
+ - [Citation Information](#citation-information)
42
+ - [Contributions](#contributions)
43
+ -
44
+ ## Dataset Description
45
+ - **Homepage:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
46
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
47
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
48
+
49
+ ### Dataset Summary
50
+ AMIsum is meeting summaryzation dataset based on the AMI Meeting Corpus (https://groups.inf.ed.ac.uk/ami/corpus/). The dataset utilizes the transcripts as the source data and abstract summaries as the target data.
51
+
52
+ ### Supported Tasks and Leaderboards
53
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
+
55
+ ### Languages
56
+ English
57
+
58
+ ## Dataset Structure
59
+
60
+ ### Data Instances
61
+ ```
62
+ {'transcript': '<PM> Okay. <PM> Right. <PM> Um well this is the kick-off meeting for our our project. <PM> Um and um this is just what we're gonna be doing over the next twenty five minutes. <ME> Mm-hmm. <PM> Um so first of all, just to kind of make sure that we all know each other, I'm Laura and I'm the project manager. <PM> Do you want to introduce yourself again? <ME> Great. [...]', 'summary': 'The project manager introduced the upcoming project to the team members and then the team members participated in an exercise in which they drew their favorite animal and discussed what they liked about the animal. The project manager talked about the project finances and selling prices. The team then discussed various features to consider in making the remote.', 'id': 'ES2002a',
63
+ ```
64
+
65
+ ### Data Fields
66
+ ```
67
+ transcript: Expert generated transcript.
68
+ summary: Expert generated summary.
69
+ id: Meeting id.
70
+ ```
71
+
72
+ ### Data Splits
73
+
74
+ |train|validation|test|
75
+ |:----|:---------|:---|
76
+ |97|20|20|