← Search

QiaoQiao She

10 accepted papers

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

$k$NN Prompting: Beyond-Context Learning with Calibration-Free Nearest Neighbor Inference

ICLR 2023poster

In-Context Learning (ICL), which formulates target tasks as prompt completion conditioned on in-context demonstrations, has become the prevailing utilization of LLMs. In this paper, we first disclose an actual predicament for this typical usage that it can not scale up with training data due to cont…

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

Less Learn Shortcut: Analyzing and Mitigating Learning of Spurious Feature-Label Correlation

IJCAI 2023poster

Recent research has revealed that deep neural networks often take dataset biases as a shortcut to make decisions rather than understand tasks, leading to failures in real-world applications. In this study, we focus on the spurious correlation between word features and labels that models learn from t…

2022

DuReader-Retrieval: A Large-scale Chinese Benchmark for Passage Retrieval from Web Search Engine

EMNLP 2022main

In this paper, we present DuReader-retrieval, a large-scale Chinese dataset for passage retrieval. DuReader-retrieval contains more than 90K queries and over 8M unique passages from a commercial search engine. To alleviate the shortcomings of other datasets and ensure the quality of our benchmark, w…

2022

DuReadervis: A Chinese Dataset for Open-domain Document Visual Question Answering

ACL 2022findings

Open-domain question answering has been used in a wide range of applications, such as web search and enterprise search, which usually takes clean texts extracted from various formats of documents (e.g., web pages, PDFs, or Word documents) as the information source. However, designing different text…

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
2021

RocketQAv2: A Joint Training Method for Dense Passage Retrieval and Passage Re-ranking

EMNLP 2021main

In various natural language processing tasks, passage retrieval and passage re-ranking are two key procedures in finding and ranking relevant information. Since both the two procedures contribute to the final performance, it is important to jointly optimize them in order to achieve mutual improvemen…