Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ GalBERT for Semantic Role Labeling (SRL) is a transformers model, leveraging mBE
|
|
23 |
- Identify up to 13 verbal roots within a sentence.
|
24 |
- Identify available arguments for each verbal root. Due to scarcity of data, this model focused solely on the identification of arguments 0, 1, and 2.
|
25 |
|
26 |
-
Labels are
|
27 |
|
28 |
- **Developed by:** [Micaella Bruton](mailto:micaellabruton@gmail.com)
|
29 |
- **Model type:** Transformers
|
|
|
23 |
- Identify up to 13 verbal roots within a sentence.
|
24 |
- Identify available arguments for each verbal root. Due to scarcity of data, this model focused solely on the identification of arguments 0, 1, and 2.
|
25 |
|
26 |
+
Labels are formatted as: r#:tag, where r# links the token to a specific verbal root of index #, and tag identifies the token as the verbal root (root) or an individual argument (arg0/arg1/arg2)
|
27 |
|
28 |
- **Developed by:** [Micaella Bruton](mailto:micaellabruton@gmail.com)
|
29 |
- **Model type:** Transformers
|