Skip to content

Commit

Permalink
updated publications
Browse files Browse the repository at this point in the history
  • Loading branch information
Eaalghamdi committed Jul 19, 2024
1 parent 19103fc commit e86ebbe
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 93 deletions.
55 changes: 55 additions & 0 deletions assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -18759,4 +18759,59 @@ label {
img {
display: none;
}
}

.publications {

margin: auto;
background-color: #ffffff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}



.publication {
margin-bottom: 40px;
}

.publication h2 {
font-size: 1em;
color: #005b9f;
margin-bottom: 5px;
}

.publication .title {
font-size: 1.5em;
color: #333333;
font-weight: bolder;
margin: 5px 0;
}

.publication .journal {
font-size: 1em;
color: #666666;
}

a {
color: black;
}

a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}

/* Solid border */
hr.solid {
border-top: 1px solid #bbb;
}
158 changes: 65 additions & 93 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,16 @@
<!-- <section> begin ============================-->
<section>
<div class="container">
<div class="row">
<!-- <div class="row">
<div class="col-lg-6 col-md-6 col-s-6">
<h2 class="text-1000 m-6 pt-4 line-space">
We conduct fundamental research, offer consultancy, and build
creative AI technologies and solutions for the Arabic language
and its people
</h2>
</div>
</div> -->

<div class="col-lg-6 col-md-6 col-sm-6">
<!-- <div class="col-lg-6 col-md-6 col-sm-6">
<div class="p-2 text-center">
<img
src="assets/img/gallery/A cave painting depicting a group of early humans .jpg"
Expand All @@ -146,13 +146,13 @@ <h2 class="text-1000 m-6 pt-4 line-space">
/>
</div>
</div>
</div>
</div> -->

<div class="row pt-8">
<div class="row">
<h1 class="display-6 fw-semi-bold text-center">Practice Areas</h1>
</div>

<div class="row mb-4 mt-6">
<div class="row mt-6">
<div class="col-md-6">
<div class="p-3">
<h2 class="pt-3 lh-base">Scientific Research</h2>
Expand Down Expand Up @@ -205,105 +205,77 @@ <h2 class="pt-3 lh-base">AI Ethics and Responsibility</h2>
<section>
<div class="container">
<div class="row">
<h1 class="display-6 fw-semi-bold text-center">Our Research</h1>
</div>

<div class="row mb-4 mt-6">
<div class="col-md-6">
<div class="p-3">
<div class="p-4 text-center">
<img
src="assets/img/gallery/moon4.jpg"
class="rounded-3 float-right img-project"
alt="..."
/>
</div>
</div>
</div>

<div class="col-md-6">
<div class="p-3">
<h2 class="pt-3 lh-base">
Domain Adaptation for Arabic Machine Translation: The Case of
Financial Texts
</h2>
<p>
Neural machine translation (NMT) has shown impressive
performance when trained on large-scale corpora. However,
generic NMT systems have demonstrated poor performance on
out-of-domain translation. To mitigate this issue, several
domain adaptation methods have recently been proposed which
often lead to better translation quality than genetic NMT
systems.
<h1 class="display-6 fw-semi-bold text-center">Publications</h1>
<div class="publications col-lg-10 col-md-6 col-sm-6 mt-2">
<div class="publication">
<h2>AceGPT Team Team</h2>
<p class="title">
<a href="https://huggingface.co/FreedomIntelligence/AceGPT-v2-32B-Chat/blob/main/Second_Language__Arabic__Acquisition_of_LLMs_via_Progressive_Vocabulary_Expansion.pdf">
Second Language (Arabic) Acquisition of LLMs via Progressive Vocabulary Expansion
</a>
</p>
<a href="url" target="_blank">KEEP READING</a>
<p class="journal">preprint</p>
<hr class="solid">
</div>
</div>
</div>


<div class="row mb-4">
<div class="col-md-6">
<div class="p-3">
<div class="p-4 text-center">
<img
src="assets/img/gallery/Sun profile + Halftone pattern + editorial illustr.jpg"
class="rounded-3 float-right img-project"
alt="..."
/>
<div class="publication">
<h2>Data Provenance Initiative Team</h2>
<p class="title">
<a href="https://www.dataprovenance.org/consent-in-crisis-paper">
Consent in Crisis:The Rapid Decline of the AI Data Commonsg
</a>
</p>
<p class="journal">preprint</p>
<hr class="solid">
</div>
<div class="publication">
<h2>Aya Team</h2>
<p class="title">
<a href="https://arxiv.org/abs/2402.06619">
Aya Dataset: An Open-Access Collection for Multilingual
Instruction Tuning
</a>
</p>
<p class="journal">ACL24</p>
<hr class="solid">
</div>
</div>

<div class="col-md-6">
<div class="p-3">
<h2 class="pt-3 lh-base">
SARD: A Human-AI Collaborative Story Generation
<div class="publication">
<h2>
EMAD A. ALGHAMDI, REEM I. MASOUD, DEEMA ALNUHAIT, AFNAN Y.
ALOMAIRI, AHMED ASHRAF, MOHAMED ZAYTOON
</h2>
<p>
Generative artificial intelligence (GenAI) has ushered in a new
era for storytellers, providing a powerful tool to ignite
creativity and explore uncharted narrative territories. As
technology continues to advance, the synergy between human
creativity and AI-generated content holds the potential to
redefine the landscape of storytelling. In this work, we propose
SARD, a drag-and-drop visual interface for generating a
multi-chapter story using large language models.
<p class="title">
<a href="https://arxiv.org/abs/2403.09017">
AraTrust: An Evaluation of Trustworthiness for LLMs in Arabic
</a>
</p>
<a href="url" target="_blank">KEEP READING</a>
<p class="journal">DMLR @ICML 2024</p>
<hr class="solid">
</div>
</div>
</div>

<div class="row mb-4">
<div class="col-md-6">
<div class="p-3">
<div class="p-4 text-center">
<img
src="assets/img/gallery/watercolor flowers pattern.jpg"
class="rounded-3 float-right img-project"
alt="..."
/>
</div>
<div class="publication">
<h2>EMAD A. ALGHAMDI, JEZIA ZAKRAOUI, FARES A. ABANMY</h2>
<p class="title">
<a href="https://arxiv.org/abs/2309.12863">
Domain Adaptation for Arabic Machine Translation: The Case of
Financial Text
</a>
</p>
<p class="journal">preprint</p>
<hr class="solid">
</div>
</div>

<div class="col-md-6">
<div class="p-3">
<h2 class="pt-3 lh-base">
AraTrust: An Evaluation of Trustworthiness for LLMs in Arabic
<div class="publication">
<h2>
AHMED Y. RADWAN, KHALED M. ALASMARI, OMAR A. ABDULBAGI, EMAD A.
ALGHAMDI
</h2>
<p>
The swift progress and widespread acceptance of artificial
intelligence (AI) systems highlight a pressing requirement to
comprehend both the capabilities and potential risks associated
with AI. Given the linguistic complexity, cultural richness, and
underrepresented status of Arabic in AI research, there is a
pressing need to focus on Large Language Models (LLMs)
performance and safety for Arabic related tasks.
<p class="title">
<a href="https://www.arxiv.org/abs/2403.01575">
SARD: A Human-AI Collaborative Story Generation
</a>
</p>
<a href="url" target="_blank">KEEP READING</a>
<p class="journal">HCII2024</p>
</div>

</div>
</div>
</section>
Expand Down

0 comments on commit e86ebbe

Please sign in to comment.