Skip to content

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.

Notifications You must be signed in to change notification settings

Likhith-Asapu/Multiperspective-Answer-Summariser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages