paper-with-me

Papers

Bingo at IJCNLP-2017 Task 4: Augmenting Data using Machine Translation for Cross-linguistic Customer Feedback Classification

2017-12-01 · IJCNLP 2017 12 · Heba Elfardy, Manisha Srivastava, Wei Xiao, Jared Kramer, Tarun Agarwal

The ability to automatically and accurately process customer feedback is a necessity in the private sector. Unfortunately, customer feedback can be one of the most difficult types of data to work with due to the sheer volume and variety of services, products, languages, and cultures that comprise the customer experience. In order to address this issue, our team built a suite of classifiers trained on a four-language, multi-label corpus released as part of the shared task on {``}Customer Feedback Analysis{''} at IJCNLP 2017. In addition to standard text preprocessing, we translated each dataset into each other language to increase the size of the training datasets. Additionally, we also used word embeddings in our feature engineering step. Ultimately, we trained classifiers using Logistic Regression, Random Forest, and Long Short-Term Memory (LSTM) Recurrent Neural Networks. Overall, we achieved a Macro-Average F-score between 48.7{\%} and 56.0{\%} for the four languages and ranked 3/12 for English, 3/7 for Spanish, 1/8 for French, and 2/7 for Japanese.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringGeneral ClassificationMachine TranslationSentiment AnalysisText ClassificationTranslationWord Embeddings

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

BINGO: A Novel Pruning Mechanism to Reduce the Size of Neural Networks

2025-05-15 · Aditya Panangat

Over the past decade, the use of machine learning has increased exponentially. Models are far more complex than ever before, growing to gargantuan sizes and housing millions of weights. Unfortunately, the fact that large…

BingoGuard: LLM Content Moderation Tools with Risk Levels

2025-03-09 · Fan Yin, Philippe Laban, Xiangyu Peng, Yilun Zhou 외

Malicious content generated by large language models (LLMs) can pose varying degrees of harm. Although existing LLM-based moderators can detect harmful content, they struggle to assess risk levels and may miss lower-risk…

All-In-1 at IJCNLP-2017 Task 4: Short Text Classification with One Model for All Languages

2017-12-01 · IJCNLP 2017 12 · Barbara Plank

We present All-In-1, a simple model for multilingual text classification that does not require any parallel data. It is based on a traditional Support Vector Machine classifier exploiting multilingual word embeddings and…

AllGeneral ClassificationMultilingual text classificationMultilingual Word Embeddings+3

Bingo: Boosting Efficient Reasoning of LLMs via Dynamic and Significance-based Reinforcement Learning

2025-06-09 · Hanbing Liu, Lang Cao, Yuanyi Ren, Mengyu Zhou 외

Large language models have demonstrated impressive reasoning capabilities, yet they often suffer from inefficiencies due to unnecessarily verbose or redundant outputs. While many works have explored reinforcement learnin…

Reinforcement Learning (RL)

JU NITM at IJCNLP-2017 Task 5: A Classification Approach for Answer Selection in Multi-choice Question Answering System

2017-12-01 · IJCNLP 2017 12 · S. Sarkar, ip, Dipankar Das, Partha Pakray

This paper describes the participation of the JU NITM team in IJCNLP-2017 Task 5: {``}Multi-choice Question Answering in Examinations{''}. The main aim of this shared task is to choose the correct option for each multi-c…

Answer SelectionClassificationCommunity Question AnsweringGeneral Classification+5