Git Product home page Git Product logo

Comments (3)

datquocnguyen avatar datquocnguyen commented on July 30, 2024

Hello,

  1. I followed Adel and Schutze (2017) to use macro-averaged F1, so that I could compare with their scores (You can ask them why they did not use micro-averaged F1). In addition, Bekoulis et al. (2018) also used macro-averaged F1.
  2. I also followed Adel and Schutze (2017) to discard the "Other" entity type. I think Bekoulis et al. (2018) also discarded the "Other" entity type as here.

from jointre.

btaille avatar btaille commented on July 30, 2024

Thanks for your answer,

You are right, in setup 2 both (Adel and Schutze 2017) and (Bekoulis 2018) use macro F1, I was not aware of that.

But in setup 1 which is the true end-to-end RE, (Bekoulis 2018) and previous works use micro-F1 score.
The lines you point to are after if self.config.evaluation_method == "relaxed": which corresponds to your setup 2.

Otherwise he uses getChunkedOverallF1() from eval.py and you can see that it is micro-average and that "Other" is not discarded.

I agree that all these different settings are confusing but it is necessary to ensure that the comparisons are valid.

from jointre.

datquocnguyen avatar datquocnguyen commented on July 30, 2024

Bekoulis et al. (2018)'s paper did not clarify which F1 (micro/macro) they used. As they used Adel and Schutze (2017)'s data, I assumed they followed the macro-averaged metric used in Adel and Schutze (2017) for both setups.

Regarding Setup 1, if you think Bekoulis et al. (2018) used micro-averaged F1, you can compare to Bekoulis et al. (2018) w.r.t. micro-averaged F1. Also, you can additionally compute your macro-averaged F1 in comparison to jointER.

I believe that whatever metric used for Setup 1 does not affect the conclusion and contributions of our paper. We still obtain SOTA performance under Setup 2 which is used in most previous work on CoNLL04.

from jointre.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.