← Search

Chin-Yew Lin

20 accepted papers

2025

Mitigate Position Bias in LLMs via Scaling a Single Hidden States Channel

ACL 2025finding

Long-context language models (LCLMs) can process long context, but still exhibit position bias, also known as “lost in the middle”, which indicates placing key information in the middle of the context will significantly affect performance. To mitigating this, we first explore the micro-level manifes…

Cited by 0SourcePDFScholar
2025

SeCom: On Memory Construction and Retrieval for Personalized Conversational Agents

ICLR 2025poster

To deliver coherent and personalized experiences in long-term conversations, existing approaches typically perform retrieval augmented response generation by constructing memory banks from conversation history at either the turn-level, session-level, or through summarization techniques. In this pape…

Cited by 0SourcePDFScholar
2024

Desigen: A Pipeline for Controllable Design Template Generation

CVPR 2024poster

Templates serve as a good starting point to implement a design (e.g. banner slide) but it takes great effort from designers to manually create. In this paper we present Desigen an automatic template creation pipeline which generates background images as well as harmonious layout elements over the ba…

2024

LLMLingua-2: Data Distillation for Efficient and Faithful Task-Agnostic Prompt Compression

ACL 2024findings

This paper focuses on task-agnostic prompt compression for better generalizability and efficiency. Considering the redundancy in natural language, existing approaches compress prompts by removing tokens or lexical units according to their information entropy obtained from a causal language model suc…

2024

LongLLMLingua: Accelerating and Enhancing LLMs in Long Context Scenarios via Prompt Compression

ACL 2024long

In long context scenarios, large language models (LLMs) face three main challenges: higher computational cost, performance reduction, and position bias. Research indicates that LLM performance hinges on the density and position of key information in the input prompt. Inspired by these findings, we p…

2024

MInference 1.0: Accelerating Pre-filling for Long-Context LLMs via Dynamic Sparse Attention

NeurIPS 2024spotlight

The computational challenges of Large Language Model (LLM) inference remain a significant barrier to their widespread deployment, especially as prompt lengths continue to increase. Due to the quadratic complexity of the attention computation, it takes 30 minutes for an 8B LLM to process a prompt of…

2024

Spot the Error: Non-autoregressive Graphic Layout Generation with Wireframe Locator

AAAI 2024technical

Layout generation is a critical step in graphic design to achieve meaningful compositions of elements. Most previous works view it as a sequence generation problem by concatenating element attribute tokens (i.e., category, size, position). So far the autoregressive approach (AR) has achieved promisi…

2023

CoLaDa: A Collaborative Label Denoising Framework for Cross-lingual Named Entity Recognition

ACL 2023long

Cross-lingual named entity recognition (NER) aims to train an NER system that generalizes well to a target language by leveraging labeled data in a given source language. Previous work alleviates the data scarcity problem by translating source-language labeled data or performing knowledge distillati…

2023

Disentangling Reasoning Capabilities from Language Models with Compositional Reasoning Transformers

ACL 2023findings

This paper presents ReasonFormer, a unified reasoning framework for mirroring the modular and compositional reasoning process of humans in complex decision-making. Inspired by dual-process theory in cognitive science, the representation module (automatic thinking) and reasoning modules (controlled t…

2023

LLMLingua: Compressing Prompts for Accelerated Inference of Large Language Models

EMNLP 2023long main

Large language models (LLMs) have been applied in various applications due to their astonishing capabilities. With advancements in technologies such as chain-of-thought (CoT) prompting and in-context learning (ICL), the prompts fed to LLMs are becoming increasingly lengthy, even exceeding tens of th…

Cited by 0SourcecodeScholar
2023

Layout Generation as Intermediate Action Sequence Prediction

AAAI 2023technical

Layout generation plays a crucial role in graphic design intelligence. One important characteristic of the graphic layouts is that they usually follow certain design principles. For example, the principle of repetition emphasizes the reuse of similar visual elements throughout the design. To generat…

2023

Learn and Sample Together: Collaborative Generation for Graphic Design Layout

IJCAI 2023poster

In the process of graphic layout generation, user specifications including element attributes and their relationships are commonly used to constrain the layouts (e.g.,"put the image above the button''). It is natural to encode spatial constraints between elements using a graph. This paper presents a…

2023

Multi-Level Knowledge Distillation for Out-of-Distribution Detection in Text

ACL 2023long

Self-supervised representation learning has proved to be a valuable component for out-of-distribution (OoD) detection with only the texts of in-distribution (ID) examples. These approaches either train a language model from scratch or fine-tune a pre-trained language model using ID examples, and the…

2023

Relation-enhanced DETR for Component Detection in Graphic Design Reverse Engineering

IJCAI 2023poster

It is a common practice for designers to create digital prototypes from a mock-up/screenshot. Reverse engineering graphic design by detecting its components (e.g., text, icon, button) helps expedite this process. This paper first conducts a statistical analysis to emphasize the importance of relatio…

2022

Decomposed Meta-Learning for Few-Shot Named Entity Recognition

ACL 2022findings

Few-shot named entity recognition (NER) systems aim at recognizing novel-class named entities based on only a few labeled examples. In this paper, we present a decomposed meta-learning approach which addresses the problem of few-shot NER by sequentially tackling few-shot span detection and few-shot…

2022

On the Effectiveness of Sentence Encoding for Intent Detection Meta-Learning

NAACL 2022long

Recent studies on few-shot intent detection have attempted to formulate the task as a meta-learning problem, where a meta-learning model is trained with a certain capability to quickly adapt to newly specified few-shot tasks with potentially unseen intent categories. Prototypical networks have been…

2022

TIARA: Multi-grained Retrieval for Robust Question Answering over Large Knowledge Base

EMNLP 2022main

Pre-trained language models (PLMs) have shown their effectiveness in multiple scenarios. However, KBQA remains challenging, especially regarding coverage and generalization settings. This is due to two main factors: i) understanding the semantics of both questions and relevant knowledge from the KB;…

2021

Issues with Entailment-based Zero-shot Text Classification

ACL 2021short

The general format of natural language inference (NLI) makes it tempting to be used for zero-shot text classification by casting any target label into a sentence of hypothesis and verifying whether or not it could be entailed by the input, aiming at generic classification applicable on any specified…

2021

Towards Topic-Aware Slide Generation For Academic Papers With Unsupervised Mutual Learning

AAAI 2021technical

Slides are commonly used to present information and tell stories. In academic and research communities, slides are typically used to summarize findings in accepted papers for presentation in meetings and conferences. These slides for academic papers usually contain common and essential topics such a…

2020

Learning Semantic Correspondences from Noisy Data-text Pairs by Local-to-Global Alignments

COLING 2020main

Learning semantic correspondences between structured input data (e.g., slot-value pairs) and associated texts is a core problem for many downstream NLP applications, e.g., data-to-text generation. Large-scale datasets recently proposed for generation contain loosely corresponding data text pairs, wh…

Cited by 0SourcePDFScholar