dai
commited on
Commit
β’
a6ffed9
1
Parent(s):
f9b71dc
add reference to README
Browse files- .gitignore +6 -0
- 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 |
+
|