← Search

Chih-Jen Lin

10 accepted papers

2026

A Geometry-Aware Efficient Algorithm for Compositional Entropic Risk Minimization

ICML 2026poster

This paper studies optimization for a family of problems termed **compositional entropic risk minimization**, in which each data's loss is formulated as a Log-Expectation-Exponential (Log-E-Exp) function. The Log-E-Exp formulation serves as an abstraction of the Log-Sum-Exponential (LogSumExp) funct…

Cited by 0SourceScholar
2026

NeuCLIP: Efficient Large-Scale CLIP Training with Neural Normalizer Optimization

ICLR 2026poster

Accurately estimating the normalization term (also known as the partition function) in the contrastive loss is a central challenge for training Contrastive Language-Image Pre-training (CLIP) models. Conventional methods rely on large batches for approximation, demanding substantial computational res…

Cited by 0SourcecodeScholar
2025

Preserving Zero-shot Capability in Supervised Fine-tuning for Multi-label Text Classification

NAACL 2025findings

Zero-shot multi-label text classification (ZMTC) requires models to predict multiple labels for a document, including labels unseen during training. Previous work assumes that models leveraging label descriptions ensures zero-shot capability. However, we find that supervised methods, despite achievi…

Cited by 0SourcePDFScholar
2024

Exploring Space Efficiency in a Tree-based Linear Model for Extreme Multi-label Classification

EMNLP 2024main

Extreme multi-label classification (XMC) aims to identify relevant subsets from numerous labels. Among the various approaches for XMC, tree-based linear models are effective due to their superior efficiency and simplicity. However, the space complexity of tree-based methods is not well-studied. Many…

Cited by 2SourcePDFScholar
2024

Random Label Forests: An Ensemble Method with Label Subsampling For Extreme Multi-Label Problems

EMNLP 2024finding

Text classification is one of the essential topics in natural language processing, and each text is often associated with multiple labels. Recently, the number of labels has become larger and larger, especially in the applications of e-commerce, so handling text-related e-commerce problems further r…

Cited by 0SourcePDFScholar
2023

Linear Classifier: An Often-Forgotten Baseline for Text Classification

ACL 2023short

Large-scale pre-trained language models such as BERT are popular solutions for text classification. Due to the superior performance of these advanced methods, nowadays, people often directly train them for a few epochs and deploy the obtained model. In this opinion paper, we point out that this way…

2022

Even the Simplest Baseline Needs Careful Re-investigation: A Case Study on XML-CNN

NAACL 2022long

The power and the potential of deep learning models attract many researchers to design advanced and sophisticated architectures. Nevertheless, the progress is sometimes unreal due to various possible reasons. In this work, through an astonishing example we argue that more efforts should be paid to e…

2022

On the Use of Unrealistic Predictions in Hundreds of Papers Evaluating Graph Representations

AAAI 2022technical

Prediction using the ground truth sounds like an oxymoron in machine learning. However, such an unrealistic setting was used in hundreds, if not thousands of papers in the area of finding graph representations. To evaluate the multi-label problem of node classification by using the obtained represen…

2021

Parameter Selection: Why We Should Pay More Attention to It

ACL 2021short

The importance of parameter selection in supervised learning is well known. However, due to the many parameter combinations, an incomplete or an insufficient procedure is often applied. This situation may cause misleading or confusing conclusions. In this opinion paper, through an intriguing example…