Coherent Comments Generation for Chinese Articles with a Graph-to-Sequence Model (P19-1)
Copied to clipboard
| Challenge: | Existing models for article comment generation are too long and often result in general and irrelevant comments. |
| Approach: | They propose to generate comments with a graph-to-sequence model that models the input news as a topic interaction graph. |
| Outcome: | The proposed model can generate coherent and informative comments compared with several strong baseline models. |
Similar Papers
Automatic Comment Generation for Chinese Student Narrative Essays (2022.emnlp-demos)
Copied to clipboard
| Challenge: | Existing studies focus on giving discrete scores for holistic quality or distinct traits, but real-world teachers usually provide detailed comments in natural language, which are more informative than single scores. |
| Approach: | They propose a model which generates comments for specified segments from given student narrative essays using a human-written Chinese dataset. |
| Outcome: | The proposed model outperforms baselines and has 91% success rate. |
Automatic Article Commenting: the Task and Dataset (P18-2)
Copied to clipboard
| Challenge: | Existing methods to make comments on articles are based on human-annotated subsets, but they are not suitable for online forums. |
| Approach: | They propose to use a large-scale Chinese corpus with millions of real comments and a human-annotated subset characterizing the comments’ varying quality to generalize a broad set of popular reference-based metrics. |
| Outcome: | The proposed model incorporates human-annotated subset characterizing the comments’ varying quality and shows that it is more accurate than previous models. |
SQL-to-Text Generation with Graph-to-Sequence Model (D18-1)
Copied to clipboard
| Challenge: | Existing approaches to generate SQL-to-text using seq2seq models do not capture graph-structured information in SQL query. |
| Approach: | They propose a graph-to-sequence model to encode global structure information into node embeddings. |
| Outcome: | The proposed model outperforms the Seq2Seq and Tree2Sq baselines on the WikiSQL and Stackoverflow datasets. |
Read, Attend and Comment: A Deep Architecture for Automatic News Comment Generation (D19-1)
Copied to clipboard
| Challenge: | Existing methods for news comment generation have not been well studied. |
| Approach: | They propose a “read-attend-comment” procedure for automatic news comment generation and formalize it with a reading network and a generation network. |
| Outcome: | The proposed procedure outperforms existing methods in terms of automatic evaluation and human judgment on two public datasets. |
A Graph-to-Sequence Model for AMR-to-Text Generation (P18-1)
Copied to clipboard
| Challenge: | Abstract Meaning Representation (AMR) is a semantic formalism that encodes the meaning of a sentence as a rooted, directed graph. |
| Approach: | They propose a neural graph-to-sequence model that leverages LSTM to encode a linearized AMR structure. |
| Outcome: | The proposed model outperforms existing methods on a benchmark. |
GPT-too: A Language-Model-First Approach for AMR-to-Text Generation (2020.acl-main)
Copied to clipboard
Manuel Mager, Ramón Fernandez Astudillo, Tahira Naseem, Md Arafat Sultan, Young-Suk Lee, Radu Florian, Salim Roukos
| Challenge: | Existing approaches to generating text from AMRs focus on training sequence-to-sequence or graph-tosequent models on annotated data. |
| Approach: | They propose a strong pre-trained language model with cycle consistency-based re-scoring to generate AMR text. |
| Outcome: | The proposed model outperforms existing methods on the English LDC2017T10 dataset. |
AMR-To-Text Generation with Graph Transformer (2020.tacl-1)
Copied to clipboard
| Challenge: | Abstract meaning representation (AMR)-to-text generation is challenging task for natural language processing. |
| Approach: | They propose a graph-to-sequence model that directly encodes AMR graphs and learns node representations. |
| Outcome: | The proposed model outperforms the current state-of-the-art neural approach by 1.5 BLEU points on LDC2015E86 and 4.8 BLUE points on the LDC2017T10 and achieves new state- of-the art performance. |
Comprehensive Abstractive Comment Summarization with Dynamic Clustering and Chain of Thought (2024.findings-acl)
Copied to clipboard
| Challenge: | Recent work on news comment summarization has focused on extractive methods within constraints. |
| Approach: | They propose an enhanced fast clustering algorithm that maintains a dynamic similarity threshold to ensure high density of each comment cluster being built. |
| Outcome: | The proposed method improves the baseline methods and the test suite on real-world news comments. |
Sequence-to-Action: End-to-End Semantic Graph Generation for Semantic Parsing (P18-1)
Copied to clipboard
| Challenge: | Existing methods for semantic parsing are difficult to design and learn, especially in wideopen domains. |
| Approach: | They propose a neural semantic parsing approach which models semantic par- sing as an end-to-end semantic graph generation process. |
| Outcome: | The proposed model achieves state-of-the-art performance on Overnight dataset and gets competitive performance on Geo and Atis datasets. |
Advancing Topic Segmentation and Outline Generation in Chinese Texts: The Paragraph-level Topic Representation, Corpus, and Benchmark (2024.lrec-main)
Copied to clipboard
| Challenge: | Compared with sentence-level topic structure, paragraph-level topics can grasp and understand the context of a document from a higher level. |
| Approach: | They propose a hierarchical paragraph-level topic structure representation with three layers to guide corpus construction. |
| Outcome: | The proposed method achieves the largest Chinese paragraph-level topic structure corpus, achieving high quality. |