/Multiperspective-Answer-Summariser

An Automatic Answer Summariser developed using Python, PyTorch, and HuggingFace trained on Quora Dataset aimed at summarizing and providing a single answer to a question using answers from multiple users.

Primary LanguagePython

Multiperspective-Answer-Summariser

Python PyTorch

This repo contains the code for implementation of multiperspective answer summarizer model.

Requirements

  • torch
  • transformers
  • python3

Instructions

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.

Folder Structure

The folder structure is as follows:

.
├── README.md
├── Report.pdf
├── Models
│   ├── anlp_baseline1.py
│   ├── anlp_baseline2.py
│   └── model.py
└──  Dataset_Paper.pdf