👩💻 I'm a first year graduate student at CMU SCS MIIS (Master of Science in Intelligent Information Systems) program.
📑 I'm still exploring my research interests, but I'm mainly focus on Natural Language Processing and computational linguistics.
✍️ My previous researches involve AMR (Abstract Meaning Representation) and UMR (Universal Meaning Representation) annotation, and C-STS (Conditional Semantic Textual Similarity).
I obtained my Bachelor of Science degree from Brandeis University. Double Majoring in
Computer Science and Applied Mathematics. The courses I took include Data Structures and Algorithm in Java,
Theory of Computation, Natural Language Processing, Optimization, and Fourier Analysis.
I am also a current MIIS (Master of Science in Intelligent Information Systems) student at Carnegie Mellon University to pursue a graduate degree and deepen my knowledge in
Information Science, Natural Language Processing, Machine Learning and AI.
Project
Experience
Publication
Designed annotation guideline and trained a model to better understand emoji's connotations.
Learn More
Designed a website to automatically generate suitable emojis given context.
Learn More
Audio Digital Signal Processing and Natural Language Processing techniques.
Learn More
Jingxuan Tu, Keer Xu, Liulu Yue, Bingyang Ye, Kyeongmin Rim, James Pustejovsky
ArXiv 2024: arXiv:2406.03673v1
Jingxuan Tu, Timothy Obiso, Bingyang Ye, Kyeongmin Rim, Keer Xu, Liulu Yue, Susan Windisch Brown, Martha Palmer, James Pustejovsky
GLAMR: Augmenting AMR with GL-VerbNet Event Structure (Tu et al., LREC-COLING 2024)
Haibo Sun, Nianwen Xue, Jin Zhao, Liulu Yue, Yao Sun, Keer Xu, Jiawei Wu
Chinese UMR annotation: Can LLMs help? (Sun et al., DMR-WS 2024)
Emojis have surged in popularity every since their invention. People use them to add more emotions to the plain text.
However, emojis also have their unique connotation: the same emoji can have completely different meanings depending on the context in which it appears.
Our emoji annotation project aims to understand the nuanced connotations of three popular emojis:
1.😭 (loudly crying face)
2.🥲 (smiling face with tear)
3.🥺 (face holding back tears)
We designed the annotation guidelines to annotate the emoji emotions and we ran sklearn’s Logistic Regression model and sklearn’s Naive Bayes model on it to get a baseline.
Emoji project again 🥳
There are tons of emojis, but when we are messaging, it takes forever to find the perfect emoji suited for our text 😫.
Our goal is to augment sentences with suitable emojis to imbue it with liveliness and emotion. And we designed a webpage using Streamlit to deploy this functionality
For example:
Input: “I like noodles”
Output: ❤️🍜 (suggested emoji by the model)
Collaborated with team members and investigated Audio Digital Signal Professing and Natural Language Processing techniques.
I also designed a website integrated transcription, summary, and question generation using Figma.
And this website can provide functions of audio to text translations, summary generation, and QA generation using transformer, HEPOS, entity highlighting.