paper-with-me

홈 › Papers

Expect the unexpected: Harnessing Sentence Completion for Sarcasm Detection

2017-07-19 · Aditya Joshi, Samarth Agrawal, Pushpak Bhattacharyya, Mark Carman

The trigram I love being' is expected to be followed by positive words such as happy'. In a sarcastic sentence, however, the word `ignored' may be observed. The expected and the observed words are, thus, incongruous. We model sarcasm detection as the task of detecting incongruity between an observed and an expected word. In order to obtain the expected word, we use Context2Vec, a sentence completion library based on Bidirectional LSTM. However, since the exact word where such an incongruity occurs may not be known in advance, we present two approaches: an All-words approach (which consults sentence completion for every content word) and an Incongruous words-only approach (which consults sentence completion for the 50% most incongruous content words). The approaches outperform reported values for tweets but not for discussion forum posts. This is likely to be because of redundant consultation of sentence completion for discussion forum posts. Therefore, we consider an oracle case where the exact incongruous word is manually labeled in a corpus reported in past work. In this case, the performance is higher than the all-words approach. This sets up the promise for using sentence completion for sarcasm detection.

📄 PDF Abstract BibTeX arXiv:1707.06151

Code (0)

등록된 구현이 없습니다.

Tasks

Sarcasm DetectionSentenceSentence Completion

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Harnessing Cognitive Features for Sarcasm Detection

2017-01-19 · ACL 2016 8 · Abhijit Mishra, Diptesh Kanojia, Seema Nagar, Kuntal Dey 외

In this paper, we propose a novel mechanism for enriching the feature vector, for the task of sarcasm detection, with cognitive features extracted from eye-movement patterns of human readers. Sarcasm detection has been a…

Sarcasm DetectionSentenceSentiment Analysis

The Unexpected Unexpected and the Expected Unexpected: How People's Conception of the Unexpected is Not That Unexpected

2019-05-17 · Molly S Quinn, Kathleen Campbell, Mark T. Keane

The answers people give when asked to 'think of the unexpected' for everyday event scenarios appear to be more expected than unexpected. There are expected unexpected outcomes that closely adhere to the given information…

Philosophy

Harnessing Context Incongruity for Sarcasm Detection

2015-07-01 · IJCNLP 2015 7 · Aditya Joshi, Vinita Sharma, Pushpak Bhattacharyya
Sarcasm Detection

Harnessing Sequence Labeling for Sarcasm Detection in Dialogue from TV Series `Friends'

2016-08-01 · CONLL 2016 8 · Aditya Joshi, Vaibhav Tripathi, Pushpak Bhattacharyya, Mark J. Carman
Sarcasm DetectionSentiment Analysis

CoCoMIC: Code Completion By Jointly Modeling In-file and Cross-file Context

2022-12-20 · Yangruibo Ding, Zijian Wang, Wasi Uddin Ahmad, Murali Krishna Ramanathan 외

While pre-trained language models (LM) for code have achieved great success in code completion, they generate code conditioned only on the contents within the file, i.e., in-file context, but ignore the rich semantics in…

Code Completion