Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lorenz-peter/lorenz-peter.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
jS5t3r committed Nov 4, 2024
2 parents 41e6c86 + 598d1d7 commit 7d5709f
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 75 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/update-papers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Update Papers
on:
schedule:
- cron: '0 0 * * *' # Runs every day at midnight UTC
workflow_dispatch:

jobs:
fetch-papers:
Expand All @@ -15,10 +16,14 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x' # Use the latest version of Python
python-version: '3.10' # Use the latest version of Python

- name: Install dependencies
run: |
pip install lxml
pip install nameparser
pip install python-dateutil
pip install requests
pip install arxiv
- name: Run script to fetch papers
Expand All @@ -28,6 +33,6 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "Peter Lorenz"
git add papers.json
git add assets/json/model_stealing_papers.json
git commit -m "Update papers.json" || echo "No changes to commit"
git push
git push
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,14 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.3.6)
strscan
rexml (3.3.9)
rouge (4.2.1)
safe_yaml (1.0.5)
sass-embedded (1.77.0-aarch64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.0-x86_64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
sax-machine (1.3.2)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
Expand Down
27 changes: 4 additions & 23 deletions _posts/2023-03-21-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,14 @@ As a result, this list remains unfiltered, encompassing any paper primarily cent

A note on the data: This list updates automatically with new papers, sometimes before I can manually review them. I typically conduct this review twice a week to remove papers unrelated to adversarial examples. Therefore, there might be occasional false positives among the most recent entries. Each new, unverified entry includes a probability score from my simple yet well-calibrated bag-of-words classifier, indicating its likelihood of focusing on adversarial examples.

Below, you'll find the comprehensive paper list. I've also provided TXT and JSON files containing the same data, including one with abstracts. If you use this data for any interesting projects, I'd love to hear about your experiences.
Below, you'll find the comprehensive paper list. I've also provided [JSON](https://github.com/lorenz-peter/lorenz-peter.github.io/blob/master/assets/json/model_stealing_papers.json) file containing the same data, including one with abstracts. If you use this data for any interesting projects, I'd love to hear about your experiences.

<table
data-toggle="table"
data-show-fullscreen="true"
data-pagination="true"
data-pagination="false"
data-search="true"
data-show-columns="true"
data-page-size="25"
data-height="1024"
data-url="{{ '/assets/json/model_stealing_papers.json' | relative_url }}">
<thead>
<tr class="tr-class-1">
Expand All @@ -46,27 +44,10 @@ Below, you'll find the comprehensive paper list. I've also provided TXT and JSON
</thead>
</table>

<script>
var $table = $('#table')
var $page = $('#page')
var $button = $('#button')
var $button2 = $('#button2')
var $button3 = $('#button3')

$(function() {
$button.click(function () {
$table.bootstrapTable('selectPage', +$page.val())
})
$button2.click(function () {
$table.bootstrapTable('prevPage')
})
$button3.click(function () {
$table.bootstrapTable('nextPage')
})
})
</script>

## Acknowledgment

The idea is derived from Nicolas Carlini:
[nicholas.carlini.com/writing/2019/all-adversarial-example-papers.html](https://nicholas.carlini.com/writing/2019/all-adversarial-example-papers.html).

Recently, another website was deployed to discover research trends, [researchtrend.ai](https://researchtrend.ai/communities/AAML).
8 changes: 5 additions & 3 deletions _projects/2_project.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
layout: page
title: Oxford ML Summer School 2022
description: Summer school participation
title: Oxford ML Summer School
description: Attendance certificates
img: assets/img/oxlogo.jpg
importance: 1
category: work
giscus_comments: true
---

[Link to certificate](https://github.com/lorenz-peter/lorenz-peter.github.io/blob/master/assets/pdf/OxML22.pdf)
Certificates
- [OxML 22](https://drive.google.com/file/d/1Ey7rUSonFuYGuXCQLrFQkrQfOfsHvFfR/view?usp=sharing)
- [OxML 24](https://drive.google.com/file/d/1d81Qk7Nw4MmmoiiSvy4_PGyPrGonN4oq/view?usp=sharing)
2 changes: 1 addition & 1 deletion _projects/5_project.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page
title: MulitModel Model Slang Visualization
title: MultiModality Model Slang Visualization
description: Visualize your slang!
img: assets/img/dm/slang.jpeg
importance: 3
Expand Down
42 changes: 0 additions & 42 deletions assets/json/papers.json

This file was deleted.

0 comments on commit 7d5709f

Please sign in to comment.