dai commited on
Commit
a6ffed9
β€’
1 Parent(s): f9b71dc

add reference to README

Browse files
Files changed (2) hide show
  1. .gitignore +6 -0
  2. README.md +5 -1
.gitignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # vscode
2
+ space-stego-lm.code-workspace
3
+ # python
4
+ *.py[cod]
5
+ __pycache__/
6
+ .python-version
README.md CHANGED
@@ -10,4 +10,8 @@ pinned: false
10
  license: openrail
11
  ---
12
 
13
- Hide the hiding.
 
 
 
 
 
10
  license: openrail
11
  ---
12
 
13
+ Hide the hiding. We use LLM to hide encrypted messages in natural looking text.
14
+
15
+ Reference:
16
+ Dai FZ, Cai Z. [Towards Near-imperceptible Steganographic Text](https://arxiv.org/abs/1907.06679). ACL 2019.
17
+