paper-with-me

Papers

Exploiting Word Internal Structures for Generic Chinese Sentence Representation

2017-09-01 · EMNLP 2017 9 · Shaonan Wang, Jiajun Zhang, Cheng-qing Zong

We introduce a novel mixed characterword architecture to improve Chinese sentence representations, by utilizing rich semantic information of word internal structures. Our architecture uses two key strategies. The first is a mask gate on characters, learning the relation among characters in a word. The second is a maxpooling operation on words, adaptively finding the optimal mixture of the atomic and compositional word representations. Finally, the proposed architecture is applied to various sentence composition models, which achieves substantial performance gains over baseline models on sentence similarity task.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceSentence Similarity

Similar Papers 제목 키워드 기반

An In-depth Study on Internal Structure of Chinese Words

2021-06-01 · ACL 2021 5 · Chen Gong, Saihao Huang, Houquan Zhou, Zhenghua Li 외

Unlike English letters, Chinese characters have rich and specific meanings. Usually, the meaning of a word can be derived from its constituent characters in some way. Several previous works on syntactic parsing propose t…

Sentence

Improve Chinese Word Embeddings by Exploiting Internal Structure

2016-06-01 · NAACL 2016 6 · Jian Xu, Jiawei Liu, Liangang Zhang, Zhengyu Li 외
Semantic Textual SimilarityText ClassificationWord Embeddings

Character-Level Chinese Dependency Parsing via Modeling Latent Intra-Word Structure

2024-06-06 · Yang Hou, Zhenghua Li

Revealing the syntactic structure of sentences in Chinese poses significant challenges for word-level parsers due to the absence of clear word boundaries. To facilitate a transition from word-level to character-level Chi…

Chinese Dependency ParsingDependency Parsing

End-to-End Chinese Parsing Exploiting Lexicons

2020-12-08 · Yuan Zhang, Zhiyang Teng, Yue Zhang

Chinese parsing has traditionally been solved by three pipeline systems including word-segmentation, part-of-speech tagging and dependency parsing modules. In this paper, we propose an end-to-end Chinese parsing model ba…

Dependency ParsingGraph AttentionPart-Of-Speech TaggingSegmentation

Exploiting Word Semantics to Enrich Character Representations of Chinese Pre-trained Models

2022-07-13 · Wenbiao Li, Rui Sun, Yunfang Wu

Most of the Chinese pre-trained models adopt characters as basic units for downstream tasks. However, these models ignore the information carried by words and thus lead to the loss of some important semantics. In this pa…

Machine Reading ComprehensionNatural Language InferenceReading ComprehensionSentence+2