Papers by Kam-Fai Wong
Copied to clipboard
| Challenge: | Prior work shows that pre-training techniques can boost the performance of visual document understanding (VDU) . Xu et al., 2020;; Gu e t al, 2021;; Appalaraju e al. 2022) |
| Approach: | They propose a visually guided generative text-layout pre-training method that optimizes hierarchical language and layout modeling objectives to generate interleaved text and layout sequences. |
| Outcome: | The proposed model can process word-intensive documents of any length and achieves competitive performance over baselines on VDU tasks. |
Copied to clipboard
| Challenge: | Existing text-based recommendation frameworks that use pretrained language models (PLMs) can improve performance on text-related tasks. |
| Approach: | They propose a unified local- and global-attention Transformer encoder to better model two-level contexts of user history. |
| Outcome: | The proposed framework improves on three text-based recommendation tasks. |
Copied to clipboard
| Challenge: | Experimental results show that pretrained language models generate inconsistent factual knowledge in many conversational tasks. |
| Approach: | They propose a method which explicitly introduces extended feedforward networks (FFNs) in Transformers to enhance factual knowledge expressions given the specific patterns of knowledge-grounded dialogue inputs. |
| Outcome: | The proposed methods improve the factual expression capability of feedforward networks (FFNs) in knowledge-grounded dialogue systems by knowledge enhancement and alignment respectively. |
Copied to clipboard
| Challenge: | Existing state-of-the-art Large Language Models (LLMs) still cannot perform well in this situation even with the help of in-context learning and finetuning. |
| Approach: | They propose a benchmark to evaluate LLMs’ ability to plan and execute multiple APIs from various sources in order to complete the user’s task. |
| Outcome: | The proposed benchmarks show that the existing state-of-the-art LLMs still cannot perform well in this situation even with in-context learning and finetuning. |
Copied to clipboard
| Challenge: | Large language models store factual knowledge in their parameters but their parametric knowledge can conflict with the information provided in the context. |
| Approach: | They propose a training-free representation engineering method that uses pre-trained sparse auto-encoders to control the knowledge selection behaviour of large language models. |
| Outcome: | The proposed method can control the use of both knowledge sources to resolve knowledge conflict in open-domain question-answering tasks surpassing existing representation engineering methods (+10%) and contrastive decoding methods (+5%). |
Copied to clipboard
| Challenge: | Existing methods for stance detection for pure texts have limited results to multi-modal content. |
| Approach: | They propose a multi-modal stance detection framework that leverages target information to learn multi-modal stance features from textual and visual modalities. |
| Outcome: | The proposed framework achieves state-of-the-art in multi-modal stance detection on five datasets based on Twitter . |
Copied to clipboard
| Challenge: | Existing methods to detect pretraining data from large language models are unrealistic to them. |
| Approach: | They propose to detect pre-training data from LLM in a black-box way by using GPT-2 as reference model and feed it with sequence probabilities to detect whether it was used to train it. |
| Outcome: | The proposed framework outperforms existing methods on the benchmark datasets and shows that it is effective on different popular LLMs. |
Copied to clipboard
| Challenge: | Retrieval-Augmented Generation (RAG) provides access to external knowledge, but current research focuses on retrieval quality and 'integration bottleneck' . |
| Approach: | They propose a framework that explicitly decouples reasoning from evidence integration by generating an 'Inner-Answer' and a 'Refer-Aswer" they propose 'a joint decoding mechanism that dynamically fuses the logical coherence of the Inner-Andswer with the factual precision of the Refer-Adswer at the token level' |
| Outcome: | The proposed framework improves accuracy by 12.1% and reduces hallucinations by 16.3% on five QA benchmarks. |
Copied to clipboard
| Challenge: | Existing quotation recommendation system focuses on what to quote, but ignores whether or when to quote. |
| Approach: | They propose a framework that learns to predict when to quote and what to quote jointly. |
| Outcome: | The proposed framework achieves significantly better performance than baselines on two datasets. |
Copied to clipboard
| Challenge: | Existing studies on LLM confidence estimations in languages other than English have been limited to English. |
| Approach: | They propose to use question-related language to prompt LLMs to assess their confidence in large language models. |
| Outcome: | The proposed model improves on question-related language prompts for LS tasks, while English exhibits notable linguistic dominance in confidence estimations. |
Copied to clipboard
| Challenge: | Large language models (LLMs) can call tools effectively, but they remain brittle in multi-turn execution. |
| Approach: | They propose a framework that converts execution errors into on-policy corrective supervision within the RL training loop. |
| Outcome: | The proposed framework improves the error recovery rate of Qwen3-8B by 5.7% absolute and overall accuracy by 4.0% on BFCL v4 Multi-Turn. |
Copied to clipboard
| Challenge: | Using reinforcement learning to learn dialogue policy requires a large volume of interactions with users. |
| Approach: | They propose a task-oriented dialogue agent that efficiently learns dialogue policy from demonstrations . they use an imitation model to distill knowledge from demonstration and reward shaping . |
| Outcome: | The proposed agent efficiently learns dialogue policy from demonstrations through policy shaping and reward shaping. |
Copied to clipboard
| Challenge: | Current approaches focus on isolated meme analysis, either for harmful content detection or standalone interpretation, overlooking a fundamental challenge: the same meme can express different intents depending on its conversational context. |
| Approach: | They propose a benchmark to evaluate how large vision language models understand memes in their original context. |
| Outcome: | The proposed benchmark evaluates how large vision language models understand meme intent in their original context. |
Copied to clipboard
| Challenge: | Existing models that assume static user interests are unable to capture the temporal aspects of user interactions and interest changes over time. |
| Approach: | They propose a neural architecture to exploit changes of user interactions and interests over time to predict which discussions they are likely to enter. |
| Outcome: | The proposed model outperforms state-of-the-art models that assume static user interests and handle future conversations that are unseen during training time. |
Copied to clipboard
| Challenge: | Existing generative methods to recommend items are shallowly integrated into the model training and have poor chit-chat ability. |
| Approach: | They propose a framework that integrates recommendation into the dialog generation by introducing a vocabulary pointer. |
| Outcome: | The proposed framework outperforms the state-of-the-art models on a benchmark dataset. |
Copied to clipboard
| Challenge: | Existing studies on aspect extraction focus on sequence tagging models trained on human-annotated data. |
| Approach: | They propose a novel neural model capable of coupling global and local representations to discover aspect words by combining global and locale contexts. |
| Outcome: | The proposed model outperforms state-of-the-art models on laptop and restaurant reviews on two benchmarks. |
Copied to clipboard
| Challenge: | Existing approaches for dialogue state tracking are mainly based on classification-based and extraction-based methods. |
| Approach: | They propose a model which incorporates both classification-based and extraction-based methods and integrates four modules to jointly extract dialogue states. |
| Outcome: | The proposed model outperforms the state-of-the-art models in multi-domain dialogues with many turns of utterances. |
Copied to clipboard
| Challenge: | Generating synthetic datasets via large language models (LLMs) has emerged as promising approach to improve LLM performance. |
| Approach: | They propose three mitigation strategies to mitigate bias inheritance in LLMs by analyzing real and LLM-augmented data. |
| Outcome: | The proposed methods can work differently on different tasks and biases. |
Copied to clipboard
| Challenge: | Existing studies on social media bias detection focus on fine-tuning models specific to particular datasets and testing them on corresponding test sets. |
| Approach: | They propose a general bias detection framework, IndiVec, built upon large language models and vector databases. |
| Outcome: | The proposed framework outperforms baseline methods on four political bias datasets and provides explicit top-k indicators to interpret bias predictions. |
Copied to clipboard
| Challenge: | Existing knowledge-grounded dialogue systems focus on a single knowledge source or ignore the dependency between multiple knowledge sources. |
| Approach: | They propose a framework that integrates multiple knowledge sources and dependencies between them. |
| Outcome: | The proposed framework can produce persona-consistent and knowledge-enhanced responses on a knowledge-grounded dialogue dataset. |
Copied to clipboard
| Challenge: | Detecting media bias is critical due to the spread of misinformation and disinformation on social media platforms. |
| Approach: | They investigate the presence and nature of bias within large language models and its consequential impact on media bias detection. |
| Outcome: | The proposed debiasing strategies include prompt engineering and model fine-tuning. |
Copied to clipboard
| Challenge: | Existing LLMs generate responses based on the dialogue context, overlooking the underlying linguistic cues about the user status exhibited in the context. |
| Approach: | They propose a linguistic cue-based chain-of-thoughts method which enhances the LLMs inference with an intermediate reasoning step to find cues exhibited in the dialogue. |
| Outcome: | The proposed method outperforms standard prompting methods on in-depth dialogue questions and linguistic cues exhibited in the context. |
Copied to clipboard
| Challenge: | Existing news recommendation methods lack effective news-user feature interaction. |
| Approach: | They propose to use news-graph and user-graph channels to enhance news encodings . they also propose to perform effective feature interaction between news and user graphs based on semantic-augmented graphs. |
| Outcome: | The proposed graph attention networks outperform existing NR methods on the benchmark dataset MIND. |
Copied to clipboard
| Challenge: | Large language models outperform information retrieval techniques for downstream knowledge-intensive tasks when being prompted to generate world knowledge. |
| Approach: | They propose a COmpreheNsive kNowledge Evaluation framework to evaluate generated knowledge from six important perspectives . they conduct extensive empirical analysis of generated knowledge on two widely studied knowledge-intensive tasks . |
| Outcome: | The proposed framework evaluates generated knowledge from six important perspectives on two knowledge-intensive tasks. |
Copied to clipboard
| Challenge: | Claim verification is cumbersome and inefficient for human fact-checkers to find consistent pieces of evidence. |
| Approach: | They propose an end-to-end hierarchical attention network that learns to represent coherent evidence and their semantic relatedness with the claim. |
| Outcome: | The proposed model outperforms state-of-the-art models on three datasets . it is based on a coherence-based attention layer and entailment-based one . |
Copied to clipboard
| Challenge: | Training a task-completion dialogue agent via reinforcement learning (RL) is costly because it requires many interactions with real users. |
| Approach: | They propose a framework that integrates planning for task-completion dialogue policy learning into a dialogue agent using a world model to mimic real user response and generate simulated experience. |
| Outcome: | The proposed framework integrates planning for task-completion dialogue policy learning with real user interaction and simulated user behavior. |
Copied to clipboard
| Challenge: | Recent research empowers Large Language Models (LLMs) as multi-turn search agents to iteratively retrieve and generate outputs until complex tasks are solved. |
| Approach: | They propose a distill-based context refiner to dynamically mitigate context interference . they also propose RLs that refine contexts to generate outputs . |
| Outcome: | The proposed refiner can mitigate context interference in multi-turn search agents. |
Copied to clipboard
| Challenge: | Reinforcement Learning from Human Feedback (RLHF) is effective for aligning Large Language Models with human preferences, but its complex process limits its ability to continually learn human feedback. |
| Approach: | They propose a non-RL offline method to convert historical optimal policies into optimization constraints when continually learning new preferences. |
| Outcome: | The proposed method outperforms strong CL baselines in terms of reward-based evaluations and human assessment. |
Copied to clipboard
| Challenge: | Existing agentic systems are retrieval-heavy but reasoning-light . current systems lack compositional reasoning, a key component of deep research . |
| Approach: | They propose a data synthesis pipeline WebAggregator to shift agentic paradigm . they use Proactive Explorer to collect interconnected knowledge and Compositional Logic Proposer to weave knowledge into complex questions . |
| Outcome: | The proposed pipeline surpasses GPT-4.1 and matches Claude-3.7-Sonnet on GAIA, WebWalkerQA, and XBench. |
Copied to clipboard
| Challenge: | Existing methods that use Chain-of-Thought suffer from path homogenization and inefficient use of intermediate results. |
| Approach: | They propose a framework that introduces checkpoints between reasoning steps to reduce path homogenization and create fault-tolerant mechanisms. |
| Outcome: | The proposed framework reduces path homogenization and creates fault-tolerant mechanism by utilizing high-quality intermediate results. |
Copied to clipboard
| Challenge: | Conversational tutoring systems (CTSs) aim to help students master educational material with natural language interaction in the form of a dialog. |
| Approach: | They propose to jointly predict teaching strategies and generate tutor responses accordingly to help students master educational material through dialog. |
| Outcome: | The proposed framework is based on three dialog tutoring datasets and is more realistic than previous models that generate responses given the strategies as input. |
Copied to clipboard
| Challenge: | Existing news recommendation models encode news title and content separately without leveraging the structural correlation of user browsing histories to reflect user interests explicitly. |
| Approach: | They propose a news recommendation framework consisting of collaborative news encoding and structural user encode to enhance news and user representation learning. |
| Outcome: | The proposed framework improves the performance of news recommendation on the MIND dataset. |
Copied to clipboard
| Challenge: | Existing studies in Emotion Recognition in Conversations (ERC) focus on capturing context-sensitive and speaker-sensitive dependencies, ignoring the unintended dataset biases of data. |
| Approach: | They propose a training-free debiasing framework that extracts biases from the model by generating counterfactual utterances and contexts and mitigates them using simple yet empirically robust element-wise subtraction operations. |
| Outcome: | Experiments on three public datasets show that the proposed framework improves generalization ability and fairness across different ERC models. |
Copied to clipboard
| Challenge: | Quotations are crucial for successful explanations and persuasions in interpersonal communications. |
| Approach: | They propose to use an encoder-decoder neural framework to continue the context with a quotation via language generation to capture latent topics, interactions with the dialogue history, and coherence to the existing contents. |
| Outcome: | The proposed model outperforms state-of-the-art models on two large-scale datasets in English and Chinese and shows that topic, interaction, and query consistency are helpful to learn how to quote in online conversations. |
Copied to clipboard
| Challenge: | Existing studies have focused on how LLMs handle inductive instructions, which may stem from users’ false beliefs or malicious intents. |
| Approach: | They propose a benchmark of Inductive Instructions where false knowledge is incorporated into instructions in multiple different styles. |
| Outcome: | The proposed model improves robustness against inductive instructions, despite different inductive styles and complexity. |
Copied to clipboard
| Challenge: | Existing methods for detecting rumors are difficult to implement and require a lot of effort. |
| Approach: | They propose two recursive neural models that follow tweets' propagation layouts to learn discriminative features from tweets and generate more powerful representations for rumors detection. |
| Outcome: | The proposed models perform better than state-of-the-art approaches on two public Twitter datasets and show superior performance on detecting rumors at very early stage. |
Copied to clipboard
| Challenge: | Existing methods for retrieving information from a large corpus of data are sub-optimal and low efficiency. |
| Approach: | They propose a multi-task framework that functions as a universal retriever for three dominant retrieval tasks during the conversation. |
| Outcome: | The proposed framework can perform persona selection, knowledge selection, and response selection tasks simultaneously. |
Copied to clipboard
| Challenge: | Recent studies have demonstrated that inference-time scaling increases performance of Large Language Models (LLMs) in various reasoning tasks such as mathematics and complex question answering by increasing the length of Chain-of-Thought (CoT). |
| Approach: | They propose a model which synthesizes longer CoT data and iteratively improves performance through self-training by incorporating a few demonstration examples. |
| Outcome: | The proposed model achieves an average improvement of more than +2.5 points across five reasoning tasks: MMLU, GSM8K, ARC-C, HellaSwag, and BBH on two backbone models. |
Copied to clipboard
| Challenge: | Argumentation Mining (AM) aims to extract argumentative structures from texts by identifying argumentation components (ACs) and their argumentative relations (ARs). |
| Approach: | They propose a First- Order Logic reasoning framework for AM to capture logical reasoning paths within argumentative texts. |
| Outcome: | The proposed framework outperforms strong baselines while significantly improving explainability. |
Copied to clipboard
| Challenge: | Existing dialogue systems process conversational turns in isolation, overlooking event structures that guide natural interactions. |
| Approach: | They propose a framework that explicitly models relationships between conversational events to generate more contextually appropriate dialogue responses. |
| Outcome: | Experiments on three dialogue datasets show that the proposed approach produces more natural responses while requiring less computational overhead. |
Copied to clipboard
| Challenge: | LLMEdgeRefine is an iterative clustering method enhanced by large language models . existing clustering methods struggle with domain-specific fine-tuning and outliers . |
| Approach: | They propose an iterative clustering method enhanced by large language models focusing on edge points refinement . authors propose to use LLMs to iterate clusters and iterating to improve semantic coherence . |
| Outcome: | The proposed method outperforms state-of-the-art methods and offers robustness, adaptability, and cost-efficiency for diverse text clustering applications. |
Copied to clipboard
| Challenge: | Existing retrieval-augmented approaches to large language models face performance limitations due to the lack of publicly available training data. |
| Approach: | They propose a plug-and-play LLM-based retrieval method called Self-Rewarding Tree Search based on Monte Carlo Tree Search and a self-rewarding paradigm to address these limitations. |
| Outcome: | The proposed method improves the performance of the BM25 retriever and surpasses the baseline of self-reflection in both efficiency and scalability. |
Copied to clipboard
| Challenge: | Existing efficient test-time scaling methods introduce budget constraints or early stop mechanisms to avoid overthinking for straightforward questions but add human bias to the reasoning process. |
| Approach: | They propose a framework that dynamically adapts reasoning depth based on question complexity. |
| Outcome: | Experimental results show that the proposed framework achieves higher accuracy than baseline methods and reduces computational overhead by up to 25.2%. |
Copied to clipboard
| Challenge: | Recent efforts to employ sequence-to-sequence models to solve IE tasks have been focused on a single problem: structured objects are an unordered set, resulting in a potential order bias. |
| Approach: | They propose a sequence-to-sequence (Seq2Sequen) model that considers multiple permutations of structured objects to optimize set probability approximately. |
| Outcome: | The proposed model improves existing frameworks on vast tasks and datasets. |
Copied to clipboard
| Challenge: | Existing studies focus on leveraging internal knowledge of Large Language Models (LLMs) to answer known questions. |
| Approach: | They propose a framework that allows LLMs to choose between internal and external knowledge . they use a dataset to analyze compositional questions that are composed of unknown sub-questions . |
| Outcome: | The proposed framework can achieve comparable or even better performance with much fewer external calls compared with several strong baselines. |
Copied to clipboard
| Challenge: | Existing methods for recommendation focus on content of individual posts, but we exploit both context and user content and behavior preferences. |
| Approach: | They propose a method that captures conversational context and user content and behavior preferences. |
| Outcome: | The proposed method outperforms methods that only model content without considering discourse on two Twitter datasets. |
Copied to clipboard
| Challenge: | Recent studies have investigated methods to improve the safety of large language models (LLMs) safety training involves fine-tuning the LLM with adversarial samples, which activate the LRM’s capabilities against jailbreak. |
| Approach: | They propose a safety training approach that integrates safety training and safeguards to train the LLM to perform harmfulness detection on its own outputs. |
| Outcome: | The proposed method reduces harmful output and adds a [harmful] or [harmless] tag to the end of the LLM's response. |
Copied to clipboard
| Challenge: | Cantonese is an influential Chinese variant with a large population of speakers worldwide. |
| Approach: | This tutorial will review Cantonese's progress in linguistics and NLP . it will introduce transformer-based pre-training methods for a wide range of downstream tasks . |
| Outcome: | This tutorial will present the main challenges for Cantonese NLP in relation to Cantonesian language idiosyncrasies of colloquialism and multilingualism. |
Copied to clipboard
| Challenge: | Automated diagnosis (AD) is a critical application of AI in healthcare . despite its simplicity and superior performance, a decline in disease diagnosis accuracy is observed . |
| Approach: | They propose a new collaborative disease and symptom generation framework to improve automatic diagnosis. |
| Outcome: | The Transformer-based method achieves an average 2.3% improvement over previous state-of-the-art methods . it can be used to query patients about their symptoms and health concerns . |
Copied to clipboard
| Challenge: | Existing models that only use lexical features and ignore past user interactions in online conversations are inadequate to identify and engage in online discussions. |
| Approach: | They propose a framework that automatically recommends conversations based on user's prior conversation behaviors by exploring deep semantic features that measure how a user’s preferences match an ongoing conversation’s context. |
| Outcome: | The proposed model outperforms state-of-the-art models on two large-scale datasets from Twitter and Reddit showing that it incorporates deep semantic features that measure how a user’s preferences match an ongoing conversation’s context. |
Copied to clipboard
| Challenge: | Recent legislation of the "right to be forgotten" has led to the interest in machine unlearning . MU can be used to forget specific training instances as if they have never existed . |
| Approach: | They propose a general unlearning framework called KGA to induce forgetfulness . they propose several unlearning evaluation metrics with pertinence . |
| Outcome: | The proposed framework improves on large-scale datasets and provides insight into unlearning for NLP tasks. |
Copied to clipboard
| Challenge: | Large Language Models (LLMs) can be enhanced by using supervised fine-tuning . however, access to fine-timing data can be limited. |
| Approach: | They propose a Graph-based Sampling strategy and a Planned-generation strategy to enhance the coherence between dialogues by using 8,000 synthetic dialogues. |
| Outcome: | The proposed model achieves tool-calling performance comparable to or surpassing GPT-4 while maintaining strong general capabilities. |
Copied to clipboard
| Challenge: | Existing methods for text watermarking rely on arbitrary vocabulary partitioning during decoding, which compromises the availability of suitable tokens and significantly degrades the quality of responses. |
| Approach: | They propose a method that leverages linguistic prior knowledge of lexical redundancies in LLM vocabularies to seamlessly integrate watermarks. |
| Outcome: | The proposed approach preserves the expressive power of large language models while preserving watermark detectability. |
Copied to clipboard
| Challenge: | Current research found the issue of Early Answering in large language models where the models already have an answer before generating the Chain-of-Thought (CoT). |
| Approach: | They propose a method to probe changes in confidence during the model’s reasoning and prioritize answers with correct reasoning among multiple candidates. |
| Outcome: | The proposed method reveals that in a significant number of question-answer cases, CoT appears to be unnecessary and this necessity correlates with the simplicity of the task, defined by the reasoning steps required. |
Copied to clipboard
| Challenge: | Existing models of quotation recommendation ignore the relationship between quotations and queries. |
| Approach: | They propose a transformation matrix that directly maps quotations to quotation representations. |
| Outcome: | The proposed model outperforms state-of-the-art models on two datasets in English and Chinese. |
Copied to clipboard
| Challenge: | Existing methods to prob pre-trained language models (PLMs) lack readability and credibility. |
| Approach: | They propose a method to identify meaningful sentences to serve as prompts to assess the knowledge encoded within pre-trained language models (PLMs). |
| Outcome: | The proposed method achieves state-of-the-art on the current knowledge probing benchmark. |
Copied to clipboard
| Challenge: | Large language models extract useful information from conversation history to enhance the response in long-term conversations. |
| Approach: | They propose a Fragment-then-Compose framework to optimize memory utilization for long-term open-domain conversation. |
| Outcome: | The proposed framework can be used to extract useful information from conversation history . it can be adapted to different situations and improve response generation . |
Copied to clipboard
| Challenge: | Existing studies rely on idealized "gold" evidence for predictions, which is unrealistic due to its limited availability in real-world scenarios. |
| Approach: | They propose a fact-checking framework based on planning and customized action reasoning using LLMs. |
| Outcome: | The proposed framework outperforms baseline methods across three datasets and with varying complexity levels. |
Copied to clipboard
| Challenge: | Dialogue policy learning (DPL) aims to determine an abstract representation (also known as action) to guide what the response should be. |
| Approach: | They propose a joint Transformer-based model that generates a token-grained policy that allows more dynamic dialogue action generation without the need for predefined action candidates. |
| Outcome: | The proposed model outperforms existing models showing improvements of 9% and 13% in success rate and 34% and 37% in diversity of dialogue actions across two benchmark dialogue modeling tasks. |
Copied to clipboard
| Challenge: | Existing methods for named entity recognition are time-consuming and laborintensive. |
| Approach: | They propose a few-shot multimodal named entity recognition task that uses few examples to locate and identify named entities for a text-image pair. |
| Outcome: | The proposed framework outperforms baselines under several few-shot settings. |
Copied to clipboard
| Challenge: | a recent study has focused on how to recognize punchlines from dialogues, but has neglected character information. |
| Approach: | They propose a character-fusion conversational humor recognition model that uses character information to recognize punchlines from dialogue. |
| Outcome: | The proposed model improves performance on Chinese sitcoms corpus and punchline identification. |
Copied to clipboard
| Challenge: | Existing efforts in ERC focus on context- and speaker-sensitive dependencies, but lack of annotated data and high cost of obtaining such knowledge is a blank slate. |
| Approach: | They propose a Multiple Knowledge Fusion Model to integrate multiple knowledge generated by Large Language Models (LLMs) they analyze the contribution and complementarity of this knowledge into the model. |
| Outcome: | The proposed model integrates multiple knowledge generated by LLMs and analyzes its contribution and complementarity on three public datasets. |
Copied to clipboard
| Challenge: | Existing work on re-entry prediction ignores conversation thread patterns and repeated engagement of target users. |
| Approach: | They propose to use conversation thread patterns to predict whether a user will come back to a conversation they once participated in to train a model on labels that are automatically derived from the data. |
| Outcome: | The proposed task outperforms the state-of-the-art models on two social media datasets with fewer parameters and faster convergence. |
Copied to clipboard
| Challenge: | Existing benchmarks that assess Language Models (LMs) as Language Agents (LAs) for tool use focus on stateless, single-turn interactions or partial evaluations, overlooking the inherent stateful nature of interactions in multi-turn applications. |
| Approach: | They propose a multi-turn dialogue dataset with stateful tool interactions considering the whole life cycle of tool use across six key tasks in three stages . they also build VirtualMobile – an embodied virtual mobile evaluation environment to simulate API calls and assess the robustness of the created APIs. |
| Outcome: | The proposed dataset evaluates 13 open- and closed-source LLMs and provides detailed analysis at each stage. |
Copied to clipboard
| Challenge: | Currently, most reinforcement learning methods for dialog policy learning train a centralized agent that selects a predefined joint action concatenating domain name, intent type, and slot name. |
| Approach: | They propose a hierarchical multi-agent framework in which each part of the action is led by a different agent and a joint optimization process that makes agents can exchange their policy information. |
| Outcome: | The proposed framework reduces labor costs for action templates and decreases the size of the action space for each agent. |
Copied to clipboard
| Challenge: | Large Language Models (LLMs) often struggle to accurately express factual knowledge, especially in cases where the knowledge boundaries are ambiguous. |
| Approach: | They propose a framework that leverages Uncertainty estimations to represent knowledge boundaries and incorporates these representations into prompts for LLMs to Align with factual knowledge. |
| Outcome: | The proposed framework significantly improves the LLMs’ capacities to confidently answer known questions and refuse unknown questions on both in-domain and out-of-domain tasks. |
Copied to clipboard
| Challenge: | Recent studies have focused on developing persona consistent dialogue models . order sensitivity affects the quality and consistency of generated response . |
| Approach: | They propose a model-agnostic framework to improve persona consistent dialogue response generation by concatenating persona texts and dialogue history as a single input sequence. |
| Outcome: | The proposed framework outperforms existing models on the Persona-Chat dataset and shows that it is more robust under different persona orders and more consistent with the persona profile. |
Copied to clipboard
| Challenge: | Existing research on retrieval-augmented and retrieval free dialogue models focuses on retrieving knowledge from external sources and rely on finely annotated retrieval training data and knowledge-grounded responses. |
| Approach: | They propose a retrieval-free approach by turning knowledge documents into simulated multi-turn dialogues using a Multi-Document Traversal algorithm. |
| Outcome: | The proposed approach outperforms retrieval-augmented models while being cheaper and faster at domain transfer. |
Copied to clipboard
| Challenge: | Existing metrics, such as CLIP, measure the semantic alignment between single prompts and their corresponding images, but they fail to evaluate a model’s generalizability across a broad spectrum of textual inputs. |
| Approach: | They propose a metric that leverages the power of Large Language Models to sample from the visual text domain and assess its generalizability. |
| Outcome: | The proposed metric evaluates the generalizability of T2I models and provides valuable insights during the finetuning process. |
Copied to clipboard
| Challenge: | Large Language Models (LLMs) suffer catastrophic forgetting when tailored to specific domains . authors present a novel approach to manage multi-domain LLM adaptation . |
| Approach: | They propose a strategy to manage multi-domain LLM adaptation using self-distillation and role integration. |
| Outcome: | The proposed model alleviates catastrophic forgetting and inter-domain confusion while maintaining robust general capabilities. |
Copied to clipboard
| Challenge: | Existing methods for predicting online conversation re-entry focus on modeling engagement patterns in ongoing conversations or ignoring the rich information in users' previous chatting history. |
| Approach: | They propose a neural framework with three main layers to model the conversation context and user history and their interactions with Twitter and Reddit to predict whether a user will return to a conversation they once participated in. |
| Outcome: | The proposed framework outperforms the state-of-the-art methods on two large-scale Twitter and Reddit conversations, and achieves an F1 score of 61.1 on Twitter conversations. |
Copied to clipboard
| Challenge: | Existing evaluation frameworks focus on single-turn evaluations, overlooking the models’ capabilities in multi-turn interactions. |
| Approach: | They propose a benchmark to evaluate the multi-turn conversational abilities of large language models (LLMs) by analyzing human-LLM conversations and constructing multi-turned queries for each category using GPT-4. |
| Outcome: | The proposed model outperforms open-source models in multi-turn tasks while retaining and recalling historical information. |
Copied to clipboard
| Challenge: | Existing methods address data quality via static prefiltering, which decouples quality control from training and fails to mitigate turn-level error propagation. |
| Approach: | They propose an adaptive learning method that dynamically down-weights unreliable supervision without explicit filtering. |
| Outcome: | Experiments on single-source and mixed-quality datasets show improved stability and response quality. |
Copied to clipboard
| Challenge: | Large language models generate biased stances due to spurious correlations and preference towards certain individuals and topics. |
| Approach: | They propose a counterfactual Augmented Calibration Network to calibrate potential bias in stance detection of large language models. |
| Outcome: | The proposed calibration network can mitigate biases of large language models, achieving state-of-the-art results. |