This repo contains the code for implementation of multiperspective answer summarizer model.
- torch
- transformers
- python3
The models were trained on the following data DATASET
There are three models - two baseline models and one finetuned model. The code for the models can be found in the Models
directory. Report.pdf
contains the information about the results obtained.
The folder structure is as follows:
.
├── README.md
├── Report.pdf
├── Models
│ ├── anlp_baseline1.py
│ ├── anlp_baseline2.py
│ └── model.py
└── Dataset_Paper.pdf