/TeamUFPR-IDPT2021

TeamUFPR at IDPT 2021. Complete set of results and source code.

Primary LanguagePython

TeamUFPR-IDPT2021

TeamUFPR at IDPT 2021. Complete set of results and source code.

Table of Contents

Running the code

If you wish to run the code, three options are available (hardcoded, sry :/ )

372    def main(self):                                                                                                                           
373         # self.makerMain() # Run all the tests to check which algorithm is better                                                                                             
374         # self.finalNews() # Our solution to News dataset                                                                                             
375         self.finalTweet()  # Our solution to Tweet dataset

To run the code, use the following command:

python3 main.py --dataset-train ../dataset/Training/training_tweets.csv --dataset-test ../dataset/Test/test_tweets.csv 

python3 main.py --dataset-train ../dataset/Training/training_news.csv --dataset-test ../dataset/Test/test_news.csv 

IberLEF-2021

Published in Iberian Languages Evaluation Forum 2021:

@inproceedings{paper3,
    author={Tiago Heinrich and Fabrício Ceschin and Felipe Marchi},
    title={TeamUFPR at IDPT 2021: Equalizing a Strategy Using Machine Learning for Two Types of Data in Detecting Irony},
    year={2021},
    series={Iberian Languages Evaluation Forum 2021}
}

The paper could be found here or here.

Contributors