I am trying to label a span recognition dataset using Snorkel and am currently at the stage of improving labeling functions. One of the LF has a rather low coverage because it only labels a subclass of one of the entity spans. What would be the impact of low coverage labeling functions on the final downstream span recognition model?
What if my Snorkel labeling function has a very low coverage over a development set?
213 Views Asked by PinkBanter At
1
There are 1 best solutions below
Related Questions in LABELING
- Freely placing vertex labels outside of vertices for a circle graph in R
- ClearCase code setup for Production environment
- R boxplot; center the axis labels under the tick marks
- How to add keyboard shortcuts to AWS Ground Truth labeler UI?
- Using custom trained Yolov3 weights to label new images
- Labeling large set of paired training data
- Labeling plots with images in Matlab
- Manipulate labeling/2 output PROLOG
- how to do topic categorization for a string in python
- How can I label every line in a multiple regression plot neatly without overlapping?
- CorePlot: XAxis Text Labels with labelingPolicy conflict
- Add data labels from a second data frame to ggplot that contains geom_path()
- Java Loop Chessboard labeling
- Is it possible to use more than 50 Labels in AWS Ground Truth
- Labeling a particular cluster in K-means in R
Related Questions in SNORKEL
- Automatically naming the function and the contents of the function with the value in the pandas dataframe column
- problem with abstain calss value and received result in snorkel labeling package
- How to create n number of python functions based on user input?
- Giving higher weight to a labeling function in Snorkel
- TypeError: 'str' object does not support item assignment - when dynamically assigning names in dictionary
- I'm using Dask to apply LabelingFunction using Snorkel on multiple datasets but it seems to take forever. Is this normal?
- Snorkel: write several labelling functions automatically
- conda said all requested packages already installed but can't find in conda list
- What if my Snorkel labeling function has a very low coverage over a development set?
- Snorkel: Can i have different features in data set to for generating labelling function VS training a classifier?
- Efficiently labeling training data for Spacy's custom dependency parser
- ModuleNotFoundError: No module named 'snorkel.labeling'
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Even if the labeling function is low coverage, it might have high empirical accuracy over the class it is labeling. According to this video on "Best Practices for Improving Your Labeling Functions" from Snorkel co-founder Paroma Verma, those Snorkel LF's that have low coverage but good empirical accuracy should not be discarded.