Minh-Le Nguyen

CL
3papers
70citations
Novelty18%
AI Score15

3 Papers

CLJun 25, 2017
A Deep Neural Architecture for Sentence-level Sentiment Classification in Twitter Social Networking

Huy Nguyen, Minh-Le Nguyen

This paper introduces a novel deep learning framework including a lexicon-based approach for sentence-level prediction of sentiment label distribution. We propose to first apply semantic rules and then use a Deep Convolutional Neural Network (DeepCNN) for character-level embeddings in order to increase information for word-level embedding. After that, a Bidirectional Long Short-Term Memory Network (Bi-LSTM) produces a sentence-wide feature representation from the word-level embedding. We evaluate our approach on three Twitter sentiment classification datasets. Experimental results show that our model can improve the classification accuracy of sentence-level sentiment analysis in Twitter social networking.

CLMar 16, 2017
Legal Question Answering using Ranking SVM and Deep Convolutional Neural Network

Phong-Khac Do, Huy-Tien Nguyen, Chien-Xuan Tran et al.

This paper presents a study of employing Ranking SVM and Convolutional Neural Network for two missions: legal information retrieval and question answering in the Competition on Legal Information Extraction/Entailment. For the first task, our proposed model used a triple of features (LSI, Manhattan, Jaccard), and is based on paragraph level instead of article level as in previous studies. In fact, each single-paragraph article corresponds to a particular paragraph in a huge multiple-paragraph article. For the legal question answering task, additional statistical features from information retrieval task integrated into Convolutional Neural Network contribute to higher accuracy.

IRAug 15, 2016
Learning to Rank Questions for Community Question Answering with Ranking SVM

Minh-Tien Nguyen, Viet-Anh Phan, Truong-Son Nguyen et al.

This paper presents our method to retrieve relevant queries given a new question in the context of Discovery Challenge: Learning to Re-Ranking Questions for Community Question Answering competition. In order to do that, a set of learning to rank methods was investigated to select an appropriate method. The selected method was optimized on training data by using a search strategy. After optimizing, the method was applied to development and test set. Results from the competition indicate that the performance of our method outperforms almost participants and show that Ranking SVM is efficient for retrieving relevant queries in community question answering.