accounting price
Last edited: August 8, 2025To determine
ACL2025 Huang: Making in Multi-Hop QA
Last edited: August 8, 2025Question: can we find a good context permutation to improve reasoning capabilities.
One-Liner
Notable Methods
Two key evaluations:
- evalutanig relationships between gold documents; notice that performance relates to distance between documents (but FTing helps)
- investigate the effects between different attention masks (i.e., the use of prefix vs continuation masks)
IC Score
attention-based context attribution method
New Concepts
Key insight: correct answers will have single peak of IC scores at gold results; incorrect answers will have more dispersed IC scores.
ACL2025 Index
Last edited: August 8, 2025Talks
Posters
Takes
- mayhaps we can apply thoughtbubbbles intutiton to BLT token pruning?
ACL2025 Keynote: Luke Zettemoyer
Last edited: August 8, 2025Naively: “almost everything comes from pretraining.” How much simple supervision will it radically change the behavior of our language model.
Key Directions
- data long-tail: tokenizer free LLMs
- data modules: how to we specialize quickly?
Tokenizer-Free LM
Byte-Level LMs are just more expensive (i.e., there is just a bunch more residual streams! and that’s pretty bad). High level intution: takes the input bytes, create some “strides”/“patches”, and then send the patches through a transformer, and then unpatch
ACL2025 Li: TokAlign Token Alignment
Last edited: August 8, 2025Method to adapt tokenization across models.
Notable Methods
- use pairwise cosine similarity between token embeddings to create a grid of alignment
- initialize new adapted embeddings for each id’s most similar tokens
- tune
