KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
SADI
★ 19
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
blocks-cubes-2048
:
Hyper casual 2d merge game made with Defold
ngrx-signals-events-prototype
:
Event-Based State Management with NgRx SignalStore
moe_inference
:
Code Repository for the NeurIPS 2024 Paper "Toward Efficient Inference for Mixture of Experts".
hue-depth-encoding
:
Depth map compression by colorization in vectorized form
cascade-routing
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SADI
?
Download (.md)
<div align="center"> <h1> Semantics-Adaptive Dynamic Intervention (SADI) </h1> </div> This repository contains the data and codes for our paper "[Semantics-Adaptive Activation Intervention for LLMs via Dynamic Steering Vectors](https://arxiv.org/pdf/2410.12299)". ### 1. Data Please download the data of downstream tasks and put it in ./data/ ### 2. Intervention For Discriminative and Generative tasks: ``` python intervention.py ``` ### Citation If you find this work is useful or use the data in your work, please consider cite our paper: ``` @article{wang2024semantics, title={Semantics-Adaptive Activation Intervention for LLMs via Dynamic Steering Vectors}, author={Wang, Weixuan and Yang, Jingyuan and Peng, Wei}, journal={arXiv preprint arXiv:2410.12299}, year={2024} } ```