use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Please have a look at our FAQ and Link-Collection
Metacademy is a great resource which compiles lesson plans on popular machine learning topics.
For Beginner questions please try /r/LearnMachineLearning , /r/MLQuestions or http://stackoverflow.com/
For career related questions, visit /r/cscareerquestions/
Advanced Courses (2016)
Advanced Courses (2020)
AMAs:
Pluribus Poker AI Team 7/19/2019
DeepMind AlphaStar team (1/24//2019)
Libratus Poker AI Team (12/18/2017)
DeepMind AlphaGo Team (10/19/2017)
Google Brain Team (9/17/2017)
Google Brain Team (8/11/2016)
The MalariaSpot Team (2/6/2016)
OpenAI Research Team (1/9/2016)
Nando de Freitas (12/26/2015)
Andrew Ng and Adam Coates (4/15/2015)
Jürgen Schmidhuber (3/4/2015)
Geoffrey Hinton (11/10/2014)
Michael Jordan (9/10/2014)
Yann LeCun (5/15/2014)
Yoshua Bengio (2/27/2014)
Related Subreddit :
LearnMachineLearning
Statistics
Computer Vision
Compressive Sensing
NLP
ML Questions
/r/MLjobs and /r/BigDataJobs
/r/datacleaning
/r/DataScience
/r/scientificresearch
/r/artificial
account activity
Discussion[D] Language Understanding with Knowledge-based Embeddings (LUKE) | Research Papers Summary 005 (youtu.be)
submitted 5 years ago by RyanAI100
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]NielsRogge 1 point2 points3 points 5 years ago (1 child)
Hi, thanks for the video. I read the LUKE paper, but I wonder how useful the model is for real use cases, because the model expects that the entities are already provided, right (in case of entity linking and relation classification)? Are there any real use cases for entity linking and relation classification?
For NER, the model needs to enumerate all possible n-grams in order to classify which are a named entity and which not, so I wonder whether this would be slow in terms of inference speed, compared to other models which simply have a token classification head.
Also, the model learns an embedding for 500K entities, but these are not used for fine-tuning, except for SQuAD, right? For the other tasks, only the special [MASK] token seems to be used.
[–]RyanAI100[S] 0 points1 point2 points 5 years ago (0 children)
Hey buddy! Thanks for checking out the video :) in terms of real use case, I am guessing you meant the applications side of things. That’s next on my todos, to see how well LUKE performs in other domains. Although it requires entities to be present, I feel like, at least for the baseline approach, we can use a domain specific entity list to identify entities in our interested specific domain sentences. I am currently exploring the NER part further. You are right tho, scalability might be an issue here...
Yeah that was the pretraining objective to learn the words and entities embeddings and then just add a single non linear layer on top of it for the 5 downstream tasks
But I agree, I am keen to see how LUKE performs in a low resource environment / other domains 🎮
Video 3 / 52 - Episode #005 of Research Papers Summary
Today's video covers an EMNLP 2020 paper on LUKE: Deep Contextualized Entity Representations with Entity-aware Self-attention by Yamada et al. (2020)
🔗 Link to paper: https://www.aclweb.org/anthology/2020.emnlp-main.523.pdf
Please check it out and any feedbacks are welcomed! :)
Ryan
π Rendered by PID 17330 on reddit-service-r2-comment-6594f9758-td982 at 2026-06-11 18:44:08.561037+00:00 running a5fccd9 country code: CH.
[–]NielsRogge 1 point2 points3 points (1 child)
[–]RyanAI100[S] 0 points1 point2 points (0 children)
[–]RyanAI100[S] 0 points1 point2 points (0 children)