Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

Posts

portfolio

publications

Detecting Subevent Structure for Event Coreference Resolution

Published in LREC 2014, 2014

In the task of event coreference resolution, recent work has shown the need to perform not only full coreference but also partial coreference of events. We show that subevents can form a particular hierarchical event structure. This paper examines a novel two-stage approach to finding and improving subevent structures.

Download here

Evaluation Algorithms for Event Nugget Detection : A Pilot Study

Published in Proceedings of the 3rd Workshop on EVENTS at the NAACL-HLT, 2015

We analyze the problems of evaluating multiple event mention attributes and discontinuous event mention spans. In addition, we identify a few limitations in the evaluation algorithm used for the pilot task and propose some potential improvements.

Download here

Exploring the steps of Verb Phrase Ellipsis

Published in Proceedings of the Workshop on Coreference Resolution Beyond OntoNotes (CORBON 2016), co-located with NAACL 2016, 2016

Verb Phrase Ellipsis is a well-studied topic in theoretical linguistics but has received little attention as a computational problem. Here we propose a decomposition of the overall resolution problem into three tasks: target detection, antecedent head resolution, and antecedent boundary detection and implement a number of computational approaches for each one.

Download here

Harnessing Deep Neural Networks with Logic Rules

Published in Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics, 2016

We propose a general framework capable of enhancing various types of neural networks (e.g., CNNs and RNNs) with declarative first-order logic rules.

Download here

De-duping URLs with Sequence-to-Sequence Neural Networks

Published in SIGIR 2017 Proceedings of the 40th International ACM SIGIR Conference on Research and Development in Information Retrieval, 2017

Traditional de-duping methods are usually limited to heavily engineered rule matching strategies. In this work, we propose a novel URL de-duping framework based on sequence-to-sequence (Seq2Seq) neural networks. A

Download here

JointSem: Combining Query Entity Linking and Entity based Document Ranking

Published in Proceedings of the 26th ACM International Conference on Information and Knowledge Management (CIKM 2017), 2017

This work presents JointSem, a joint semantic ranking system that combines query entity linking and entity-based document ranking. In JointSem, the spooing and linking signals are used to describe the importance of candidate entities in the query, and the linked entities are utilized to provide additional ranking features for the documents.

Download here

Graph-Based Decoding for Event Sequencing and Coreference Resolution

Published in 7th International Conference on Computational Linguistics(COLING 2018), 2018

We study two types of relation: Event Coreference and Event Sequencing. We show that the popular tree-like decoding structure for automated Event Coreference is not suitable for Event Sequencing. To this end, we propose a graph-based decoding algorithm that is applicable to both tasks.

Download here

talks

Supervised Within-Document Event Coreference using Information Propagation

Published:

Event coreference is an important task for full text analysis. However, previous work uses a variety of approaches, sources and evaluation, making the literature confusing and the results incommensurate. We provide a description of the differences to facilitate future research. Second, we present a supervised method for event coreference resolution that uses a rich feature set and propagates information alternatively between events and their arguments, adapting appropriately for each type of argument.

teaching

Script Induction in Probabilistic Way

Seminar Talk, Carnegie Mellon University, Language Technologies Institute, 2014

I gave a talk at “Advanced Seminar in Semantics” (CMU 11-728) on the topics of script induction. I compare various probablistic methods for this task.

Coreference Resolution

Guest Lecture, Carnegie Mellon University, Language Technologies Institute, 2015

I gave a guest lecture for the class “Tools for NLP” on the topic on Coreference Resolution. Starting from reviewing the history of modern coreference resolution, I introduce the techniques, approaches and evaluation methods for entity coreference. I then talk about some new topics on a more general form of coreference, including quasi-coreference and event coreference. I also discussed some relevant topics with the students, such as scripts and clustering.

Computational Semantics for NLP

Graduate Course, Carnegie Mellon University, Language Technologies Institute, 2017

I was a teaching assistant for the class “Comptuational Sematnics for NLP” (CMU-11-727). Working with Professor Eduard Hovy and Professor Teruko Mitamura, I help grade the homeworks and projects. I also gave a lecture on deep learning methods for computational semantics.

Neural Networks for NLP

Graduate Course, Carnegie Mellon University, Language Technologies Institute, 2017

I was a teaching assistant for the class “Neural Networks for NLP” (CMU 11-747). Working with Prof. Graham Neubig, I help design part of the course syllabus, quizs and projects. I am also responsible for grading the quizs and projects.