paper-with-me

홈 › Papers

LCQMC:A Large-scale Chinese Question Matching Corpus

2018-08-01 · COLING 2018 8 · Xin Liu, Qingcai Chen, Chong Deng, Huajun Zeng, Jing Chen, Dongfang Li, Buzhou Tang

The lack of large-scale question matching corpora greatly limits the development of matching methods in question answering (QA) system, especially for non-English languages. To ameliorate this situation, in this paper, we introduce a large-scale Chinese question matching corpus (named LCQMC), which is released to the public1. LCQMC is more general than paraphrase corpus as it focuses on intent matching rather than paraphrase. How to collect a large number of question pairs in variant linguistic forms, which may present the same intent, is the key point for such corpus construction. In this paper, we first use a search engine to collect large-scale question pairs related to high-frequency words from various domains, then filter irrelevant pairs by the Wasserstein distance, and finally recruit three annotators to manually check the left pairs. After this process, a question matching corpus that contains 260,068 question pairs is constructed. In order to verify the LCQMC corpus, we split it into three parts, i.e., a training set containing 238,766 question pairs, a development set with 8,802 question pairs, and a test set with 12,500 question pairs, and test several well-known sentence matching methods on it. The experimental results not only demonstrate the good quality of LCQMC but also provide solid baseline performance for further researches on this corpus.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalMachine TranslationParaphrase IdentificationQuestion AnsweringSentence

Similar Papers 제목 키워드 기반

Linguistic Knowledge in Data Augmentation for Natural Language Processing: An Example on Chinese Question Matching

2021-11-29 · Zhengxiang Wang

To investigate the role of linguistic knowledge in data augmentation (DA) for Natural Language Processing (NLP), we designed two adapted DA programs and applied them to LCQMC (a Large-scale Chinese Question Matching Corp…

Data AugmentationLanguage ModellingQuestion SimilaritySemantic Text Matching+1

NEZHA: Neural Contextualized Representation for Chinese Language Understanding

2019-08-31 · Junqiu Wei, Xiaozhe Ren, Xiaoguang Li, Wenyong Huang 외

The pre-trained language models have achieved great successes in various natural language understanding (NLU) tasks due to its capacity to capture the deep contextualized information in text by pre-training on large-scal…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Natural Language Inference+5

Intra-Correlation Encoding for Chinese Sentence Intention Matching

2020-12-01 · COLING 2020 8 · Xu Zhang, Yifeng Li, Wenpeng Lu, Ping Jian 외

Sentence intention matching is vital for natural language understanding. Especially for Chinese sentence intention matching task, due to the ambiguity of Chinese words, semantic missing or semantic confusion are more lik…

Natural Language UnderstandingSentence

基于图神经网络的汉语依存分析和语义组合计算联合模型(Joint Learning Chinese Dependency Parsing and Semantic Composition based on Graph Neural Network)

2020-10-01 · CCL 2020 10 · Kai Wang, Mingtong Liu, Yuanmeng Chen, Yujie Zhang 외

组合原则表明句子的语义由其构成成分的语义按照一定规则组合而成, 由此基于句法结构的语义组合计算一直是一个重要的探索方向,其中采用树结构的组合计算方法最具有代表性。但是该方法难以应用于大规模数据处理,主要问题是其语义组合的顺序依赖于具体树的结构,无法实现并行处理。本文提出一种基于图的依存句法分析和语义组合计算的联合框架,并借助复述识别任务训练语义组合模型和句法分析模型。一方面图模型可以在训练和预测阶段采用并行处理,极大缩短计算时间;另一方…

Chinese Dependency ParsingDependency ParsingGraph Neural NetworkSemantic Composition

Chinese Medical Question Answer Matching Based on Interactive Sentence Representation Learning

2020-11-27 · Xiongtao Cui, Jungang Han

Chinese medical question-answer matching is more challenging than the open-domain question answer matching in English. Even though the deep learning method has performed well in improving the performance of question answ…

Representation LearningSentence