2024-Fall-CSE291-DSC253-Advanced Data-Driven Text Mining

Graduate Class, CSE & HDSI, UCSD, 2024

Class Time: Tuesdays and Thursdays, 8:00 to 9:20 AM. Room: PCYNH 122. Piazza: piazza.com/ucsd/fall2024/cse291dsc253

Online Lecturing for First Week

To offer waitlist students opportunities to learn more about this course, we deliver the first two lectures over Zoom: https://ucsd.zoom.us/j/98881116686. The lectures will be recorded.

Overview

This course mainly focuses on introducing current methods and models that are useful in analyzing and mining real-world text data. It will put emphasis on unsupervised, weakly supervised, and distantly supervised methods for text mining problems, including information retrieval, open-domain information extraction, text summarization (both extractive and generative), and knowledge graph construction. Bootstrapping, comparative analysis, learning from seed words and existing knowledge bases will be the key methodologies.

There is no textbook required, but there are recommended readings for each lecture (at the end of the slides).

  • You MUST enroll for 4 units
    • We need your time commitment for projects
    • Feel free to audit the course with 0 unit

Prerequisites

Knowledge about Machine Learning and Data Mining; Comfortable coding using Python, C/C++, or Java; Math and Stat skills.

TA and Office Hours

Note: all times are in Pacific Time.

Grading

  • Homework: 30%. There will be two homework assignments. 15% each.
  • Text Mining Challenge: 30%.
  • Project: 40%.
  • You should complete all work individually, except for the Project.
  • Late submissions are NOT accepted.

Lecture Schedule

Recording Note: Please download the recording video for the full length. Dropbox website will only show you the first one hour.

HW Note: All HWs due by the end of the day, Pacific Time.

WeekDateTopic & SlidesEvents
009/26 (Thu)Intro, Logistics, and Course Project 
110/01 (Tue)Basics: Zipf’s Law, Bags-of-words, and TF-IDFHW1 out
110/03 (Thu)Word Embedding: word2vec and GloVe 
210/08 (Tue)Language Models: from N-Gram to Neural LMs 
210/10 (Thu)Information Retrieval: from BM25 to Learning to RankProject Proposal Due (End of the Day)
310/15 (Tue)Sentiment Analysis and Document Classification 
310/17 (Thu)Topic Modeling: PLSA, LDA, and HMMHW1 Due, DM challenge roll-out
410/22 (Tue)Phrase Mining: from Unigrams to Multi-word PhrasesHW2 out
410/24 (Thu)Entity Set Expansion: from Seed Words to Sets 
510/29 (Tue)Entity Recognition: from Supervised to Data-Driven 
510/31 (Thu)Distant Supervision for Relation Extraction 
611/05 (Tue)Topic Taxonomy Construction 
611/07 (Thu)Weakly Supervised Text Classification 
711/12 (Tue)Weakly Supervised Text Classification (Advanced) 
711/14 (Thu)Learning with Noisy DataHW2 due
811/19 (Tue)Label Bias in Weak Supervision & Few-shot NERDM challenge due
811/21 (Thu)Large Language Models 
911/26 (Tue)Project Presentations (Lightning Talks) 
911/28 (Thu)No Class (Thanksgiving Day) 
1012/03 (Tue)Project Presentations (Selected Orals) 
1012/05 (Thu)Project Presentations (Selected Orals) 

Homework (30%)

Data Mining Challenge (30%)

It is a individual-based text mining competition with quantitative evaluation. The challenge runs from Oct 17 2024 0:00:01 AM to Nov 19, 2024 4:59:59 PM PT. Note that the time displayed on Kaggle is in UTC, not PT.

Project (40%)

Overview

  • Team-Based Open-Ended Project
    • 1 to 4 members per team. More members, higher expectation.
    • 3 to 4 members are recommended, given the limited presentation slots.

Final Deliverables

  • Project Proposal (5%) instruction
    • Define your own research problem and justify its importance
    • Be ambitious! We could aim for ACL/EMNLP conference!
  • Research Paper (20%)
    • Report due on Dec 8, End of the day, Pacific Time.
    • Write a 5 to 9 pages report (research-paper like following ACL template). The pages here do not include references.
    • Come up with your hypothesis and find some datasets for verification
    • Design your own models or try a large variety of existing models
    • Submit your codes and datasets; Github repos are welcome
    • Up to 5% bonus for working demos/apps towards the total course grades
  • Presentation (20%)
    • The orders will be decided randomly after the teams are formed.
    • The slides must be ready 2 days before the presentation date. So other students can have the access and think about questions.
    • The presentation follows a typical conference style: 20 mins for each team including Q&A
  • Question Asking and Handling (5%)
    • Asking questions is an important part of research. You are strongly encouraged to ask questions to other teams. It will be a part of your presentation grade.
    • Handling questions is also an important skill for researchers.