raosudha89 / ranking_clarification_questions

Code and Data for the paper: "Learning to Ask Good Questions: Ranking Clarification Questions using Neural Expected Value of Perfect Information"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository information

This repository contains data and code for the paper below:

Learning to Ask Good Questions: Ranking Clarification Questions using Neural Expected Value of Perfect Information
Sudha Rao (raosudha@cs.umd.edu) and Hal Daumé III (hal@umiacs.umd.edu)
Proceedings of The 2018 Association of Computational Lingusitics (ACL 2018)

Downloading data

The above dataset contains clarification questions for these three sites of stackexchange:

  1. askubuntu.com
  2. unix.stackexchange.com
  3. superuser.com

Running model on data above

To run models on a combination of the three sites above, check ranking_clarification_questions/src/models/README

Generating data for other sites

To generate clarification questions for a different site of stackexchange, check ranking_clarification_questions/src/data_generation/README

Retrain stackexchange word embeddings

To retrain word embeddings on a newer version of stackexchange datadump, check ranking_clarification_questions/src/embedding_generation/README

Contact information

Please contact Sudha Rao (raosudha@cs.umd.edu) if you have any questions or any feedback.

About

Code and Data for the paper: "Learning to Ask Good Questions: Ranking Clarification Questions using Neural Expected Value of Perfect Information"


Languages

Language:Python 74.9%Language:Java 14.6%Language:Shell 10.5%