Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ tags:
|
|
3 |
- BERT
|
4 |
- Text Classification
|
5 |
- relation
|
6 |
-
language: Arabic
|
7 |
license: mit
|
8 |
datasets:
|
9 |
- ACE2005
|
@@ -104,21 +104,19 @@ print('====Relation====')
|
|
104 |
for rel in re_ner_output["relation"]:
|
105 |
print('{}--{}:{}'.format(rel['arg1']['word'], rel['arg2']['word'], rel['relation_type']['label']))
|
106 |
|
107 |
-
Sentence:
|
108 |
====Entity====
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
21--PER
|
117 |
-
السويد--GPE
|
118 |
====Relation====
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
```
|
123 |
|
124 |
### BibTeX entry and citation info
|
|
|
3 |
- BERT
|
4 |
- Text Classification
|
5 |
- relation
|
6 |
+
language: Arabic, English
|
7 |
license: mit
|
8 |
datasets:
|
9 |
- ACE2005
|
|
|
104 |
for rel in re_ner_output["relation"]:
|
105 |
print('{}--{}:{}'.format(rel['arg1']['word'], rel['arg2']['word'], rel['relation_type']['label']))
|
106 |
|
107 |
+
Sentence: ويتزامن ذلك مع اجتماع بايدن مع قادة الدول الأعضاء في الناتو في قمة موسعة في العاصمة الإسبانية، مدريد.
|
108 |
====Entity====
|
109 |
+
بايدن--PER
|
110 |
+
قادة--PER
|
111 |
+
الدول--GPE
|
112 |
+
الناتو--ORG
|
113 |
+
العاصمة--GPE
|
114 |
+
الاسبانية--GPE
|
115 |
+
مدريد--GPE
|
|
|
|
|
116 |
====Relation====
|
117 |
+
قادة--الدول:ORG-AFF
|
118 |
+
الدول--الناتو:ORG-AFF
|
119 |
+
العاصمة--الاسبانية:PART-WHOLE
|
120 |
```
|
121 |
|
122 |
### BibTeX entry and citation info
|