natalievgrafova commited on
Commit
e582c02
·
verified ·
1 Parent(s): 0d96115

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -6,6 +6,9 @@ library_name: peft
6
 
7
  # Monolingual English Model Adapters for Neutral and Stance-Aware Definition Generation
8
 
 
 
 
9
  These models are trained to generate neutral (noslang, wordnet, oxford) and biased (slang, all), stance-aware definitions.
10
 
11
  These adapters should be used together with the base model *unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit* and require *unsloth* installation.
 
6
 
7
  # Monolingual English Model Adapters for Neutral and Stance-Aware Definition Generation
8
 
9
+ The following models were trained in accordance with the methodology outlined in the paper:
10
+ [Stance-aware Definition Generation for Argumentative Texts]([URL](https://aclanthology.org/2025.argmining-1.16/)).
11
+
12
  These models are trained to generate neutral (noslang, wordnet, oxford) and biased (slang, all), stance-aware definitions.
13
 
14
  These adapters should be used together with the base model *unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit* and require *unsloth* installation.