Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/xml/2021.findings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1972,7 +1972,7 @@
<title><fixed-case>G</fixed-case>aussian Process based Deep <fixed-case>D</fixed-case>yna-<fixed-case>Q</fixed-case> approach for Dialogue Policy Learning</title>
<author><first>Guanlin</first><last>Wu</last></author>
<author><first>Wenqi</first><last>Fang</last></author>
<author><first>Ji</first><last>Wang</last></author>
<author id="ji-wang-nudt"><first>Ji</first><last>Wang</last></author>
<author><first>Jiang</first><last>Cao</last></author>
<author><first>Weidong</first><last>Bao</last></author>
<author><first>Yang</first><last>Ping</last></author>
Expand Down
2 changes: 1 addition & 1 deletion data/xml/K19.xml
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@
<author><first>Haoyu</first><last>Zhang</last></author>
<author><first>Jingjing</first><last>Cai</last></author>
<author><first>Jianjun</first><last>Xu</last></author>
<author><first>Ji</first><last>Wang</last></author>
<author id="ji-wang"><first>Ji</first><last>Wang</last></author>
<pages>789–797</pages>
<abstract>In this paper, we propose a novel pretraining-based encoder-decoder framework, which can generate the output sequence based on the input sequence in a two-stage manner. For the encoder of our model, we encode the input sequence into context representations using BERT. For the decoder, there are two stages in our model, in the first stage, we use a Transformer-based decoder to generate a draft output sequence. In the second stage, we mask each word of the draft sequence and feed it to BERT, then by combining the input sequence and the draft representation generated by BERT, we use a Transformer-based decoder to predict the refined word for each masked position. To the best of our knowledge, our approach is the first method which applies the BERT into text generation tasks. As the first step in this direction, we evaluate our proposed method on the text summarization task. Experimental results show that our model achieves new state-of-the-art on both CNN/Daily Mail and New York Times datasets.</abstract>
<url hash="37068e20">K19-1074</url>
Expand Down
2 changes: 1 addition & 1 deletion data/xml/P19.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5642,7 +5642,7 @@
<author><first>Haoyu</first><last>Zhang</last></author>
<author><first>Jingjing</first><last>Cai</last></author>
<author><first>Jianjun</first><last>Xu</last></author>
<author><first>Ji</first><last>Wang</last></author>
<author id="ji-wang"><first>Ji</first><last>Wang</last></author>
<pages>4477–4486</pages>
<abstract>In this work, we focus on complex question semantic parsing and propose a novel Hierarchical Semantic Parsing (HSP) method, which utilizes the decompositionality of complex questions for semantic parsing. Our model is designed within a three-stage parsing architecture based on the idea of decomposition-integration. In the first stage, we propose a question decomposer which decomposes a complex question into a sequence of sub-questions. In the second stage, we design an information extractor to derive the type and predicate information of these questions. In the last stage, we integrate the generated information from previous stages and generate a logical form for the complex question. We conduct experiments on COMPLEXWEBQUESTIONS which is a large scale complex question semantic parsing dataset, results show that our model achieves significant improvement compared to state-of-the-art methods.</abstract>
<url hash="61ecaa4e">P19-1440</url>
Expand Down
6 changes: 6 additions & 0 deletions data/yaml/name_variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10478,6 +10478,12 @@
- canonical: {first: Hsin-Min, last: Wang}
variants:
- {first: Hsin-min, last: Wang}
- canonical: {first: Ji, last: Wang}
comment: May refer to several people
id: ji-wang
- canonical: {first: Ji, last: Wang}
comment: NUDT
id: ji-wang-nudt
- canonical: {first: JianXiang, last: Wang}
variants:
- {first: Jianxiang, last: Wang}
Expand Down