-
Install Python 3:
Go to install Python 3
-
Install Required Python Packages:
$ pip install -r requirements.txt
-
Download Dataset
Estimated Size: 1.94 GiB.
$ python download_dataset.py
-
Update Dataset
$ python download_dataset.py
python main.py [-h] [--meetings MEETINGS] [--transcript] [--dialogacts] [--extractivesummary] [--abstractivesummary]
$ python main.py --transcript
$ python main.py --meetings ES2002a --transcript
$ python main.py --meetings ES2002a,ES2002b,ES2003a --transcript
$ python main.py --meetings ES2002a --dialogacts
$ python main.py --meetings ES2002a --extsummary
$ python main.py --meetings ES2002a --abssummary
- Added Confidence Level Data
- Updated Abstractive Summary Data
- Added Summary Links
- Added Arguments
- Added Discussions
- Added Transcripts
- Added Dialog Acts
- Added Adjacency Pairs
- Added Word Segmentations
- Added Topic Segmentations
- Added Decision Points
- Added Extractive Summaries
- Added Abstractive Summaries
- Initial Release with Meeting Audios only
Licensed under The MIT License (MIT)