Home

Awesome

Think about it! Improving defeasible reasoning by first modeling the question scenario

thinkaboutit

Code and data Think about it! Improving defeasible reasoning by first modeling the question scenario (EMNLP 2021)

Setting up

Use cases

  1. Inference
  1. Training

Usage:

scripts/train.sh MODEL_TYPE DATA_DIR GRAPH_NAME GPU

where: - MODEL_TYPE: one of str, moe, gcn, gcn_moe - DATA_DIR: path to the directory containing the dataset. - GRAPH_NAME: name of the graph to be used for training. - GPU: GPU to use. If not specified, will use the first available GPU.

    scripts/train.sh moe data/defeasible_graph_augmented_qa/t5/atomic/influence_graphs_cleaned.jsonl 0
bash scripts/train.sh moe data/unit_test/ influence_graphs.jsonl 0

Data and pre-trained models


thinkaboutit