paper-with-me

홈 › Papers

SIFT: Grounding LLM Reasoning in Contexts via Stickers

2025-02-19 · Zihao Zeng, Xuyao Huang, Boxiu Li, Zhijie Deng

This paper identifies the misinterpretation of the context can be a significant issue during the reasoning process of large language models, spanning from smaller models like Llama3.2-3B-Instruct to cutting-edge ones like DeepSeek-R1. For example, in the phrase "10 dollars per kilo," LLMs might not recognize that "per" means "for each," leading to calculation errors. We introduce a novel, post-training approach called Stick to the Facts (SIFT) to tackle this. SIFT leverages increasing inference-time compute to ground LLM reasoning in contexts. At the core of SIFT lies the *Sticker*, which is generated by the model itself to explicitly emphasize the key information within the context. Given the curated Sticker, SIFT generates two predictions -- one from the original query and one from the query augmented with the Sticker. If they differ, the Sticker is sequentially refined via *forward* optimization (to better align the extracted facts with the query) and *inverse* generation (to conform with the model's inherent tendencies) for more faithful reasoning outcomes. Studies across diverse models (from 3B to 100B+) and benchmarks (e.g., GSM8K, MATH-500) reveal consistent performance improvements. Notably, SIFT improves the pass@1 accuracy of DeepSeek-R1 on AIME2024 from 78.33% to 85.67%, establishing a new state-of-the-art in the open-source community. The code is available at https://github.com/zhijie-group/SIFT.

📄 PDF Abstract BibTeX arXiv:2502.14922

Code (1)

zhijie-group/sift 공식 구현 pytorch

Tasks

GSM8KMath

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

SIFThinker: Spatially-Aware Image Focus for Visual Reasoning

2025-08-08 · Zhangquan Chen, Ruihui Zhao, Chuwei Luo, Mingze Sun 외 arxiv

Current multimodal large language models (MLLMs) still face significant challenges in complex visual tasks (e.g., spatial understanding, fine-grained perception). Prior methods have tried to incorporate visual reasoning,…

Visual GroundingVisual Reasoning

Impact of Stickers on Multimodal Chat Sentiment Analysis and Intent Recognition: A New Task, Dataset and Baseline

2024-05-14 · Yuanchen Shi, Biao Ma, Fang Kong

Stickers are increasingly used in social media to express sentiment and intent. When finding typing troublesome, people often use a sticker instead. Despite the significant impact of stickers on sentiment analysis and in…

Intent RecognitionSentiment Analysis

Selecting Stickers in Open-Domain Dialogue through Multitask Learning

2022-09-16 · Findings (ACL) 2022 5 · Zhexin Zhang, Yeshuang Zhu, Zhengcong Fei, Jinchao Zhang 외

With the increasing popularity of online chatting, stickers are becoming important in our online communication. Selecting appropriate stickers in open-domain dialogue requires a comprehensive understanding of both dialog…

Grounding-Prompter: Prompting LLM with Multimodal Information for Temporal Sentence Grounding in Long Videos

2023-12-28 · Houlun Chen, Xin Wang, Hong Chen, Zihan Song 외

Temporal Sentence Grounding (TSG), which aims to localize moments from videos based on the given natural language queries, has attracted widespread attention. Existing works are mainly designed for short videos, failing …

DenoisingIn-Context LearningNatural Language QueriesSentence+1

Towards Exploiting Sticker for Multimodal Sentiment Analysis in Social Media: A New Dataset and Baseline

2022-10-01 · COLING 2022 10 · Feng Ge, Weizhao Li, Haopeng Ren, Yi Cai

Sentiment analysis in social media is challenging since posts are short of context. As a popular way to express emotion on social media, stickers related to these posts can supplement missing sentiments and help identify…

Multimodal Sentiment AnalysisSentiment Analysis