paper-with-me

홈 › Papers

Lightweight Boosting Models for User Response Prediction Using Adversarial Validation

2023-10-05 · Hyeonwoo Kim, Wonsung Lee

The ACM RecSys Challenge 2023, organized by ShareChat, aims to predict the probability of the app being installed. This paper describes the lightweight solution to this challenge. We formulate the task as a user response prediction task. For rapid prototyping for the task, we propose a lightweight solution including the following steps: 1) using adversarial validation, we effectively eliminate uninformative features from a dataset; 2) to address noisy continuous features and categorical features with a large number of unique values, we employ feature engineering techniques.; 3) we leverage Gradient Boosted Decision Trees (GBDT) for their exceptional performance and scalability. The experiments show that a single LightGBM model, without additional ensembling, performs quite well. Our team achieved ninth place in the challenge with the final leaderboard score of 6.059065. Code for our approach can be found here: https://github.com/choco9966/recsys-challenge-2023.

📄 PDF Abstract BibTeX arXiv:2310.03778

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Engineering

Similar Papers 제목 키워드 기반

Boosting Naturalness of Language in Task-oriented Dialogues via Adversarial Training

2020-04-30 · SIGDIAL (ACL) 2020 7 · Chenguang Zhu

The natural language generation (NLG) module in a task-oriented dialogue system produces user-facing utterances conveying required information. Thus, it is critical for the generated response to be natural and fluent. We…

Text Generation

Adversarial Contrastive Decoding: Boosting Safety Alignment of Large Language Models via Opposite Prompt Optimization

2024-06-24 · Zhengyue Zhao, Xiaoyun Zhang, Kaidi Xu, Xing Hu 외

With the widespread application of Large Language Models (LLMs), it has become a significant concern to ensure their safety and prevent harmful responses. While current safe-alignment methods based on instruction fine-tu…

Safety Alignment

Multi-domain Conversation Quality Evaluation via User Satisfaction Estimation

2019-11-18 · Praveen Kumar Bodigutla, Lazaros Polymenakos, Spyros Matsoukas

An automated metric to evaluate dialogue quality is vital for optimizing data driven dialogue management. The common approach of relying on explicit user feedback during a conversation is intrusive and sparse. Current mo…

Dialogue ManagementManagement

Boosting Adversarial Robustness using Feature Level Stochastic Smoothing

2023-06-10 · Sravanti Addepalli, Samyak Jain, Gaurang Sriramanan, R. Venkatesh Babu

Advances in adversarial defenses have led to a significant improvement in the robustness of Deep Neural Networks. However, the robust accuracy of present state-ofthe-art defenses is far from the requirements in critical …

Adversarial RobustnessAutonomous Navigation

A Provable Energy-Guided Test-Time Defense Boosting Adversarial Robustness of Large Vision-Language Models

2026-03-27 · Mujtaba Hussain Mirza, Antonio D'Orazio, Odelia Melamed, Iacopo Masi arxiv

Despite the rapid progress in multimodal models and Large Visual-Language Models (LVLM), they remain highly susceptible to adversarial perturbations, raising serious concerns about their reliability in real-world use. Wh…

Visual Question AnsweringAdversarial RobustnessImage Captioning