← Search

Wenbin Jiang

18 accepted papers

2026

AFD-INSTRUCTION: A Comprehensive Antibody Instruction Dataset with Functional Annotations for LLM-Based Understanding and Design

ICLR 2026poster

Large language models (LLMs) have significantly advanced protein representation learning. However, their capacity to interpret and design antibodies through natural language remains limited. To address this challenge, we present AFD-Instruction, the first large-scale instruction dataset with functio…

Cited by 1SourceScholar
2026

Dynamic Cognitive Planning for Cognitive-Functional Dialogue: A Case Study in Emotional Support Conversation

AAAI 2026technical

Cognitive-functional dialogues, such as those for persuasion, consultation, and question-answering, are prevalent throughout human social interaction. The core difference between these dialogues and casual chat lies in their objective: to guide a person

Cited by 0SourcePDFScholar
2026

Figma2Code: Automating Multimodal Design to Code in the Wild

ICLR 2026poster

Front-end development constitutes a substantial portion of software engineering, yet converting design mockups into production-ready *User Interface* (UI) code remains tedious and time-costly. While recent work has explored automating this process with *Multimodal Large Language Models* (MLLMs), e…

Cited by 0SourceScholar
2026

OPTIMAL TRANSPORT BASED UNSUPERVISED RESTORATION LEARNING EXPLOITING DEGRADATION SPARSITY

ICASSP 2026poster

Optimal transport (OT) has recently been shown as a promising criterion for unsupervised restoration when no explicit prior model is available. Despite its theoretical appeal, OT still significantly falls short of supervised methods on challenging tasks such as super-resolution, deraining, and dehaz…

Cited by 0SourcePDFScholar
2026

SWITCHCODEC: ADAPTIVE RESIDUAL-EXPERT SPARSE QUANTIZATION FOR HIGH-FIDELITY NEURAL AUDIO CODING

ICASSP 2026oral

Recent neural audio compression models often rely on residual vector quantization for high-fidelity coding, but using a fixed number of per-frame codebooks is suboptimal for the wide variability of audio content-especially for signals that are either very simple or highly complex. To address this li…

Cited by 0SourcePDFScholar
2025

Dataflow-Guided Neuro-Symbolic Language Models for Type Inference

ICML 2025poster

Language Models (LMs) are increasingly used for type inference, aiding in error detection and software development. Some real-world deployments of LMs require the model to run on local machines to safeguard the intellectual property of the source code. This setting often limits the size of the LMs…

Cited by 0SourcePDFScholar
2025

Problem-Solving Logic Guided Curriculum In-Context Learning for LLMs Complex Reasoning

ACL 2025finding

In-context learning (ICL) can significantly enhance the complex reasoning capabilities of large language models (LLMs), with the key lying in the selection and ordering of demonstration examples. Previous methods typically relied on simple features to measure the relevance between examples. We argue…

2024

Multimodal Table Understanding

ACL 2024long

Although great progress has been made by previous table understanding methods including recent approaches based on large language models (LLMs), they rely heavily on the premise that given tables must be converted into a certain text sequence (such as Markdown or HTML) to serve as model input. Howev…

2024

QDMR-based Planning-and-Solving Prompting for Complex Reasoning Tasks

COLING 2024main

Chain-of-Thought prompting has improved reasoning capability of large language models (LLM). However, it still is challenging to guarantee the effectiveness and stability for questions requiring complicated reasoning. Recently, Plan-and-Solve prompting enhances the reasoning capability for complex q…

Cited by 2SourcePDFScholar
2023

Chain-of-Thought Reasoning in Tabular Language Models

EMNLP 2023long findings

Tabular mathematical reasoning task requires models to perform multi-step operations including information look-up and numerical calculation, based on heterogeneous data from tables and questions. Existing solutions tend to extend chain-of-thought (CoT) reasoning into powerful large language models…

Cited by 0SourceScholar
2023

IM-TQA: A Chinese Table Question Answering Dataset with Implicit and Multi-type Table Structures

ACL 2023long

Various datasets have been proposed to promote the development of Table Question Answering (TQA) technique. However, the problem setting of existing TQA benchmarks suffers from two limitations. First, they directly provide models with explicit table structures where row headers and column headers of…

2023

Inferential Knowledge-Enhanced Integrated Reasoning for Video Question Answering

AAAI 2023technical

Recently, video question answering has attracted growing attention. It involves answering a question based on a fine-grained understanding of video multi-modal information. Most existing methods have successfully explored the deep understanding of visual modality. We argue that a deep understanding…

Cited by 1SourcePDFScholar
2022

Dynamic Multistep Reasoning based on Video Scene Graph for Video Question Answering

NAACL 2022long

Existing video question answering (video QA) models lack the capacity for deep video understanding and flexible multistep reasoning. We propose for video QA a novel model which performs dynamic multistep reasoning between questions and videos. It creates video semantic representation based on the vi…

Cited by 12SourcePDFScholar
2022

Explainable Question Answering based on Semantic Graph by Global Differentiable Learning and Dynamic Adaptive Reasoning

EMNLP 2022main

Multi-hop Question Answering is an agent task for testing the reasoning ability. With the development of pre-trained models, the implicit reasoning ability has been surprisingly improved and can even surpass human performance. However, the nature of the black box hinders the construction of explaina…

Cited by 3SourcePDFScholar
2022

Hierarchical Representation-based Dynamic Reasoning Network for Biomedical Question Answering

COLING 2022main

Recently, Biomedical Question Answering (BQA) has attracted growing attention due to its application value and technical challenges. Most existing works treat it as a semantic matching task that predicts answers by computing confidence among questions, options and evidence sentences, which is insuff…