Skip to content

arushi-08/Argumentative-Stance-Prediction-with-Transformers

Repository files navigation

Argumentative Stance Prediction with Transformers

Finetuning HuggingFace Transformer models for the EMNLP'23 ImageArg Shared Task.
The task comprised of Argumentative Stance Prediction subtask using 2 datasets on: gun_control and abortion (see the details on the website).

To run the experiments:

  1. Install requirements.txt
pip install -r requirements.txt
  1. Run the main.py
python main.py --dataset gun_control --model_ckpt xlnet-base-cased --model_type text

The main.py file will finetune the model_checkpoint (model_ckpt) and also run inference on test dataset and generate results.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages