114 research outputs found
Generation Expansion Planning with Large Amounts of Wind Power via Decision-Dependent Stochastic Programming
Power generation expansion planning needs to deal with future uncertainties carefully, given that the invested generation assets will be in operation for a long time. Many stochastic programming models have been proposed to tackle this challenge. However, most previous works assume predetermined future uncertainties (i.e., fixed random outcomes with given probabilities). In several recent studies of generation assets\u27 planning (e.g., thermal versus renewable), new findings show that the investment decisions could affect the future uncertainties as well. To this end, this paper proposes a multistage decision-dependent stochastic optimization model for long-term large-scale generation expansion planning, where large amounts of wind power are involved. In the decision-dependent model, the future uncertainties are not only affecting but also affected by the current decisions. In particular, the probability distribution function is determined by not only input parameters but also decision variables. To deal with the nonlinear constraints in our model, a quasi-exact solution approach is then introduced to reformulate the multistage stochastic investment model to a mixed-integer linear programming model. The wind penetration, investment decisions, and the optimality of the decision-dependent model are evaluated in a series of multistage case studies. The results show that the proposed decision-dependent model provides effective optimization solutions for long-term generation expansion planning
Multi-Scale Self-Attention for Text Classification
In this paper, we introduce the prior knowledge, multi-scale structure, into
self-attention modules. We propose a Multi-Scale Transformer which uses
multi-scale multi-head self-attention to capture features from different
scales. Based on the linguistic perspective and the analysis of pre-trained
Transformer (BERT) on a huge corpus, we further design a strategy to control
the scale distribution for each layer. Results of three different kinds of
tasks (21 datasets) show our Multi-Scale Transformer outperforms the standard
Transformer consistently and significantly on small and moderate size datasets.Comment: Accepted in AAAI202
DORE: Document Ordered Relation Extraction based on Generative Framework
In recent years, there is a surge of generation-based information extraction
work, which allows a more direct use of pre-trained language models and
efficiently captures output dependencies. However, previous generative methods
using lexical representation do not naturally fit document-level relation
extraction (DocRE) where there are multiple entities and relational facts. In
this paper, we investigate the root cause of the underwhelming performance of
the existing generative DocRE models and discover that the culprit is the
inadequacy of the training paradigm, instead of the capacities of the models.
We propose to generate a symbolic and ordered sequence from the relation matrix
which is deterministic and easier for model to learn. Moreover, we design a
parallel row generation method to process overlong target sequences. Besides,
we introduce several negative sampling strategies to improve the performance
with balanced signals. Experimental results on four datasets show that our
proposed method can improve the performance of the generative DocRE models. We
have released our code at https://github.com/ayyyq/DORE.Comment: Findings of EMNLP 202
An AMR-based Link Prediction Approach for Document-level Event Argument Extraction
Recent works have introduced Abstract Meaning Representation (AMR) for
Document-level Event Argument Extraction (Doc-level EAE), since AMR provides a
useful interpretation of complex semantic structures and helps to capture
long-distance dependency. However, in these works AMR is used only implicitly,
for instance, as additional features or training signals. Motivated by the fact
that all event structures can be inferred from AMR, this work reformulates EAE
as a link prediction problem on AMR graphs. Since AMR is a generic structure
and does not perfectly suit EAE, we propose a novel graph structure, Tailored
AMR Graph (TAG), which compresses less informative subgraphs and edge types,
integrates span information, and highlights surrounding events in the same
document. With TAG, we further propose a novel method using graph neural
networks as a link prediction model to find event arguments. Our extensive
experiments on WikiEvents and RAMS show that this simpler approach outperforms
the state-of-the-art models by 3.63pt and 2.33pt F1, respectively, and do so
with reduced 56% inference time. The code is availabel at
https://github.com/ayyyq/TARA.Comment: Accepted to ACL 202
A Game Theoretical Approach to Modeling Energy Consumption with Consumer Preference
Abstract-We propose a new game theoretical equilibrium model to analyze residential users' electricity consumption behavior in smart grid where energy usage and price data are exchanged between users and utilities via advanced communication. Consideration is given to users' possible preference on convenience over cost-saving under the real-time pricing in smart grid, and each user is assumed to have a preferred time window for using a particular appliance. As a result, each user (player) in the proposed energy consumption game wishes to maximize a payoff or utility consisting of two parts: the negative of electricity cost and the convenience of using appliances during their preferred time windows. Extensive numerical tests suggest that users with less flexibility on their preferred usage times have larger impact on the system performance at equilibrium. This provide insights for utilities to design their pricing based demand response schemes
- …