QCRI
/

Firoj commited on
Commit
998f997
·
1 Parent(s): 09661ff

updated readme

Browse files
Files changed (1) hide show
  1. README.md +38 -1
README.md CHANGED
@@ -17,4 +17,41 @@ tags:
17
  - Summarization
18
  - offensive-language
19
  - News-Genre
20
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  - Summarization
18
  - offensive-language
19
  - News-Genre
20
+ ---
21
+ # LlamaLens: Specialized Multilingual LLM forAnalyzing News and Social Media Content
22
+
23
+ ## Overview
24
+ LlamaLens is a specialized multilingual LLM designed for analyzing news and social media content. It focuses on 19 NLP tasks, leveraging 52 datasets across Arabic, English, and Hindi.
25
+
26
+ <p align="center">
27
+ <picture>
28
+ <img width="352" alt="capablities_tasks_datasets" src="https://github.com/user-attachments/assets/23bbb62b-0983-4df7-9d6b-64bef777e11c">
29
+ </picture>
30
+ </p>
31
+
32
+ ## Model Inference
33
+
34
+ TBA
35
+
36
+ # License
37
+ This model is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0).
38
+
39
+
40
+ # Citation
41
+ Please cite [our paper](https://arxiv.org/pdf/2410.15308) when using this model:
42
+
43
+ ```
44
+ @article{kmainasi2024llamalensspecializedmultilingualllm,
45
+ title={LlamaLens: Specialized Multilingual LLM for Analyzing News and Social Media Content},
46
+ author={Mohamed Bayan Kmainasi and Ali Ezzat Shahroor and Maram Hasanain and Sahinur Rahman Laskar and Naeemul Hassan and Firoj Alam},
47
+ year={2024},
48
+ journal={arXiv preprint arXiv:2410.15308},
49
+ volume={},
50
+ number={},
51
+ pages={},
52
+ url={https://arxiv.org/abs/2410.15308},
53
+ eprint={2410.15308},
54
+ archivePrefix={arXiv},
55
+ primaryClass={cs.CL}
56
+ }
57
+ ```