Methods › Natural Language Processing › Autoencoding Transformers › Electric
Electric
Introduced by Kevin Clark et al. in Pre-Training Transformers as Energy-Based Cloze Models
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
Electric is an energy-based cloze model for representation learning over text. Like BERT, it is a conditional generative model of tokens given their contexts. However, Electric does not use masking or output a full distribution over tokens that could occur in a context. Instead, it assigns a scalar energy score to each input token indicating how likely it is given its context.
Specifically, like BERT, Electric also models $p_{\text {data }}\left(x_{t} \mid \mathbf{x}_{\backslash t}\right)$, but does not use masking or a softmax layer. Electric first maps the unmasked input 𝐱=[x₁, …, xₙ] into contextualized vector representations 𝐡(𝐱)=[𝐡₁, …, 𝐡ₙ] using a transformer network. The model assigns a given position t an energy score
E(𝐱)ₜ=𝐰ᵀ 𝐡(𝐱)ₜ
using a learned weight vector w. The energy function defines a distribution over the possible tokens at position t as
$$ p_{\theta}\left(x_{t} \mid \mathbf{x}_{\backslash t}\right)=\exp \left(-E(\mathbf{x})_{t}\right) / Z\left(\mathbf{x}_{\backslash t}\right) $$
=(exp(-E(𝐱)ₜ))/(∑_(x^' ∈𝒱) exp(-E(REPLACE(𝐱, t, x^'))ₜ))
where REPLACE(𝐱, t, x^') denotes replacing the token at position t with x^' and 𝒱 is the vocabulary, in practice usually word pieces. Unlike with BERT, which produces the probabilities for all possible tokens x^' using a softmax layer, a candidate x^' is passed in as input to the transformer. As a result, computing p_θ is prohibitively expensive because the partition function $Z_{\theta}\left(\mathbf{x}_{\backslash t}\right)$ requires running the transformer |𝒱| times; unlike most EBMs, the intractability of Z_θ(𝐱 \t) is more due to the expensive scoring function rather than having a large sample space.
Papers archive 2025-07-28
30 shown of 167, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
Integrated Switched Capacitor Array and Synchronous Charge Extraction with Adaptive Hybrid MPPT for Piezoelectric Harvesters 16 Jul 2025 · 0 repositories · arXiv:2507.12163
-
Smart Ride and Delivery Services with Electric Vehicles: Leveraging Bidirectional Charging for Profit Optimisation 25 Jun 2025 · 0 repositories · arXiv:2506.20401
-
Deep reinforcement learning-based joint real-time energy scheduling for green buildings with heterogeneous battery energy storage devices 7 Jun 2025 · 0 repositories · arXiv:2506.06824
-
Agent-Based Decentralized Energy Management of EV Charging Station with Solar Photovoltaics via Multi-Agent Reinforcement Learning 24 May 2025 · 0 repositories · arXiv:2505.18750
-
Control of Renewable Energy Communities using AI and Real-World Data 22 May 2025 · 0 repositories · arXiv:2505.17321
-
Electric Bus Charging Schedules Relying on Real Data-Driven Targets Based on Hierarchical Deep Reinforcement Learning 15 May 2025 · 0 repositories · arXiv:2505.10262
-
Optimizing Electric Bus Charging Scheduling with Uncertainties Using Hierarchical Deep Reinforcement Learning 15 May 2025 · 0 repositories · arXiv:2505.10296
-
Leveraging Surplus Electricity: Profitability of Bitcoin Mining as a National Strategy in South Korea 1 May 2025 · 0 repositories · arXiv:2505.00303
-
LLM-Enabled EV Charging Stations Recommendation 29 Apr 2025 · 0 repositories · arXiv:2505.01447
-
Sensitivity Analysis of State Space Models for Scrap Composition Estimation in EAF and BOF 15 Apr 2025 · 0 repositories · arXiv:2504.11319
-
Vehicle Dynamics Control for Simultaneous Optimization of Tire Emissions and Performance in EVs 14 Apr 2025 · 0 repositories · arXiv:2504.10709
-
Modeling Scrap Composition in Electric Arc and Basic Oxygen Furnaces 13 Apr 2025 · 0 repositories · arXiv:2504.09382
-
Embedding Reliability Verification Constraints into Generation Expansion Planning 6 Apr 2025 · 0 repositories · arXiv:2504.07131
-
Methodology for Detecting Energy Anomalies due to Multi-Replay Attacks on Electric Vehicle Charging Infrastructure 1 Apr 2025 · 0 repositories · arXiv:2504.00319
-
EVOLVE: a Value-Added Services Platform for Electric Vehicle Charging Stations 24 Mar 2025 · 0 repositories · arXiv:2503.18687
-
Pruning-Based TinyML Optimization of Machine Learning Models for Anomaly Detection in Electric Vehicle Charging Infrastructure 19 Mar 2025 · 1 repository · arXiv:2503.14799
-
Large Neighborhood Search and Bitmask Dynamic Programming for Wireless Mobile Charging Electric Vehicle Routing Problems in Medical Transportation 11 Mar 2025 · 0 repositories · arXiv:2503.08752
-
The Untapped Potential of Smart Charging: How EV Owners Can Save Money and Reduce Emissions Without Behavioral Change 5 Mar 2025 · 0 repositories · arXiv:2503.03167
-
A Kolmogorov-Arnold Network for Explainable Detection of Cyberattacks on EV Chargers 4 Mar 2025 · 0 repositories · arXiv:2503.02281
-
H-FLTN: A Privacy-Preserving Hierarchical Framework for Electric Vehicle Spatio-Temporal Charge Prediction 25 Feb 2025 · 0 repositories · arXiv:2502.18697
-
Impact Analysis of Utility-Scale Energy Storage on the ERCOT Grid in Reducing Renewable Generation Curtailments and Emissions 21 Feb 2025 · 0 repositories · arXiv:2502.15958
-
TSS GAZ PTP: Towards Improving Gumbel AlphaZero with Two-stage Self-play for Multi-constrained Electric Vehicle Routing Problems 17 Feb 2025 · 0 repositories · arXiv:2502.15777
-
InterGridNet: An Electric Network Frequency Approach for Audio Source Location Classification Using Convolutional Neural Networks 14 Feb 2025 · 0 repositories · arXiv:2502.10011
-
Impact of Lead Time on Aggregate EV Flexibility for Congestion Management Services 27 Jan 2025 · 0 repositories · arXiv:2501.15946
-
Intelligent Electric Power Steering: Artificial Intelligence Integration Enhances Vehicle Safety and Performance 11 Dec 2024 · 0 repositories · arXiv:2412.08133
-
Evaluating the Relationship of EV Charging Station on the Uptake of Electric Vehicles -- Implication of the NEVI Formula Program 4 Dec 2024 · 1 repository · arXiv:2412.03608
-
A Bandpass Twin-T Active Filter Used in the Buchla 200 Electric Music Box Synthesizer 18 Nov 2024 · 1 repository · arXiv:2411.11358
-
Knowledge-enhanced Transformer for Multivariate Long Sequence Time-series Forecasting 17 Nov 2024 · 0 repositories · arXiv:2411.11046
-
Integrated Power and Thermal Management for Enhancing Energy Efficiency and Battery Life in Connected and Automated Electric Vehicles 8 Nov 2024 · 0 repositories · arXiv:2411.05298
-
A Scientific Machine Learning Approach for Predicting and Forecasting Battery Degradation in Electric Vehicles 18 Oct 2024 · 0 repositories · arXiv:2410.14347
Tasks archive 2025-07-28
20 shown of 83 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections