Publications

* denotes equal contribution and joint lead authorship.


2023

  1. Calibrating Sequence likelihood Improves Conditional Language Generation.

    In The Eleventh International Conference on Learning Representations 2023.

  2. Unsupervised Keyphrase Extraction via Interpretable Neural Networks.

    In Findings of the 2023 Conference on European Association for Computational Linguistics 2023.

  3. SLiC-HF: Sequence Likelihood Calibration with Human Feedback.

    In arXiv 2023.

2021

  1. ResPer: Computationally Modelling Resisting Strategies in Persuasive Conversations..
    Ritam Dutt, Sayan Sinha, Rishabh Joshi, Surya Shekhar Chakraborty, Meredith Riggs, Xinru Yan, Haogang Bao, and Carolyn Rose.

    In Proceedings of the 2021 Conference on European Association for Computational Linguistics 2021.

  2. DialoGraph: Incorporating Interpretable Strategy-Graph Networks into Negotiation Dialogues.

    In International Conference on Learning Representations 2021.

    To successfully negotiate a deal, it is not enough to communicate fluently: pragmatic planning of persuasive negotiation strategies is essential. While modern dialogue agents excel at generating fluent sentences, they still lack pragmatic grounding and cannot reason strategically. We present DialoGraph, a negotiation system that incorporates pragmatic strategies in a negotiation dialogue using graph neural networks. DialoGraph explicitly incorporates dependencies between sequences of strategies to enable improved and interpretable prediction of next optimal strategies, given the dialogue context. Our graph-based method outperforms prior state-of-the-art negotiation models both in the accuracy of strategy/dialogue act prediction and in the quality of downstream dialogue response generation. We qualitatively show further benefits of learned strategy-graphs in providing explicit associations between effective negotiation strategies over the course of the dialogue, leading to interpretable and strategic dialogues.
  3. Improving broad-coverage medical entity linking with semantic type prediction and large-scale datasets.
    Shikhar Vashishth, Denis Newman-Griffis, Rishabh Joshi, Ritam Dutt, and Carolyn P. Rosé

    In Journal of Biomedical Informatics 2021.

2020

  1. Keeping Up Appearances: Computational Modeling of Face Acts in Persuasion Oriented Discussions.
    Ritam Dutt, Rishabh Joshi, and Carolyn Rose.

    In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP) 2020.

    The notion of face refers to the public self-image of an individual that emerges both from the individual’s own actions as well as from the interaction with others. Modeling face and understanding its state changes throughout a conversation is critical to the study of maintenance of basic human needs in and through interaction. Grounded in the politeness theory of Brown and Levinson (1978), we propose a generalized framework for modeling face acts in persuasion conversations, resulting in a reliable coding manual, an annotated corpus, and computational models. The framework reveals insights about differences in face act utilization between asymmetric roles in persuasion conversations. Using computational models, we are able to successfully identify face acts as well as predict a key conversational outcome (e.g. donation success). Finally, we model a latent representation of the conversational state to analyze the impact of predicted face acts on the probability of a positive conversational outcome and observe several correlations that corroborate previous findings.
  2. LTIatCMU at SemEval-2020 Task 11: Incorporating Multi-Level Features for Multi-Granular Propaganda Span Identification.
    Rishabh Joshi*, Sopan Khosla*, Ritam Dutt*, Alan W Black, and Yulia Tsvetkov.

    In Proceedings of the 14th Internation Workshop on Semantic Evaluation 2020.

  3. ICWSM20
    Analysing the Extent of Misinformation in Cancer Related Tweets.
    Rakesh Bal*, Sayan Sinha*, Swastika Dutta, Rishabh Joshi, Sayan Ghosh, and Ritam Dutt.

    In 14th International Conference on Web and Social Media, 2020 2020.

    Twitter has become one of the most sought after places to discuss a wide variety of topics, including medically relevant issues such as cancer. This helps spread awareness regarding the various causes, cures and prevention methods of cancer. However, no proper analysis has been performed, which discusses the validity of such claims. In this work, we aim to tackle the misinformation spread in such platforms. We collect and present a dataset regarding tweets which talk specifically about cancer and propose an attention-based deep learning model for automated detection of misinformation along with its spread. We then do a comparative analysis of the linguistic variation in the text corresponding to misinformation and truth. This analysis helps us gather relevant insights on various social aspects related to misinformed tweets.
  4. Tartan: A Two-Tiered Dialog Framework for Multi-Domain Social Chitchat.

    In Proceedings of the 3rd Alexa Prize 2019 2020.

  5. AMUSED: A Multi-Stream Vector Representation Method for Use in Natural Dialogue.
    Rishabh Joshi*, Gaurav Kumar*, Jaspreet Singh*, and Promod Yenigalla

    In Proceedings of the 2020 International Conference on Language Resources and Evaluation 2020.

    The problem of building a coherent and non-monotonous conversational agent with proper discourse and coverage is still an area of open research. Current architectures only take care of semantic and contextual information for a given query and fail to completely account for syntactic and external knowledge which are crucial for generating responses in a chit-chat system. To overcome this problem, we propose an end to end multi-stream deep learning architecture which learns unified embeddings for query-response pairs by leveraging contextual information from memory networks and syntactic information by incorporating Graph Convolution Networks (GCN) over their dependency parse. A stream of this network also utilizes transfer learning by pre-training a bidirectional transformer to extract semantic representation for each input sentence and incorporates external knowledge through the the neighborhood of the entities from a Knowledge Base (KB). We benchmark these embeddings on next sentence prediction task and significantly improve upon the existing techniques. Furthermore, we use AMUSED to represent query and responses along with its context to develop a retrieval based conversational agent which has been validated by expert linguists to have comprehensive engagement with humans.
  6. MedType: Improving Medical Entity Linking with Semantic Type Prediction.
    Shikhar Vashishth, Rishabh Joshi, Ritam Dutt, Denis Newman-Griffis, and Carolyn Rose.

    In arXiv e-prints 2020.

2018

  1. RESIDE: Improving Distantly-Supervised Neural Relation Extraction using Side Information.
    Shikhar Vashishth, Rishabh Joshi, Sai Suman Prayaga, Chiranjib Bhattacharyya, and Partha Talukdar.

    In Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing 2018.

    Distantly-supervised Relation Extraction (RE) methods train an extractor by automatically aligning relation instances in a Knowledge Base (KB) with unstructured text. In addition to relation instances, KBs often contain other relevant side information, such as aliases of relations (e.g., founded and co-founded are aliases for the relation founderOfCompany). RE models usually ignore such readily available side information. In this paper, we propose RESIDE, a distantly-supervised neural relation extraction method which utilizes additional side information from KBs for improved relation extraction. It uses entity type and relation alias information for imposing soft constraints while predicting relations. RESIDE employs Graph Convolution Networks (GCN) to encode syntactic information from text and improves performance even when limited side information is available. Through extensive experiments on benchmark datasets, we demonstrate RESIDE’s effectiveness. We have made RESIDE’s source code available to encourage reproducible research.