Papers by Zhicheng Dou
Copied to clipboard
| Challenge: | End-to-end generative retrieval models produce document identifiers in response to a query . however, this approach has two challenges: an overemphasis on top-1 results at the expense of overall ranking quality. |
| Approach: | They propose a generative retrieval model with reinforcement learning from relevance feedback to align token-level docid generation with document-level relevance estimation. |
| Outcome: | The proposed model aligns token-level docid generation with document-level relevance estimation. |
Copied to clipboard
| Challenge: | Dense retrieval requires high-quality text sequence embeddings to support effective search in the representation space. |
| Approach: | They propose a self-learning method that pre-trains the autoencoder using a weak decoder to push the encoder to provide better sequence representations. |
| Outcome: | The proposed model significantly boosts the effectiveness and few-shot ability of dense retrieval models on web search, news recommendation, and open domain question answering. |
Copied to clipboard
| Challenge: | Listwise ranking based on Large Language Models (LLMs) has achieved state-of-the-art performance in Information Retrieval (IR) however, their effectiveness often depends on LLMs with massive parameter scales and computationally expensive sliding window processing, leading to substantial efficiency bottlenecks. |
| Approach: | They propose a Collaborative Ranking framework (CoRanking) for LLM-based listwise ranking based on large language models with massive parameter scales and computationally expensive sliding window processing. |
| Outcome: | The proposed framework reduces ranking latency by approximately 70% while improving effectiveness compared to the standalone large reranker. |
Copied to clipboard
| Challenge: | Existing research focuses on single-turn RAG, leaving a gap in addressing multi-turn conversations . a new benchmark is designed to assess RAG systems in realistic multi-turned conversations based on Wikipedia . |
| Approach: | They propose a large-scale benchmark to assess RAG systems in multi-turn contexts . CORAL includes diverse information-seeking conversations automatically derived from Wikipedia . authors propose unified framework to standardize various conversational RAG methods . |
| Outcome: | The proposed framework supports three core tasks of conversational RAG: passage retrieval, response generation, and citation labeling. |
Copied to clipboard
| Challenge: | Existing RAG systems that use pre-trained LLMs and retrievers often fail in specialized domains and applications. |
| Approach: | They propose a self-aligned training framework that adapts general RAG models to specific domains solely through synthetic data. |
| Outcome: | Experiments on specialized domain corpus, general LLM, and general retriever show that the self-aligned training framework outperforms human-annotated training data in specialized fields. |
Copied to clipboard
| Challenge: | Large language models (LLMs) are expected to be trained to act as agents in various real-world environments, but access to real systems is often restricted and manually built sandboxes are hard to scale. |
| Approach: | They propose an automated framework for scalable tool-interaction environments via programmatic synthesis that synthesizes 191 environments and about 7K scenarios and applies them to Supervised Fine-Tuning and Reinforcement Learning for Qwen3 series models. |
| Outcome: | The proposed framework significantly improves LLMs’ ability to solve tasks in complex environments involving multi-turn, multi-tool interactions. |
Copied to clipboard
| Challenge: | Indirect Prompt Injection attacks can be exploited by LLMs that are embedded with external data. |
| Approach: | They propose a detection-based approach that leverages the behavioral states of LLMs to identify potential IPI attacks. |
| Outcome: | The proposed approach reduces the success rate of attacks to 0.03% on the BIPIA benchmark. |
Copied to clipboard
| Challenge: | Existing methods for legal case retrieval lack the definition of relevance for legal cases . however, the definition goes beyond the common semantic relevance of ad-hoc retrieval. |
| Approach: | They propose a legal element dataset that incorporates legal elements into a semi-automatic method . they propose two models to enhance legal search using legal elements . |
| Outcome: | The proposed models outperform existing methods in enhancing legal search using legal elements. |
Copied to clipboard
| Challenge: | Retrieval-augmented generation (RAG) is often bottlenecked by the “one-size-fits-all” retrieval paradigm, as different queries exhibit distinct preferences for different retrievers. |
| Approach: | They propose a novel routing framework that explicitly models the dynamic alignment between queries and retriever capabilities and decomposes retriever capability into two learnable dimensions: retrieval quality and generation utility. |
| Outcome: | Experiments on knowledge-intensive tasks show that R3AG outperforms both the best individual retrievers and state-of-the-art static routing methods. |
Copied to clipboard
| Challenge: | SylloBase is a benchmark for syllogistic reasoning, a critical capability widely required in natural language understanding tasks, such as text entailment and question answering. |
| Approach: | They propose to use a benchmark to learn syllogistic reasoning on a set of templates and to use them to generate and understand slogisms. |
| Outcome: | The proposed benchmark covers a complete taxonomy of syllogism reasoning patterns, and contains both automatically and manually constructed samples. |
Copied to clipboard
| Challenge: | FinSight is the first multi-agent framework for automating end-to-end professional, multimodal financial reports. |
| Approach: | They propose a code agent with variable memory architecture that unifies data, tools, and agents into a programmable variable space. |
| Outcome: | The proposed framework outperforms leading deep research systems in factual accuracy, analytical depth, and presentation quality. |
Copied to clipboard
| Challenge: | Existing retrieval methods face limitations in terms of knowledge, memory, and action. |
| Approach: | They propose a retrieval enhancement mechanism that brings in useful information from external sources to augment the LLM. |
| Outcome: | The proposed method significantly improves the LLM’s performance in various downstream tasks while introducing superior retrieval augmentation’s effect over both general and task-specifc retrievers. |
Copied to clipboard
| Challenge: | Existing methods rely on separate retrievers to fetch top-k text chunks for generating evidence, and they lack joint optimization. |
| Approach: | They propose a framework that integrates retrieval and generation into a single, auto-regressive process, enabling LLMs to directly generate fine-grained evidence from the corpus with constrained decoding. |
| Outcome: | Extensive experiments on five open-domain QA datasets demonstrate the proposed framework’s superior performance across both in-domain and out-of-domain tasks. |
Copied to clipboard
| Challenge: | Large language models (LLMs) have demonstrated impressive capabilities in various natural language processing tasks, but their application to information retrieval tasks is still challenging due to the infrequent occurrence of many IR-specific concepts in natural language. |
| Approach: | They propose to use instruction tuning to enhance LLMs' proficiency in IR tasks by combining a dataset with manually written templates to analyze the effects of instruction design, template diversity, few-shot demonstrations, and the volume of instructions. |
| Outcome: | The proposed model can be used to perform query understanding, document understanding, and query-document relationship understanding tasks. |
Copied to clipboard
| Challenge: | Large language models (LLMs) have demonstrated efficacy in knowledge-intensive tasks such as open-domain QA, but inconsistencies between retrieval knowledge and the necessary knowledge for LLMs, leading to a decline in LLM’s answer quality. |
| Approach: | They propose a retrieval-augmented large language model that refines retrieval documents into Key Supporting Evidence (KSE) through knowledge synthesis, supervised fine-tuning, and preference alignment. |
| Outcome: | The proposed model outperforms existing methods in five datasets and boosts answer quality by 7% while reducing input content length by 80%. |
Copied to clipboard
| Challenge: | Existing rerankers perform poorly in complex ranking scenarios due to the scarcity of reasoning-intensive training data. |
| Approach: | They propose an automated reasoning-intensive training framework which generates high-quality training labels from training queries and passages. |
| Outcome: | The proposed model outperforms baselines significantly and achieves much lower latency than the pointwise reranker. |
Copied to clipboard
| Challenge: | a conversational search system requires accurate interpretation of user intent from complex multi-turn contexts. |
| Approach: | They propose a dual-learning approach that adapts LLMs for retrieval via contrastive learning while enhancing the complex session understanding through masked instruction tuning. |
| Outcome: | The proposed approach outperforms existing retrieval methods on five conversational search benchmarks. |
Copied to clipboard
| Challenge: | In a conversational search scenario, a query might be context-dependent because some words are referred to previous expressions or omitted. |
| Approach: | They propose a model that performs query rewriting and context modelling in a unified framework by highlighting relevant terms in the query context. |
| Outcome: | The proposed model outperforms baseline models in terms of quality of query rewriting and quality of contextualized query embedding. |
Copied to clipboard
| Challenge: | Real-world RAG applications often encounter long-context input scenarios where redundant information and noise results in higher inference costs and reduced performance. |
| Approach: | They propose an efficient plug-and-play refiner that leverages the structural characteristics of long documents. |
| Outcome: | Experiments on seven QA datasets show that LongRefiner achieves competitive performance in various scenarios while using 10x fewer computational costs and latency compared to baseline. |
Copied to clipboard
| Challenge: | Existing methods for detecting large language models (LLMs) generate fluent text, but they only use a few tokens due to the short length or insufficient information in some texts. |
| Approach: | They propose a method that leverages external text corpora to evaluate the difference in logit distribution of input text under retrieved human-written and LLM-rewritten contexts. |
| Outcome: | The proposed method achieves state-of-the-art performance in AUROC on five public datasets with three widely-used source LLMs. |
Copied to clipboard
| Challenge: | Large reasoning models (LRMs) have demonstrated impressive long stepwise reasoning capabilities through large-scale reinforcement learning. |
| Approach: | They propose a framework that enhances large reasoning models with an agentic retrieval-augmented generation mechanism and a Reason-in-Documents module for refining retrieved documents. |
| Outcome: | The proposed framework enhances LRMs with an agentic retrieval-augmented generation mechanism and Reason-in-Documents module for refining retrieved documents. |
Copied to clipboard
| Challenge: | Existing retrievers for single-turn retrieval-augmented generation (RAG) rely on similarity-based retrievers, but similar passages are not always useful for final answer generation. |
| Approach: | They propose a retrieval-augmented-generation retriever that integrates reasoning with retrieval . they use local query-passage relevance and global answer correctness to measure passage utility . |
| Outcome: | The proposed retriever outperforms existing retrievers on QA benchmarks on seven single-hop and multi-hop searches. |
Copied to clipboard
| Challenge: | Recent advances in text-to-image generation still exhibit limitations in terms of knowledge access. |
| Approach: | They propose a fine-grained retrieval-augmented image generation model that breaks down the retrieval task into four critical stages: query decomposition, candidate selection, retrieval augmented diffusion, and self-reflection. |
| Outcome: | The proposed method significantly reduces noise associated with retrieval-augmented image generation and performs better in complex, open-world scenarios. |
Copied to clipboard
| Challenge: | Current evaluation methods for large language models face two key challenges: 1. evaluation validity and 2. Result interpretation reduce the pluralistic and incommensurable values to one-dimensional scores. |
| Approach: | They propose a platform for comprehensive value diagnosis of large language models (LLMs) that provides a generative evaluation paradigm that automatically creates real-world test items co-evolving with ever-advancing LLMs. |
| Outcome: | The proposed platform provides a framework for comprehensive value diagnosis of large language models (LLMs) with fine-grained scores and case studies across 27 value dimensions for 33 leading LLMs, customized comparisons, and visualized analysis of LLM’s alignment with cultural values. |
Copied to clipboard
| Challenge: | Recent omni-modal embeddings rely heavily on implicit alignment from pretrained visionlanguage models. |
| Approach: | They propose a lightweight explicit alignment recipe that adapts off-the-shelf VLMs into robust omni-modal embedding models. |
| Outcome: | The proposed model improves on MMEB-V2 and AudioCaps with a lightweight explicit alignment recipe. |
Copied to clipboard
| Challenge: | Existing training frameworks for Large Language Models (LLMs) focus on answers’ accuracy, overlooking specific alignment for behavior patterns. |
| Approach: | They propose a training framework for calibrating agent’s tool-use behavior through two synergistic perspectives: self-evolving data flywheel and behavior calibration training. |
| Outcome: | The proposed framework improves the accuracy, efficiency, reasoning conciseness, and tool execution accuracy of large language models. |
Copied to clipboard
| Challenge: | CFIC retrieval approach eliminates the need for document chunking and provides a more efficient and efficient method for RAG systems. |
| Approach: | They propose a Chunking-Free In-Context retrieval approach specifically tailored for RAG systems . they employ auto-aggressive decoding to accurately identify specific evidence text . |
| Outcome: | The proposed method is better than traditional methods on open question answering datasets. |
Copied to clipboard
| Challenge: | Existing methods to capture valuable features for Personalized product search ignore that the user’s attention varies on product attributes. |
| Approach: | They propose a dynamic multi-attribute interest learning model to tackle the influences from attributes to user interests. |
| Outcome: | The proposed model significantly improves existing methods on large-scale datasets. |
Copied to clipboard
| Challenge: | Existing methods for legal case retrieval often overlook the incorporation of legal expert knowledge, leading to unsatisfactory retrieval performance. |
| Approach: | They propose a legal knowledge-guided case reformulation approach based on large language models for effective and interpretable legal case retrieval. |
| Outcome: | The proposed model performs better on complex legal case queries than existing methods. |
Copied to clipboard
| Challenge: | Existing methods for listwise passage ranking use sliding window approach, which is inefficient as it requires repetitive and serialized processing. |
| Approach: | They propose a listwise label construction approach and importance-aware learning objective for full ranking. |
| Outcome: | The proposed method outperforms existing methods in listwise ranking tasks. |
Copied to clipboard
| Challenge: | Existing web agents suffer from limited robustness, efficiency and task success due to lack of structural understanding of websites and lack of browsing priors in pre-trained models. |
| Approach: | They propose an agent-oriented sitemap protocol that integrates structured website knowledge into web agents. |
| Outcome: | The proposed agent-oriented sitemap improves robustness, efficiency and effectiveness without extra training. |
Copied to clipboard
| Challenge: | Retrieval-augmented large language models (RaLLMs) are reshaping knowledge acquisition, offering long-form, knowledge-grounded answers through advanced reasoning and generation capabilities. |
| Approach: | They propose a benchmarking system to evaluate RaLLMs' correctness and Groundedness to determine their reliability in multi-hop question-answering tasks. |
| Outcome: | The proposed model-based evaluation pipeline for multi-hop question-answering tasks reveals that the model generates inaccuracies when dealing with flawed or partial knowledge. |
Copied to clipboard
| Challenge: | Recent advances in large language models (LLMs) have demonstrated remarkable performance across a wide range of downstream tasks. |
| Approach: | They propose a framework that leverages a critic-guided agentic workflow to improve RAG capabilities autonomously. |
| Outcome: | The proposed framework improves RAG capabilities autonomously by leveraging a critic-guided agentic workflow. |
Copied to clipboard
| Challenge: | Recent advances in prompt optimization have shown effectiveness of using multiple components to optimize models . however, such unilateral approaches often yield suboptimal results due to interdependent nature of these components. |
| Approach: | They propose a self-improvement framework that optimizes both system and user prompts . they use offline optimized prompts to promote online prompt optimization . |
| Outcome: | The proposed framework improves performance on general and reasoning tasks. |
Copied to clipboard
| Challenge: | Existing methods to determine the knowledge an LLM already possesses and the knowledge that requires the help of a search engine are expensive and require excessive computational costs. |
| Approach: | They propose a slim proxy model that detects missing knowledge in LLMs with a proxy model and use it to perform retrieval for the missing knowledge. |
| Outcome: | The proposed approach detects missing knowledge in LLMs with a slim proxy model and takes its answers as heuristic answers. |
Copied to clipboard
| Challenge: | Existing studies have optimized retrieval-augmented generation (RAG) across sub-tasks, but integrating these optimizations into a unified framework remains challenging. |
| Approach: | They propose a unified retrieval-augmented generation framework that optimizes role-specific tokens for multi-task processing. |
| Outcome: | The proposed framework achieves efficient multi-task processing through role-specific token optimization. |
Copied to clipboard
| Challenge: | Recent work addresses this problem by training span-level hallucination detectors using reinforcement learning and chain-of-thought reasoning. |
| Approach: | They propose a framework that explicitly enforces active evidence seeking during CoT reasoning by requiring quotation of relevant source segments at each verification step. |
| Outcome: | The proposed framework improves hallucination span detection performance with limited reasoning overhead and improved robustness in out-of-domain settings. |
Copied to clipboard
| Challenge: | Existing methods for understanding users’ contextual search intent show unsatisfactory effectiveness and robustness to handle real conversational search scenarios. |
| Approach: | They propose to use large language models to generate multiple query rewrites and hypothetical responses and to aggregate them into an integrated representation that can robustly represent the user’s real contextual search intent. |
| Outcome: | The proposed framework can generate multiple query rewrites and hypothetical responses and can be used to represent the user’s real contextual search intent. |
Copied to clipboard
| Challenge: | Existing large language models (LLMs) generate redundant output, which generates irrelevant information about the user’s preferences on candidate items from user behavior sequences. |
| Approach: | They propose a framework that enhances reranking for recommendation with large language models through user preference retrieval. |
| Outcome: | The proposed framework improves reranking for recommendation with large language models through user preference retrieval on three real-world public datasets. |
Copied to clipboard
| Challenge: | Continual pre-training (CPT) has been an important approach for adapting language models to specific domains or tasks. |
| Approach: | They propose a Continual pre-training method that can greatly improve Chinese language ability and scientific reasoning ability of LLMs. |
| Outcome: | The proposed method can greatly improve Chinese language ability and scientific reasoning ability of LLMs. |
Copied to clipboard
| Challenge: | Existing methods to learn downstream tasks by stitches skill block lack rationality and interpretation. |
| Approach: | They propose a hierarchical framework with a coarse-to-fine paradigm for generalized text representations from the large-scale corpus. |
| Outcome: | The proposed model learns basic language properties from all tasks and boosts performance on relevant tasks. |
Copied to clipboard
| Challenge: | Existing personalized dialogue systems extract user profiles from dialogue history to guide personalized response generation. |
| Approach: | They propose to refine the user dialogue history on a large scale to obtain more persona information from the dialogue history and leverage other similar users' data to enhance personalization. |
| Outcome: | The proposed model can handle more dialogue history and obtain more abundant and accurate persona information. |
Copied to clipboard
| Challenge: | a new benchmark for RAG is developed for the financial domain . omnidirectional and automatic benchmarks are difficult to build in vertical domains . |
| Approach: | They propose an omnidirectional and automatic RAG benchmark for the financial domain . they categorize RAG scenarios by task classes and 16 financial topics . |
| Outcome: | The proposed benchmark achieves an 87.47% acceptance ratio in human evaluations of generated instances. |
Copied to clipboard
| Challenge: | Recent advances in large language models have demonstrated remarkable problem-solving capabilities . however, enabling multimodal large language model to flexibly and efficiently utilize external tools remains a challenge . |
| Approach: | They introduce an agentic framework to unify global planning with local multimodal perception . they evaluate ToolScope on four VQA benchmarks across diverse domains . |
| Outcome: | The proposed framework unifies global planning with local multimodal perception . it adopts a specialized Perceive tool to mitigate visual context degradation in long-horizon VQA task. |
Copied to clipboard
| Challenge: | Retrieval-augmented generation (RAG) improves accuracy and timeliness of large language models, but external corpora may become contaminated with LLM-generated texts. |
| Approach: | They propose a method that integrates external knowledge retrieved from external sources into RAG to filter out LLM-generated texts from retrieved results. |
| Outcome: | The proposed method mitigates performance degradation and improves stability of RAG systems. |
Copied to clipboard
| Challenge: | Existing large language models (LLMs) underperform in legal judgment prediction due to challenges in understanding case facts and distinguishing between similar charges. |
| Approach: | They propose a framework that allows LLMs to discriminate among charges and a judicial reasoning framework to improve their models for effective legal judgment prediction. |
| Outcome: | The proposed framework improves accuracy and efficiency when dealing with complex and confusing charges. |
Copied to clipboard
| Challenge: | Recent studies show that conversational dense retrieval is a promising technique for realizing conversational search, but its implementation is severely hindered by the lack of data. |
| Approach: | They propose a method that transforms easily-accessible web search sessions into conversational search sessions to alleviate the data scarcity problem. |
| Outcome: | The proposed method can transform easily-accessible web search sessions into conversational search sessions. |
Copied to clipboard
| Challenge: | Existing methods for processing long contexts are ineffective due to their inherent context window limitations and the computational burden of extensive key-value activations. |
| Approach: | They propose a method for processing long context information-seeking tasks via query-guided ACtivation REfilling (ACRE) a bi-layer KV Cache is constructed where the layer-1 cache compactly captures global information and the layer-2 cache provides detailed, localized information. |
| Outcome: | The proposed method achieves significant improvements in both performance and efficiency on a variety of long-context information-seeking datasets. |
Copied to clipboard
| Challenge: | Existing studies focus on generating implicit user profiles from the user’s dialogue history, thus it suffers from data sparsity and performance degradation. |
| Approach: | They propose a self-supervised learning framework MCP for capturing better representations from users’ dialogue history for personalized chatbots. |
| Outcome: | The proposed model improves on two real-world datasets. |
Copied to clipboard
| Challenge: | Conversational dense retrieval models lack interpretability, hindering intuitive understanding of model behaviors . a major limitation of conversational dense search is their lack of interpretability . |
| Approach: | They propose to transform opaque session embeddings into explicit interpretable text . they propose to incorporate external interpretable query rewrites into the transformation process . |
| Outcome: | The proposed approach yields more interpretable text and preserves original retrieval performance over baselines. |
Copied to clipboard
| Challenge: | Synthetic data generation is an increasingly popular way of training models without the need for large, manually labeled datasets. |
| Approach: | They propose a framework that aligns open-source small models to efficiently generate large-scale embedding data. |
| Outcome: | The proposed framework outperforms state-of-the-art embedding models by using only 1/10 of the GPT API calls. |
Copied to clipboard
| Challenge: | Existing conversational dense retrieval models view a conversation as a fixed sequence of questions and responses, and these alternate conversations are unrecorded. |
| Approach: | They propose a framework for generalizing Conversational dense retrieval via LLM-cognition data Augmentation (ConvAug) they first generate multi-level augmented conversations to capture the diverse nature of conversational contexts. |
| Outcome: | The proposed framework generalizes Conversational dense retrieval via LLM-cognition data Augmentation on four public datasets. |
Copied to clipboard
| Challenge: | Inverted file structure is a common technique for accelerating dense retrieval, but its lossy nature degrades it. |
| Approach: | They propose a hybrid index where embedding clusters and salient terms work collaboratively to accelerate dense retrieval. |
| Outcome: | The proposed method achieves lossless retrieval quality with competitive efficiency across index settings. |
Copied to clipboard
| Challenge: | Retrieval-Augmented Generation (RAG) systems are limited in their ability to process information in open-source environments. |
| Approach: | They propose a neuro-symbolic framework inspired by linguistic grammar rules and compiler design to formalize complex queries using a minimal yet sufficient Backus-Naur Form grammar. |
| Outcome: | The proposed framework is based on a backus-naur form grammar and compiler design that maintains completeness while minimizing redundancy. |
Copied to clipboard
| Challenge: | Existing CQR models are not learned toward improving the downstream search performance . existing models generate the rewrite token-by-token from scratch . |
| Approach: | They propose a text editing-based CQR model tailored for conversational search . they propose rewrite tokens are selected from the dialogue in a non-autoregressive fashion . |
| Outcome: | The proposed model outperforms state-of-the-art models on three conversational search benchmarks while having low rewriting latency. |
Copied to clipboard
| Challenge: | Large language models struggle with fine-grained distinctions between similar charges. |
| Approach: | They propose an agentic legal reasoning framework that actively retrieves external knowledge during decision-making. |
| Outcome: | The proposed model outperforms baseline models on complex cases involving confusing or rare charges on real-world datasets. |
Copied to clipboard
| Challenge: | Existing approaches to AIGC detection have relied on statistical classifiers or black-box neural models, which exploit surface-level patterns and struggle to generalize as LLMs evolve. |
| Approach: | They propose a framework that generates interpretable reasoning chains before classification using supervised fine-tuning and reinforcement learning to improve accuracy. |
| Outcome: | The proposed framework achieves state-of-the-art performance across multiple benchmarks, offering a robust and transparent solution for AIGC detection. |
Copied to clipboard
| Challenge: | Existing approaches to improve multimodal large language models' reasoning performance are limited. |
| Approach: | They propose a framework to progressively improve multimodal reasoning capabilities . they propose active retrieval and Monte Carlo tree search to improve MLLMs' reasoning . |
| Outcome: | The proposed framework improves multimodal reasoning capabilities in multimodal large language models. |
Copied to clipboard
| Challenge: | Existing methods for storing and retrieving memory are limited by shallow semantic retrieval. |
| Approach: | They propose a memory mechanism that organizes and retrieves past experiences to support decision-making. |
| Outcome: | Experiments on LoCoMo and NarrativeQA show that CompassMem improves retrieval and reasoning performance across multiple backbone models. |
Copied to clipboard
| Challenge: | gist-based context compression methods can achieve only slight performance loss on tasks like retrieval-augmented generation and long-document QA, but it faces challenges in tasks like synthetic recall. |
| Approach: | They propose two strategies to improve gist-based context compression in large language models. |
| Outcome: | The proposed methods can achieve only slight performance loss on retrieval-augmented generation and long-document QA tasks, but they face challenges in tasks like synthetic recall. |
Copied to clipboard
| Challenge: | Existing studies focus on question scenarios with clear user intents and concise answers, but it is prevalent that users issue broad, open-ended queries with diverse sub-intents. |
| Approach: | They propose a framework that includes a sub-aspect explorer and a multi-faceted retriever to build a candidate pool of diverse external documents related to these sub-intents. |
| Outcome: | The proposed framework provides comprehensive and satisfying responses to users on two publicly available datasets. |
Copied to clipboard
| Challenge: | Recent multimodal information retrieval research has focused on images, largely overlooking audio. |
| Approach: | They propose an audio-text interleaved contextual retrieval task where queries can alternate between audio and text modalities. |
| Outcome: | The proposed model significantly improves over baselines. |
Copied to clipboard
| Challenge: | Large language models (LLMs) have demonstrated extraordinary capabilities in natural language understanding, generation, and reasoning. |
| Approach: | They propose a plug-and-play LLM model that embeds a user-specific embedding for each individual by modeling her historical contexts through a lightweight plug-in user embedder module. |
| Outcome: | Experiments on various tasks in the language model personalization (LaMP) benchmark show that the proposed model significantly outperforms existing personalized LLM approaches. |
Copied to clipboard
| Challenge: | Multimodal embedding models encode multimedia inputs into latent vector representations. |
| Approach: | They propose to synthesize multimodal multilingual data using a multimodal large language model . they identify three criteria for high-quality synthetic multimodal data . |
| Outcome: | The proposed model outperforms existing models on the MMEB Benchmark and the XTD benchmark. |
Copied to clipboard
| Challenge: | Existing approaches to embed multimodal models face limitations such as suboptimal causal attention in VLMs and limited diversity in training objectives and data. |
| Approach: | They propose a framework for transforming pre-trained VLMs into bidirectional multimodal embedding models. |
| Outcome: | The proposed model improves performance across MMEB and ViDoRe-v2 benchmarks and exhibits strong scalability with both model size and training data on MMEF. |
Copied to clipboard
| Challenge: | Existing systems that generate scripts from a storyline are not available for this purpose. |
| Approach: | They propose a model that generates a story from a narrative and a tool that keeps track of what is said and what is to be said. |
| Outcome: | The proposed model outperforms baselines that use the narrative as a kind of context. |
Copied to clipboard
| Challenge: | Existing benchmarks focus on single-document understanding, whereas real scientific workflows require integrating evidence from multiple papers. |
| Approach: | They propose a multi-modal multi-document benchmark for agentic deep research that integrates evidence from multiple documents. |
| Outcome: | Experimental results show that even advanced systems achieve limited scores on PaperScope . paper provides a rigorous benchmark alongside a pipeline for constructing large multi-modal, multi-source deep research datasets. |