Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
RelationExtraction/emnlp2017-relation-extraction-master/resources/glove/glove.6B.50d.txt

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -74,3 +72,7 @@ output/

last_*
.nfs*

LAMA/data/
data/ftrace/
trex/
1,722 changes: 0 additions & 1,722 deletions LAMA/data/analysis-weights.ipynb

This file was deleted.

234 changes: 0 additions & 234 deletions LAMA/data/stats.ipynb

This file was deleted.

9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
# Influence Experiments on TReX / LAMA

This repo is forked from the [code](https://github.com/cloudygoose/fewshot_lama/) contains for https://arxiv.org/abs/2109.02772.

We only use the forked repo to get templatized queries related with TRex abstracts. Our main code is in [LAMA/data](./LAMA/data)



# Tracing Knowledge in Language Models Back to the Training Data
Loading