|
1 | 1 | ---
|
2 |
| -title: 'Reverse Probing: Evaluating Knowledge Transfer via Finetuned Task Embeddings for Coreference Resolution' |
3 |
| -authors: |
4 |
| -- Tatiana Anikina |
5 |
| -- Arne Binder |
6 |
| -- David Harbecke |
7 |
| -- Stalin Varanasi |
8 |
| -- Leonhard Hennig |
9 |
| -- Simon Ostermann |
10 |
| -- Sebastian Möller |
11 |
| -- Josef van Genabith |
12 |
| -date: '2025-03-17' |
13 |
| -publication_types: |
14 |
| -- paper-conference |
15 |
| -publication: '*Proceedings of the 10th Workshop on Representation Learning for NLP (RepL4NLP-2025)*' |
16 |
| -publication_short: RepL4NLP 2025 |
17 |
| -abstract: In this work, we reimagine classical probing to evaluate knowledge transfer from simple source to more complex target tasks. Instead of probing frozen representations from a complex source task on diverse simple target probing tasks (as usually done in probing), we explore the effectiveness of embeddings from multiple simple source tasks on a single target task. We select coreference resolution, a linguistically complex problem requiring contextual understanding, as focus target task, and test the usefulness of embeddings from comparably simpler tasks tasks such as paraphrase detection, named entity recognition, and relation extraction. Through systematic experiments, we evaluate the impact of individual and combined task embeddings. Our findings reveal that task embeddings vary significantly in utility for coreference resolution, with semantic similarity tasks (e.g., paraphrase detection) proving most beneficial. Additionally, representations from intermediate layers of fine-tuned models often outperform those from final layers. Combining embeddings from multiple tasks consistently improves performance, with attention-based aggregation yielding substantial gains. These insights shed light on relationships between task-specific representations and their adaptability to complex downstream tasks, encouraging further exploration of embedding-level task transfer. |
18 |
| - |
19 |
| -url_pdf: https://openreview.net/pdf?id=V4ssTPCogS |
20 |
| -links: |
21 |
| -- name: URL |
22 |
| - url: https://openreview.net/forum?id=V4ssTPCogS |
23 |
| ---- |
| 2 | +# Documentation: https://wowchemy.com/docs/managing-content/ |
| 3 | + |
| 4 | +title: "Reverse Probing: Evaluating Knowledge Transfer via Finetuned Task Embeddings for Coreference Resolution" |
| 5 | +authors: ["Tatiana Anikina", "Arne Binder", "David Harbecke", "Stalin Varanasi", "Leonhard Hennig", "Simon Ostermann", "Sebastian Möller", "Josef van Genabith"] |
| 6 | +date: 2025-03-17T10:42:03+02:00 |
| 7 | +doi: "" |
| 8 | + |
| 9 | +# Schedule page publish date (NOT publication's date). |
| 10 | +publishDate: 2025-03-17T10:33:03+02:00 |
| 11 | + |
| 12 | +# Publication type. |
| 13 | +# Legend: 0 = Uncategorized; 1 = Conference paper; 2 = Journal article;# 3 = Preprint / Working Paper; 4 = Report; 5 = Book; 6 = Book section;# 7 = Thesis; 8 = Patent |
| 14 | +publication_types: ["1"] |
| 15 | + |
| 16 | +# Publication name and optional abbreviated publication name. |
| 17 | +publication: "Proceedings of the 10th Workshop on Representation Learning for NLP (RepL4NLP-2025)" |
| 18 | +publication_short: "Rep4NLP-2025" |
| 19 | + |
| 20 | +abstract: "In this work, we reimagine classical probing to evaluate knowledge transfer from simple source to more complex target tasks. Instead of probing frozen representations from a complex source task on diverse simple target probing tasks (as usually done in probing), we explore the effectiveness of embeddings from multiple simple source tasks on a single target task. We select coreference resolution, a linguistically complex problem requiring contextual understanding, as focus target task, and test the usefulness of embeddings from comparably simpler tasks tasks such as paraphrase detection, named entity recognition, and relation extraction. Through systematic experiments, we evaluate the impact of individual and combined task embeddings. Our findings reveal that task embeddings vary significantly in utility for coreference resolution, with semantic similarity tasks (e.g., paraphrase detection) proving most beneficial. Additionally, representations from intermediate layers of fine-tuned models often outperform those from final layers. Combining embeddings from multiple tasks consistently improves performance, with attention-based aggregation yielding substantial gains. These insights shed light on relationships between task-specific representations and their adaptability to complex downstream tasks, encouraging further exploration of embedding-level task transfer." |
| 21 | + |
| 22 | +# Summary. An optional shortened abstract. |
| 23 | +summary: "" |
| 24 | + |
| 25 | +tags: [] |
| 26 | +categories: [] |
| 27 | +featured: false |
| 28 | + |
| 29 | +# Custom links (optional). |
| 30 | +# Uncomment and edit lines below to show custom links. |
| 31 | +# links: |
| 32 | +# - name: Follow |
| 33 | +# url: https://twitter.com |
| 34 | +# icon_pack: fab |
| 35 | +# icon: twitter |
| 36 | + |
| 37 | +url_pdf: "https://openreview.net/pdf?id=V4ssTPCogS" |
| 38 | +url_code: "" |
| 39 | +url_dataset: "" |
| 40 | +url_poster: |
| 41 | +url_project: |
| 42 | +url_slides: |
| 43 | +url_source: |
| 44 | +url_video: |
| 45 | + |
| 46 | +# Featured image |
| 47 | +# To use, add an image named `featured.jpg/png` to your page's folder. |
| 48 | +# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight. |
| 49 | +image: |
| 50 | + caption: "" |
| 51 | + focal_point: "" |
| 52 | + preview_only: false |
| 53 | + |
| 54 | +# Associated Projects (optional). |
| 55 | +# Associate this publication with one or more of your projects. |
| 56 | +# Simply enter your project's folder or file name without extension. |
| 57 | +# E.g. `internal-project` references `content/project/internal-project/index.md`. |
| 58 | +# Otherwise, set `projects: []`. |
| 59 | +projects: [TRAILS] |
| 60 | + |
| 61 | +# Slides (optional). |
| 62 | +# Associate this publication with Markdown slides. |
| 63 | +# Simply enter your slide deck's filename without extension. |
| 64 | +# E.g. `slides: "example"` references `content/slides/example/index.md`. |
| 65 | +# Otherwise, set `slides: ""`. |
| 66 | +slides: "" |
| 67 | +--- |
0 commit comments