Skip to content

Argument Mining on PE, AbstRCT and CDCP datasets with the latest 8B, 70B LLaMA-3, LLaMA-3.1 models from Meta AI.

Notifications You must be signed in to change notification settings

mohammadoumar/AMwithLLMs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📣 AMwithLLMs 📣

This repository contains the details of the project: Argument Mining with Fine-Tuned Large Language Models. Fine-tuning involves further training of a pre-trained model on a downstream dataset. This helps general-purpose LLL pre-training to be complemented with task specific supervised training.


📂 Repository Structure

This repository is organized as follows:

  1. abstRCT: this directory contains the materiel for experiments on the Abstracts of Randomized Controlled Trials (AbstRCT) dataset.
  2. cdcp: this directory contains the materiel for experiments on the Cornell eRulemaking Corpus (CDCP) dataset.
  3. mega: this directory contains the materiel for implementation of a combined dataset consisting of all three datasets.
  4. pe: this directory contains the materiel for experiments on the Persuasive Essays (PE) dataset.
.
├── abstRCT
├── cdcp
├── mega
└── pe

⛓️ Models

We experiment with the following models:


🎛️ Tasks

We experiment on the three tasks of an Argument Mining (AM) pipeline:

  1. Argument Component Classification (ACC): ACC involves classifying an argument component as either Major Claim, Claim or Premise.
  2. Argument Relation Identification (ARI): ARI involves classifying pairs of argument components as either Related or Non-related.
  3. Argument Relation Classification (ARC): ARC involves classifying an argument relation as either Support or Attack.

📦 Requirements

We use the following versions of the packages:

torch==2.4.0
gradio==4.43.0
pydantic==2.9.0
LLaMA-Factory==0.9.0
transformers==4.44.2
bitsandbytes==0.43.1

💻 Platform and Compute

All experiments have been performed on the High Performance Cluster at La Rochelle Université.

About

Argument Mining on PE, AbstRCT and CDCP datasets with the latest 8B, 70B LLaMA-3, LLaMA-3.1 models from Meta AI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published