forked from knmnyn/hugo-blox
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
--- | ||
# Display name | ||
title: Minzhi Li (Ella) | ||
|
||
# Full Name (for SEO) | ||
first_name: Minzhi (Ella) | ||
last_name: Li | ||
|
||
# Is this the primary user of the site? | ||
superuser: false | ||
|
||
# Role/position | ||
role: Graduate Students | ||
|
||
# Organizations/Affiliations | ||
organizations: | ||
- name: National University of Singapore, School of Computing | ||
url: 'http://www.comp.nus.edu.sg' | ||
|
||
# Short bio (displayed in user profile at end of posts) | ||
bio: PhD Candidate August 2022 Intake | ||
|
||
interests: | ||
- Socially Aware NLP Systems | ||
- Human-Centric and Data-Centric NLP | ||
|
||
education: | ||
courses: | ||
- course: PhD in Computer Science | ||
institution: National University of Singapore | ||
year: 2022-Now | ||
- course: Bachelor of Science, Business Analytics | ||
institution: National University of Singapore | ||
year: 2018-2022 | ||
|
||
# Social/Academic Networking | ||
# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons | ||
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the | ||
# form "mailto:[email protected]" or "#contact" for contact widget. | ||
social: | ||
- icon: house | ||
icon_pack: fas | ||
link: https://yocodeyo.github.io/ | ||
- icon: envelope | ||
icon_pack: fas | ||
link: 'mailto:[email protected]' | ||
- icon: google-scholar | ||
icon_pack: ai | ||
link: http://scholar.google.com/citations?user=a-oIKBoAAAAJ&hl=en | ||
- icon: github | ||
icon_pack: fab | ||
link: https://github.com/Yocodeyo | ||
# Link to a PDF of your resume/CV from the About widget. | ||
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. | ||
# - icon: cv | ||
# icon_pack: ai | ||
# link: files/cv.pdf | ||
|
||
# Enter email to display Gravatar (if Gravatar enabled in Config) | ||
email: '[email protected]' | ||
|
||
# Highlight the author in author lists? (true/false) | ||
highlight_name: false | ||
|
||
# Organizational groups that you belong to (for People widget) | ||
# Set this to `[]` or comment out if you are not using People widget. | ||
user_groups: | ||
- Graduate Students | ||
# - Researchers | ||
--- | ||
|
||
Minzhi (Ella) is a third-year PhD student under the supervision of Prof. Min-Yen Kan, Dr. Nancy F Chen, and Prof. Shafiq Joty. She also collaborates closely with Prof. Diyi Yang. She is working on evaluation of social intelligence in NLP systems. Her works have contributed taxonomy ([Social AI Data Infrastructure](https://arxiv.org/abs/2403.14659)), datasets ([Positive Reframing](https://arxiv.org/abs/2204.02952)), and data-efficient methods ([CoAnnotating](https://aclanthology.org/2023.emnlp-main.92/), [Decompose-and-Aggregate](https://arxiv.org/abs/2405.15329)) to evaluate language models' social intelligence levels. |
Binary file not shown.