Under Construction
Keywords: AI4Edu, LLM, Children-Parents Interaction, Reading Comprehension
▼ Abstract:
We are developing a chatbot to improve the children-parents interaction quality when they are reading a story book together.
Under Construction
Keywords: AI4Edu, LLM Agents, Social Emotional Learning
▼ Abstract:
We are developing a simulated town based on AgentSims as a learning platform for social emotional skills like emotion recognition and management.
Keywords: MultiModal Learning, Machine Music Composition, LMM Agent
▼ Abstract:
We propose ByteComposer, an agent framework emulating a human's creative pipeline in four separate steps : "Conception Analysis - Draft Composition - Self-Evaluation and Modification - Aesthetic Selection". This framework seamlessly blends the interactive and knowledge-understanding features of LLMs with existing symbolic music generation models, thereby achieving a melody composition agent comparable to human creators. We conduct extensive experiments on GPT4 and several open-source large language models, which substantiate our framework's effectiveness.
Keywords: LLM-driven Agents, LLM evaluation
▼ Abstract:
We suggest that task-based evaluation, where LLM agents complete tasks in a simulated environment, is a one-for-all solution to solve above problems. We present AgentSims, an easy-to-use infrastructure for researchers from all disciplines to test the specific capacities they are interested in. Researchers can build their evaluation tasks by adding agents and buildings on an interactive GUI or deploy and test new support mechanisms
Keywords: MultiModal Learning, Music Tagging, Dataset
▼ Abstract:
In this work, we propose a zero-shot music tagging system modeled by a joint music and language attention (JMLA) model to address the open-set music tagging problem. The JMLA model consists of an audio encoder modeled by a pretrained masked autoencoder and a decoder modeled by a Falcon7B. We introduce preceiver resampler to convert arbitrary length audio into fixed length embeddings.
Keywords: LLM, Education Instructions
▼ Abstract:
EduChat (https://www.educhat.top/) is a large-scale language model (LLM)-based chatbot system in the education domain. Its goal is to support personalized, fair, and compassionate intelligent education, serving teachers, students, and parents.
Keywords: Event Extraction, Prompt Tuning, Curriculum Learning
▼ Abstract:
we propose a Curriculum learning based Prompt tuning (CUP) approach, which resolves implicit EAE by four learning stages. The stages are defined according to the relations with the trigger node in a semantic graph, which well captures the long-range dependency between arguments and the trigger. In addition, we integrate a prompt-based encoder-decoder model to elicit related knowledge from pre-trained language models (PLMs) in each stage, where the prompt templates are adapted with the learning progress to enhance the reasoning for arguments.
Keywords: Event Extraction, Prompt Learning
▼ Abstract:
One of the first work that integrates prompt learning into event extraction. We present a novel prompt-based approach, which elicits both the independent and joint knowledge about different events for event argument extraction.